/** Shopify CDN: Minification failed

Line 6:0 Unexpected "`"

**/
```css
.ct-buy-btn-wrap .shopify-payment-button,
.ct-buy-btn-wrap .shopify-payment-button__button,
.ct-buy-btn-wrap .shopify-payment-button__more-options{
  display:none !important;
}

.ct-buy-btn-wrap button{
  width:100%;
  height:56px;
  border-radius:100px;
}

.ct-wrapper{
  margin:0 auto;
  width:100%;
}

.ct-header{
  position:relative;
  text-align:center;
  margin-bottom:50px;
}

.ct-heading{
  position:relative;
  display:inline-block;
  margin:0;
  padding:10px 70px;
  background:#000;
  color:#d8a24a;
  font-size:40px;
  font-weight:700;
  text-transform:uppercase;
  border-radius:20px;
  z-index:2;
  letter-spacing:2px;
}

.ct-heading::before,
.ct-heading::after{
  content:'';
  position:absolute;
  top:50%;
  width:20%;
  height:2px;
  background:#1d1d1d;
  transform:translateY(-50%);
}

.ct-heading::before{
  right:100%;
  margin-right:25px;
}

.ct-heading::after{
  left:100%;
  margin-left:25px;
}

.ct-tabs-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:35px;
}

.ct-tabs-nav{
  display:flex;
  align-items:center;
  gap:35px;
  border-bottom:1px solid #ddd;
  flex:1;
  overflow:auto;
}

.ct-tabs-nav::-webkit-scrollbar{
  display:none;
}

.ct-tab-btn{
  border:none;
  background:none;
  padding:0 0 16px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  text-transform:uppercase;
  position:relative;
  white-space:nowrap;
  color:#a4a4a4;
}

button.ct-tab-btn.active{
  color:black;
}

.ct-tab-btn.active::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  height:2px;
  background:#000;
}

.ct-view-btn{
  min-width:265px;
  height:52px;
  border:1px solid #000;
  border-radius:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#000;
  font-weight:600;
  white-space:nowrap;
}

.ct-tab-content{
  display:none;
}

.ct-tab-content.active{
  display:block;
}

/* FIXED SLIDER */
.ct-products-wrapper{
  position:relative;
  width:100%;
}

.ct-products-grid{
  display:flex;
  gap:24px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  padding-bottom:10px;
}

.ct-products-grid::-webkit-scrollbar{
  display:none;
}

.ct-product-card{
  flex: 0 0 calc((100% / var(--desktop-cols)) - 18px);
  min-width: calc((100% / var(--desktop-cols)) - 18px);
  max-width: calc((100% / var(--desktop-cols)) - 18px);
}

.ct-slider-btn{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:none;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,0.14);
  z-index:20;
  cursor:pointer;
  font-size:28px;
}

.ct-slider-prev{
  left:10px;
}

.ct-slider-next{
  right:10px;
}

.ct-image-wrap{
  position:relative;
  overflow:hidden;
  /* border-radius:18px; */
  background:#f7f7f7;
  aspect-ratio:0.65;
}

.ct-image-link{
  position:relative;
  display:block;
  width:100%;
  height:100%;
}

.ct-image-link img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s ease;
}

.ct-hover-image{
  opacity:0;
}

.ct-product-card:hover .ct-hover-image{
  opacity:1;
}

.ct-product-card:hover .ct-main-image{
  opacity:0;
}

.ct-sale-badges{
  position:absolute;
  top:14px;
  left:14px;
  display:flex;
  gap:10px;
  z-index:5;
}

.ct-discount-badge{
  background:#e10600;
  color:#fff;
  font-size:12px;
  font-weight:700;
  padding:8px 14px;
}

.ct-final-sale{
  background:#f4a000;
  color:#fff;
  font-size:12px;
  font-weight:700;
  padding:8px 14px;
}

.ct-wishlist{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  z-index:2;
  font-size:22px;
}

.ct-quick-btn{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%) translateY(20px);
  opacity:0;
  visibility:hidden;
  width:calc(100% - 28px);
  height:42px;
  border:none;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  transition:0.3s;
}

.ct-product-card:hover .ct-quick-btn{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.ct-info{
  padding-top:16px;
  text-align:center;
}

.ct-title{
  min-height:25px;
  margin:0 0 10px;
  font-size:16px;
  line-height:1.4;
}

.ct-title a{
  color:#000;
  text-decoration:none;
}

.ct-price{
  justify-content:center;
  display:flex;
  align-items:center;
  gap:10px;
}

.ct-popup{
  position:fixed;
  inset:0;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transition:0.3s;
}

.ct-popup.active{
  opacity:1;
  visibility:visible;
}

.ct-popup-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}

.ct-popup-inner{
  position:absolute;
  top:0;
  right:0;
  width:420px;
  max-width:100%;
  height:100%;
  background:#fff;
  padding:30px;
  overflow:auto;
}

.ct-popup-close{
  position:absolute;
  top:20px;
  right:20px;
  border:none;
  background:none;
  font-size:24px;
  cursor:pointer;
}

.ct-popup-product{
  display:flex;
  gap:18px;
  margin-bottom:30px;
}

.ct-popup-image img{
  width:90px;
  border-radius:10px;
}

.ct-popup-field{
  margin-bottom:24px;
}

.ct-variant{
  width:100%;
  height:54px;
  border:1px solid #ccc;
  border-radius:8px;
  padding:0 16px;
}

.ct-qty{
  display:flex;
  align-items:center;
  width:120px;
  border:1px solid #ccc;
  border-radius:8px;
  overflow:hidden;
}

.ct-qty button{
  width:40px;
  height:40px;
  border:none;
  background:#fff;
  cursor:pointer;
}

.ct-qty-input{
  width:40px;
  border:none;
  text-align:center;
}

.ct-add-cart{
  width:100%;
  height:56px;
  border:none;
  border-radius:100px;
  background:#000;
  color:#fff;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
}
.ct-sale-price{
  font-weight:700;
}

.ct-regular-price{
  color:#8b8b8b;
  text-decoration:line-through;
}

.ct-normal-price{
  font-weight:700;
}
/* .ct-products-grid.no-slider{
  overflow:visible;
  flex-wrap:wrap;
  justify-content:center;
} */
 .ct-products-grid.no-slider{
  overflow-x:auto;
  overflow-y:hidden;
  flex-wrap:nowrap;
  justify-content:flex-start;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

.ct-products-grid.no-slider::-webkit-scrollbar{
  display:none;
}
@media(max-width:1200px){

  .ct-product-card{
    flex: 0 0 calc((100% / var(--mobile-cols)) - 12px);
    min-width: calc((100% / var(--mobile-cols)) - 12px);
    max-width: calc((100% / var(--mobile-cols)) - 12px);
  }



}

@media(max-width:768px){

  .ct-tabs-row{
    flex-direction:column;
    align-items:center;
  }
.ct-view-btn{
  height: 45px;
}
  .ct-tabs-nav{
    width:100%;
  }

  .ct-product-card{
    flex:0 0 calc(50% - 12px);
    min-width:calc(50% - 12px);
    max-width:calc(50% - 12px);
  }
  .ct-heading{
    font-size:24px;
    padding:15px 30px;
    border-radius:14px;
  }
.ct-heading::before,
.ct-heading::after{
  width:40px;
}

.ct-heading::before{
  margin-right:15px;
}

.ct-heading::after{
  margin-left:15px;
}
.ct-tabs-nav {
  justify-content: center;
}
}

@media(max-width:520px){

  .ct-product-card{
    flex:0 0 85%;
    min-width:85%;
    max-width:85%;
  }

  .ct-slider-btn{
    display:none;
  }

  .ct-popup-inner{
    width:100%;
  }
  .ct-tabs-nav {
  justify-content: center;
}

}


.tab-2 .ct-image-wrap,
.tab-3 .ct-image-wrap{
    aspect-ratio: 0.90 !important;
}

@media (max-width: 768px) {
  .sbs-subheading:before {
    display: none !important;
  }
  .sbs-btn span{
    font-size:10px !important;
  }
}