html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
/* IDRA Living V3 PDP — custom template styles (theme-update safe) */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,100..900,100;1,9..144,100..900,100&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

.custom-single-product {
  font-family: "Titillium Web", sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  font-optical-sizing: none;
}

/* tea slider start  */

.swiper {
  width: 100%;
  padding: 20px 0 60px;
}

/* ===========================
   SLIDER
=========================== */

.tea-slider {
  max-width: 1800px;
  width: 90%;
}

/* ===========================
   CARD
=========================== */

.tea-card {
  background: #fff;
  transition: 0.3s;
}

.tea-card-image {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  height: 420px;
  border-radius: 20px;
}

.tea-card-image .tea-card-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 15px;
}

.tea-card-image .tea-card-img:nth-of-type(1) {
  left: 0%;
}
.tea-card-image .tea-card-img:nth-of-type(2) {
  left: 100%;
}
.tea-card-image .tea-card-img:nth-of-type(3) {
  left: 200%;
}

.tea-card-image.slide-1 .tea-card-img {
  transform: translateX(-100%);
}
.tea-card-image.slide-2 .tea-card-img {
  transform: translateX(-200%);
}

/* ===========================
   BUTTON
=========================== */

.tea-card-button {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 25px);
  width: 55%;
  text-align: center;
  background: #8de6ed;
  color: #002f32;
  padding: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease,
    opacity 0.35s ease;
  z-index: 10;
  border-radius: 20px;
  overflow: hidden;
}

.tea-card-button .tea-card-button-fill {
  position: absolute;
  inset: 0;
  background: #002f32;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.tea-card-button .tea-card-button-text {
  position: relative;
  z-index: 2;
  transition: color 0.35s ease;
}

.tea-card:hover .tea-card-button {
  opacity: 1;
  transform: translate(-50%, 0);
}

.tea-card-button:hover .tea-card-button-fill {
  transform: translateY(0);
}

.tea-card-button:hover .tea-card-button-text {
  color: #fff;
}

/* ===========================
   IMAGE DOTS
=========================== */

.tea-card-dots {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  display: flex;
  gap: 8px;
  z-index: 20;
  background: white;
  padding: 10px;
  border-radius: 10px;
  opacity: 0;
  transition: 0.35s;
}

.tea-card:hover .tea-card-dots {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tea-card-dots .tea-card-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6d6d6;
  transition: 0.3s;
}

.tea-card-dots .tea-card-dot.active {
  background: #000;
  transform: scale(1.2);
}

/* ===========================
   CONTENT
=========================== */

.tea-card-content {
  padding: 18px 8px 0;
  text-align: center;
}

.tea-card-brand {
  color: #999;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tea-card-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition:
    background-size 0.5s ease,
    color 0.35s;
}

.tea-card-title:hover {
  background-size: 100% 1px;
}

.tea-card-price {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-top: 20px;
}
.tea-card a {
  text-decoration: none !important;
}

/* ===========================
   SWIPER PAGINATION
=========================== */

.swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 1024px) {
  .tea-card-image {
    height: 360px;
  }

  .tea-card-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .tea-card-image {
    height: 320px;
  }

  .tea-card-button {
    width: 90%;
  }
}

/* tea slider end  */

/* Layout */
.single-product-container {
  padding: 40px 20px;
}

.sngl-prdct-container-medium {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.sngl-prdct-wide-container-1540 {
  max-width: 1540px;
  width: 90%;
  margin: 0 auto;
}

.prdct-img-hover-sec-inner > img {
  width: 100%;
  border-radius: 50px;
}

.single-product-img-desc {
  display: flex;
  gap: 50px;
  max-width: 1120px;
  margin: 0 auto;
}

/* Left: Gallery */
.product-gallery {
  display: flex;
  gap: 35px;
  flex: 1;
  min-width: 0;
  flex-direction: row;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 110px;
  flex-shrink: 0;
  max-height: 640px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-thumbnails img {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s;
}

.product-thumbnails img.active {
  border-color: #e0e0e0;
}

.product-main-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.main-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.gallery-slider-track {
  display: flex;
  width: 100%;
}

.gallery-slide {
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  object-fit: cover;
  display: none;
  aspect-ratio: 525 / 640;
}

.gallery-slide.active-slide {
  display: block;
}

.zoom-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.product-badges-container {
  margin-top: 25px;
  width: 100%;
}

.product-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.product-badges .badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666666;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.product-badges .badge.highlight {
  color: #d1952a;
  border-color: #eec176;
  background-color: #fff9ed;
}

/* Right: Info */
.product-info {
  flex: 1;
  min-width: 0;
  max-width: 390px;
}

.product-title {
  /* font-family: 'Fraunces', serif; */
  font-size: 56px;
  font-weight: 400;
  color: #0d3b36;
  margin: 0;
  line-height: 1.1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.product-subtitle {
  /* font-family: 'Fraunces', serif; */
  font-size: 42px;
  font-weight: 400;
  /* font-style: italic; */
  color: #0d3b36;
  margin: 15px 0 10px 0;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

.stars {
  color: #3e9e39;
  letter-spacing: -2px;
  font-size: 16px;
}

.rating-value {
  color: #3e9e39;
  font-weight: 600;
}

.reviews-count {
  color: #4a5c5a;
  font-weight: 600;
  font-size: 13px;
}

.verified-badge {
  background: #3e9e39;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-details-content {
  margin-bottom: 15px;
  color: #666666;
}

.product-details-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.product-details-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-details-content ul li {
  margin-bottom: 3px;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  color: #6b6560;
  list-style: disc;
  padding-left: 0;
  list-style-position: inside;
}

/* .product-details-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #999;
} */

.options-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #6b6560;
  margin-bottom: 0px;
}

.product-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.option-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
}

.option-card.selected {
  background-color: #eaf6f6;
  border-color: #0d3b36;
}

.option-card input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}

.option-card.selected .radio-custom {
  border-color: #0d3b36;
}

.option-card.selected .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #0d3b36;
  border-radius: 50%;
}

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

