.modal {
  z-index: 1055 !important;
}
.modal-footer{
  display:none;
}


.modal-backdrop {
  z-index: 1050 !important;
}
/* Remove z-index from problematic containers */
#shop-content-31,
.mw-layout-container,
.products-design-2,
.shop-products {
    position: relative !important;
    z-index: auto !important;
}

/* Modal should always stay on top */
.modal {
    z-index: 1060 !important;
}

.modal-backdrop {
    z-index: 1050 !important;
}

.shop-products {
justify-content:center !important;
}.mwembed {
    min-height:0px;
}
@media (max-width: 768px) { 
.shop-inner .mw-add-to-cart-product-inner-design-2 .mw-price-item {
bottom: 0;
left: 30px;
width: 90%;
z-index: 1000;
padding: 10px 2px;
display: flex;
justify-content: space-evenly;
align-items: end !important;
position: fixed;
margin-left:15px;
} 
.shop-inner .mw-add-to-cart-product-inner-design-2 .mw-price-item {
display:flex;
}
.shop-inner .module-shop-cart-add .mw-price-item .row {
  width:100%;
}
.shop-inner .mw-add-to-cart-product-inner-design-2 .mw-price-item .col-lg-6 {
  width:50%;
}
.shop-inner .mw-add-to-cart-product-inner-design-2 .mw-price-item .add-to-cart-btn {
  font-size:16px !important;
margin-left:20px ;
}
.shop-inner .mw-add-to-cart-product-inner-design-2 .mw-price-item .buy-now {
  font-size:16px !important;
}
.product-info-content{
margin-top:-50px !important;
}
#btn-mw-module-1734704822060-contact-form-btn{
width:50% !important;
}
.shop-products-skin-2 .h-400 {
height:135px !important;
}
.shop-products-skin-2-btn a {
padding:5px 20px !important;
}
.product-holder {
padding:5px !important;
}
.shop-products-skin-2 .title {
font-size:16px !important;
}
.shop-products-skin-1 .col-sm-10 {
width:50% !important;
}}

.footer-background ul li a span {
color:#000 !important;
}
.jeans-reviews-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background-color:#fff !important;
  }

  .jeans-reviews-section h4 {
    color: #828A97;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .jeans-reviews-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1B2A41;
    margin-bottom: 50px;
  }

  
  .jeans-reviews-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

 
  .jeans-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    min-width: 250px; 
  }

  .jeans-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  }

  .jeans-quote {
    font-size: 32px;
    color: #FF4C3B;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0.15;
  }

  .jeans-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .jeans-review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    border: 3px solid #1E2D42;
  }

  .jeans-review-header h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .jeans-review-header p {
    font-size: 13px;
    color: #777;
  }

  .jeans-review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .jeans-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .jeans-stars {
    color: #FFD700;
    font-size: 16px;
  }

  .jeans-review-date {
    font-size: 12px;
    color: #fff;
    background: #1B2A41;
    padding: 4px 10px;
    border-radius: 6px;
  }

 
  @media (max-width: 992px) {
    .jeans-reviews-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  
  @media (max-width: 768px) {
    .jeans-reviews-container {
      display: flex;
      overflow-x: auto;
      gap: 15px;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
    }

    .jeans-review-card {
      flex: 0 0 auto;
      width: 250px; 
    }

    .jeans-review-text {
      font-size: 13px;
      line-height: 1.6;
      max-height: 60px; 
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

 
  .jeans-reviews-container::-webkit-scrollbar {
    height: 6px;
  }

  .jeans-reviews-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
.bhaab-admin-toggle{
display:none;
}