/** Shopify CDN: Minification failed

Line 843:20 Unexpected "{"
Line 843:29 Expected ":"
Line 843:36 Unexpected "{"
Line 1257:12 Expected identifier but found whitespace
Line 1257:14 Unexpected "{"
Line 1257:23 Expected ":"
Line 1257:77 Expected ":"
Line 1563:0 Expected "}" to go with "{"

**/
input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Increase Judge.me star size */
.jdgm-preview-badge .jdgm-star {
  font-size: 16px; /* adjust as needed */
}

.jdgm-preview-badge .jdgm-star svg {
  width: 16px !important;  /* adjust as needed */
  height: 16px !important;
}

.upsell-heading-note {
  font-size: 30px;
  font-weight: 800;
  color: #f72b72;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 12px; /* Reduce the bottom spacing */
  font-family: var(--font-body-family) !important;
  line-height: 1.2;
}

.upsell-subheading {
  font-family: var(--font-body-family);
  font-size: 16px;
  color: #f72b72;
  font-weight: 500;
  margin-top: 0; /* Optional: ensures no top margin is adding space */
  margin-bottom: 16px;
}

.custom-pdp-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--font-body-family);
      background-color: #FFFFFF
    ; /* or any hex, rgb, or named colour */
  }

  .custom-pdp-top .pdp-images {
    width: 48%;
    padding-right: 24px;
  }

  .custom-pdp-top .main-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .custom-pdp-top .thumbnail-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
  }

  .custom-pdp-top .thumbnail-gallery img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    margin-top: 0;
  }

  .custom-pdp-top .pdp-content {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 24px;
  }

  .custom-pdp-top .headline {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    font-weight: 800;
    font-family: var(--font-heading-body);
  }

  .custom-pdp-top .subheading {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2; /* ← this is the line spacing */
  }

  .custom-pdp-top .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .custom-pdp-top .flavour-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start; /* ✅ left-align on desktop */
  max-width: 340px;             /* ✅ prevent full-width stretch */
  padding-right: 8px;           /* ✅ small right buffer */
}

.custom-pdp-top .flavour {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .custom-pdp-top .flavour img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
     border: 2px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.custom-pdp-top .flavour:hover img,
.custom-pdp-top .flavour.active img {
  border-color: #f72b72;
}

  .buy-more-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 16px;
}
.buy-more-tile {
  flex: 0 0 30%;
    max-width: 30%;
    padding: 10px 8px;
    border-radius: 10px;
  border: 1.5px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  }
.buy-more-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.buy-more-tile.selected {
  border-color: #f72b72;
  background-color: #fff3f7;
}
.buy-more-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.buy-more-price {
  font-size: 24px;
  color: #1F295C;
  margin: 0;
  font-style: normal;
}
.buy-more-unit {
  font-size: 18px;
  color: #999;
  margin-top: 4px;
  font-style: normal;
}

.unit-price {
  font-size: 12px; /* adjust as needed */
  font-weight: 500;
  color:#FF6A00 
}

.badge-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center; /* ✅ fix: center instead of flex-start */
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.badge-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

  .compare-price {
  text-decoration: line-through;
  color: #fff;
  margin-right: 7px;
    margin-left: 10px
  font-weight: 500;
  font-size: 15px;
}

  .price-separator {
  display: inline-block;
  margin: 0 8px; /* 👈 controls spacing on both sides of dash */
}

  .custom-inline-note {
  font-size: 17px;
  color: #1F295C;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.custom-inline-note a {
  color: #1F295C;
  text-decoration: underline;
  font-weight: 500;
}



  .product-form__add-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}

  .upsell-box {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 0 !important;
  padding: 20px 10px 20px 10px;
  margin-top: 0px;
  border: 1px solid #f3e2d2;
  border-radius: 16px;
  background-color: #fff8f3;
  width: 100%;
  box-sizing: border-box;
}



  .upsell-add-button {
  width: 100%;
  font-size: 16px;
  padding: 14px 20px;
  background-color: #f72b72;
  color: white;
  border: none;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .upsell-button-container form {
  width: 100%;
}

  .upsell-carousel-wrapper {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
}

  

.upsell-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.upsell-carousel-wrapper {
  overflow: hidden;
  margin: 32px 0;
}

.upsell-carousel.with-scrollbar {
     display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 24px;
  scroll-behavior: smooth;
}

/* Scrollbar for modern browsers */
.upsell-carousel.with-scrollbar::-webkit-scrollbar {
  height: 8px;
}
.upsell-carousel.with-scrollbar::-webkit-scrollbar-track {
  background: #FFEFE2;
  border-radius: 100px;
}
.upsell-carousel.with-scrollbar::-webkit-scrollbar-thumb {
  background: #E08E5A;
  border-radius: 100px;
}

/* Firefox */
.upsell-carousel.with-scrollbar {
  scrollbar-color: #E08E5A #FFEFE2;
  scrollbar-width: thin;
}

.upsell-slide {
  flex: 0 0 85%;
  scroll-snap-align: center;
   box-sizing: border-box;
}

  .oloe-accordion {
  border-top: 1px solid #ddd;
  margin-top: 24px;
    margin-bottom: 25px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-family: var(--font-heading-body);
  color: #1F295C;
}

.accordion-toggle::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #f72b72;
  transition: transform 0.2s ease;
}

