.eco-product-page.single-product .site-main,
.eco-product-page.single-product .ct-container,
.eco-product-page.single-product .ct-container-full,
.eco-product-page.single-product .content-area {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.eco-product-page.single-product .ct-container-full[data-vertical-spacing] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.eco-product-page.single-product .ct-container-full > article,
.eco-product-page.single-product .hero-section,
.eco-product-page.single-product .entry-header {
  width: min(var(--eco-header-rail-width, 1536px), calc(100% - (var(--eco-page-gutter, 0px) * 2)));
  max-width: none;
  margin: 0 auto;
}

.eco-product-page.single-product .woocommerce-breadcrumb,
.eco-product-page.single-product .ct-breadcrumbs {
  display: none !important;
}

.eco-product-breadcrumb-row {
  grid-area: breadcrumb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  margin: 0;
  padding: 0 0 4px;
  color: #007c89;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.eco-product-breadcrumb-row a,
.eco-product-breadcrumb-row span {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.eco-product-breadcrumb-row__separator {
  opacity: 0.45;
}

.eco-product-page.single-product div.product {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0 0 48px;
}

.eco-product-page.single-product div.product > .product-entry-wrapper,
.eco-product-page.single-product div.product > .product-entry-wrapper.is-width-constrained {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eco-product-page.single-product section.related.products,
.eco-product-page.single-product .related.products {
  display: none !important;
}

.eco-product-layout {
  display: grid;
  grid-template-columns: 650px 468px 376px;
  grid-template-areas:
    "breadcrumb breadcrumb breadcrumb"
    "gallery info purchase"
    "about about purchase"
    "recommendations recommendations recommendations"
    "reviews reviews reviews"
    "related related related";
  column-gap: 21px;
  row-gap: 22px;
  align-items: start;
  justify-content: start;
  width: 1536px;
  max-width: 100%;
  margin: 0;
  min-height: 600px;
}

.eco-product-gallery {
  grid-area: gallery;
}

.eco-product-mobile-gallery {
  display: none;
  grid-area: gallery;
}

@media (min-width: 1267px) {
  .eco-product-gallery--desktop {
    display: block;
  }

  .eco-product-mobile-gallery {
    display: none !important;
  }
}

@media (max-width: 1266px) {
  .eco-product-gallery--desktop {
    display: none !important;
  }

  .eco-product-mobile-gallery {
    box-sizing: border-box;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    min-height: min(100vw, 430px);
    margin: 0;
    background: #fff;
    overflow: hidden;
  }

  .eco-product-mobile-gallery__track {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    min-height: min(100vw, 430px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff;
  }

  .eco-product-mobile-gallery__track::-webkit-scrollbar,
  .eco-product-mobile-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .eco-product-mobile-gallery__slide {
    box-sizing: border-box;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    min-height: min(100vw, 430px);
    margin: 0;
    padding: 0;
    background-color: #fff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .eco-product-mobile-gallery__image,
  .eco-product-mobile-gallery__slide img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: min(100vw, 430px) !important;
    min-height: min(100vw, 430px) !important;
    object-fit: contain;
    object-position: center;
    background: #fff;
  }

  .eco-product-mobile-gallery__thumbs {
    box-sizing: border-box;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    margin: 0;
    padding: 8px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .eco-product-mobile-gallery__thumb {
    box-sizing: border-box;
    display: block;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    scroll-snap-align: center;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
  }

  .eco-product-mobile-gallery__thumb.is-active,
  .eco-product-mobile-gallery__thumb[aria-current='true'] {
    border-color: #0097d7;
    box-shadow: 0 0 0 1px #0097d7;
  }

  .eco-product-mobile-gallery__thumb:active {
    transform: scale(0.96);
  }

  .eco-product-mobile-gallery__thumb img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    background: #fff;
  }
}

.eco-product-info {
  grid-area: info;
}

.eco-product-purchase {
  grid-area: purchase;
}

.eco-product-about {
  grid-area: about;
}

.eco-product-recommendations {
  grid-area: recommendations;
}

.eco-product-recommendations--related {
  grid-area: related;
}

.eco-product-reviews {
  grid-area: reviews;
}

.eco-product-page.single-product .eco-product-gallery div.images,
.eco-product-page.single-product div.product div.images {
  width: 650px !important;
  max-width: 650px;
  margin: 0 !important;
  float: none !important;
  position: relative;
}

.eco-product-page.single-product .eco-product-gallery .woocommerce-product-gallery,
.eco-product-page.single-product .eco-product-gallery .ct-product-gallery-container {
  width: 650px !important;
  max-width: 650px !important;
}

.eco-product-page.single-product .eco-product-gallery .onsale {
  display: none !important;
}

.eco-product-gallery .woocommerce-product-gallery {
  position: relative;
}

.eco-product-page.single-product .eco-product-gallery .ct-product-gallery-container {
  display: block !important;
  position: relative;
  min-height: 592.64px;
  padding-left: 72px !important;
}

.eco-product-page.single-product .eco-product-gallery .flexy-container,
.eco-product-page.single-product .eco-product-gallery .flexy,
.eco-product-page.single-product .eco-product-gallery .flexy-view,
.eco-product-page.single-product .eco-product-gallery .flexy-items,
.eco-product-page.single-product .eco-product-gallery .flexy-item {
  min-width: 0;
  width: 578px !important;
  max-width: 578px !important;
  margin: 0 !important;
  padding: 0 !important;
  inset: auto !important;
}

.eco-product-page.single-product .eco-product-gallery .flexy-container {
  width: 578px !important;
  max-width: 578px !important;
  min-height: 592.64px;
  background: #fff;
}

.eco-product-page.single-product .eco-product-gallery .flexy-view,
.eco-product-page.single-product .eco-product-gallery .flexy-items,
.eco-product-page.single-product .eco-product-gallery .flexy-item,
.eco-product-page.single-product .eco-product-gallery .ct-media-container {
  width: 578px !important;
  max-width: 578px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eco-product-page.single-product .eco-product-gallery .flexy-item img {
  display: block;
  width: 578px !important;
  max-width: 578px !important;
  height: 592.64px !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}

.eco-product-featured-badge {
  position: absolute;
  top: 24px;
  left: 82px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 8px 20px 8px 14px;
  background: #15975f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 50%, 100% 100%, 0 100%);
  box-shadow: 0 8px 18px rgba(21, 151, 95, 0.18);
}

.eco-product-page.single-product div.product div.images .woocommerce-product-gallery__wrapper,
.eco-product-page.single-product .eco-product-gallery .flexy {
  min-height: 592.64px;
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs'] {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 7;
  width: 64px !important;
  max-width: 64px !important;
  height: 592.64px;
  margin: 0 !important;
  padding: 0 0 24px !important;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs']::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs'] ol {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs'] li {
  width: 62px !important;
  height: 62px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #e2e6e8;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.12);
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs'] li.active {
  border-color: #0097d7;
  box-shadow: 0 0 0 1px #0097d7;
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs'] .ct-media-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eco-product-page.single-product .eco-product-gallery .flexy-pills[data-type='thumbs'] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.eco-product-page.single-product .eco-product-gallery .flexy-arrow-prev,
.eco-product-page.single-product .eco-product-gallery .flexy-arrow-next {
  display: none !important;
}

.eco-product-thumb-scroll {
  position: absolute;
  left: 3px;
  z-index: 9;
  display: grid;
  place-items: center;
  width: 58px;
  height: 24px;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(250, 245, 246, 0.86) 45%, rgba(248, 244, 245, 0.98) 100%);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease;
  will-change: opacity, transform;
}

.eco-product-thumb-scroll-up {
  top: 0;
  border-radius: 4px 4px 0 0;
  opacity: 0 !important;
}

.eco-product-thumb-scroll-down {
  top: 0;
  border-radius: 0 0 4px 4px;
}

.eco-product-gallery:hover .eco-product-thumb-scroll-down,
.eco-product-gallery.eco-thumb-rail-scrolled:hover .eco-product-thumb-scroll-up {
  opacity: 1;
  pointer-events: auto;
}

.eco-product-gallery.eco-thumb-rail-scrolled:hover .eco-product-thumb-scroll-up {
  opacity: 1 !important;
}

.eco-product-thumb-scroll:hover {
  transform: translateY(1px);
}

.eco-product-thumb-scroll-up:hover {
  transform: translateY(1px);
}

.eco-product-thumb-scroll span {
  align-self: end;
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  border-right: 3px solid #777;
  border-bottom: 3px solid #777;
  transform: rotate(45deg);
}

.eco-product-thumb-scroll-up span {
  align-self: center;
  margin-top: 4px;
  margin-bottom: 0;
  border-right-width: 3px;
  border-bottom-width: 3px;
  transform: rotate(225deg);
}

.eco-product-gallery-share {
  position: absolute;
  top: 18px;
  right: -2px;
  z-index: 9;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e3e7ea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #9aa2a9;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.18);
  cursor: pointer;
}

.eco-product-gallery-share svg {
  width: 20px;
  height: 20px;
}

.eco-product-page.single-product div.product div.summary {
  display: none !important;
}

.eco-product-main {
  display: contents;
}

.eco-product-info {
  width: 468px;
  min-height: 592.64px;
  padding-top: 0;
}


.eco-product-rating-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 7px;
}

.eco-product-stars {
  color: #f6b900;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1;
}

.eco-product-rating-link {
  color: #0b7285;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.eco-product-rating-separator {
  margin: 0 4px 0 6px;
  color: rgba(15, 23, 42, 0.16);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.eco-product-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 5px 9px 5px 7px;
  border: 1px solid #087fac;
  border-radius: 4px;
  background: linear-gradient(180deg, #0f95c8 0%, #0785b7 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.eco-product-verified__seal {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  color: #0b8fc1;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}


.eco-product-info .product_title {
  margin: 0 0 10px;
  color: #243746;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.eco-product-featured-review {
  margin: 0 0 10px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #f5f5f5;
  color: #1e2933;
}

.eco-product-featured-review p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
}

.eco-product-featured-review strong {
  margin-right: 12px;
  color: #007cba;
  font-size: 12px;
  font-weight: 900;
}

.eco-product-featured-review span {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  background: #dff3e8;
  color: #198754;
  font-size: 11px;
  font-weight: 900;
}

.eco-product-title-short-description {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.eco-product-title-short-description > :first-child {
  margin-top: 0;
}

.eco-product-title-short-description > :last-child {
  margin-bottom: 0;
}

.eco-product-title-short-description p {
  margin: 0 0 8px;
}

.eco-product-title-short-description ul,
.eco-product-title-short-description ol {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding-left: 18px;
}

.eco-product-title-short-description li::marker {
  color: #0f766e;
}

.eco-product-variant-panel,
.eco-product-variant-panel .woocommerce-product-details__short-description {
  color: #1f2937;
  font-size: 13px;
  line-height: 1.6;
}

.eco-product-variant-panel .woocommerce-product-details__short-description {
  margin: 0 0 8px;
}

.eco-product-variant-panel .eco-product-cart-shell {
  margin-top: 0;
}

.eco-product-variant-panel .single_variation,
.eco-product-variant-panel .woocommerce-variation,
.eco-product-variant-panel .woocommerce-variation-add-to-cart:empty {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eco-product-variant-panel form.variations_form:not(.eco-variation-swatches-ready) .variations {
  opacity: 1;
}

.eco-product-variant-panel .variations {
  width: 100%;
  margin: 0 0 14px !important;
  border: 0;
}

.eco-product-variant-panel .variations tr,
.eco-product-variant-panel .variations th,
.eco-product-variant-panel .variations td {
  display: block;
  width: 100%;
  padding: 0 !important;
  border: 0;
  text-align: left;
}

.eco-product-variant-panel .variations tr + tr {
  margin-top: 12px;
}

.eco-product-variant-panel .variations label {
  display: block;
  margin: 0 0 6px;
  color: #101828;
  font-size: 12px;
  font-weight: 900;
}

.eco-product-variant-panel .eco-variation-swatches-ready .variations th label {
  display: none;
}

.eco-product-variant-panel .eco-variation-swatches-ready .variations select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.eco-product-variant-panel .woocommerce-variation-price,
.eco-product-variant-panel .woocommerce-variation-availability {
  display: none !important;
}

.eco-product-variant-panel .eco-native-select-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.eco-swatch-group {
  display: grid;
  gap: 8px;
  margin-top: 7px;
}

.eco-swatch-header {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #122033;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.eco-swatch-header strong {
  color: #158c43;
  font-weight: 650;
}

.eco-swatch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eco-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #d8e7dd;
  border-radius: 7px;
  background: #fff;
  color: #142235;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease, opacity 140ms ease;
}

.eco-swatch:hover {
  border-color: #18a650;
  transform: translateY(-1px);
}

.eco-swatch.is-selected {
  border-color: #0097d7;
  box-shadow: 0 0 0 1px #0097d7;
}

.eco-swatch.is-unavailable {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
}

.eco-swatch.is-unavailable::after {
  content: '';
  position: absolute;
  inset: 7px;
  border-top: 1px solid #9ca3af;
  transform: rotate(-28deg);
}

.eco-swatch.is-loading-image:not(.has-image)::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(236, 248, 240, 0), rgba(236, 248, 240, 0.95), rgba(236, 248, 240, 0));
  opacity: 0.42;
  pointer-events: none;
}

.eco-swatch-group--image .eco-swatch.has-image {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  padding: 2px;
  border-color: #cfe7d7;
  border-radius: 8px;
  overflow: hidden;
}

.eco-swatch-group--image .eco-swatch.has-image img,
.eco-swatch-group--image .eco-swatch__image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.eco-swatch-group--image .eco-swatch.has-image.is-selected {
  border-color: #0097d7;
  box-shadow: 0 0 0 2px rgba(0, 151, 215, 0.24);
}

.eco-swatch-group:not(.is-expanded) .eco-swatch.is-extra {
  display: none;
}

.eco-swatch-more {
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #cfe7d7;
  border-radius: 999px;
  background: #f6fbf7;
  color: #148f43;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.eco-product-variant-panel .reset_variations {
  display: none !important;
}

.eco-product-purchase {
  width: 376px;
  min-height: 600px;
  align-self: stretch;
}

.eco-product-about {
  width: 100%;
  max-width: 100%;
  margin: 2px 0 0;
  color: #111827;
}

.eco-product-about__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.eco-product-about__toggle:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.eco-product-about__chevron {
  width: 9px;
  height: 9px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.eco-product-about.is-open .eco-product-about__toggle {
  border-bottom-color: transparent;
  border-radius: 3px 3px 0 0;
}

.eco-product-about.is-open .eco-product-about__chevron {
  transform: rotate(-135deg) translateY(-1px);
}

.eco-product-about__body {
  display: none;
  border: 1px solid #e5e7eb;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background: #fff;
}

.eco-product-about.is-open .eco-product-about__body {
  display: block;
}

.eco-product-about__content {
  padding: 22px;
  color: #263443;
  font-size: 14px;
  line-height: 1.72;
}

.eco-product-about__content > :first-child {
  margin-top: 0;
}

.eco-product-about__content > :last-child {
  margin-bottom: 0;
}

.eco-product-about__content p,
.eco-product-about__content ul,
.eco-product-about__content ol {
  margin: 0 0 14px;
}

.eco-product-about__content ul,
.eco-product-about__content ol {
  padding-left: 22px;
}

.eco-product-about__content li + li {
  margin-top: 7px;
}

.eco-product-recommendations {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 4px;
  padding: 0 0 6px;
  background: #fff;
  color: #111827;
}

.eco-product-recommendations--related {
  margin-top: 28px;
}

.eco-product-recommendations__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
}

.eco-product-recommendations__heading {
  margin: 0;
  color: #050505;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.eco-product-recommendations__nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
}

.eco-product-recommendations__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.eco-product-recommendations__button:hover:not(:disabled) {
  background: #e5e7eb;
  transform: translateY(-1px);
}

.eco-product-recommendations__button:disabled {
  opacity: 0.38;
  cursor: default;
}

.eco-product-recommendations__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.eco-product-recommendations__viewport::-webkit-scrollbar {
  display: none;
}

.eco-product-recommendations__track {
  display: flex;
  gap: 16px;
  width: 100%;
  min-width: 100%;
}

.eco-product-recommendations__item {
  flex: 0 0 calc((100% - 80px) / 6);
  width: calc((100% - 80px) / 6);
  scroll-snap-align: start;
}

.eco-product-recommendation-card,
.eco-product-recommendation-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.eco-product-recommendation-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 8px;
  overflow: hidden;
  background: #f8fafc;
}

.eco-product-recommendation-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-product-recommendation-card__title {
  display: -webkit-box;
  min-height: 38px;
  margin: 0 0 6px;
  overflow: hidden;
  color: #1f2937;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.005em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eco-product-recommendation-card__price {
  display: block;
  margin: 0 0 3px;
  color: #198b37;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.eco-product-recommendation-card__price .woocommerce-Price-currencySymbol {
  margin-right: 1px;
  font-size: 0.72em;
}

.eco-product-recommendation-card__price sup {
  margin-left: 1px;
  font-size: 0.55em;
}

.eco-product-recommendation-card__save {
  display: block;
  margin: 0 0 3px;
  color: #229447;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.eco-product-recommendation-card__meta {
  display: block;
  overflow: hidden;
  color: #6b7280;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eco-product-recommendations__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  min-height: 96px;
  margin: 28px 0 0;
  padding: 0 124px;
  background: #f5f6f8;
}

.eco-product-recommendations__trust-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  color: #050505;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.eco-product-recommendations__trust-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #0088bd;
  color: #fff;
}

.eco-product-recommendations__trust-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-product-recommendations__trust-icon--emoji {
  font-size: 21px;
  line-height: 1;
}

.eco-product-reviews {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 2px;
  padding: 0 0 18px;
  color: #111827;
}

.eco-product-reviews__photos-heading {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.eco-product-reviews__photo-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.eco-product-reviews__photo-strip::-webkit-scrollbar {
  display: none;
}

.eco-product-reviews__photo-card {
  position: relative;
  flex: 0 0 190px;
  width: 190px;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f4f6;
  scroll-snap-align: start;
}

.eco-product-reviews__photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-product-reviews__photo-rating {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.eco-product-reviews__panel {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.eco-product-reviews__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.5fr);
}

.eco-product-reviews__trust {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  border-right: 1px solid #e5e7eb;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.09), transparent 34%),
    linear-gradient(180deg, #fbfffe 0%, #f8fafc 100%);
}

.eco-product-reviews__content {
  min-width: 0;
  padding: 20px 24px 22px;
}

.eco-product-reviews__summary {
  display: grid;
  gap: 9px;
  color: #111;
}

.eco-product-reviews__heading {
  margin: 0;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.eco-product-reviews__rating-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.eco-product-reviews__score {
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.eco-product-reviews__summary .eco-stars {
  color: #ffb400;
  font-size: 16px;
  letter-spacing: 1px;
}

.eco-product-reviews__count,
.eco-product-reviews__intro {
  color: #4b5563;
  font-size: 13px;
  font-weight: 750;
}

.eco-product-reviews__intro {
  max-width: 440px;
  line-height: 1.5;
}

.eco-product-reviews__verified {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
  font-size: 12px;
  font-weight: 900;
}

.eco-product-reviews__distribution {
  display: grid;
  gap: 8px;
  padding: 14px 0 2px;
}

.eco-product-reviews__distribution-row {
  display: grid;
  grid-template-columns: 42px minmax(80px, 1fr) 28px;
  align-items: center;
  gap: 9px;
  color: #4b5563;
  font-size: 11px;
  font-weight: 850;
}

.eco-product-reviews__distribution-track {
  height: 7px;
  overflow: hidden;
  background: #e5e7eb;
}

.eco-product-reviews__distribution-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #0f766e, #14b8a6);
}

.eco-product-reviews__tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #d1d5db;
}

.eco-product-reviews__tab {
  position: relative;
  min-height: 34px;
  padding: 0 0 11px;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 850;
}

.eco-product-reviews__tab.is-active {
  color: #111;
}

.eco-product-reviews__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #111;
}

.eco-product-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 18px;
}

.eco-product-reviews__empty {
  display: grid;
  gap: 7px;
  min-height: 198px;
  place-content: center;
  padding: 28px;
  background: #f8fafc;
  color: #4b5563;
  font-size: 13px;
  font-weight: 750;
}

.eco-product-reviews__empty strong {
  color: #111827;
  font-size: 18px;
  font-weight: 950;
}

.eco-product-reviews__actions {
  padding: 2px 0 0;
}

.eco-product-reviews__write-button {
  min-height: 48px;
  width: 100%;
  padding: 0 22px;
  border: 0;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.eco-product-reviews__write-button:hover {
  background: #0f766e;
  transform: translateY(-1px);
}

.eco-product-reviews__write-button[aria-expanded='true'] {
  background: #0f766e;
}

.eco-product-reviews__form[hidden],
.eco-product-reviews__form-message[hidden] {
  display: none !important;
}

.eco-product-reviews__notice,
.eco-product-reviews__form-message {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
  font-size: 13px;
  font-weight: 850;
}

.eco-product-reviews__form-message {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.eco-product-reviews__form-message a {
  justify-self: start;
  color: #111827;
  font-weight: 950;
  text-decoration: underline;
}

.eco-product-reviews__form,
.eco-product-reviews__form-message {
  margin: 0;
}

.eco-product-reviews__form-message.is-open {
  animation: eco-review-form-in 180ms ease both;
}

.eco-product-reviews__form {
  padding: 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.eco-product-reviews__form.is-open {
  animation: eco-review-form-in 180ms ease both;
}

@keyframes eco-review-form-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eco-product-reviews__form-title {
  margin: 0 0 16px;
  color: #111827;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.eco-product-reviews__form .comment-form {
  display: grid;
  gap: 14px;
  margin: 0;
}

.eco-product-reviews__form .comment-form-rating,
.eco-product-reviews__form .comment-form-comment,
.eco-product-reviews__form .comment-form-author,
.eco-product-reviews__form .comment-form-email,
.eco-product-reviews__form .form-submit {
  display: grid;
  gap: 7px;
  margin: 0;
}

.eco-product-reviews__form label {
  color: #111827;
  font-size: 12px;
  font-weight: 950;
}

.eco-product-reviews__form select,
.eco-product-reviews__form input,
.eco-product-reviews__form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font-size: 14px;
}

.eco-product-reviews__form textarea {
  min-height: 132px;
  resize: vertical;
}

.eco-product-reviews__submit {
  justify-self: start;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.eco-product-reviews__form--closed {
  color: #6b7280;
  font-size: 13px;
}

.eco-product-review-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
}

.eco-product-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.eco-product-review-card__stars {
  color: #ffb400;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}

.eco-product-review-card time {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

.eco-product-review-card p {
  display: -webkit-box;
  min-height: 0;
  margin: 0 0 14px;
  overflow: hidden;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.eco-product-review-card__author {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
}

.eco-product-review-card__avatar {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #c084fc;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.eco-product-review-card__author strong {
  color: #374151;
  font-size: 12px;
}

.eco-product-purchase__card {
  position: sticky;
  top: calc(var(--eco-product-sticky-header-offset, 86px) + 18px);
  width: 376px;
  min-height: 600px;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.eco-product-price-row {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.eco-product-price-row .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  line-height: 1;
}

.eco-price-current {
  display: inline-flex;
  align-items: flex-start;
  color: #16833a;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.eco-price-current .woocommerce-Price-currencySymbol {
  margin-right: 2px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.eco-price-current sup {
  margin-left: 1px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  transform: translateY(-1px);
}

.eco-price-regular {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  opacity: 0.86;
}

.eco-price-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1px solid #9ca3af;
  border-radius: 999px;
  color: #6b7280;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.eco-product-save {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  color: #16833a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
}

.eco-product-save[hidden] {
  display: none;
}

.eco-product-save__label {
  padding: 4px 6px;
  border-radius: 3px;
  background: #dff4e6;
  color: #16833a;
  font-size: 13px;
  font-weight: 700;
}

.eco-product-save__amount {
  color: #16833a;
  font-size: 15px;
  font-weight: 700;
}

.eco-product-save__amount sup {
  font-size: 10px;
}

.eco-product-live-viewers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 10px 0 8px;
  color: #159447;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.eco-product-live-viewers svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-product-live-viewers strong {
  font-weight: 600;
}

.eco-product-stock {
  margin: 6px 0 12px;
  color: #16834a;
  font-size: 13px;
  font-weight: 500;
}

.eco-product-stock > span[aria-hidden='true'] {
  font-weight: 900;
}

.eco-product-stock__status {
  font-weight: 700;
}

.eco-product-cart-shell {
  margin-bottom: 6px;
}

.eco-product-quantity-label {
  display: block;
  margin: 0 0 5px;
  color: #101828;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}

.eco-product-cart-shell form.cart,
.eco-product-cart-shell form.cart .woocommerce-variation-add-to-cart,
.eco-product-cart-shell form.cart .woocommerce-grouped-product-list-item__quantity {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: start !important;
  gap: 10px;
  margin: 0 !important;
}

.eco-product-cart-shell form.cart .woocommerce-variation-add-to-cart > *,
.eco-product-cart-shell form.cart > * {
  grid-column: 1 / -1;
}

@media (min-width: 1267px) {
  .eco-product-page:not(.eco-purchase-controls-active) .eco-product-cart-shell .eco-product-quantity-label,
  .eco-product-page:not(.eco-purchase-controls-active) .eco-product-cart-shell form.cart .quantity,
  .eco-product-page:not(.eco-purchase-controls-active) .eco-product-cart-shell .single_add_to_cart_button,
  .eco-product-page:not(.eco-purchase-controls-active) .eco-product-cart-shell .eco-product-buy-now {
    display: none !important;
  }
}

.eco-product-purchase-quantity:empty,
.eco-product-purchase-buy-now:empty,
.eco-product-purchase-add:empty {
  display: none;
}

.eco-product-purchase-quantity {
  margin: 0 0 10px;
}

.eco-product-purchase-buy-now {
  margin: 0 0 14px;
}

.eco-product-purchase-add {
  margin: 14px 0 0;
}

.eco-product-cart-shell form.cart .quantity,
.eco-product-purchase-quantity .quantity {
  display: inline-flex;
  align-items: center;
  width: 104px;
  height: 32px;
  margin: 0 !important;
  border: 2px solid #1a8a3a;
  border-radius: 999px;
  overflow: hidden;
}

.eco-product-cart-shell form.cart .quantity input.qty,
.eco-product-purchase-quantity .quantity input.qty {
  width: 100%;
  height: 100%;
  border: 0;
  color: #0f3d22;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: none;
}

.eco-product-cart-shell .single_add_to_cart_button,
.eco-product-purchase-add .single_add_to_cart_button,
.eco-product-buy-now {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 352px !important;
  min-height: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 18px !important;
  border-radius: 7px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.eco-product-buy-now {
  margin: 0;
  border: 1px solid #008cba !important;
  background: #008cba !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(0, 140, 186, 0.22);
  cursor: pointer;
}

.eco-product-cart-shell .single_add_to_cart_button,
.eco-product-purchase-add .single_add_to_cart_button {
  min-height: 50px !important;
  height: 50px !important;
  border: 1px solid #008cba !important;
  background: #fff !important;
  color: #008cba !important;
}

.eco-product-buy-now:hover,
.eco-product-cart-shell .single_add_to_cart_button:hover,
.eco-product-purchase-add .single_add_to_cart_button:hover {
  transform: translateY(-1px);
}

.eco-product-trust-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 12px 0;
}

.eco-product-trust-chips span {
  display: grid;
  place-items: center;
  min-height: 27px;
  padding: 0 4px;
  border: 1px solid #8fd9b2;
  border-radius: 3px;
  color: #12a25a;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.eco-mobile-buybar {
  display: none;
}

.eco-product-stats-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin: 4px 0 6px;
}

.eco-product-stat {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.2;
}

.eco-product-stat strong {
  color: #111827;
  font-weight: 800;
}

.eco-product-stat__icon {
  width: 14px;
  height: 14px;
  flex: none;
  fill: currentColor;
  color: #9ca3af;
}

.eco-product-stat:not(:last-child):not(.eco-product-stat--hot)::after {
  content: "·";
  position: absolute;
  right: -9px;
  color: #cbd5e1;
}

.eco-product-stat--hot {
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fff1e6;
  color: #c2410c;
  font-weight: 700;
}

.eco-product-stat--hot strong {
  color: #c2410c;
}

.eco-product-stat--hot .eco-product-stat__icon {
  width: 13px;
  height: 13px;
  color: #ea580c;
}

@media (max-width: 1266px) {
  .eco-product-stats-bar {
    gap: 6px 14px;
    margin: 2px 0 8px;
  }

  .eco-product-stat {
    font-size: 12.5px;
  }

  .eco-mobile-quantity-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .eco-mobile-quantity-block .eco-product-quantity-label {
    order: 0;
    margin: 0;
  }

  .eco-mobile-quantity-block .quantity {
    order: 1;
  }

  .eco-mobile-buybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    display: block;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.12);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .eco-mobile-buybar__inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 680px;
    margin: 0 auto;
  }

  .eco-mobile-buybar__viewers {
    display: flex;
    justify-content: center;
  }

  .eco-mobile-buybar__viewers .eco-product-live-viewers {
    margin: 0 !important;
  }

  .eco-mobile-buybar__viewers:empty {
    display: none;
  }

  .eco-mobile-buybar__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 10px;
  }

  .eco-mobile-buybar__chips .eco-product-trust-chips {
    margin: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .eco-mobile-buybar__chips:empty {
    display: none;
  }

  .eco-mobile-buybar .single_add_to_cart_button,
  .eco-mobile-buybar .eco-product-buy-now {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    white-space: nowrap;
  }

  .eco-mobile-buybar .single_add_to_cart_button {
    border: 1px solid #008cba !important;
    background: #fff !important;
    color: #008cba !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }

  .eco-mobile-buybar .eco-buybar-price {
    margin-left: 4px;
    font-weight: 800;
  }

  .eco-buy-now__extra {
    display: none;
  }

  body.eco-mobile-buybar-active {
    padding-bottom: 168px;
  }

  body.eco-mobile-buybar-active .eco-product-purchase-buy-now,
  body.eco-mobile-buybar-active .eco-product-purchase-add {
    display: none !important;
  }
}

.eco-product-chat-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  margin: 18px 0 12px;
  padding: 15px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  color: #5f6b7a;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.eco-product-chat-cta__dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
}

.eco-product-chat-cta__text {
  flex: 1 1 auto;
  min-width: 0;
}

.eco-product-chat-cta__button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0073aa;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.eco-product-chat-cta__button:hover,
.eco-product-chat-cta__button:focus-visible {
  color: #005f8f;
  text-decoration: underline;
}

.eco-product-chat-cta__button.is-loading {
  cursor: progress;
  opacity: 0.74;
}

.eco-product-policy-card {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
  padding: 20px 26px 22px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
}

.eco-product-policy-card__title {
  margin: 0 0 10px;
  color: #16833a;
  font-size: 12px;
  font-weight: 800;
}

.eco-product-policy-card__link {
  display: inline;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.eco-product-policy-card__link:hover,
.eco-product-policy-card__link:focus-visible {
  color: #16833a;
}

.eco-product-policy-card__returns {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #111827;
}

.eco-product-policy-card__returns span {
  color: #16a34a;
  font-size: 13px;
  line-height: 1;
}

body.eco-policy-modal-open {
  overflow: hidden;
}

.eco-product-policy-modal[hidden] {
  display: none;
}

.eco-product-policy-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.eco-product-policy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.eco-product-policy-modal__dialog {
  position: relative;
  width: min(640px, calc(100vw - 72px));
  height: min(720px, calc(100vh - 72px));
  max-height: 90vh;
  background: #fff;
  color: #111827;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.eco-product-policy-modal__close {
  position: absolute;
  top: 8px;
  right: -36px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.eco-product-policy-modal__body {
  height: 100%;
  max-height: 90vh;
  overflow: auto;
  padding: 30px 38px;
  color: #111827;
  font-size: 15px;
  line-height: 1.62;
}

.eco-product-policy-modal__body ol,
.eco-product-policy-modal__body ul {
  margin: 0;
  padding-left: 20px;
}

.eco-product-policy-modal__body li + li {
  margin-top: 14px;
}

.eco-product-policy-modal__body p {
  margin: 0 0 14px;
}

@media (max-width: 1266px) {
  .eco-product-policy-modal {
    padding: 24px 14px;
  }

  .eco-product-policy-modal__dialog {
    width: min(520px, calc(100vw - 28px));
    height: min(760px, calc(100vh - 72px));
  }

  .eco-product-policy-modal__close {
    top: -34px;
    right: 0;
  }

  .eco-product-policy-modal__body {
    padding: 24px 26px;
    font-size: 14px;
  }
}

.eco-product-trust-card {
  display: grid;
  gap: 14px;
  margin: 12px 0 0;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.eco-product-trust-card .eco-product-secure-payments {
  margin: 0;
}

.eco-product-trust-card .eco-product-chat-cta {
  margin: 0;
}

.eco-product-secure-payments {
  display: grid;
  gap: 8px;
  margin: 12px 0 10px;
}

.eco-product-secure-payments__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: #1b7f35;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.eco-product-secure-payments__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #18a34a;
  font-size: 18px;
  line-height: 1;
}

.eco-product-secure-payments__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

.eco-product-secure-payments__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 19px;
  line-height: 0;
}

.eco-product-secure-payments__badge svg {
  display: block;
  width: 32px;
  height: auto;
}

.eco-product-secure {
  margin: 9px 0 0;
  color: #16834a;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.eco-product-secure {
  color: #0f7f45;
}

.eco-product-page.single-product .product_meta,
.eco-product-page.single-product .store-info,
.eco-product-page.single-product [class*='store-info'] {
  display: none !important;
}

.eco-product-page.single-product .woocommerce-tabs,
.eco-product-page.single-product .related,
.eco-product-page.single-product .upsells {
  width: 100%;
  max-width: 1536px;
  margin-top: 28px;
}

.eco-product-page.single-product .woocommerce-tabs {
  border-top: 1px solid #edf0f2;
  padding-top: 20px;
}

body.eco-mobile-lightbox-open {
  overflow: hidden !important;
}

@media (max-width: 1266px) {
  .eco-mobile-gallery-lightbox.eco-mobile-gallery-lightbox--mobile {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .eco-mobile-gallery-lightbox.eco-mobile-gallery-lightbox--mobile.is-open {
    opacity: 1;
    visibility: visible;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(10, 15, 25, 0.92);
    cursor: zoom-out;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__panel {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__track {
    flex: 1 1 auto;
    display: flex;
    width: 100%;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__track::-webkit-scrollbar {
    display: none;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: transparent;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__close {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__nav {
    display: none;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__counter {
    position: fixed;
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
    z-index: 3;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__thumbs {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
    padding: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    background: rgba(10, 15, 25, 0.92);
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__thumbs::-webkit-scrollbar {
    display: none;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__thumb.is-active,
  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__thumb[aria-current='true'] {
    border-color: #0097d7;
  }

  .eco-mobile-gallery-lightbox--mobile .eco-mobile-gallery-lightbox__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1267px) {
  .eco-product-page.single-product .eco-product-gallery .flexy-item img,
  .eco-product-page.single-product .eco-product-gallery .woocommerce-product-gallery__image img {
    cursor: zoom-in;
  }

  .eco-mobile-gallery-lightbox.eco-mobile-gallery-lightbox--desktop {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 160ms ease, visibility 160ms ease;
  }

  .eco-mobile-gallery-lightbox.eco-mobile-gallery-lightbox--desktop.is-open {
    opacity: 1;
    visibility: visible;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(31, 42, 55, 0.62);
    backdrop-filter: blur(1px);
    cursor: zoom-out;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__panel {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100dvh;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 8px 58px 8px 8px;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__thumbs {
    align-self: stretch;
    width: 54px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__thumbs::-webkit-scrollbar {
    display: none;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__thumb {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 2px solid rgba(226, 232, 240, 0.95);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
    cursor: pointer;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__thumb.is-active,
  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__thumb[aria-current='true'] {
    border-color: #0097d7;
    box-shadow: 0 0 0 1px #0097d7;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__track {
    justify-self: center;
    width: min(86vw, 1280px);
    max-width: calc(100vw - 150px);
    height: min(92dvh, 900px);
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__track::-webkit-scrollbar {
    display: none;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: transparent;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    background: transparent;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__close {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__nav {
    position: fixed;
    top: 50%;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #1f2937;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__nav--prev {
    left: calc(50vw - min(36vw, 490px) - 68px);
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__nav--next {
    right: calc(50vw - min(36vw, 490px) - 68px);
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__nav:disabled {
    display: none;
  }

  .eco-mobile-gallery-lightbox--desktop .eco-mobile-gallery-lightbox__counter {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
  }
}

@media (min-width: 1267px) and (max-width: 1535px) {
  .eco-product-layout {
    grid-template-columns: minmax(420px, 1fr) minmax(320px, 468px) 376px;
  }

  .eco-product-page.single-product .eco-product-gallery div.images,
  .eco-product-page.single-product .eco-product-gallery .woocommerce-product-gallery,
  .eco-product-page.single-product .eco-product-gallery .ct-product-gallery-container,
  .eco-product-page.single-product div.product div.images {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 1266px) {
  .eco-product-page.single-product .woocommerce-breadcrumb,
  .eco-product-page.single-product .ct-breadcrumbs {
    width: 100%;
    transform: none;
    padding-inline: 16px;
  }

  .eco-product-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "gallery"
      "info"
      "purchase"
      "about"
      "recommendations"
      "reviews"
      "related";
    row-gap: 22px;
    width: 100%;
  }

  .eco-product-info,
  .eco-product-purchase,
  .eco-product-about,
  .eco-product-page.single-product div.product div.images .woocommerce-product-gallery__wrapper {
    width: 100%;
    min-height: 0;
  }

  .eco-product-about {
    margin: 0;
  }

  .eco-product-purchase {
    position: static;
    min-height: 0;
  }

  .eco-product-page.single-product .eco-product-gallery .ct-product-gallery-container {
    display: block;
    width: 100% !important;
    max-width: none !important;
  }

  .eco-product-page.single-product .eco-product-gallery .flexy-container,
  .eco-product-page.single-product .eco-product-gallery .flexy,
  .eco-product-page.single-product .eco-product-gallery .flexy-view,
  .eco-product-page.single-product .eco-product-gallery .flexy-items,
  .eco-product-page.single-product .eco-product-gallery .flexy-item,
  .eco-product-page.single-product .eco-product-gallery .ct-media-container {
    width: 100% !important;
    max-width: none !important;
  }

  .eco-product-page.single-product .eco-product-gallery .flexy-item img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none;
  }

  .eco-product-purchase__card {
    width: 100%;
    min-height: 0;
    padding-top: 2px;
  }

  .eco-product-stock {
    margin-bottom: 4px;
  }

  .eco-product-trust-card {
    margin-top: 2px;
  }

  .eco-product-about__toggle {
    min-height: 52px;
    padding-inline: 16px;
  }

  .eco-product-about__content {
    padding: 16px;
  }

  .eco-product-recommendations {
    padding-inline: 12px;
  }

  .eco-product-recommendations__nav {
    display: inline-flex;
    gap: 6px;
    padding-right: 0;
  }

  .eco-product-recommendations__button {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }

  .eco-product-recommendations__viewport {
    scroll-snap-type: x proximity;
  }

  .eco-product-recommendations__track {
    gap: 12px;
    padding-right: 12px;
  }

  .eco-product-recommendations__item {
    flex-basis: 154px;
    width: 154px;
  }

  .eco-product-recommendations__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding: 16px 10px;
  }

  .eco-product-recommendations__trust-item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    font-size: 11px;
    text-align: center;
    white-space: normal;
  }

  .eco-product-recommendations__trust-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 1266px) {
  .eco-product-page.single-product {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .eco-product-about:not(.is-open) .eco-product-about__body {
    display: none;
  }

  .eco-product-page.single-product .eco-search,
  .eco-product-page.single-product form.search-form,
  .eco-product-page.single-product form.searchform,
  .eco-product-page.single-product .search-form,
  .eco-product-page.single-product .woocommerce-product-search,
  .eco-product-page.single-product [role='search'] {
    display: none !important;
  }

  .eco-product-page.single-product .eco-reference-header {
    margin-bottom: 0 !important;
  }

  .eco-product-page.single-product .eco-main-header {
    padding-top: 4px !important;
  }

  .eco-product-page.single-product .eco-header-search {
    display: none !important;
    margin-bottom: 0 !important;
  }

  .eco-product-page.single-product #main,
  .eco-product-page.single-product .site-main,
  .eco-product-page.single-product .content-area,
  .eco-product-page.single-product article,
  .eco-product-page.single-product article[id^='post-'],
  .eco-product-page.single-product article[class*='post-'] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .eco-product-page.single-product .site-main,
  .eco-product-page.single-product .ct-container,
  .eco-product-page.single-product .ct-container-full,
  .eco-product-page.single-product .content-area {
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  .eco-product-page.single-product .ct-container-full[data-vertical-spacing] {
    padding-top: 0 !important;
  }

  .eco-product-page.single-product .woocommerce-breadcrumb,
  .eco-product-page.single-product .ct-breadcrumbs,
  .eco-product-page.single-product .eco-product-breadcrumb-row {
    display: none !important;
  }

  .eco-product-page.single-product .woocommerce-breadcrumb::-webkit-scrollbar,
  .eco-product-page.single-product .ct-breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .eco-product-page.single-product .ct-container-full > article,
  .eco-product-page.single-product .hero-section,
  .eco-product-page.single-product .entry-header,
  .eco-product-page.single-product div.product,
  .eco-product-page.single-product div.product > .product-entry-wrapper,
  .eco-product-page.single-product div.product > .product-entry-wrapper.is-width-constrained {
    width: 100% !important;
    max-width: 100% !important;
    margin-block: 0 !important;
    padding-block: 0 !important;
    padding-inline: 0 !important;
    overflow-x: hidden;
  }

  .eco-product-page.single-product .hero-section,
  .eco-product-page.single-product .entry-header {
    display: none !important;
  }

  .eco-product-layout {
    width: 100% !important;
    max-width: 100% !important;
    row-gap: 16px;
    min-height: 0;
    overflow-x: hidden;
  }

  .eco-product-thumb-scroll {
    display: none !important;
  }

  .eco-product-gallery-share {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .eco-product-rating-row,
  .eco-product-trust-chips {
    grid-template-columns: 1fr;
  }

  .eco-product-info {
    padding-inline: 12px;
  }

  .eco-product-info .product_title {
    font-size: 19px;
  }

  .eco-product-reviews {
    padding: 0 12px 14px;
  }

  .eco-product-reviews__photo-card {
    flex-basis: 132px;
    width: 132px;
  }

  .eco-product-reviews__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .eco-product-reviews__trust {
    gap: 14px;
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .eco-product-reviews__content {
    padding: 18px 16px;
  }

  .eco-product-reviews__summary {
    align-items: flex-start;
  }

  .eco-product-reviews__heading {
    font-size: 20px;
  }

  .eco-product-reviews__score {
    font-size: 30px;
  }

  .eco-product-reviews__tabs {
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .eco-product-reviews__tabs::-webkit-scrollbar {
    display: none;
  }

  .eco-product-reviews__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 18px;
  }

  .eco-product-reviews__form,
  .eco-product-reviews__form-message {
    padding: 16px;
  }

  .eco-product-review-card {
    min-height: 0;
    padding: 14px;
  }

  .eco-product-reviews__empty {
    min-height: 0;
    padding: 22px 16px;
  }
}

@media (max-width: 1266px) {
  .eco-product-page.single-product .eco-product-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    contain: none !important;
  }

  .eco-product-page.single-product .eco-product-layout > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .eco-product-page.single-product .eco-product-mobile-gallery,
  .eco-product-page.single-product .eco-product-mobile-gallery__track,
  .eco-product-page.single-product .eco-product-mobile-gallery__slide,
  .eco-product-page.single-product .eco-product-mobile-gallery__image,
  .eco-product-page.single-product .eco-product-mobile-gallery__slide img {
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    clip-path: none !important;
    mask: none !important;
    -webkit-mask: none !important;
    contain: none !important;
    content-visibility: visible !important;
  }

  .eco-product-page.single-product .eco-product-mobile-gallery {
    position: relative;
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .eco-product-page.single-product .eco-product-mobile-gallery__track {
    display: flex !important;
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }

  .eco-product-page.single-product .eco-product-mobile-gallery__slide {
    position: relative;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 0;
    background-color: #fff;
    scroll-snap-align: start;
  }

  .eco-product-page.single-product .eco-product-mobile-gallery__slide > .eco-product-mobile-gallery__image {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain;
    background: transparent !important;
  }
}
