/** Shopify CDN: Minification failed

Line 1660:20 Unterminated string token

**/
/* =====================================================
   Product Sticky Layout Styles
   Compatible with Shopify Dawn Theme
   ===================================================== */

/* Container & Grid Layout */
.product-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.product-sticky-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin: 40px 0;
}

/* .thought{
  background:#F2F5F3;
  font-family: "Inter", sans-serif;
font-weight: 500;

font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;
color:#3A6F51;
padding:2px 16px;
border-radius:4px;
} */

.thought{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #3A6F51;
}

.highlight-text p {
  display: inline;
  margin: 0;
  padding: 4px 12px;
  line-height: 1.6;

  color: #3A6F51;
  background-color: #F2F5F3;
  border-radius: 10px;

  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* .highlight-text p{ display:inline; padding:2px 6px; background:linear-gradient( transparent 0%, #F2F5F3 100% ); -webkit-box-decoration-break:clone; box-decoration-break:clone; } */

/* =====================================================
   LEFT COLUMN - STICKY MEDIA
   ===================================================== */

.product-media-column {
  position: sticky;
  top: 100px;
  align-self: start;
}

/* Product Gallery */
.product-gallery {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px 16px;
}

.product-thumbnails {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.product-main-column {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.customer-review-quote {
  grid-column: 2;
  grid-row: 2;
}

/* THUMBNAILS — desktop: vertical strip, scrollable if overflow */
.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80px;
  min-width: 80px;
  max-height: 532px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ffffff00 transparent;
  padding-right: 2px;
}

/* Webkit scrollbar — desktop */
.product-thumbnails::-webkit-scrollbar {
  width: 3px;
}

.product-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}

.product-thumbnails::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}

.thumbnail-item {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 76px;
  min-width: 76px;
}

.thumbnail-item:hover {
  border-color: #e0e0e0;
}

.thumbnail-item.active {
  border-color:  #003C21;
  padding:4px;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Media */
.product-main-media {
  flex: 1;
  position: relative;
  /* border-radius: 12px; */
  overflow: hidden;
  /* background: #F2F5F3; */
}

.media-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  height:100%;
}

.media-item {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.media-item.active {
  display: block;
}

.media-item img,
.media-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bestseller-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #003C21;
  color: #ffffff;
  padding: 6px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
  line-height: 1;
}

/* Media Navigation */
.media-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto !important;
  right: auto !important;
  background: #FAF8F5;
  border: 1px solid #E2E8E2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

/* Customer Review Quote */
.customer-review-quote {
    padding: 10px;
    background: #F2F5F3;
    border-radius: 10px;
    border: 1px solid rgba(33,66,48,.3)!important;
}

.quote-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.quote-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.quote-icon svg {
  fill: #CBD8CE;
  width: 40px;
  height: auto;
  display: block;
}

.quoted-text {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  line-height: 130%;
  letter-spacing: -0.01em; /* -1% */
  vertical-align: middle;
  color:  #003C21;
  text-align:left !important;
}

.quote-divider {
  border: none;
  border-top: 1px solid #D2DDD5;
  margin: 12px 0;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author-avatar-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color:  #003C21;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  flex-shrink: 0;
}

.author-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.author-name {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color:  #003C21;
}

.purchased-badge {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: #D5E2D9;
  color:  #003C21;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}

.author-state {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em; /* 2% */
  vertical-align: middle;
  text-transform: uppercase;
  color:  #003C21;
}

/* =====================================================
   RIGHT COLUMN - SCROLLABLE INFO
   ===================================================== */

.product-info-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Product Header */
.product-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0px;
}

.product-title {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  color:  #003C21;
  letter-spacing: 1px !important;
}

.product-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #284133;
    font-size: 11px !important;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  /* margin-top: 8px; */
}

.stars {
  display: flex;
  gap: 4px;
}

.ritual-item__link{
  margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.star {
  color: #e0e0e0;
}

.star.filled {
  color: #ffc107;
}

.rating-value {
  font-size: 12px;
  font-weight: 600;
  color:  #003C21;
}

.rating-count {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.rating-count:hover {
  text-decoration: underline;
}

/* =====================================================
   INFO TABS — PIT (Product Info Tabs)
   ===================================================== */

.product-info-tabs {
  margin: 0;
  font-family: inherit;
}

.pit-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1.5px solid #d6d6d6;
}

.pit-btn {
  position: relative;
  padding: 10px 20px 10px 0;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: none;
  border: none;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -1.5px;
  cursor: pointer;
  color:  #003C21;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.pit-btn:hover {
  color:  #003C21;
}

.pit-btn.active {
  color:  #003C21;
  border-bottom-color:  #003C21;
}

.pit-panels {
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.pit-panel {
  display: none;
  padding: 12px 15px;
}

.pit-panel.active {
  display: block;
}

/* Items — 3-column grid with + prefix */
.pit-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 12px;
  column-gap: 8px;
}

.pit-items li {
  font-size: 13.5px;
  color:  #003C21;
  font-weight: 500;
  line-height: 1.4;
}

/* Product Description */
.product-description {
  font-size: 14px;
  line-height: 1.7;
  color:  #003C21;
}

/* Study Results Carousel */
.study-results-carousel {
    position: relative;
    padding: 10px 12px;
    background: #EDEFEC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    margin-top: 10px;
    width: 100% !important;
}

.study-track {
  flex: 1;
  min-width: 0;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.study-track::-webkit-scrollbar {
  display: none;
}

.study-item {
  display: flex;
  flex: 0 0 100%;
  scroll-snap-align: start;
  align-items: center;
  gap: 20px;
}

.study-percentage {
  font-size: 36px;
  font-weight: 400;
  color:  #003C21;
  line-height: 1;
  flex-shrink: 0;
}

.study-description {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.study-heading {
  color:  #003C21;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;

}

.study-link {
  font-size: 14px;
  color:  #003C21;
  text-decoration: underline !important;
  font-weight:600;
  text-align:left;
}

.study-link:hover {
  color: #2f4f3f;
}

.study-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.study-nav {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color:  #003C21;
  padding: 0;
}
/* 
.study-nav:hover {
  border-color:  #003C21;
  background: white;
} */

/* Price Section */
.product-price-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.price-original {
  font-size: 16px;
  color: #5F5F5F;
  text-decoration: line-through;
}

.price-current {
  font-size: 24px;
  font-weight: 500;
  color:  #003C21;
}

.price-badge {
  background: #046D3C;
  color: #fff;
  padding: 2.8px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}

.price-note {
  font-size: 12px;
  color: #666;
  margin-top: -12px;
}

/* Product Form */
.product-form-actions {
    display: grid;
    gap: 12px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.product-variants {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.variant-option label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color:  #003C21;
}

.variant-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  background: white;
  cursor: pointer;
}

/* Add to Cart Button */
.btn-add-to-cart {
  width: 100%;
  /* padding: 16px 32px; */
  background: #003C21;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter';
}

.btn-add-to-cart:hover {
  background: #183023;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(33, 66, 48, 0.2);
}

.btn-add-to-cart:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}



.product-form-actions > * {
  flex: 1;
}

/* Gokwik / Custom Buy Now Buttons style matching */
.product-form-actions button:not(.btn-add-to-cart),
.product-form-actions .gokwik-btn,
.product-form-actions [class*="buy-now"],
.product-form-actions [class*="gokwik"] {
  width: 100% !important;
  padding: 10px 12px !important;
  background: white !important;
  color:  #003C21 !important;
  border: 1px solid #214230 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  max-height: 44px !important;
  box-shadow: none !important;
}

.product-form-actions button:not(.btn-add-to-cart):hover,
.product-form-actions .gokwik-btn:hover {
  background: #f4f6f4 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Money Back Accordion */
.money-back-accordion {
  border-radius: 6px;
  /* margin-bottom: 16px; */
  overflow: hidden;
  border: 1px solid rgba(33, 66, 48, 0.15);
  width: 100%;
}

.mba-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color:  #003C21;
  text-align: left;
}

.mba-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mba-icon-plus {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.mba-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.money-back-accordion.is-open .mba-icon-arrow {
  transform: rotate(180deg);
}

.mba-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.3, 0.7, 0, 1);
}

.money-back-accordion.is-open .mba-content {
  max-height: 500px;
}

.mba-inner {
  padding: 0 16px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color:  #003C21;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mba-inner p {
  margin: 0;
}

.mba-inner strong {
  font-weight: 700;
  color:  #003C21;
  display: block;
  margin-bottom: 2px;
}

/* =====================================================
   PRODUCT BADGE PILLS & TECH DESCRIPTION
   ===================================================== */

.product-badges-block {
  margin-top: 4px;
}

.product-badge-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.01em;
  border: 1.5px solid #214230;
  color: #ffffffff;
  /* background: linear-gradient(90deg, #005C31 0%, #012A17 67.79%, #01120A 100%); */
  background: #012A17;
  white-space: nowrap;
}

/* .badge-pill--filled {
  background: #214230;
  color: #ffffff;
} */

.product-tech-description {
  font-size: 16px;
  line-height: 1.6;
  color:  #003C21;
}

.product-tech-description p {
    margin: 0 0 0px 0;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight Custom';
}
.product-tech-description {
    max-width: 530px;
}

.product-tech-description strong {
  font-weight: 700;
  color:  #003C21;
}

.product-tech-description ul {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-tech-description ul li {
  list-style-type: disc;
  color:  #003C21;
}

/* =====================================================
   RITUAL UPSELL — CAROUSEL
   ===================================================== */

/* Ritual Upsell */
.ritual-upsell {
    padding:10px 0px;
}

.ritual-heading-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #548b63!important;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

/* Carousel wrapper */
.ritual-carousel {
  position: relative;
}

/* Only one slide visible at a time */
.ritual-carousel__track {
  position: relative;
}

.ritual-carousel__slide {
  display: none;
  align-items: center;
  gap: 16px;
  padding: 8px;
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(33, 66, 48, 0.3);
}

.ritual-carousel__slide.is-active {
  display: flex;
}

/* Product image link inside slide */
.ritual-carousel__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #F2F5F3;
  border-radius: 10px;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

.ritual-carousel__img-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Ritual info text */
.ritual-carousel__info {
  flex: 1;
  min-width: 0;
}

.ritual-carousel__info .ritual-item__title-link h4, .ritual-carousel__info h4 {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 4px 0;
    color: #003C21;
}

.ritual-carousel__info p {
  font-size: 10px;
  color:  #003C21;
  margin: 0;
  line-height: 1.4;
}

/* Add to Cart button inside ritual card */
.ritual-carousel__slide .btn-add-ritual {
  padding: 12.4px 18px;
  background: transparent;
  border: 1.5px solid #214230;
  color:  #003C21;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  font-family:'Inter';
}

.ritual-carousel__slide .btn-add-ritual:hover {
  background: #214230;
  color: white;
}

.ritual-carousel__slide .btn-add-ritual.btn-add-ritual--added {
  background: #214230;
  color: white;
}

/* Dot navigation */
.ritual-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ritual-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(33, 66, 48, 0.3);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  transition: background 0.25s, transform 0.25s;
}

.ritual-dot-star {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ritual-dot.is-active {
  background: transparent;
  width: 14px;
  height: 14px;
  transform: none;
}

.ritual-dot.is-active .ritual-dot-star {
  display: flex;
}

/* keep old classes harmless if still referenced somewhere */
.ritual-item__link { display: flex; align-items: center; justify-content: center; }
.ritual-info { flex: 1; }
.ritual-info h4 { font-size: 16px; font-weight: 500; margin: 0 0 4px; color:  #003C21; }
.ritual-info p  { font-size: 14px; color:  #003C21; margin: 0; }

.btn-add-ritual {
  padding: 10px 20px;
  background: transparent;
  border: 1.5px solid #214230;
  color:  #003C21;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-add-ritual:hover {
  background: #214230;
  color: white;
}

/* Product Videos */
.product-videos-section {
  margin-top: 16px;
}

.section-heading {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color:  #003C21;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.video-item {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.video-item:hover .video-thumbnail {
  transform: scale(1.05);
}

.video-thumbnail {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

/* Accordions */


.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color:  #003C21;
  transition: color 0.2s ease;
      font-family: 'Inter';
}

.accordion-header:hover {
  color:  #003C21;
}

.accordion-icon {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 2000px;
}

.accordion-inner {
  padding: 0 0 24px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6F7873;
}

.accordion-list {
  margin: 16px 0;
  padding-left: 20px;
}

.accordion-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.accordion-inner img {
  width: 100%;
  border-radius: 10px;
  margin-top: 16px;
}


.accordion-header:hover {
  color:  #003C21;
}

.accordion-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.accordion-icon__line {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color:  #003C21;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
  width: 12px;
  height: 1px;


}

.accordion-icon__line--vertical {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-item.active .accordion-icon__line--vertical {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 2000px;
}

.accordion-inner {
  padding: 0 0 24px 0;
  font-size: 14px;
  line-height: 1.7;
}

.accordion-list {
  margin: 16px 0;
  padding-left: 20px;
}

.accordion-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.accordion-inner img {
  width: 100%;
  border-radius: 10px;
  margin-top: 16px;
}

/* =====================================================
   STICKY ADD TO CART - MOBILE
   ===================================================== */

.sticky-atc-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #e2e8f0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) 16px;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 100;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  display: none;
  padding:0px;
}

.sticky-atc-mobile.visible {
  transform: translateY(0);
}

.sticky-atc-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1400px;
  margin: 0 auto;
  padding:0 10px;
}

.sticky-atc-info {
  flex-shrink: 0;
}

.sticky-atc-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.sticky-atc-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.sticky-atc-price {
  font-size: 20px;
  font-weight: 700;
  color:  #003C21;
  line-height: 1.1;
  font-family: 'Inter', sans-serif;
}

.sticky-atc-compare {
  font-size: 13px;
  color: #5F5F5F;
  text-decoration: line-through;
  font-family: 'Inter', sans-serif;
}

.sticky-atc-badge {
  background: #E2E9E3;
  color:  #003C21;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

.sticky-atc-note {
  font-size: 10px;
  color: #666;
  font-family: 'Inter', sans-serif;
}

.sticky-atc-btn {
  height: 44px;
  padding: 0 28px;
  background: #214230;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.sticky-atc-btn:hover {
  background: #183023;
  transform: translateY(-1px);
}

/* =====================================================
   RESPONSIVE — TABLET (990px–1199px)
   ===================================================== */

@media screen and (max-width: 989px) {
  .study-percentage {
    font-size: 20px;
  }
  .thought{
    width:auto;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;

  }
  .product-info-column {
    margin-top:20px;
  }
  .product-sticky-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-media-column {
    position: relative;
    top: 0;
    overflow:hidden;
  }

  .product-title {
    font-size: 28px;
  }

  .product-thumbnails {
    max-height: 480px;
  }

  .videos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-tech-description {
  font-size: 14px;
  }
  .study-link {
    font-size: 12px;
  }
}

/* =====================================================
   RESPONSIVE — MOBILE (≤ 749px)
   ===================================================== */

@media screen and (max-width: 749px) {
  .product-container {
    padding: 0px;
  }

  .product-info-column
  { 
    padding:0px 16px;
  }
  .product-sticky-wrapper {
    gap: 0px;
    margin: 0px 0 0px 0;
    display:block;
  }

  /* Gallery — flip to column, thumbnails go below */
  .product-gallery {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .product-main-column {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    grid-column: auto;
    grid-row: auto;
  }

  /* Swipeable Media Carousel on Mobile */
  .product-main-media {
    overflow: hidden;
    width: 100%;
  }

  .media-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: auto;
    aspect-ratio: 1;
    scrollbar-width: none;
  }

  .media-carousel::-webkit-scrollbar {
    display: none;
  }

  .media-item {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    height: auto;
  }

  /* Thumbnails — horizontal scrollable strip */
  .product-thumbnails {
    order: 2;
    grid-column: auto;
    grid-row: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 0;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .product-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .thumbnail-item {
    min-width: 64px;
    width: 64px;
    flex-shrink: 0;
  }

  /* Header */
  .product-title {
    font-size: 24px;
  }

  .product-subtitle {
    font-size: 14px;
  }

  /* Info Tabs */
  .pit-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .pit-btn {
    font-size: 10px;
    padding: 10px 16px 10px 0;
    margin-right: 14px;
  }

  .pit-items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }

  .pit-items li {
    font-size: 13px;
  }

  /* Study Results */
  .study-results-carousel {
    flex-wrap: wrap;
    padding: 6px 10px;
    gap:0px;
  }

  .study-item {
    gap: 14px;
  }

 

  .study-heading {
    font-size: 14px;
  }

  .study-nav {
    width: 28px;
    height: 28px;
  }

  /* Price */
  .price-current {
    font-size: 20px;
  }

  /* Ritual Mobile 1.2 slide carousel with peek */
  .ritual-carousel {
    overflow: hidden;
    padding: 0 16px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .ritual-carousel__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ritual-carousel__track::-webkit-scrollbar {
    display: none;
  }

  .ritual-carousel__slide {
    display: flex !important;
    flex: 0 0 100%; /* 1.2 slides visible: 100 / 1.2 ≈ 83% */
    max-width: 100%;
    scroll-snap-align: start;
    flex-wrap: nowrap;
    gap: 8px;
    box-sizing: border-box;
    padding:6px;
  }

  .ritual-carousel__img-link {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }

  .ritual-carousel__slide .btn-add-ritual {
    width: auto;
    padding: 8px 10px;
    font-size: 12px;
    flex-shrink: 0;

    width: 110;
    height: 32;
    gap: 12px;
    angle: 0 deg;
    opacity: 1;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-width: 1px;
    border-radius: 10px;
    font-weight:600'

  }

  .product-badge-pills 
  {
    gap:4px;
  }
  /* Badge pills */
  .badge-pill {
    font-size: 9px;
    padding: 2px 12px;
  }

  /* Videos */
  .videos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .video-label {
    font-size: 10px;
    padding: 4px 8px;
    bottom: 8px;
  }

  /* Review Quote */
  .customer-review-quote {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    padding: 8px;
    display: block; /* Make testimonial visible on mobile! */
    margin: 16px 0;
  }

  .quote-icon svg {
    width: 28px;
  }

  .quoted-text {
    font-size: 16px;
  }

  /* Show Sticky ATC */
  .sticky-atc-mobile {
    display: block;
  }

  /* Accordion */
  .accordion-header {
    font-size: 16px;
    padding: 16px 0;
  }

  .accordion-inner {
    font-size: 14px;
  }
  .ritual-carousel__info .ritual-item__title-link h4,
.ritual-carousel__info h4 {
  font-size: 14px;
}
  .ritual-carousel__info p {
  font-size: 11px;
    color:  #003C21;
    margin: 0;
    line-height: 1.2;
  }
}

/* =====================================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ===================================================== */

@media screen and (max-width: 480px) {
  .thumbnail-item {
    min-width: 56px;
    width: 56px;
  }

  .pit-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-current {
    font-size: 20px;
  }

  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* Mobile first */
.smaller-screen {
  display: block;
}

.larger-screen {
  display: none;
}
.larger-screen2{
    display:none;
  }

@media (min-width: 768px) {
  .smaller-screen {
    display: none;
  }

  .larger-screen {
    display: block;
  }
  .larger-screen2{
    display:grid;
  }
}

#gokwik-buy-now {
  margin-bottom: 0px;
  padding: 10px 12px !important;
  opacity: 1;
  border-radius: 10px !important;
  box-shadow: none !important;
  border: 1px solid #214230 !important;
  color:  #003C21 !important;
  min-height: 44px !important;
  max-height: 44px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}


#BIS_trigger{
  border-radius:6px;
  display:none;
}

.study-percentage {
  display: flex;
  flex-direction: column;
  align-items: center; /* use flex-start if you want it left-aligned */
  line-height: 1.1;
}

.study-percentage .prefix {
  font-size: 14px;
}

/* =====================================================
   IMAGE ZOOM OVERLAY
   ===================================================== */

.pdp-zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  cursor: zoom-out;
}

.pdp-zoom-container {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pdp-zoom-img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  pointer-events: auto;
  cursor: default;
}

.pdp-zoom-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s ease;
}

.pdp-zoom-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* =====================================================
   PRODUCT VIDEOS — INLINE ACCORDION
   ===================================================== */

/* Make the video section accordion sit above the main accordions */
.product-videos-accordion {
  border-top: 1px solid #e0e0e0;
}

/* Native Shopify-hosted video */
.pdp-video-player {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  background: #000;
}

/* YouTube / Vimeo embed wrapper */
.pdp-video-embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
}

.pdp-video-embed-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Video label below the player */
.pdp-video-label {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #003C21;
  /* text-align: center; */
  font-family: 'Inter', sans-serif;
}

/* =====================================================
   ZOOM — Navigation arrows & counter
   ===================================================== */

.pdp-zoom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(4px);
}