.accordion-toggle.active::after {
  content: '–';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  box-sizing: border-box;
}

.accordion-content p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #1F295C;
  line-height: 1.5;
}

  /* Only add vertical padding to inner content */
.accordion-inner {
  padding: 20px 0 20px;
}

/* Optional: tighten paragraph spacing if needed */
.accordion-inner p {
  margin: 0;
}

.accordion-content,
.accordion-inner,
.accordion-inner .rte {
  opacity: 1 !important;
}

.carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.carousel-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
  margin-top: 0;
}

.carousel-thumb.active {
  border-color: #f72b72;
}
  
@media (max-width: 768px) {
  .buy-more-tile {
    flex: 1 1 100%;
  }
}

    .upsell-carousel-wrapper {
  margin: 12px 0;
}


  .quantity-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .quantity-selector input[type='number'] {
    width: 48px;
    text-align: center;
    font-size: 20px;
    padding: 6px 0;
    border: none;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .qty-btn {
    background: transparent;
    border: 2px solid currentColor;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-form__add-button {
    background-color: #f72b72;
    color: white;
    font-size: 18px;
    padding: 16px 16px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .product-form__add-button:hover {
  background-color: #d91c5e; /* darker pink, or use any brand highlight */
}

  .badge-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 10px;
     gap: 12px 6px; /* was 16px 12px – reduces vertical and horizontal gaps */
    row-gap: 12px;
    column-gap: 6px;
  }

  .badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

  .badge-item img {
  width: 120px; /* was 72px */
  height: 120px; /* was 72px */
}

  .badge-text {
  font-size: 13px;
  font-weight: 600;
  color: #1F295C;
  line-height: 1.1;
    margin-top: 5px; /* ← adjust this value as needed */
}

  

     .upsell-box {
    display: flex;
    flex-direction: column;
    align-items: stretch; /* full width button */
    gap: 12px;
  }

  .upsell-upper-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* center image + text group */
    text-align: center;
    gap: 8px;
  }

  .upsell-image {
    width: 64px;
    height: 64px;
  }

  .upsell-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
  }

  .upsell-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .upsell-price {
    font-size: 20px;
    color: #1F295C;
  }

  .upsell-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  }

  .upsell-add-button {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }

.upsell-add-button:hover {
  background-color: #d91c5e;
}

 
  

.testimonial-carousel-upgraded {
  position: relative;
  overflow: hidden;
  padding: 0; /* no outer padding */
  margin-top: 10px;
  margin-bottom: 30px;
}

.testimonial-track {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  scrollbar-width: none; /* Firefox */
}
.testimonial-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.testimonial-slide-upgraded {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 0; /* no padding needed */
  box-sizing: border-box;
}

.testimonial-card-upgraded {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px;
  font-size: 16px;
  color: #1F295C;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  width: 100%;
  box-sizing: border-box;
}

.testimonial-stars {
  color: #FFD200;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.review-count {
  font-size: 14px;
  color: #555;
  margin-left: 6px;
  font-weight: normal;
}

.testimonial-quote-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 18px;
  color: #1F295C;
}

.testimonial-author {
  font-size: 15px;
  font-weight: 600;
  color: #1F295C;
}

.verified-badge {
  font-size: 14px;
  color: #1F295C;
  margin-left: 6px;
}

.testimonial-dots {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
}

.testimonial-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.testimonial-dot.active {
  background: #1F295C;
}

  .testimonial-track {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.testimonial-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


.how-it-works-section {
  padding: 48px 0;
  text-align: center;
  font-family: var(--font-body-family);
}

.custom-pdp-top .flavour {
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 1 / 1; /* Ensure square layout */
  }

 .custom-pdp-top .flavour img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border: 3px solid transparent; /* 🔧 Add this */
  transition: border-color 0.3s ease;
}

    .custom-pdp-top .flavour-selector {
   justify-content: center !important;
       margin-left: auto;
  margin-right: auto;
       padding-right: 0 !important;
}

  @media (min-width: 769px) {
     .badge-text {
  font-size: 20px;
  font-weight: 600;
  color: #1F295C;
  line-height: 1.1;
    margin-top: 10px; /* ← adjust this value as needed */
}

  .upsell-slide {
    flex: 0 0 40%;
  }
    
    .upsell-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

    .upsell-box {
    align-items: center;
    min-height: 120px; /* Optional baseline height */
  }

.upsell-image {
    height: 120px;
    aspect-ratio: 1 / 1;
  }

  .upsell-image img {
    width: auto;
    height: 100%;
    max-height: 120px;
    aspect-ratio: 1 / 1;
  }
     
    .hiw-heading {
    font-size: 35px;
    color: #1F295C;
    font-family: var(--font-heading-family);
    margin-bottom: 32px;
  }

  .hiw-video-row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 40px;
    max-width: 100%;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .hiw-video-tile {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: transparent;
  }

  .hiw-video-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #CBE5F6;
  }

  .hiw-label {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    color: #1F295C;
    text-align: center;
  }
}

  /* Desktop: stacked images */