.option-title {
  font-weight: 700;
  color: #0d3b36;
  font-size: 16px;
  margin-bottom: 2px;
}

.option-desc {
  font-size: 12px;
  color: #888;
}

.option-price-wrapper {
  text-align: right;
}

.option-price {
  /* font-family: 'Fraunces', serif; */
  font-size: 24px;
  color: #0d3b36;
  font-weight: 500;
}

.option-savings {
  font-size: 11px;
  color: #0d3b36;
  font-weight: 700;
}

.option-old-price {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

.badge-top {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #fff;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
}

.badge-top.highlight {
  border: 1px solid #0d3b36;
  color: #0d3b36;
}

.badge-top.outline {
  border: 1px solid #f29c38;
  color: #f29c38;
}

.add-to-cart-btn {
  display: block;
  text-align: center;
  max-width: 390px;
  width: auto;
  background-color: #8be4e9;
  color: #002f32;
  border: none;
  padding: 17px;
  border-radius: 30px;
  font-size: 14.3px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px;
  /* Hover animation setup */
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.add-to-cart-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #002f32;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.add-to-cart-btn.enter {
  color: #fff !important;
}

.add-to-cart-btn.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.add-to-cart-btn.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.payment-icon {
  display: flex;
  align-items: center;
}

/* Feature Slides Section */
.sngl-prdct-ftrs {
  background-color: #e6f4f1;
  padding: 40px 20px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.sngl-prdct-container-small {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.sngl-prdct-ftr-slides {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sngl-prdct-ftr-slide {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 15px;
}

.sngl-prdct-ftr-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: #d2e4e3;
}

.ftr-icon {
  margin-bottom: 12px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ftr-icon svg,
.ftr-icon img {
  height: 100%;
  width: auto;
  color: #002f32;
  object-fit: contain;
}

.ftr-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  color: #002f32;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.ftr-subtitle {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.sngl-prdct-tabs-small-container {
  max-width: min(100%, 760px);
  width: fit-content;
  margin: 0 auto;
  background-color: #002f32;
  border-radius: 999px;
  overflow: hidden;
}

.sngl-tabs-list {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sngl-tabs-list::-webkit-scrollbar {
  display: none;
}

.sngl-tabs-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: center;
}

.sngl-tabs-list a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.sngl-tabs-list a.current {
  background-color: #fff;
  color: #002f32;
}

.sngl-tabs-list a.enter {
  color: #002f32 !important;
}

.sngl-tabs-list a.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.sngl-tabs-list a.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

.sngl-prdct-tabs-section {
  margin: 50px 0;
}

/* Tabs Titles */
.tabs-titles {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

.tabs-titles p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6a7070;
  margin-bottom: 0px;
  font-weight: 500;
}

.tabs-titles h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #0d3b36;
  margin: 0;
  font-weight: 600;
}

/* Tabs Cards Section */
.tabs-cards-main {
  display: flex;
  gap: 20px;
  justify-content: center;
  /* max-width: 1120px; */
  margin: 50px auto;
}

.tab-card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tab-card img {
  width: 100%;
  aspect-ratio: 320 / 240;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.tabs-card-content {
  padding: 24px;
  flex-grow: 1;
}

.tabs-card-content .step {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 10px;
  font-weight: 600;
}

.tabs-card-content h3 {
  font-size: 21px;
  color: #0d3b36;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.tabs-card-content p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* Feature Slider Arrows */
.slider-arrow {
  display: none;
}

/* Mobile Gallery Dots */
.mobile-pagination-dots {
  display: none;
}

.tabs-technology-card-single-inner {
  display: flex;
  border-radius: 30px;
  border: 1px solid #e0ddd7;
  overflow: hidden;
}
.tabs-technology-card-single-inner > div {
  max-width: 50%;
  width: 100%;
  box-sizing: border-box;
}
.technology-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-single-card-text {
  padding: 80px 50px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.technology-single-card-text p {
  margin: 0;
  color: #6a7070;
}
.technology-single-card-text .technology-card-tech-name {
  margin-top: 0;
  border: 1px solid #6a7070;
  border-radius: 20px;
  width: fit-content;
  padding: 2px 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.technology-single-card-text .technology-card-number {
  font-size: 11px;
  font-weight: 700;
}
.technology-single-card-text h3 {
  margin: 0;
  font-size: 24px;
  color: #0d2b2a;
}
.technology-single-card-text .technology-card-content {
  font-size: 16px;
}
.tabs-technology-cards-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tabs-technology-card-single.reverted .tabs-technology-card-single-inner {
  flex-direction: row-reverse;
}
.tabs-technology-card-single.reverted
  .tabs-technology-card-single-inner
  .technology-single-card-text {
  background-color: #e6f4f1;
}
.tabs-technology-card-single.reverted .technology-single-card-text p {
  color: #002f32;
}
.tabs-technology-card-single.reverted
  .technology-single-card-text
  .technology-card-tech-name {
  background-color: #002f32;
  color: #ffffffcc;
}

/* FAQ Section */
.sngl-faqs-section {
  margin-bottom: 80px;
}

.faq-tabs-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.faq-tabs-inner a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  background-color: #eef4f2;
  border: 1px solid #d9e4df;
  border-radius: 99px;
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
  /* Hover animation setup */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.faq-tabs-inner a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #002f32;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.faq-tabs-inner a.active {
  background-color: #002f32;
  color: #fff;
  border-color: #002f32;
}

.faq-tabs-inner a.enter {
  color: #fff !important;
  border-color: #002f32 !important;
}

.faq-tabs-inner a.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.faq-tabs-inner a.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

.faqs-main {
  background-color: #eef4f2;
  border-radius: 12px;
  overflow: hidden;
}

.faq-accordion {
  border-bottom: 1px solid rgba(13, 43, 42, 0.08);
}

.faq-accordion:last-child {
  border-bottom: none;
}

.faq-ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-ques h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #0d2b2a;
  font-family: "Titillium Web", sans-serif;
}

.faq-ques svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.faq-accordion.active .faq-ques svg {
  transform: rotate(180deg);
}

.faq-ans {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.faq-ans-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-ans p {
  margin: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  font-family: "Titillium Web", sans-serif;
  padding: 0 32px 24px;
}

.faq-accordion.active .faq-ans {
  grid-template-rows: 1fr;
}

.faqs-main-wrapper {
  display: none;
}

.faqs-main-wrapper[data="product"] {
  display: block;
}

/* Sustainability Section */
.sngl-tabs-sustainability {
  background: #002f32;
  padding: clamp(32px, 20px + 5.2vw, 72px) 0;
  display: flex;
  justify-content: center;
}

.sngl-tabs-sustainability .sustainability-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: clamp(14px, -11.5px + 5.9vw, 48px);
}

.sngl-tabs-sustainability .copy {
  flex: 1 1 0;
  min-width: 0;
}

.sngl-tabs-sustainability .eyebrow {
  margin: 0 0 clamp(8px, 3.5px + 1vw, 14px);
  font-size: clamp(9px, 6.75px + 0.52vw, 12px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Titillium Web", sans-serif;
}

.sngl-tabs-sustainability .heading {
  margin: 0 0 clamp(8px, 2px + 1.4vw, 16px);
  font-size: clamp(15px, 3.75px + 2.6vw, 30px);
  line-height: 1.28;
  font-weight: 600;
  color: #ffffff;
  /* font-family: 'Fraunces', serif; */
}

.sngl-tabs-sustainability .body-copy {
  margin: 0;
  font-size: clamp(10px, 6.25px + 0.87vw, 15px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Titillium Web", sans-serif;
}

.sngl-tabs-sustainability .stats {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 7px + 0.7vw, 14px);
}

.sngl-tabs-sustainability .stat-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: clamp(10px, 2.5px + 1.7vw, 20px) clamp(12px, 4.5px + 1.7vw, 22px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sngl-tabs-sustainability .stat-number {
  margin: 0 0 clamp(4px, 2.5px + 0.35vw, 6px);
  font-size: clamp(17px, 8.75px + 1.9vw, 33px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
}

.sngl-tabs-sustainability .stat-label {
  margin: 0;
  font-size: clamp(8px, 4.6px + 0.78vw, 12.5px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Titillium Web", sans-serif;
}

/* ==========================================================
   WHY IDRA — Comparison Table
   ========================================================== */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.tabs-titles.mobile-only h2 {
  margin-bottom: 15px;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  min-width: 340px;
}

table.compare col.col-feature {
  width: 33.34%;
}
table.compare col.col-idra {
  width: 33.33%;
}
table.compare col.col-trad {
  width: 33.33%;
}

table.compare th,
table.compare td {
  padding: 13px 4px;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.005em;
  border-bottom: 1px solid #e0ddd7;
  vertical-align: middle;
  word-break: break-word;
  font-family: "Titillium Web", sans-serif;
}

table.compare th:first-child,
table.compare td:first-child {
  text-align: left;
}

table.compare thead th {
  background: #f4f5f1;
  color: #6a7070;
  font-family: "Titillium Web", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: none;
  padding: 16px 6px;
  vertical-align: middle;
}

table.compare thead th.col-idra-head {
  background: #002f32;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}

.compare-badge {
  display: inline-block;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.idra-name {
  display: block;
  /* font-family: 'Fraunces', serif; */
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

table.compare tbody th {
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1a2020;
  text-align: left;
  background: transparent;
  padding-left: 4px;
  padding-right: 2px;
}

table.compare tbody td {
  color: #6a7070;
  font-weight: 400;
}

td.col-idra {
  background: #e9efee;
  color: #0d2b2a;
  font-weight: 700;
}

table.compare tbody tr:last-child th,
table.compare tbody tr:last-child td {
  border-bottom: none;
}

.check {
  color: #2d7a60;
  font-size: 16px;
  font-weight: 700;
}
.cross {
  color: #c0c8c0;
  font-size: 15px;
}

.table-scroll:focus-visible {
  outline: 2px solid #2d7a60;
  outline-offset: 2px;
}

.sngl-tabs-content-section {
  margin: 100px 0;
}
table.compare tbody tr:nth-child(even) {
  background-color: rgb(0 0 0 / 2%);
}

/* Responsive */

/* Mobile Steps Nav (Hidden by default) */
.mobile-steps-nav {
  display: none;
}

/* Hotspot Image Section */
.prdct-img-hover-sec-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}

.prdct-img-hover-sec-inner img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
/* Desktop Image */
.idra-pasta-desktop {
  display: block !important;
  min-height: 100vh;
  object-fit: cover;
}

/* Mobile Image */
.idra-pasta-mobile {
  display: none !important;
}

/* Hotspot Container — prefixed to avoid theme lookbook .hotspot conflict */
.sngl-prdct-img-hover-sec .idra-hotspot {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  left: auto;
  top: auto;
}

.sngl-prdct-img-hover-sec .idra-hotspot::before,
.sngl-prdct-img-hover-sec .idra-hotspot::after {
  content: none;
  display: none;
}

.idra-hotspot:hover {
  z-index: 30;
}

/* Hotspot Dot */
.idra-hotspot-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: 0 0 0 1px rgba(0, 47, 50, 0.15);
  pointer-events: none;
}

/* Outer Ring */
.idra-hotspot-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  transition: all 0.3s ease;
}

.idra-hotspot:hover .idra-hotspot-dot::after {
  width: 52px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* Hotspot Tooltip */
.idra-hotspot-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(25px);
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 20;
  pointer-events: none;
  text-align: left;
}

/* Logo Marquee */
.sngl-prdct-logo-slider {
  padding: 40px 0;
  overflow: hidden;
  background-color: #fff; /* Ensure it has a background */
}

.logo-marquee {
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
  width: 100%;
  /* Disable text selection while dragging */
  user-select: none;
  -webkit-user-select: none;
}

.logo-marquee:active {
  cursor: grabbing;
}

.logo-marquee-inner {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
}

.logo-marquee-item {
  flex-shrink: 0;
}

.logo-marquee-item img {
  height: 40px;
  width: auto;
  object-fit: contain;
  /* Make logos gray to match design */
  filter: grayscale(100%) opacity(50%) brightness(50%);
  transition: all 0.3s ease;
}

.sngl-product-sec {
  margin: 25px 0;
}

/* Tooltip Arrow */
.idra-hotspot-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

/* Hover State for Tooltip */
.idra-hotspot:hover .idra-hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(15px);
}

/* Tooltip Content Typography */
.idra-hotspot-tooltip h4 {
  font-size: 14px;
  color: #0d2b2a;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.idra-hotspot-tooltip p {
  font-size: 13px;
  color: #4a5c5c;
  margin: 0;
  line-height: 1.5;
}

.idra-hotspot-tooltip-body p {
  font-size: 13px;
  color: #4a5c5c;
  margin: 0;
  line-height: 1.5;
}

.idra-hotspot-tooltip strong {
  color: #0d2b2a;
  font-weight: 700;
}

/* Scrolling Text Marquee */
.sngl-prdct-continue-text {
  background-color: #8de6ed;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0;
}
.sngl-prdct-continue-text-inner {
  display: inline-flex;
  align-items: center;
  gap: 90px;
  padding-right: 50px;
  animation: scroll-marquee 25s linear infinite;
}
.sngl-prdct-continue-text:hover .sngl-prdct-continue-text-inner {
  animation-play-state: paused;
}
.scrolling-text-main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.scrolling-text-main img {
  height: 50px;
  width: auto;
}
.scrolling-text-main p {
  margin: 0;
  font-size: clamp(25px, 4vw, 50px);
  font-weight: 700;
  color: #13737a;
  text-transform: uppercase;
  line-height: 1;
}
@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* CTA Section */
.single-product-1100-sec {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.sngl-prdct-cta {
  padding: 40px 0px;
  background-color: #fff;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
}
.sngl-prdct-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-content {
  flex: 1;
  max-width: 500px;
}
.cta-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.cta-title {
  font-size: 46px;
  font-weight: 700;
  color: #0d2b2a;
  line-height: 1.1;
  margin: 0 0 20px 0;
}
.cta-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 40px 0;
}
.cta-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.btn-cta-primary,
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-cta-primary {
  background-color: #0d2b2a;
  color: #fff;
}
.btn-cta-secondary {
  background-color: transparent;
  color: #0d2b2a;
  border: 1px solid #0d2b2a;
}
.cta-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Responsive align modifiers for edges */
.idra-hotspot.idra-hotspot--left .idra-hotspot-tooltip {
  left: -15px;
  transform: translateY(25px);
}
.idra-hotspot.idra-hotspot--left:hover .idra-hotspot-tooltip {
  transform: translateY(15px);
}
.idra-hotspot.idra-hotspot--left .idra-hotspot-tooltip::before {
  left: 27px;
  transform: none;
}

.idra-hotspot.idra-hotspot--right .idra-hotspot-tooltip {
  left: auto;
  right: -15px;
  transform: translateY(25px);
}
.idra-hotspot.idra-hotspot--right:hover .idra-hotspot-tooltip {
  transform: translateY(15px);
}
.idra-hotspot.idra-hotspot--right .idra-hotspot-tooltip::before {
  left: auto;
  right: 27px;
  transform: none;
}

/* Mobile responsive width and dot size adjust */

/* Reviews Section */
.sngl-prdct-reviews {
  font-family: "Titillium Web", sans-serif;
  color: #0d2b2a;
  padding: 50px 0;
}
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 30px;
}
.reviews-subtitle {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6a7c7c;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.reviews-title {
  font-size: 42px;
  line-height: 1.1;
  color: #0d2b2a;
  margin: 0 0 25px 0;
  font-weight: 600;
}
.reviews-thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.reviews-thumbnails img {
  height: 70px;
  width: 70px;
  border-radius: 8px;
  object-fit: cover;
}
.reviews-summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 35px;
  display: flex;
  gap: 35px;
  align-items: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
}
.summary-score-col {
  text-align: left;
}
.summary-score-col .score {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #0d2b2a;
  margin-bottom: 8px;
}
.summary-score-col .stars {
  color: #f5a623;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.summary-score-col .review-count {
  font-size: 11px;
  color: #889696;
}
.summary-bars-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #889696;
}
.bar-row .bar {
  width: 140px;
  height: 4px;
  background: #e6ebeb;
  border-radius: 2px;
  overflow: hidden;
}
.bar-row .bar .fill {
  height: 100%;
  background: #f5a623;
}

/* Reviews Grid */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.review-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
}
.review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.reviewer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #0d2b2a;
}
.reviewer-name-loc strong {
  display: block;
  font-size: 15px;
  color: #0d2b2a;
  font-weight: 700;
  margin-bottom: 2px;
}
.reviewer-name-loc span {
  font-size: 12px;
  color: #889696;
}
.review-meta {
  text-align: right;
}
.review-meta .stars {
  color: #f5a623;
  font-size: 13px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.review-meta .date {
  font-size: 11px;
  color: #889696;
}
.review-title {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #0d2b2a;
  margin: 0 0 15px 0;
}
.review-body {
  font-size: 15px;
  line-height: 1.6;
  color: #6a7c7c;
  margin: 0 0 25px 0;
}
.verified-purchase {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #2b7057;
  font-weight: 700;
}
.verified-purchase svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Reviews Footer */
.reviews-footer {
  text-align: center;
}
.btn-view-reviews {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid #0d2b2a;
  color: #0d2b2a;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.4s ease;
  text-decoration: none;
  /* Hover animation setup */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-view-reviews::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #0d2b2a;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.btn-view-reviews.enter {
  color: #fff !important;
}

.btn-view-reviews.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.btn-view-reviews.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

.reviews-main-section {
  background-color: #e6f4f1;
}

/* Responsive Reviews */

/* Related Videos Section */
.sngl-product-related-videos {
  font-family: "Titillium Web", sans-serif;
  padding: 80px 0 50px 0;
}

.related-videos-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.related-videos-title {
  font-size: 32px;
  color: #0d2b2a;
  line-height: 1.2;
}

.related-videos-title strong {
  font-weight: 700;
}

.related-videos-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icon {
  width: 60px;
  height: 60px;
  background: #76ded9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.social-icon span {
  display: block;
  background: #0d2b2a;
  height: 4px;
  border-radius: 2px;
  width: 30px;
}

.social-icon span:nth-child(3) {
  opacity: 0.6;
}
.social-icon span:nth-child(4) {
  opacity: 0.3;
}
.social-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.social-handle {
  font-size: 16px;
  font-weight: 700;
  color: #0d2b2a;
}

.btn-follow {
  display: inline-block;
  border: 1px solid #ff7f7f;
  color: #ff7f7f;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
  transition: color 0.4s ease;
  /* Hover animation setup */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-follow::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #ff7f7f;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.btn-follow.enter {
  color: #fff !important;
}

.btn-follow.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.btn-follow.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

.related-videos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.related-video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  background: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.related-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.related-video-card:hover video {
  transform: scale(1.03);
}

.video-poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.related-video-card:hover .video-poster-overlay {
  opacity: 0;
}

.video-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  z-index: 10;
}

.product-insets {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.inset-img {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.inset-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.btn-view-video {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #0d2b2a;
  text-align: center;
  padding: 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  /* Hover animation setup */
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
}

.related-video-card:hover .btn-view-video {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-view-video::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #0d2b2a;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.btn-view-video.enter {
  color: #fff !important;
}

.btn-view-video.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.btn-view-video.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

/* Ritual Full Width Section */
.full-width-section {
  width: 100%;
}

.full-width-bg {
  width: 100%;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.full-width-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.full-width-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(
    0,
    0,
    0,
    0.3
  ); /* Optional dark overlay to ensure text is readable */
  z-index: 1;
}

.sngl-prdct-full-img-title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.sngl-prdct-full-img-title h2 {
  margin: 0 0 20px 0;
  font-size: clamp(40px, 7vw, 90px);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sngl-prdct-full-img-title h2 strong {
  font-weight: 700;
}

.btn-buy-ritual {
  display: inline-block;
  background: #fff;
  color: #0d2b2a;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Hover animation setup */
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
}

.btn-buy-ritual::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  background-color: #0d2b2a;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.btn-buy-ritual.enter {
  color: #fff !important;
}

.btn-buy-ritual.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.btn-buy-ritual.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

/* Responsive */

/* Custom CTA Button Hover Animation */
.btn-cta-primary,
.btn-cta-secondary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
  border: 1px solid #0d2b2a;
  border-radius: 30px;
}

.btn-cta-primary::before,
.btn-cta-secondary::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 200%;
  border-radius: 50%;
  z-index: -1;
  top: 100%;
}

.btn-cta-primary::before {
  background-color: #fff;
}

.btn-cta-secondary::before {
  background-color: #0d2b2a;
}

.btn-cta-primary.enter {
  color: #0d2b2a !important;
}

.btn-cta-secondary.enter {
  color: #fff !important;
}

.btn-cta-primary.enter::before,
.btn-cta-secondary.enter::before {
  animation: fillUpIn 0.5s ease forwards;
}

.btn-cta-primary.leave::before,
.btn-cta-secondary.leave::before {
  animation: fillUpOut 0.5s ease forwards;
}

@keyframes fillUpIn {
  0% {
    top: 100%;
  }
  100% {
    top: -50%;
  }
}

@keyframes fillUpOut {
  0% {
    top: -50%;
  }
  100% {
    top: -200%;
  }
}

/* ==========================================================
   RESPONSIVE / MEDIA QUERIES
   ========================================================== */

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .section-header {
    max-width: 720px;
    margin-bottom: 48px;
  }

  table.compare col.col-feature {
    width: 40%;
  }
  table.compare col.col-idra {
    width: 26%;
  }
  table.compare col.col-trad {
    width: 34%;
  }

  table.compare th,
  table.compare td {
    padding: 22px 28px;
    font-size: 15px;
    letter-spacing: normal;
  }

  table.compare tbody th {
    font-size: 15px;
    letter-spacing: normal;
    padding-left: 28px;
    padding-right: 28px;
  }

  table.compare thead th {
    font-size: 12px;
    padding: 24px 28px;
  }

  table.compare thead th.col-idra-head {
    padding-left: 24px;
    padding-right: 24px;
  }

  .compare-badge {
    font-size: 10px;
    padding: 4px 12px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  .check {
    font-size: 18px;
  }
  .cross {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .related-videos-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .related-videos-grid::-webkit-scrollbar {
    display: none;
  }
  .related-video-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }
}

@media (max-width: 991px) {
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews-summary-card {
    width: 100%;
    justify-content: space-between;
  }

  .sngl-prdct-cta-inner {
    flex-direction: column;
    text-align: left;
  }
  .cta-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .btn-cta-primary,
  .btn-cta-secondary {
    padding: 12px 20px;
    font-size: 12px;
  }
  .cta-image {
    width: 100%;
  }
  .related-videos-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .related-videos-social {
    width: 100%;
  }
  .social-info {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .single-product-img-desc {
    flex-direction: column;
  }
  .product-info {
    max-width: 100%;
  }
  .product-thumbnails {
    flex-direction: row;
    width: 100%;
    height: 70px;
  }
  .product-gallery {
    flex-direction: column-reverse;
  }
  .product-title {
    font-size: 40px;
  }
  .product-subtitle {
    font-size: 30px;
  }
  .product-description {
    font-size: 14px;
  }
  /* .tabs-cards-main {
            flex-direction: column;
        } */
  .tabs-titles h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  /* Compact buy box so filter kits fit in the first mobile viewport */
  .single-product-container {
    padding: 8px 16px 24px;
  }

  .single-product-img-desc {
    gap: 10px;
  }

  .product-gallery {
    gap: 0;
  }

  .gallery-slide {
    aspect-ratio: 1 / 1;
    max-height: min(300px, 34vh);
    width: 100%;
    object-fit: cover;
  }

  .main-image-wrapper {
    max-height: min(300px, 34vh);
  }

  .mobile-pagination-dots {
    margin-top: 8px;
  }

  .product-title {
    font-size: 28px;
    line-height: 1.05;
  }

  .product-subtitle {
    font-size: 22px;
    margin: 2px 0 6px 0;
    line-height: 1.1;
  }

  .product-rating {
    margin-bottom: 8px;
    gap: 8px;
  }

  .product-details-content {
    margin-bottom: 8px;
  }

  .product-details-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
  }

  .product-options {
    gap: 14px;
    margin-bottom: 16px;
  }

  .options-label {
    margin: 0 0 2px;
  }

  .option-card {
    padding: 12px 14px;
  }

  .option-card .badge-top {
    top: -10px;
  }

  .sngl-tabs-main-tab .sustainability-wrap {
    flex-direction: column;
  }
  .mobile-steps-nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 0 auto 30px auto;
    z-index: 1;
    column-gap: 10px;
  }

  .mobile-steps-nav .step-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #002f32;
    z-index: -1;
  }

  .mobile-steps-nav .step-btn {
    background: #fff;
    border: 1px solid #002f32;
    color: #002f32;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }

  .mobile-steps-nav .step-btn.active {
    background: #002f32;
    color: #fff;
  }

  .tabs-cards-main .tab-card {
    display: none;
  }

  .tabs-cards-main .tab-card.active-card {
    display: flex;
  }

  .sngl-prdct-tabs-section .sngl-prdct-container-small {
    width: 100%;
  }

  .sngl-prdct-tabs-small-container {
    border-radius: 0;
    padding: 15px 0;
    width: 100%;
    max-width: 100%;
  }

  .sngl-tabs-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sngl-tabs-list::-webkit-scrollbar {
    display: none;
  }

  .sngl-tabs-list a {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding: 0 15px !important;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .sngl-tabs-list a:first-child {
    padding-left: 0 !important;
  }

  .sngl-tabs-list a.current {
    color: #fff !important;
    font-weight: 600;
  }

  .sngl-tabs-list a:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -4px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    pointer-events: none;
  }

  .sngl-prdct-ftr-slider {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .sngl-prdct-ftr-slides {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: visible;
    scroll-snap-type: none;
    width: 100%;
    box-sizing: content-box;
  }

  .sngl-prdct-ftr-slides::-webkit-scrollbar {
    display: none;
  }

  .sngl-prdct-ftr-slide {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc((100% - 24px) / 3);
    box-sizing: border-box;
    padding: 0 5px;
  }

  .sngl-prdct-ftr-slide:not(:last-child)::after {
    display: none;
  }

  .gallery-slider-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    gap: 10px;
  }
  .gallery-slider-track::-webkit-scrollbar {
    display: none;
  }
  .gallery-slide {
    display: block;
    scroll-snap-align: start;
    aspect-ratio: 1 / 1;
    max-height: min(300px, 34vh);
    width: 100%;
    object-fit: cover;
  }

  .mobile-pagination-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
  }

  .mobile-pagination-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d1d5d5;
  }

  .mobile-pagination-dots .dot.active {
    background-color: #002f32;
  }

  .product-thumbnails {
    display: none !important;
  }

  .product-gallery {
    flex-direction: column !important;
  }

  .product-main-image {
    position: relative;
  }

  .product-badges-container {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 50px;
    margin-top: 0;
    z-index: 2;
    width: auto;
  }

  .product-badges {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }

  .product-badges .badge {
    font-size: 9px;
    padding: 4px 8px;
  }
  .tabs-technology-cards-main {
    gap: 20px;
  }
  .tabs-titles h2 {
    font-size: 30px;
  }

  .logo-marquee-item img {
    height: 25px;
  }
  .logo-marquee-inner {
    gap: 30px;
  }

  .idra-hotspot-tooltip {
    width: 240px; /* Slightly smaller for mobile */
  }

  .idra-hotspot {
    width: 40px;
    height: 40px;
  }

  .idra-hotspot-dot {
    width: 12px;
    height: 12px;
  }

  .idra-hotspot-dot::after {
    width: 26px;
    height: 26px;
    border-width: 1.5px;
  }

  .idra-hotspot:hover .idra-hotspot-dot::after {
    width: 32px;
    height: 32px;
  }
  .review-card {
    padding: 25px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .reviews-title {
    font-size: 32px;
  }
  .reviews-summary-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: auto;
  }
  .bar-row .bar {
    width: 180px;
  }

  .related-video-card {
    flex: 0 0 150px;
    aspect-ratio: 9 / 16;
    scroll-snap-align: center;
  }
  .related-videos-title {
    font-size: 26px;
  }
  .btn-view-video {
    padding: 6px;
    font-size: 11px;
  }
  .faq-tabs-inner a {
    padding: 5px 18px;
  }
  .full-width-bg {
    min-height: 550px;
  }
  .scrolling-text-main img {
    height: 30px;
  }
  .sngl-prdct-continue-text-inner {
    gap: 60px;
  }
  .scrolling-text-main {
    gap: 20px;
  }
  .cta-title {
    font-size: 30px;
  }
  .cta-desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .sngl-tabs-content-section {
    margin: 30px 0;
  }
  .sngl-faqs-section {
    margin-bottom: 50px;
  }
  .sngl-product-related-videos {
    padding: 30px 0 0px 0;
  }
  .sngl-prdct-ftrs {
    margin-bottom: 50px;
  }
  .tabs-titles {
    margin-bottom: 20px;
  }
  .sngl-prdct-img-hover-sec {
    margin-top: 50px;
  }
  .cta-content {
    margin-bottom: 0px;
  }
  .sngl-prdct-cta {
    padding-bottom: 0;
  }
  .sngl-tabs-list a::before {
    display: none;
  }
  .idra-pasta-desktop {
    display: none !important;
  }

  .idra-pasta-mobile {
    display: block !important;
  }
  .prdct-img-hover-sec-inner img {
    object-position: center 33% !important;
    height: 450px !important;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .tabs-technology-card-single-inner {
    border-radius: 15px;
  }
  .technology-single-card-text {
    padding: 20px 10px;
    gap: 10px;
  }
  .technology-single-card-text h3 {
    font-size: 18px;
  }
  .technology-single-card-text .technology-card-content {
    font-size: 14px;
  }
  .technology-single-card-text p.technology-card-tech-name {
    font-size: 10px;
  }
  .tabs-technology-card-single-inner .technology-card-img {
    max-width: 45%;
  }
  .tabs-technology-card-single-inner .technology-single-card-text {
    max-width: 55%;
    background-color: #f5f5f5;
  }
  .sngl-prdct-ftrs {
    padding: 40px 0px;
  }
}

@media (max-width: 540px) {
  .sngl-prdct-ftr-slide {
    width: calc((100% - 12px) / 2);
  }
}

@media (max-width: 350px) {
  .idra-hotspot-tooltip {
    width: 200px; /* Slightly smaller for mobile */
  }
}

/* Theme integration overrides */
.custom-single-product .add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

.custom-single-product .add-to-cart-btn:disabled,
.custom-single-product .option-card.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.custom-single-product .idra-product-form {
  width: 100%;
}

.custom-single-product .product-form__error-message[hidden] {
  display: none !important;
}

/* Judge.me badge in IDRA rating row */
.custom-single-product .idra-product-rating {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.custom-single-product .idra-jdgm-badge {
  display: inline-flex;
  align-items: center;
}

.custom-single-product .idra-jdgm-badge .jdgm-prev-badge,
.custom-single-product .idra-jdgm-badge .jdgm-preview-badge {
  margin: 0 !important;
}

.custom-single-product .product-rating a.reviews-count {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
