/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 452:0 Unexpected "<"

**/
<style>
  /* Add your full CSS from previous snippet here */
  /* .most-popular-section .container {
    padding: 40px;
    background-color: #fff;
    font-family: sans-serif;
    padding-top: 30px;
    position: relative;
    z-index: 1;
  } */
section.most-popular-section.container {
    padding: 40px;
    background-color: #fff;
    font-family: sans-serif;
    background-color:#F9F9F9;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}
  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }

  .most-popular-section .section-header h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Gotham bold';
    text-transform: uppercase;
    color:#000000;
  }
.most-popular-section span.jdgm-star {
    font-size: 13px;
}
  .shop-all-btn {
   border: 1px solid;
    /* margin: 0px !important; */
    font-family: Calps;
    font-size: 18px;
    width: 189px;
    font-weight: 400;
    border-radius: 3px;
    padding-top: 11px;
    letter-spacing: 0px;
    height: 50px;
    text-align: center;
    margin-bottom: 18px;
     text-transform: uppercase;
  }

  .most-popular-section .swiper {
    padding-bottom: 40px;
   width: 100%;
    padding: 0 13px 0 13px;
    position: relative;
    z-index: 2;
    /* overflow: visible !important; */
  }
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
  /* background: #fff; */
}
  
.most-popular-slider .jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text {
    display: none;
}
  
  .most-popular-slider .jdgm-ratin{
    display: none;
}
.image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  border-radius: 2px;
}

.default-img {
  opacity: 1;
  z-index: 1;
}

.hover-img {
  opacity: 0;
  z-index: 2;
}

.image-wrapper:hover .default-img {
  opacity: 0;
}

.image-wrapper:hover .hover-img {
  opacity: 1;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 0;
}

.slide-inner-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

.stars {
  font-size: 14px;
  color: #f4b400;
}

.product-title {
    font-weight: 700;
    min-height: 88px;
    font-family: 'Gotham Bold';
    font-size: 20px;
    line-height:26px;
  color:#000000;
  padding-top: 7px;
}

.price {
    font-size: 22px;
    color: #5F5F5F;
    font-family: 'Calps';
}

.shop-now-btn {
  margin-top: 8px;
  width: 100%;
  padding: 19px 0;
  background-color: #f97316;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-size: 19.75px;
  font-family: 'Calps-Semi';
  line-height:20.3px;
  text-transform: uppercase;
    height: 57px;
  border-radius: 1.93px
}

.swiper-button-next,
.swiper-button-prev {
 width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    left: 97.9%;
}

/* Optional hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Override default Swiper arrow icons (make them smaller and bold) */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

/* Fine-tune horizontal positioning */
.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: -6px;
}
@media (min-width: 768px) and (max-width: 1280px) {
section.most-popular-section.container {
    padding: 7px;
  padding-top: 30px
}
  .swiper-button-next{
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    left: 96.9%;
}
  .swiper-button-prev{
     width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    
  }
  .most-popular-section .swiper {
    padding-bottom: 40px;
   width: 100%;
    padding: 0 13px 0 13px;
    position: relative;
    z-index: 2;
    overflow: visible !important;
  }
}
/* @media (min-width: 768px) and (max-width: 1200px) {

.swiper-button-next
 {
 width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    left: 96.6%;
}
  .swiper-button-prev{
     width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    
  }
} */
@media (min-width: 768px) and (max-width: 900px) {
.product-title {
    min-height: 112px;
    
}
}
 
   @media (max-width: 768px) {
.swiper-button-next {
 width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    left: 94%;
}

     .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  
}
     .swiper-button-prev {
  left: -15px;
}
     
     a.shop-now-btn {
    font-family: 'Calps-semi';
    font-size: 16px;
    font-weight: 300;
    line-height: 10.75px;
    color: #FFFFFF;
    text-transform: uppercase;
       
}
     
   .product-title {
    font-weight: 700;
    min-height: 60px;
    font-family: 'Gotham Bold';
    font-size: 12.93px;
    line-height: 16px;
     padding-top: 10px;
     color: #000000;
}
  section.most-popular-section.container {
    padding: 18px;
    padding-top: 30px;
 }
     .most-popular-section .section-header h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gotham bold';
    line-height: 28px;
       color: #000000;
}
     .most-popular-section span.jdgm-star {
    font-size: 10px;
}
    .shop-all-btn {
        width: 121px;
        font-size: 18px;
        font-family: 'Calps';
        line-height: 21.07px;
        padding: 14px;
        text-transform: uppercase;
        color: #231F20;
      border: 1px solid #000000;
    }

   .most-popular-section .swiper {
    width: 100%;
     padding: 2px;
      overflow: visible !important;
  }
     .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
    .most-popular-section .section-header {
    margin-bottom: 3px;
}
     .slide-content {
  padding: 8px 0;
}
     .shop-now-btn {
       margin-top: 2px;
       height:40px;
       padding-top: 15px;
     }
  } 
   @media (min-width: 600px) and (max-width: 767px) {
.swiper-button-next {
 width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    left: 97%;
}
     .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    z-index: 9999;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  
}
}
 @media (min-width: 1281px){
.most-popular-section .swiper-button-prev {
    display: none !important;
}
 }
@media (max-width: 380px){
    .product-title {
    min-height: 73px;
}
 }
</style>