.shop-section .shop-row {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
  
  .shop-section .shop-row .shop-card {
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid #ededed;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .shop-section .shop-row .shop-card .shop-detail {
    padding: 0 1rem 0 1rem;
  }
  
  .shop-section .shop-row .shop-card .shop-detail h6 {
    font-weight: 600;
    font-size: 20px;
  }
  
  .shop-section .shop-row .shop-card .shop-detail .btn.btn-main {
    font-weight: 500;
    font-size: 20px;
    border-radius: 8px;
  }
  
  .shop-section .shop-row .shop-card .shop-detail .btn.btn-outline-main {
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
  }
  
  .shop-section .shop-row .shop-card .shop-detail .card-detail {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }
  .shop-section .shop-row .shop-card .shop-detail .card-detail button {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .shop-section .shop-row .shop-card .shop-detail .detail-add-cart {
    border-left: 1px solid #d9d9d9;
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
    padding-left: 1.5rem;
  }
  
  .shop-section .shop-row .shop-card .shop-detail .detail-add-cart button {
    margin-top: 1.5rem;
  }
  