.stacked-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stacked-image-wrapper {
  width: 100%;
}

.stacked-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}



 @media (max-width: 768px) {

  #shopify-section-{{ section.id }} {
    padding-top: 7%;
  }

   
  .custom-pdp-top {
    padding: 7% 7% 7% 7%;
    flex-direction: column;
  }

.upsell-heading-note {
  font-size: 30px;
  text-align: center;
}

.upsell-subheading {
    font-size: 14px;
  text-align: center;
}

  .custom-pdp-top .pdp-images,
  .custom-pdp-top .pdp-content {
    width: 100%;
    padding: 0;
  }

     .custom-pdp-top .description {
    font-size: 14px;
  }

  .custom-pdp-top .headline {
    margin-top: 10px;
    font-size: 35px;
    font-weight: 800;
  }

.custom-pdp-top .subheading {
    font-size: 17px;
    text-transform: uppercase;
  margin-top: 5px;
    margin-bottom: 4px;
    font-weight: 800;
    line-height: 1.2; /* ← this is the line spacing */
  }

   .testimonial-quote-text {
  font-size: 13px;
}
   
  .buy-more-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin: 20px 0 12px;
  }

  .buy-more-tile {
    flex: 0 0 31.5%;
    padding: 10px 8px;
    border-radius: 10px;
  }

  .buy-more-title {
    font-size: 15px;
  }

  .buy-more-price {
    font-size: 17px;
  }

  .buy-more-unit {
    font-size: 11px;
  }

   .unit-price {
    font-size: 10px; /* adjust separately for mobile */
  }
}

  .badge-block-wrapper {
    gap: 16px 8px;
    padding-top: 32px; /* ← adjust this value as needed */
  }

  .badge-item {
    width: calc((100% - 36px) / 4);
  }

  .badge-item img {
      width: 40px;
    height: 40px;
  }

  .badge-text {
    font-size: 13px !important;
    line-height: 1.1;
  }

  .quantity-selector {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px
  }

  
 .upsell-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
  }

  .upsell-upper {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  }

  .upsell-image {
    flex: 0 0 64px;
    height: 64px;
  }

  .upsell-image img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 12px;
  }

  .upsell-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .upsell-title {
    font-size: 20px !important;
        padding-left: 5%;
    padding-right: 5%;
  }

  .upsell-price {
    font-size: 20px;
  }

  .upsell-button-container {
    width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  }

  .upsell-add-button {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }

  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-arrow {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .prev-arrow {
    left: 0;
  }

  .next-arrow {
    right: 0;
  }

    .oloe-accordion {
    margin-bottom: 10px;
}



  .oloe-upsell-banner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #CFF0FF 0%, #FFDEEC 100%);
  border-radius: 24px;
  box-shadow: 0 0 0 3px #ffffff, 0 8px 20px rgba(0,0,0,0.06);
  position: relative;
  padding: 12% 6%;
  overflow: visible;
  text-align: center;
  margin-top: 48px;
}

  .oloe-button {
  display: inline-block;
  background-color: #3C00A0;
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.oloe-upsell-text {
  max-width: 100%;
}

  .oloe-upsell-text h3 {
  font-size: 35px;
  margin-bottom: 12px;
  color: #1A1A1A;
}

  .oloe-upsell-text p {
  font-size: 15px;
  margin-bottom: 16px;
  color: #333;
}

.oloe-upsell-banner h3 {
    font-family: var(--font-heading-family);
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #1F295C;
  }
  

.oloe-upsell-banner p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #1F295C;
  }

.oloe-upsell-banner .oloe-button {
    background-color: #3C00A0;
    color: #ffffff;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
  }

.oloe-upsell-image {
    flex: 1;
    max-width: 50%;
    text-align: center;
  }

.oloe-upsell-image img {
    max-width: 100%;
  height: auto;
  }

.oloe-upsell-top-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #FF00A0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 1;
}

.oloe-upsell-inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  width: 100%;
}

 .custom-button {
  display: inline-block;
  margin-top: 18px;
  padding: 16px 16px;
  background-color: #1F295C;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  width: 100%;
}

