/** Shopify CDN: Minification failed

Line 18:14 Expected identifier but found whitespace
Line 18:16 Unexpected "{"
Line 18:25 Expected ":"
Line 18:59 Expected ":"
Line 19:17 Expected identifier but found whitespace
Line 19:19 Unexpected "{"
Line 19:28 Expected ":"
Line 19:65 Expected ":"
Line 26:16 Expected identifier but found whitespace
Line 26:18 Unexpected "{"
... and 7 more hidden warnings

**/
.shop-collections {
  transition: all 0.4s ease;
  padding-top: {{ section.settings.padding_top_desktop }}px;
  padding-bottom: {{ section.settings.padding_bottom_desktop }}px;
  font-family: 'Poppins';
}

/* Mobile padding */
@media (max-width: 767px) {
  .shop-collections {
    padding-top: {{ section.settings.padding_top_mobile }}px !important;
    padding-bottom: {{ section.settings.padding_bottom_mobile }}px !important;
  }
}

/* ================= HEADING ================= */
.collection-section-heading {
  margin: 0 0 40px;
  text-align: center;
}

.collection-section-heading p {
  font-family: 'Poppins';
  font-size: 34px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.collection-section-heading strong {
  font-family: "Ananda Black Personal Use";
  font-size: 34px;
  font-weight: 400;
}

/* ================= TABS ================= */
.collection-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto 32px;
    gap: 12px;
}

.cs_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}
.collection-tabs .tab-button {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background:white;
  border:0px;
  cursor:pointer;
}

/* Progress Track */
.tabs-progress {
  width: 100%;
  height: 4px;
  background: #F5F7F6;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}

.tabs-progress-bar {
  height: 100%;
  width: 33.33%;
  background: #00AEEF;
  border-radius: 60px;
  transition: transform 0.4s ease; /* FIXED */
  display: block !important;
}
button.tab-button.active {
   font-weight:600;
}

/* ================= GRID / SLIDER ================= */
.collections-wrapper {
  position: relative;
}

.collection-slider {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.collection-slider.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.mb-5 {
  padding-bottom: 40px;
}

/* ================= PRODUCT CARD ================= */
.cs-featured-collection .product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  flex-shrink: 0;
  background: #FFF;
}
.cs-featured-collection .live-heading  {
  margin:0 0 32px;
}
/* Image */
.cs-featured-collection .dps-image {
  /* margin-bottom: 16px; */
}

.cs-featured-collection .dps-image img {
    width: 100%;
    object-fit: cover;
    /* border-radius: 8px; */
    max-width: 190px;
    height: auto;
    flex-shrink: 0;
    /* min-height: 214px; */
    margin: 0 auto;
}
/* Bundle images hold two bottles, so they need a wider slot to match single-bottle scale */
.cs-featured-collection .dps-image--bundle img {
    max-width: 285px;
}
.dps-image {
    width: 100%;
    display: flex;
    justify-content: center;
    /* border-radius: 8px; */
    /* background: #F5F7F6; */
    padding: 44px 24px 24px 24px;
    box-sizing: border-box;
}

/* Meta Tags */
.cs-featured-collection .dps-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.cs-featured-collection .dps-tag {
  padding: 6px 12px;
  border-radius: 65px;
  border: 1px solid #00AEEF;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width:max-content;
}

.cs-featured-collection .dps-tag  span {
      color: #333;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px; /* 157.143% */
}
.cs-featured-collection .dps-tag img {
  width: 14px;
  height: 14px;
}

/* Rating */
.cs-featured-collection .dps-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.cs-featured-collection .dps-rating span {
     /* color: rgba(51, 51, 51, 0.80);
      font-family: Poppins; */
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%; /* 16.8px */
}

/* Title */
.cs-featured-collection .dps-title {
  color: var(--black, #333);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin:0px;
  min-height:53px;
  letter-spacing: 0px !important;
}

/* Description */
.cs-featured-collection .dps-desc {
color: #333;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin:0 0 17px;
}

/* Price */
.cs-featured-collection .dps-price {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin:0 0 17px;
}

/* Button */
.cs-featured-collection .dps-btn {
  width: 100%;
  background: #ff6a00;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 999px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.cs-featured-collection .dps-btn:hover {
  background: #e65c00;
}

/* ================= SWIPER ================= */
.cs-featured-collection .swiper-scrollbar-drag {
  background: #00aaff;
}

.cs-featured-collection  product-form.product-form {
    width: 100%;
}
/* Arrows */
.slider-prev,
.slider-next {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  z-index: 10;
  cursor: pointer;
}
.collection-add {
    color: var(--Color-3, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px !important;
    text-transform: uppercase;
    border-radius: 600px;
    background: #F26522;
    backdrop-filter: blur(17px);
    display: flex !important;
    padding: 16px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    min-width: 100%;
    box-sizing: border-box;

}
.btn-contnet {
    align-items: center;
    display: flex;
    gap: 8px;
}
.btn-contnet svg {
    flex-shrink: 0;
    display: block;
}
.cs-featured-collection .product-form__buttons button.add-to-cart-button span {
    color: var(--Color-3, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
}

.slider-prev { left: -20px; }
.slider-next { right: -20px; }
  .cs-featured-collection .cs-pagination {
     display:none;
  }


/* ================= MOBILE ================= */
@media (max-width: 786px) {
.collection-tabs {
    margin: 0 auto 24px;
}
.cs-featured-collection .dps-image img {
    max-width: 170px;
}
.cs-featured-collection .dps-image--bundle img {
    max-width: 100%;
}
  .collection-section-heading p {
    font-size: 28px;
  }

  .collection-tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cs_tabs {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
    gap:52px;
  }

  .cs_tabs::-webkit-scrollbar {
    display: none;
  }

  .collection-tabs .tab-button {
    flex: 0 0 auto;
    font-size:14px;
    font-weight:400;s
  }

  .slider-prev,
  .slider-next {
    display: none;
  }

  .mb-5 {
    padding-bottom: 0px;
  }
  .cs-featured-collection .live-heading  {
    margin:0 0 16px;
  }
  .cs-featured-collection .dps-tags {
    margin-bottom: 16px;
  }
  .cs-featured-collection .dps-title {
    font-size:17px;
  }
  .cs-featured-collection .product-form__buttons button.add-to-cart-button span {
    font-weight: 400;
  }
  .cs-featured-collection .cs-pagination {
     display:flex;
  }

 .cs-featured-collection  .swiper-pagination-bullet-active {
    background: black;
  }
  .cs-featured-collection .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      position: static;
      bottom: var(--swiper-pagination-bottom, -10px);
      left: 0;
      top: var(--swiper-pagination-top, auto);
      width: 100%;
      left: 50%;
      display:flex;
      justify-content:center;
      padding:24px 0 0;
  }
  .cs-featured-collection .page-width {
     padding-right:0px;
  }
   .cs-featured-collection  .swiper-pagination-bullet {
    background: white;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    border: 1.4px solid black;
    opacity: 1;
}
.cs-featured-collection span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black !important;
}
}