.pdp-zoom-nav:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%) scale(1.07);
}

.pdp-zoom-prev { left: 20px; }
.pdp-zoom-next { right: 20px; }

.pdp-zoom-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 12px;
  border-radius: 20px;
  pointer-events: none;
}

/* Fade transition on image swap */
#pdp-zoom-img {
  transition: opacity 0.18s ease;
}

/* =====================================================
   VIDEO — Custom play/pause button overlay
   ===================================================== */

.pdp-video-native-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.pdp-video-native-wrap .pdp-video-player {
  display: block;
  width: 100%;
}

.pdp-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.15s ease;
}

.pdp-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pdp-play-btn svg {
  width: 35px;
  height: 35px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}

/* =====================================================
   VIDEO — Embed thumbnail overlay (YT/Vimeo)
   ===================================================== */

.pdp-embed-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.pdp-embed-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.pdp-embed-thumb:hover .pdp-embed-thumb-img {
  transform: scale(1.03);
}

.pdp-play-btn--embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}

.pdp-play-btn--embed:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pdp-play-btn--embed svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}

   /* 2. Rating Alignment Styling */
  .product-rating-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
  }


  /* Divider styling */
  .rating-divider {
    color: #d1d1d1;
    font-weight: 300;
    user-select: none;
  }