.custom-button:hover {
  background-color: #29006f;
} 

.carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  flex-wrap: wrap;
}

.carousel-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
  margin-top: 0;
}

.carousel-thumb.active {
  border-color: #f72b72;
}
  

  /* ✅ Desktop layout */
@media (min-width: 769px) {

  .custom-pdp-top {
    padding: 2% 13% 6% 13%;
  }

    .custom-pdp-top .pdp-images,
  .custom-pdp-top .pdp-content {
    width: 48%;
    padding: 0 12px;
  }
  
   .oloe-accordion {
    margin-top: 50px; /* or whatever you want for larger screens */
     margin-bottom: 30px;
  }
  
  .oloe-upsell-banner {
    flex-direction: row;
    text-align: left;
    padding-top: 4%;
    padding-bottom: 6%;
    padding-left: 6%;
    padding-right: 6%;
  }

   .oloe-upsell-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .oloe-upsell-text {
    flex: 1;
    max-width: 50%;
  }

  .oloe-upsell-image {
    flex: 1;
    max-width: 50%;
    text-align: center;
  }
}
  
  /* ✅ Properly scoped mobile styles for How It Works */

 @media (max-width: 768px) {
 .hiw-video-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 0 5%;
  }

  .hiw-video-tile {
    flex: 0 0 30%;
    max-width: 30%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hiw-video-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #CBE5F6;
  }

  .hiw-label {
    font-size: 13px;
    margin-top: 6px;
    text-align: center;
    width: 100%;
  }
.hiw-heading {
  font-size: {{ section.settings.desktop_heading_font_size | default: 25 }}px;
  margin-bottom: 20px; /* ← increase or adjust as needed */
}

   /* Mobile: slider styles */
.mobile-only {
  display: none;
}

.carousel-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
 }

.carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}

.carousel-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Show/hide based on screen */
@media (max-width: 768px) {
 .stacked-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px; /* adjust gap as needed */
  }

  .stacked-image-wrapper {
    width: 100%;
  }

  .stacked-image {
    width: 100%;
    border-radius: 12px; /* consistent roundness */
    object-fit: cover;
    display: block;
  }
}
  
  .mobile-only {
    display: flex;
  }
}

   /* Mobile-only visibility */
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: flex;
  }

  .stacked-gallery {
    display: none;
  }

  .carousel-gallery {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    scrollbar-width: none; /* Firefox */
  }

  .carousel-gallery::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .carousel-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .carousel-image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .carousel-dots {
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 10px;
    gap: 8px;
    display: flex;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
  }

  .carousel-dot.active {
    background-color: #f72b72;
  }

.badge-item {
    width: calc((100% - 36px) / 4);
  }

  .badge-item img {
    width: 40px;
    height: 40px;
  }

  .badge-text {
    font-size: 13px;
  }
}
  


.carousel-gallery-wrapper {
  overflow-x: hidden;
  padding-top: 17px;
  margin-bottom: 0;
  }

.carousel-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 12px; /* small gap between slides */
  padding: 0 8px 4px; /* soft padding for scroll room */
  scrollbar-width: none;
}

.carousel-gallery::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  flex: 0 0 90%;
  scroll-snap-align: center;
  position: relative;
}

 .carousel-slide:first-child {
  margin-left: 8px; /* extra space before first */
}

.carousel-slide:last-child {
  margin-right: 8px; /* extra space after last */
}

.carousel-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

  .oloe-upsell-banner {
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 10%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

  .oloe-upsell-banner h3 {
    font-size: 25px;
    font-weight: normal;
  }

  .oloe-upsell-image {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px; /* 👈 Optional spacing above image */
  }

  .oloe-upsell-top-badge {
  width: 200px; /* or any fixed size */
}

  .oloe-upsell-text {
    max-width: 100%;
    margin-bottom: 20px; /* 👈 Optional spacing below text */
  }

  .oloe-upsell-image img {
  display: inline-block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}

  .oloe-upsell-inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; /* 👈 NEW: Vertically centers content */
    text-align: center;
  }

 .upsell-box {
    flex-direction: column;
    align-items: stretch;
  }

    .upsell-upper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .upsell-image {
    flex: 0 0 auto;
  }

  .upsell-details {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .upsell-button-container {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }

  .upsell-add-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }

  .badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1.1;
}

  .badge-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

  .badge-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}

  .badge-item img {
    width: 75px;
    height: 75px;
  }

  .badge-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 8px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .badge-text {
    font-size: 14px; /* ← adjust this as needed */
    margin-top: 2px;
    line-height: 1.2;
  }

.badge-block-wrapper .badge-item .badge-text {
    font-size: 15px !important;
  }
  
@media (min-width: 1200px) {
  .badge-image-wrapper {
    max-height: 100px;
  }
}
  