/* =====================================================
   MOBILE FULLSCREEN VIDEO POPUP
   ===================================================== */
.pdp-video-close-btn {
  display: none !important;
}

body.pdp-video-fullscreen-active {
  overflow: hidden !important;
  touch-action: none;
}

@media screen and (max-width: 749px) {
  .pdp-video-native-wrap.is-fullscreen,
  .pdp-video-embed-wrap.is-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    z-index: 100000 !important;
    background: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .pdp-video-native-wrap.is-fullscreen video,
  .pdp-video-embed-wrap.is-fullscreen iframe {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  .pdp-video-native-wrap.is-fullscreen .pdp-video-close-btn,
  .pdp-video-embed-wrap.is-fullscreen .pdp-video-close-btn {
    display: flex !important;
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    z-index: 100001 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    padding: 0 !important;
    transition: background 0.2s ease !important;
  }

  .pdp-video-native-wrap.is-fullscreen .pdp-video-close-btn:active,
  .pdp-video-embed-wrap.is-fullscreen .pdp-video-close-btn:active {
    background: rgba(0, 0, 0, 0.8) !important;
  }

  /* Adjust positioning of default play button overlay when in fullscreen mode */
  .pdp-video-native-wrap.is-fullscreen .pdp-play-btn {
    /* z-index: 100001 !important; */
    display:none
  }
}
