/* Responsive header: compact mobile bar + burger drawer */

.site-header__mobile-panel,
.site-header__mobile-list,
.site-header__mobile-copy {
  display: none !important;
}

.site-header__bar {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 12px 28px;
  border-radius: 20px;
  box-shadow: unset;
}

.site-header__row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-header__content {
  display: flex;
  align-items: center;
  gap: 60px;
  flex: 1;
  min-width: 0;
}

.site-header__action--cart {
  position: relative;
}

.site-header__cart-count {
  position: absolute;
  top: -13px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f03d3d;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  box-shadow: 0 0 0 2px #f4f6f9;
}

.site-header__cart-count.is-empty {
  display: none;
}

.site-header__mobile-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #1b2f0d;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.site-header__mobile-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Caudalie page header variant */
.site-header--caudalie .site-header__bar {
  background: #e0daea;
}

.site-header--caudalie .site-header__actions,
.site-header--caudalie .site-header__action--link,
.site-header--caudalie .site-header__action--category,
.site-header--caudalie .site-header__icon,
.site-header--caudalie .site-header__mobile-toggle {
  color: #4b304f;
}

.site-header--caudalie .site-header__search {
  border-color: #d5cbe3;
  background: #ffffff;
}

.site-header--caudalie .site-header__search-input {
  color: #4b304f;
}

.site-header--caudalie .site-header__search-input::placeholder {
  color: #8f82a1;
}

.site-header--caudalie .site-header__search-icon,
.site-header--caudalie .site-header__action--primary {
  background: #4b304f;
  color: #ffffff;
}

.site-header--caudalie .site-header__search-icon .site-header__icon-image--search {
  filter: brightness(0) invert(1);
}

.site-header--caudalie .site-header__dropdown {
  display: none;
}

/* Caudalie page hero variant */
.page-template-page-caudalie .hero__card,
.page-template-page-caudalie-php .hero__card {
  background-color: #f6f4f2;
}

.page-template-page-caudalie .hero__eyebrow,
.page-template-page-caudalie-php .hero__eyebrow {
  color: #4b304f;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.3rem;
}

.page-template-page-caudalie .hero__title,
.page-template-page-caudalie-php .hero__title {
  color: #4b304f;
  font-weight: 500;
  font-size: 2.3rem;
}

.page-template-page-caudalie .hero__button,
.page-template-page-caudalie-php .hero__button {
  background: #e0daea;
  color: #4b304f;
  font-weight: 500;
}

.page-template-page-caudalie .hero__upload-card,
.page-template-page-caudalie-php .hero__upload-card {
  display: none;
}

/* Caudalie featured products refinement */
.page-template-page-caudalie .featured-products,
.page-template-page-caudalie-php .featured-products {
  margin-top: 36px;
  margin-bottom: 56px;
}

.page-template-page-caudalie .featured-products__header,
.page-template-page-caudalie-php .featured-products__header {
  margin-bottom: 16px;
}

.page-template-page-caudalie .featured-products__tabs,
.page-template-page-caudalie-php .featured-products__tabs {
  background: transparent;
  padding: 0;
  gap: 10px;
}

.page-template-page-caudalie .featured-products__tab,
.page-template-page-caudalie-php .featured-products__tab {
  background: #e0daea;
  color: #4b304f;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border: 0;
}

.page-template-page-caudalie .featured-products__tab--active,
.page-template-page-caudalie-php .featured-products__tab--active {
  background: #4b304f;
  color: #e0daea;
}

.page-template-page-caudalie .featured-products__link,
.page-template-page-caudalie-php .featured-products__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b304f;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.page-template-page-caudalie .featured-products__link-icon,
.page-template-page-caudalie-php .featured-products__link-icon {
  width: 14px;
  height: 11px;
  display: inline-block;
  flex-shrink: 0;
}

.page-template-page-caudalie .featured-products__grid,
.page-template-page-caudalie-php .featured-products__grid {
  margin-top: 20px;
  gap: 20px;
}

.page-template-page-caudalie .featured-products__dots,
.page-template-page-caudalie-php .featured-products__dots {
  display: none;
}

.page-template-page-caudalie .featured-products .product-card,
.page-template-page-caudalie-php .featured-products .product-card {
  border-radius: 28px;
  border: 1px solid #e7e7ea;
  box-shadow: none;
  padding: 0;
  gap: 0;
  background: #fff;
  overflow: hidden;
}

.page-template-page-caudalie .featured-products .product-card__media,
.page-template-page-caudalie-php .featured-products .product-card__media {
  min-height: 360px;
  border-radius: 28px 28px 0 0;
  padding: 18px 18px 0;
  background:transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-template-page-caudalie .featured-products .product-card__image,
.page-template-page-caudalie-php .featured-products .product-card__image {
  max-height: 310px;
}

.page-template-page-caudalie .featured-products .product-card__content,
.page-template-page-caudalie-php .featured-products .product-card__content {
  position: relative;
  z-index: 2;
  gap: 0;
  padding: 14px 14px 16px;
  border-radius: 24px;
  background: #fff;
  margin-top: -18px;
}

.page-template-page-caudalie .featured-products .product-card__meta,
.page-template-page-caudalie-php .featured-products .product-card__meta {
  margin-bottom: 6px;
  font-size: 14px;
}

.page-template-page-caudalie .featured-products .product-card__title,
.page-template-page-caudalie-php .featured-products .product-card__title {
  margin-top: 0;
  margin-bottom: 12px;
  min-height: 2.6em;
  font-size: 20px;
  line-height: 1.3;
}

.page-template-page-caudalie .featured-products .product-card__footer,
.page-template-page-caudalie-php .featured-products .product-card__footer {
  margin-top: 0;
}

.page-template-page-caudalie .featured-products .product-card__button,
.page-template-page-caudalie-php .featured-products .product-card__button {
  font-size: 15px;
  padding: 9px 14px;
}

.page-template-page-caudalie .featured-products .product-card__old-price,
.page-template-page-caudalie-php .featured-products .product-card__old-price {
  font-size: 12px;
}

.page-template-page-caudalie .featured-products .product-card__price,
.page-template-page-caudalie-php .featured-products .product-card__price {
  font-size: 19px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .page-template-page-caudalie .featured-products,
  .page-template-page-caudalie-php .featured-products {
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .page-template-page-caudalie .featured-products__header,
  .page-template-page-caudalie-php .featured-products__header {
    margin-bottom: 12px;
    gap: 12px;
  }

  .page-template-page-caudalie .featured-products__tab,
  .page-template-page-caudalie-php .featured-products__tab {
    padding: 10px 20px;
    font-size: 14px;
  }

  .page-template-page-caudalie .featured-products__link,
  .page-template-page-caudalie-php .featured-products__link {
    font-size: 13px;
  }

  .page-template-page-caudalie .featured-products .product-card,
  .page-template-page-caudalie-php .featured-products .product-card {
    border-radius: 20px;
    padding: 0;
    gap: 0;
  }

  .page-template-page-caudalie .featured-products .product-card__media,
  .page-template-page-caudalie-php .featured-products .product-card__media {
    min-height: 300px;
    border-radius: 20px 20px 0 0;
    padding: 14px 14px 0;
  }

  .page-template-page-caudalie .featured-products .product-card__image,
  .page-template-page-caudalie-php .featured-products .product-card__image {
    max-height: 240px;
  }

  .page-template-page-caudalie .featured-products .product-card__content,
  .page-template-page-caudalie-php .featured-products .product-card__content {
    margin: -14px 8px 8px;
    padding: 12px 12px 14px;
    border-radius: 20px;
  }

  .page-template-page-caudalie .featured-products .product-card__title,
  .page-template-page-caudalie-php .featured-products .product-card__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .page-template-page-caudalie .featured-products .product-card__meta,
  .page-template-page-caudalie-php .featured-products .product-card__meta {
    font-size: 12px;
  }

  .page-template-page-caudalie .featured-products .product-card__button,
  .page-template-page-caudalie-php .featured-products .product-card__button {
    font-size: 12px;
    padding: 8px 12px;
  }

  .page-template-page-caudalie .featured-products .product-card__old-price,
  .page-template-page-caudalie-php .featured-products .product-card__old-price {
    font-size: 12px;
  }

  .page-template-page-caudalie .featured-products__panel .featured-products__grid[data-featured-slider],
  .page-template-page-caudalie-php .featured-products__panel .featured-products__grid[data-featured-slider] {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 14px !important;
    overflow-x: auto;
    padding-left: 12px;
    padding-right: 12px;
    scroll-padding-left: 12px;
    scroll-padding-right: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-template-page-caudalie .featured-products__panel .featured-products__grid[data-featured-slider]::-webkit-scrollbar,
  .page-template-page-caudalie-php .featured-products__panel .featured-products__grid[data-featured-slider]::-webkit-scrollbar {
    display: none;
  }

  .page-template-page-caudalie .featured-products__panel .featured-products__grid[data-featured-slider] .product-card,
  .page-template-page-caudalie-php .featured-products__panel .featured-products__grid[data-featured-slider] .product-card {
    flex: 0 0 calc(100% - 48px);
    min-width: calc(100% - 48px);
    scroll-snap-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-template-page-caudalie .featured-products__dots,
  .page-template-page-caudalie-php .featured-products__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .page-template-page-caudalie .featured-products__dot,
  .page-template-page-caudalie-php .featured-products__dot {
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e2e6eb;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
  }

  .page-template-page-caudalie .featured-products__dot.is-active,
  .page-template-page-caudalie-php .featured-products__dot.is-active {
    background: #252c62;
    transform: scale(1.06);
  }
}

/* Caudalie most-viewed section: reuse front card/slider behavior */
.page-template-page-caudalie .most-viewed,
.page-template-page-caudalie-php .most-viewed {
  margin-top: 30px;
  margin-bottom: 56px;
}

.page-template-page-caudalie .most-viewed__header,
.page-template-page-caudalie-php .most-viewed__header {
  margin-bottom: 16px;
}

.page-template-page-caudalie .most-viewed__title,
.page-template-page-caudalie-php .most-viewed__title {
  color: #252c62;
}

.page-template-page-caudalie .most-viewed__link,
.page-template-page-caudalie-php .most-viewed__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b304f;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.page-template-page-caudalie .most-viewed__link-icon,
.page-template-page-caudalie-php .most-viewed__link-icon {
  width: 14px;
  height: 11px;
  display: inline-block;
  flex-shrink: 0;
}

.page-template-page-caudalie .most-viewed__tabs,
.page-template-page-caudalie-php .most-viewed__tabs {
  background: transparent;
  padding: 0;
  gap: 10px;
}

.page-template-page-caudalie .most-viewed__tab,
.page-template-page-caudalie-php .most-viewed__tab {
  background: #e0daea;
  color: #4b304f;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  border: 0;
}

.page-template-page-caudalie .most-viewed__tab--active,
.page-template-page-caudalie-php .most-viewed__tab--active {
  background: #4b304f;
  color: #e0daea;
}

.page-template-page-caudalie .most-viewed__grid,
.page-template-page-caudalie-php .most-viewed__grid {
  margin-top: 20px !important;
  gap: 20px;
}

.page-template-page-caudalie .most-viewed__dots,
.page-template-page-caudalie-php .most-viewed__dots {
  display: none;
}

.page-template-page-caudalie .most-viewed .product-card,
.page-template-page-caudalie-php .most-viewed .product-card {
  border-radius: 28px;
  border: 1px solid #e7e7ea;
  box-shadow: none;
  padding: 0;
  gap: 0;
  background: #fff;
  overflow: hidden;
}

.page-template-page-caudalie .most-viewed .product-card__media,
.page-template-page-caudalie-php .most-viewed .product-card__media {
  min-height: 360px;
  border-radius: 28px 28px 0 0;
  padding: 18px 18px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-template-page-caudalie .most-viewed .product-card__image,
.page-template-page-caudalie-php .most-viewed .product-card__image {
  max-height: 310px;
}

.page-template-page-caudalie .most-viewed .product-card__content,
.page-template-page-caudalie-php .most-viewed .product-card__content {
  position: relative;
  z-index: 2;
  gap: 0;
  padding: 14px 14px 16px;
  border-radius: 24px;
  background: #fff;
  margin-top: -18px;
}

.page-template-page-caudalie .most-viewed .product-card__meta,
.page-template-page-caudalie-php .most-viewed .product-card__meta {
  margin-bottom: 6px;
  font-size: 14px;
}

.page-template-page-caudalie .most-viewed .product-card__title,
.page-template-page-caudalie-php .most-viewed .product-card__title {
  margin-top: 0;
  margin-bottom: 12px;
  min-height: 2.6em;
  font-size: 20px;
  line-height: 1.3;
}

.page-template-page-caudalie .most-viewed .product-card__footer,
.page-template-page-caudalie-php .most-viewed .product-card__footer {
  margin-top: 0;
}

.page-template-page-caudalie .most-viewed .product-card__button,
.page-template-page-caudalie-php .most-viewed .product-card__button {
  font-size: 13px;
  padding: 9px 14px;
}

.page-template-page-caudalie .most-viewed .product-card__old-price,
.page-template-page-caudalie-php .most-viewed .product-card__old-price {
  font-size: 12px;
}

.page-template-page-caudalie .most-viewed .product-card__price,
.page-template-page-caudalie-php .most-viewed .product-card__price {
  font-size: 19px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .page-template-page-caudalie .most-viewed,
  .page-template-page-caudalie-php .most-viewed {
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .page-template-page-caudalie .most-viewed__header,
  .page-template-page-caudalie-php .most-viewed__header {
    margin-bottom: 12px;
    gap: 12px;
  }

  .page-template-page-caudalie .most-viewed__tabs,
  .page-template-page-caudalie-php .most-viewed__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 8px;
  }

  .page-template-page-caudalie .most-viewed__tabs::-webkit-scrollbar,
  .page-template-page-caudalie-php .most-viewed__tabs::-webkit-scrollbar {
    display: none;
  }

  .page-template-page-caudalie .most-viewed__tab,
  .page-template-page-caudalie-php .most-viewed__tab {
    flex: 0 0 auto;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
  }

  .page-template-page-caudalie .most-viewed__link,
  .page-template-page-caudalie-php .most-viewed__link {
    font-size: 13px;
  }

  .page-template-page-caudalie .most-viewed .product-card,
  .page-template-page-caudalie-php .most-viewed .product-card {
    border-radius: 20px;
    padding: 0;
    gap: 0;
  }

  .page-template-page-caudalie .most-viewed .product-card__media,
  .page-template-page-caudalie-php .most-viewed .product-card__media {
    min-height: 300px;
    border-radius: 20px 20px 0 0;
    padding: 14px 14px 0;
  }

  .page-template-page-caudalie .most-viewed .product-card__image,
  .page-template-page-caudalie-php .most-viewed .product-card__image {
    max-height: 240px;
  }

  .page-template-page-caudalie .most-viewed .product-card__content,
  .page-template-page-caudalie-php .most-viewed .product-card__content {
    margin: -14px 8px 8px;
    padding: 12px 12px 14px;
    border-radius: 20px;
  }

  .page-template-page-caudalie .most-viewed .product-card__title,
  .page-template-page-caudalie-php .most-viewed .product-card__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .page-template-page-caudalie .most-viewed .product-card__meta,
  .page-template-page-caudalie-php .most-viewed .product-card__meta {
    font-size: 12px;
  }

  .page-template-page-caudalie .most-viewed .product-card__button,
  .page-template-page-caudalie-php .most-viewed .product-card__button {
    font-size: 12px;
    padding: 8px 12px;
  }

  .page-template-page-caudalie .most-viewed .product-card__old-price,
  .page-template-page-caudalie-php .most-viewed .product-card__old-price {
    font-size: 12px;
  }

  .page-template-page-caudalie .most-viewed .product-card__price,
  .page-template-page-caudalie-php .most-viewed .product-card__price {
    font-size: 19x;
  }

  .page-template-page-caudalie .most-viewed .most-viewed__grid[data-most-viewed-slider],
  .page-template-page-caudalie-php .most-viewed .most-viewed__grid[data-most-viewed-slider] {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 14px !important;
    overflow-x: auto;
    padding-left: 12px;
    padding-right: 12px;
    scroll-padding-left: 12px;
    scroll-padding-right: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .page-template-page-caudalie .most-viewed .most-viewed__grid[data-most-viewed-slider]::-webkit-scrollbar,
  .page-template-page-caudalie-php .most-viewed .most-viewed__grid[data-most-viewed-slider]::-webkit-scrollbar {
    display: none;
  }

  .page-template-page-caudalie .most-viewed .most-viewed__grid[data-most-viewed-slider] .product-card,
  .page-template-page-caudalie-php .most-viewed .most-viewed__grid[data-most-viewed-slider] .product-card {
    flex: 0 0 calc(100% - 48px);
    min-width: calc(100% - 48px);
    scroll-snap-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-template-page-caudalie .most-viewed__dots,
  .page-template-page-caudalie-php .most-viewed__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .page-template-page-caudalie .most-viewed__dot,
  .page-template-page-caudalie-php .most-viewed__dot {
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e2e6eb;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
  }

  .page-template-page-caudalie .most-viewed__dot.is-active,
  .page-template-page-caudalie-php .most-viewed__dot.is-active {
    background: #252c62;
    transform: scale(1.06);
  }

  .page-template-page-caudalie .most-viewed .most-viewed__grid.is-hidden + .most-viewed__dots,
  .page-template-page-caudalie-php .most-viewed .most-viewed__grid.is-hidden + .most-viewed__dots,
.page-template-page-caudalie .most-viewed .most-viewed__grid[hidden] + .most-viewed__dots,
.page-template-page-caudalie-php .most-viewed .most-viewed__grid[hidden] + .most-viewed__dots {
  display: none;
}
}

/* Caudalie promo banner refinement */
.page-template-page-caudalie .promo-banner,
.page-template-page-caudalie-php .promo-banner {
  margin-top: 8px;
  margin-bottom: 40px;
}

.page-template-page-caudalie .promo-banner__card,
.page-template-page-caudalie-php .promo-banner__card {
  background: #ecedee;
  border-radius: 42px;
  overflow: hidden;
  gap: 0;
}

.page-template-page-caudalie .promo-banner__media,
.page-template-page-caudalie-php .promo-banner__media {
  height: 100%;
}

.page-template-page-caudalie .promo-banner__image,
.page-template-page-caudalie-php .promo-banner__image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 0;
}

.page-template-page-caudalie .promo-banner__content,
.page-template-page-caudalie-php .promo-banner__content {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 36px;
  color: #260b2f;
}

.page-template-page-caudalie .promo-banner__title,
.page-template-page-caudalie-php .promo-banner__title {
  margin: 0;
  color: #260b2f;
  font-size: clamp(2.8rem, 3vw, 4.1rem);
  font-weight: 700;
  line-height: 1.08;
}

.page-template-page-caudalie .promo-banner__text,
.page-template-page-caudalie-php .promo-banner__text {
  margin-top: 12px;
  max-width: 28ch;
  color: #260b2f;
  font-size: clamp(1.05rem, 1.15vw, 1.45rem);
  font-weight: 400;
  line-height: 1.45;
}

.page-template-page-caudalie .promo-banner__cta,
.page-template-page-caudalie-php .promo-banner__cta {
  margin-top: 22px;
}

.page-template-page-caudalie .promo-banner__button,
.page-template-page-caudalie-php .promo-banner__button {
  min-width: 190px;
  justify-content: center;
  border-radius: 999px;
  background: #aaa6a3;
  color: #f7f6f4;
  padding: 12px 26px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1279px) {
  .page-template-page-caudalie .promo-banner__image,
  .page-template-page-caudalie-php .promo-banner__image,
  .page-template-page-caudalie .promo-banner__content,
  .page-template-page-caudalie-php .promo-banner__content {
    min-height: 360px;
  }

  .page-template-page-caudalie .promo-banner__title,
  .page-template-page-caudalie-php .promo-banner__title {
    font-size: clamp(2.3rem, 4vw, 3.2rem);
  }

  .page-template-page-caudalie .promo-banner__button,
  .page-template-page-caudalie-php .promo-banner__button {
    font-size: 1.35rem;
  }
}

@media (max-width: 1023px) {
  .page-template-page-caudalie .promo-banner,
  .page-template-page-caudalie-php .promo-banner {
    margin-top: 2px;
    margin-bottom: 28px;
  }

  .page-template-page-caudalie .promo-banner__card,
  .page-template-page-caudalie-php .promo-banner__card {
    border-radius: 28px;
    grid-template-columns: 1fr;
  }

  .page-template-page-caudalie .promo-banner__media,
  .page-template-page-caudalie-php .promo-banner__media {
    order: 1;
  }

  .page-template-page-caudalie .promo-banner__content,
  .page-template-page-caudalie-php .promo-banner__content {
    order: 2;
    min-height: 0;
    align-items: center;
    text-align: center;
    padding: 26px 20px 30px;
  }

  .page-template-page-caudalie .promo-banner__image,
  .page-template-page-caudalie-php .promo-banner__image {
    min-height: 250px;
    max-height: 300px;
  }

  .page-template-page-caudalie .promo-banner__title,
  .page-template-page-caudalie-php .promo-banner__title {
    font-size: clamp(1.95rem, 8vw, 2.7rem);
  }

  .page-template-page-caudalie .promo-banner__text,
  .page-template-page-caudalie-php .promo-banner__text {
    margin-top: 10px;
    max-width: 30ch;
    font-size: 1rem;
  }

  .page-template-page-caudalie .promo-banner__button,
  .page-template-page-caudalie-php .promo-banner__button {
    min-width: 150px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}

/* Caudalie FAQ refinement */
.page-template-page-caudalie .faq,
.page-template-page-caudalie-php .faq {
  margin-top: 28px;
  margin-bottom: 48px;
}

.page-template-page-caudalie .faq__container,
.page-template-page-caudalie-php .faq__container {
  max-width: 1160px;
}

.page-template-page-caudalie .faq__title,
.page-template-page-caudalie-php .faq__title {
  color: #4b304f;
  font-size: clamp(2.2rem, 3vw, 4.15rem);
  font-weight: 700;
  line-height: 1.08;
}

.page-template-page-caudalie .faq__items,
.page-template-page-caudalie-php .faq__items {
  margin-top: 26px;
}

.page-template-page-caudalie .faq__item,
.page-template-page-caudalie-php .faq__item {
  border: 0 !important;
  border-radius: 28px;
  background: #f5f7f9 !important;
  padding: 18px 24px;
  box-shadow: none !important;
}

.page-template-page-caudalie details[open].faq__item,
.page-template-page-caudalie-php details[open].faq__item,
.page-template-page-caudalie .faq__item--active,
.page-template-page-caudalie-php .faq__item--active {
  background: #e0daea !important;
  border: 0 !important;
}

.page-template-page-caudalie .faq__summary,
.page-template-page-caudalie-php .faq__summary {
  min-height: 44px;
  padding: 6px 0;
  color: #4b304f;
  font-size: clamp(1rem, 1.6vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2;
}

.page-template-page-caudalie .faq__question,
.page-template-page-caudalie-php .faq__question {
  max-width: calc(100% - 42px);
}

.page-template-page-caudalie .faq__icon,
.page-template-page-caudalie-php .faq__icon {
  color: #4b304f;
}

.page-template-page-caudalie .faq__icon-image,
.page-template-page-caudalie-php .faq__icon-image {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(857%) hue-rotate(267deg) brightness(91%) contrast(91%);
}

.page-template-page-caudalie .faq__answer,
.page-template-page-caudalie-php .faq__answer {
  margin-top: 10px;
  color: #4b304f;
  font-size: clamp(1rem, 1.1vw, 1.85rem);
  font-weight: 400;
  line-height: 1.4;
  max-width: 95%;
}

/* Caudalie footer color refinement */
.page-template-page-caudalie .site-footer__container,
.page-template-page-caudalie-php .site-footer__container {
  background: #4b304f;
}

.page-template-page-caudalie .site-footer__card,
.page-template-page-caudalie-php .site-footer__card {
  background: #ffffff;
}

.page-template-page-caudalie .site-footer__title,
.page-template-page-caudalie-php .site-footer__title,
.page-template-page-caudalie .site-footer__list,
.page-template-page-caudalie-php .site-footer__list,
.page-template-page-caudalie .site-footer__list li,
.page-template-page-caudalie-php .site-footer__list li,
.page-template-page-caudalie .site-footer__link,
.page-template-page-caudalie-php .site-footer__link {
  color: #4b304f;
}

.page-template-page-caudalie .site-footer__social .site-footer__icon,
.page-template-page-caudalie-php .site-footer__social .site-footer__icon,
.page-template-page-caudalie .site-footer__mobile-social .site-footer__icon,
.page-template-page-caudalie-php .site-footer__mobile-social .site-footer__icon {
  background: #eef0f2;
  border-color: transparent;
}

.page-template-page-caudalie .site-footer__social .site-footer__social-icon,
.page-template-page-caudalie-php .site-footer__social .site-footer__social-icon,
.page-template-page-caudalie .site-footer__mobile-social .site-footer__social-icon,
.page-template-page-caudalie-php .site-footer__mobile-social .site-footer__social-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(857%) hue-rotate(267deg) brightness(91%) contrast(91%);
}

.page-template-page-caudalie .site-footer__bottom,
.page-template-page-caudalie-php .site-footer__bottom,
.page-template-page-caudalie .site-footer__mobile-copy,
.page-template-page-caudalie-php .site-footer__mobile-copy,
.page-template-page-caudalie .site-footer__mobile-links,
.page-template-page-caudalie-php .site-footer__mobile-links,
.page-template-page-caudalie .site-footer__mobile-link,
.page-template-page-caudalie-php .site-footer__mobile-link,
.page-template-page-caudalie .site-footer__mobile-sep,
.page-template-page-caudalie-php .site-footer__mobile-sep {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .page-template-page-caudalie .faq,
  .page-template-page-caudalie-php .faq {
    margin-top: 12px;
    margin-bottom: 26px;
  }

  .page-template-page-caudalie .faq__title,
  .page-template-page-caudalie-php .faq__title {
    font-size: clamp(2rem, 7.2vw, 2.8rem);
  }

  .page-template-page-caudalie .faq__items,
  .page-template-page-caudalie-php .faq__items {
    margin-top: 16px;
  }

  .page-template-page-caudalie .faq__item,
  .page-template-page-caudalie-php .faq__item {
    border-radius: 20px;
    padding: 14px 16px;
  }

  .page-template-page-caudalie .faq__summary,
  .page-template-page-caudalie-php .faq__summary {
    min-height: 32px;
    font-size: clamp(1.2rem, 5.2vw, 1.65rem);
    line-height: 1.2;
  }

  .page-template-page-caudalie .faq__answer,
  .page-template-page-caudalie-php .faq__answer {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.4;
  }
}

.home-hero__mobile-title {
  display: none;
}

.home-hero__mobile-search-wrap {
  display: none;
}

.brands__dots {
  display: none;
}

.health-categories__dots {
  display: none;
}

.health-categories__controls {
  display: none;
}

.deals__dots,
.deals__mobile-more {
  display: none;
}

.trending__dots,
.trending__mobile-more {
  display: none;
}

.trending__panel-extra.is-hidden {
  display: none;
}

@keyframes medigreenTrendingTabShimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.front-page .trending__grid[data-trending-slider].is-loading {
  pointer-events: none;
}

.front-page .trending__grid[data-trending-slider].is-loading .product-card {
  position: relative;
  overflow: hidden;
}

.front-page .trending__grid[data-trending-slider].is-loading .product-card > * {
  opacity: 0;
  visibility: hidden;
}

.front-page .trending__grid[data-trending-slider].is-loading .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ebf0f5;
}

.front-page .trending__grid[data-trending-slider].is-loading .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
  animation: medigreenTrendingTabShimmer 1.05s ease-in-out infinite;
}

.site-footer__mobile {
  display: none;
}

.home-hero__upload-file-name {
  display: none;
  margin-top: 0.24rem;
  color: #2e421d;
  font-size: 0.74rem;
  line-height: 1.2;
  max-width: 18ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-hero__upload-file-name.is-visible {
  display: block;
}

.home-hero__upload-file-name--mobile {
  display: none;
}

/* Brand archive title refinement */
.tax-product_brand h1.page-title,
.tax-pa_brand h1.page-title,
.tax-product_brand .woocommerce-products-header__title.page-title,
.tax-pa_brand .woocommerce-products-header__title.page-title,
.tax-product_brand .shop-layout__title,
.tax-pa_brand .shop-layout__title,
.tax-product_brand .shop-layout__header-main > h1,
.tax-pa_brand .shop-layout__header-main > h1 {
  margin: 0 0 8px;
  color: #1f2e67;
  font-size: clamp(1.85rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.front-page .home-hero__slider {
  position: relative;
  overflow: hidden;
}

.front-page .home-hero__slides {
  display: flex;
  align-items: flex-start;
  transition: transform 0.45s ease, height 0.35s ease;
  will-change: transform;
}

.front-page .home-hero__slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: block;
}

.front-page .home-hero__slide > .home-hero__card {
  width: 100%;
  min-height: clamp(620px, 44vw, 760px);
}

.front-page .home-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}

.front-page .home-hero__dot {
  width: 16px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #e2e6eb;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.front-page .home-hero__dot.is-active {
  background: #325ca9;
  transform: scale(1.06);
}

.front-page .home-hero__card--sale {
  background: #F7EFF5;
  min-height: clamp(620px, 44vw, 760px);
  position: relative;
  isolation: isolate;
}

.front-page .home-hero__sale-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.front-page .home-hero__sale-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.front-page .home-hero__sale-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100%;
}

@media (min-width: 768px) {
  .front-page .home-hero__card--sale {
    display: flex;
    align-items: center;
  }

  .front-page .home-hero__sale-content {
    width: 100%;
    min-height: 0;
  }
}

.front-page .home-hero__sale-kicker {
  margin: 0;
  color: #9C7AB1;
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 500;
}

.front-page .home-hero__sale-title {
  margin: 0.22em 0 0;
  color: #E592B8;
  font-size: clamp(3rem, 9vw, 10rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.front-page .home-hero__sale-discount {
  margin: 0.2em 0 0;
  color: #9C7AB1;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 700;
}

.front-page .home-hero__sale-button {
  margin-top: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 2.6rem;
  border-radius: 999px;
  background: #E592B8;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body.site-mobile-nav-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .front-page .front-page__sections {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .front-page .testimonials,
  .front-page .faq,
  .front-page .prescription,
  .front-page .cta-duo {
    display: none;
  }

  .site-header {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 20;
  }

  .site-header__shell {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }

  .site-header__bar {
    display: block;
    border-radius: 0 0 20px 20px;
    background: #ffffff;
    padding: 10px 14px;
    box-shadow: 0 6px 18px rgba(19, 30, 72, 0.06);
  }

  body:not(.home) .site-header__shell,
  body:not(.home) .site-header__bar {
    background: #f5f7f9;
  }

  .site-header--caudalie .site-header__shell,
  .site-header--caudalie .site-header__bar {
    background: #e0daea;
  }

  .site-header__row {
    width: 100%;
    justify-content: space-between;
  }

  .site-header__brand {
    gap: 0;
  }

  .site-header__logo-image {
    max-width: 136px !important;
  }

  .site-header__mobile-toggle {
    display: inline-flex;
  }

  .site-header__content {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.2s ease;
  }

  .site-header--mobile-open .site-header__content {
    max-height: 560px;
    opacity: 1;
    margin-top: 12px;
  }

  .site-header--mobile-open {
    z-index: 70;
  }

  .site-header--mobile-open .site-header__shell {
    position: fixed;
    inset: 0;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    z-index: 70;
  }

  .site-header--mobile-open .site-header__bar {
    position: fixed;
    inset: 0;
    border-radius: 0;
    background: #f4f5f7;
    box-shadow: none;
    padding: 14px 16px 24px;
    overflow-y: auto;
  }

  .site-header--mobile-open.site-header--caudalie .site-header__bar {
    background: #e0daea;
  }

  .site-header--mobile-open .site-header__row {
    border-bottom: 1px solid #dbe2ea;
    padding-bottom: 12px;
  }

  .site-header--mobile-open .site-header__content {
    max-height: none;
    margin-top: 12px;
    opacity: 1;
    overflow: visible;
  }

  .site-header--mobile-open .site-header__mobile-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header--mobile-open .site-header__mobile-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header--mobile-open .site-header__mobile-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header__search {
    width: 100%;
    max-width: none;
  }

  .site-header__menu {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .site-header__actions {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .site-header__dropdown {
    width: 100%;
  }

  .site-header__dropdown-menu {
    position: static;
    margin-top: 6px;
    width: 100%;
    min-width: 0;
    box-shadow: none;
  }

  .front-page .home-hero {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -14px;
    margin-bottom: -14px;
    position: relative;
    z-index: 1;
  }

  .front-page .home-hero__container {
    padding-left: 0;
    padding-right: 0;
  }

  .front-page .home-hero__card {
    min-height: 0;
    border-radius: 0;
    padding: 28px 24px 0;
    overflow: hidden;
    box-shadow: none;
    z-index: 0;
    margin-bottom: 0;
  }

  .front-page .home-hero__slide {
    display: block;
  }

  .front-page .home-hero__slide > .home-hero__card {
    min-height: 450px;
    height: 450px;
  }

  .front-page .home-hero__grid {
    display: block;
    min-height: 0;
  }

  .front-page .home-hero__title,
  .front-page .home-hero__text,
  .front-page .home-hero__badges,
  .front-page .home-hero__upload-box,
  .front-page .home-hero__upload-note {
    display: none;
  }

  .front-page .home-hero__mobile-title {
    display: block;
    max-width: 100%;
    color: #0f3400;
    letter-spacing: -0.02em;
    font-size: clamp(27px, 7.4vw, 40px);
    font-weight: 700;
    line-height: 1.05;
    text-wrap: balance;
  }

  .front-page .home-hero__media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    margin-top: 18px;
    gap: 14px;
  }

  .front-page .home-hero__upload-card {
    order: 1;
    margin: 0;
    padding: 0;
    max-width: none;
    background: transparent;
    box-shadow: none;
  }

  .front-page .home-hero__upload-form {
    margin-top: 0;
  }

  .front-page .home-hero__upload-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .front-page .home-hero__upload-action {
    order: 1;
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: #103900;
    color: #b8ee79;
    font-size: 14px;
    font-weight: 600;
  }

  .front-page .home-hero__upload-icon {
    order: 2;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #103900;
  }

  .front-page .home-hero__upload-icon .home-hero__icon-image {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .front-page .home-hero__upload-file-name--mobile.is-visible {
    display: block;
    margin-top: 0.42rem;
    color: #173102;
    font-size: 0.74rem;
    line-height: 1.2;
    max-width: 220px;
  }

  .front-page .home-hero__image {
    order: 2;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    transform: none;
  }

  .front-page .home-hero__mobile-search-wrap {
    display: block;
    background: #fff;
    border-radius: 25px 25px 0 0;
    margin-top: -1px;
    padding: 16px 33px;
  }

  .front-page .home-hero__mobile-search {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    background: #F1F5F9;
    border-radius: 999px;
    padding: 6px 10px;
  }

  .front-page .home-hero__mobile-search-button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #9fe36e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
  }

  .front-page .home-hero__mobile-search-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .front-page .home-hero__mobile-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #76808f;
    font-size: 15px;
    line-height: 1.2;
  }

  .front-page .home-hero__mobile-search-input::placeholder {
    color: #76808f;
  }

  .front-page .home-hero__mobile-search-input:focus {
    outline: none;
  }

  .front-page .home-hero__dots {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .front-page .home-hero__card--sale {
    min-height: 450px;
    height: 450px;
    margin-bottom: 0;
    border-radius: 0;
  }

  .front-page .home-hero__sale-content {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100%;
  }

  .front-page .home-hero__sale-kicker {
    font-size: 0.95rem;
  }

  .front-page .home-hero__sale-title {
    margin-top: 0.3rem;
    font-size: clamp(2.4rem, 15vw, 4.2rem);
  }

  .front-page .home-hero__sale-discount {
    font-size: clamp(1.7rem, 9vw, 2.8rem);
  }

  .front-page .home-hero__sale-button {
    height: 44px;
    padding: 0 1.25rem;
    font-size: 1.15rem;
  }

  .front-page .brands {
    padding-bottom: 1.85rem;
  }

  .front-page .brands__title,
  .front-page .deals__title,
  .front-page .trending__title {
    font-size: 1.75rem;
    line-height: 1.02;
  }

  .front-page .brands__grid[data-brands-slider] {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 26px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }

  .front-page .brands__grid[data-brands-slider]::-webkit-scrollbar {
    display: none;
  }

  .front-page .brands__grid[data-brands-slider] .brands__item {
    flex: 0 0 calc((100% - 30px) / 4);
    min-width: calc((100% - 30px) / 4);
    scroll-snap-align: start;
  }

  .front-page .brands__grid[data-brands-slider] .brands__logo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 999px;
    background: #e9edf3;
    padding: 7px;
  }

  .front-page .brands__grid[data-brands-slider] .brands__logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .front-page .brands__grid[data-brands-slider] .brands__name {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .front-page .brands__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 9px;
  }

  .front-page .brands__dot {
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e2e6eb;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
  }

  .front-page .brands__dot.is-active {
    background: #252C62;
    transform: scale(1.06);
  }

  .front-page .deals__link {
    display: none;
  }

  .front-page .deals__grid[data-deals-slider] {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    padding-left: 12px;
    padding-right: 12px;
    scroll-padding-left: 12px;
    scroll-padding-right: 12px;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .front-page .deals__grid[data-deals-slider]::-webkit-scrollbar {
    display: none;
  }

  .front-page .deals__grid[data-deals-slider] .product-card {
    flex: 0 0 calc(100% - 48px);
    min-width: calc(100% - 48px);
    scroll-snap-align: center;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e1e6ee;
    background: #ffffff;
    box-shadow: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .front-page .deals__grid[data-deals-slider] .product-card__media,
  .front-page .trending__grid[data-trending-slider] .product-card__media {
    min-height: 252px;
    padding: 18px 14px 8px;
    border-radius: 24px 24px 0 0;
    margin-bottom: -26px;
  }

  .front-page .deals__grid[data-deals-slider] .product-card__image,
  .front-page .trending__grid[data-trending-slider] .product-card__image {
    max-height: 300px;
    margin-bottom: -8px;
    object-fit: contain;
  }

  .front-page .deals__grid[data-deals-slider] .product-card__content,
  .front-page .trending__grid[data-trending-slider] .product-card__content {
    position: relative;
    z-index: 2;
    border-radius: 24px 24px 22px 22px;
    background: #ffffff;
    padding: 14px 12px 12px;
    margin-top: 0;
  }

  .front-page .deals__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .front-page .deals__dot {
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e2e6eb;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
  }

  .front-page .deals__dot.is-active {
    background: #252C62;
    transform: scale(1.06);
  }

  .front-page .deals__mobile-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    margin-top: 12px;
    border-radius: 999px;
    background: #103900;
    color: #b8ee79;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .front-page .trending__link {
    display: none;
  }

  .front-page .trending__tabs[data-trending-tabs-slider] {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    margin: 25px 0 25px;
  }

  .front-page .trending__tabs[data-trending-tabs-slider]::-webkit-scrollbar {
    display: none;
  }

  .front-page .trending__tabs[data-trending-tabs-slider] .trending__tab {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 11px 30px 13px 30px;
  }

  .front-page .trending__grid[data-trending-slider] {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    padding-left: 12px;
    padding-right: 12px;
    scroll-padding-left: 12px;
    scroll-padding-right: 12px;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .front-page .trending__grid[data-trending-slider]::-webkit-scrollbar {
    display: none;
  }

  .front-page .trending__grid[data-trending-slider] .trending__item {
    flex: 0 0 calc(100% - 48px);
    min-width: calc(100% - 48px);
    scroll-snap-align: center;
  }

  .front-page .trending__grid[data-trending-slider] .trending__item.is-hidden {
    display: none !important;
  }

  .front-page .trending__grid[data-trending-slider] .product-card {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e1e6ee;
    background: #ffffff;
    box-shadow: none;
    padding: 0;
  }

  .front-page .trending__panel-extra {
    margin-top: 10px;
  }

  .front-page .trending__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .front-page .trending__dot {
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e2e6eb;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
  }

  .front-page .trending__dot.is-active {
    background: #252C62;
    transform: scale(1.06);
  }

  .front-page .trending__mobile-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 12px;
    border-radius: 999px;
    background: #173102;
    color: #A3E873;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 13px;
  }

  .front-page .health-categories {
    display: none;
  }

  .front-page .health-categories-mobile {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.85rem;
    margin-top: 20px;
  }

  .front-page .health-categories-mobile .health-categories__grid[data-categories-slider] {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 0;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .front-page .health-categories-mobile .health-categories__grid[data-categories-slider]::-webkit-scrollbar {
    display: none;
  }

  .front-page .health-categories-mobile .health-categories__grid[data-categories-slider] .health-categories__item {
    flex: 0 0 calc((100% - 12px) / 1.5);
    min-width: calc((100% - 12px) / 1.5);
    scroll-snap-align: start;
  }

  .front-page .health-categories-mobile__item {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    gap: 10px;
    min-height: 124px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    padding: 0 12px 0 0;
  }

  .front-page .health-categories-mobile__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }

  .front-page .health-categories-mobile__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .front-page .health-categories-mobile__name {
    color: #252C62;
    font-size: clamp(1.15rem, 4.9vw, 2rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-align: left;
  }

  .front-page .health-categories-mobile__item--bone {
    background: #9fd4d7;
  }

  .front-page .health-categories-mobile__item--diabetes {
    background: #efe266;
  }

  .front-page .health-categories-mobile__item--kidney {
    background: #efbe98;
  }

  .front-page .health-categories-mobile__item--liver {
    background: #e5c1de;
  }

  .front-page .health-categories-mobile__item--respiratory {
    background: #96b6e8;
  }

  .front-page .health-categories-mobile__item--eye {
    background: #efbc58;
  }

  .front-page .health-categories-mobile .health-categories__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .front-page .health-categories-mobile .health-categories__dot {
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e2e6eb;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
  }

  .front-page .health-categories-mobile .health-categories__dot.is-active {
    background: #252C62;
    transform: scale(1.06);
  }

  .front-page .promo-cards__grid {
    gap: 14px;
  }

  .front-page .promo-cards__card {
    position: relative;
    display: block;
    min-height: 252px;
    padding: 20px 20px 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .front-page .promo-cards__content {
    position: relative;
    z-index: 2;
    max-width: 54%;
  }

  .front-page .promo-cards__title {
    font-size: 1.7rem;
    line-height: 1.03;
    letter-spacing: -0.02em;
  }

  .front-page .promo-cards__link {
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 400;
  }

  .front-page .promo-cards__badge {
    margin-top: 20px;
  }

  .front-page .promo-cards__badge-text {
    display: block;
    font-size: 0.94rem;
    line-height: 1.1;
  }

  .front-page .promo-cards__badge-value {
    display: block;
    font-size: 2rem;
    line-height: 0.92;
  }

  .front-page .promo-cards__card--headache .promo-cards__badge,
  .front-page .promo-cards__card--cold .promo-cards__badge {
    display: grid;
    grid-template-columns: auto auto;
    align-items: flex-end;
    justify-content: flex-start;
    width: max-content;
    column-gap: 7px;
    row-gap: 1px;
    margin-top: 14px;
  }

  .front-page .promo-cards__card--headache .promo-cards__badge .promo-cards__badge-text:first-child,
  .front-page .promo-cards__card--cold .promo-cards__badge .promo-cards__badge-text:first-child {
    grid-column: 1 / -1;
    font-size: 0.96rem;
    line-height: 1;
    font-weight: 600;
  }

  .front-page .promo-cards__card--headache .promo-cards__badge .promo-cards__badge-value,
  .front-page .promo-cards__card--cold .promo-cards__badge .promo-cards__badge-value {
    display: block;
    font-size: 2.2rem;
    line-height: 0.88;
  }

  .front-page .promo-cards__card--headache .promo-cards__badge .promo-cards__badge-text:last-child,
  .front-page .promo-cards__card--cold .promo-cards__badge .promo-cards__badge-text:last-child {
    display: block;
    font-size: 0.98rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
  }

  .front-page .promo-cards__image {
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 168px;
    max-width: none;
    z-index: 1;
  }

  .front-page .promo-cards__card--maternal .promo-cards__image {
    right: 2px;
    width: 168px;
  }

  .front-page .promo-cards__card--headache .promo-cards__image {
    right: 2px;
    width: 182px;
  }

  .front-page .promo-cards__card--cold .promo-cards__image {
    right: 4px;
    width: 166px;
  }

  .site-footer {
    padding: 6px 6px 12px;
  }

  .site-footer__container {
    border-radius: 16px;
    padding: 40px 12px 40px;
  }

  .site-footer__card,
  .site-footer__bottom {
    display: none;
  }

  .site-footer__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .site-footer__mobile-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .site-footer__mobile-social .site-footer__icon {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(218, 235, 201, 0.8);
  }

  .site-footer__mobile-social .site-footer__social-icon {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
  }

  .site-footer__mobile-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #ffffff;
  }

  .site-footer__mobile-link {
    color: inherit;
    line-height: 1.2;
  }

  .site-footer__mobile-sep {
    color: rgba(233, 242, 226, 0.75);
  }

  .site-footer__mobile-badges {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .site-footer__mobile-badges .site-footer__badge {
    width: 44px;
    height: 26px;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    padding: 2px 4px;
  }

  .site-footer__mobile-copy {
    color: #9fe36e;
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .front-page .home-hero__content{
    margin-top: 25px;
  }
}
.trending__tabs
 {
    border-radius: none;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .front-page .product-card__image
 {
        max-height: 300px;
    }
}
.front-page .home-hero__card{
  background: #a3e873;
}

.front-page .home-hero__slide--sale .home-hero__card {
  background: #F7EFF5;
}
.front-page .brands__title, .front-page .deals__title, .front-page .trending__title, .front-page .testimonials__title{
  color: #252C62;
}
.front-page .trending__tab--active{
  color: #A3E873;
  background: #173102;
}

@media (min-width: 1024px) {
  .front-page .home-hero__grid {
    align-items: flex-start;
    min-height: 560px;
  }

  .front-page .home-hero__content {
    max-width: 410px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    padding-top: 11.9rem;
    padding-bottom: 1.9rem;
  }

  .front-page .home-hero__title {
    top: 0.85rem;
    left: 0;
    width: calc(100% - 2.8rem);
    font-size: clamp(5.6rem, 11.2vw, 10.5rem);
    line-height: 0.82;
  }

  .front-page .home-hero__text {
    margin-top: 3.8rem;
    max-width: 350px;
    font-size: 0.97rem;
    line-height: 1.32;
  }

  .front-page .home-hero__badges {
    margin-top: auto;
    padding-top: 1.1rem;
    gap: 1.7rem;
  }

  .front-page .home-hero__badge-icon {
    width: 40px;
    height: 40px;
  }

  .front-page .home-hero__badge .home-hero__icon-image {
    width: 19px;
    height: 19px;
  }

  .front-page .home-hero__badge-text {
    font-size: 1rem;
    line-height: 1.12;
  }

  .front-page .home-hero__media {
    justify-content: flex-start;
    min-height: 540px;
  }

  .front-page .home-hero__image {
    height: clamp(470px, 43vw, 640px);
  }

  .front-page .home-hero__upload-card {
    right: 2rem;
    bottom: 1.8rem;
    padding: 20px;
  }

  .front-page .home-hero__upload-icon .home-hero__icon-image {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .front-page .deals .product-card__meta,
  .front-page .trending .product-card__meta {
    font-size: 0.72rem;
  }

  .front-page .deals .product-card__title,
  .front-page .trending .product-card__title {
    font-size: 0.95rem;
    line-height: 1.28;
    min-height: 2.6em;
  }

  .front-page .deals .product-card__button,
  .front-page .trending .product-card__button {
    font-size: 0.86rem;
    padding: 0.34rem 0.68rem;
    white-space: nowrap;
  }

  .front-page .deals .product-card__price,
  .front-page .trending .product-card__price {
    font-size: 0.8rem;
    line-height: 1;
  }

  .front-page .deals .product-card__old-price,
  .front-page .trending .product-card__old-price {
    font-size: 0.47rem;
    line-height: 1;
  }

  .front-page .deals .product-card__price-group,
  .front-page .trending .product-card__price-group {
    gap: 0.22rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .front-page .deals .product-card__footer,
  .front-page .trending .product-card__footer {
    gap: 0.42rem;
  }

  .front-page .deals .product-card__action,
  .front-page .trending .product-card__action {
    min-width: 0;
    flex: 1 1 auto;
  }

  .front-page .deals .product-card__old-price,
  .front-page .deals .product-card__price,
  .front-page .trending .product-card__old-price,
  .front-page .trending .product-card__price,
  .front-page .deals .product-card__old-price .woocommerce-Price-amount,
  .front-page .deals .product-card__price .woocommerce-Price-amount,
  .front-page .trending .product-card__old-price .woocommerce-Price-amount,
  .front-page .trending .product-card__price .woocommerce-Price-amount,
  .front-page .deals .product-card__old-price bdi,
  .front-page .deals .product-card__price bdi,
  .front-page .trending .product-card__old-price bdi,
  .front-page .trending .product-card__price bdi {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .front-page .cta-duo__grid {
    gap: 1.15rem;
  }

  .front-page .cta-duo__card {
    min-height: 318px;
    padding: 1.5rem 1.75rem;
  }

  .front-page .cta-duo__badge,
  .front-page .cta-duo__card--membership .cta-duo__badge {
    background: #1b2f0d;
    color: #A3E873;
    border-radius: 6px;
    gap: 0.32rem;
    padding: 0.28rem 0.66rem;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
  }

  .front-page .cta-duo__card--delivery .cta-duo__badge {
    color: #FFEB69;
  }

  .front-page .cta-duo__badge .cta-duo__icon-image {
    width: 14px;
    height: 14px;
  }

  .front-page .cta-duo__title {
    color: #11150f;
    margin-top: 0.82rem;
    font-size: clamp(1.95rem, 2.25vw, 2.7rem);
    line-height: 1.1;
  }

  .front-page .cta-duo__actions {
    margin-top: 1.05rem;
  }

  .front-page .cta-duo__button,
  .front-page .cta-duo__button--dark {
    height: 38px;
    background: #ffffff;
    color: #223015;
    font-size: 0.86rem;
    font-weight: 500;
    padding-inline: 0.95rem;
    box-shadow: none;
  }

  .front-page .cta-duo__button--icon {
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .front-page .cta-duo__button--icon .cta-duo__icon-image {
    width: 12px;
    height: 12px;
  }

  .front-page .promo-cards__card {
    color: #260B2F;
  }

  .front-page .promo-cards__title {
    color: #260B2F;
    font-size: 1.78rem;
    line-height: 1.04;
  }

  .front-page .promo-cards__card--headache .promo-cards__title {
    color: #260B2F;
  }

  .front-page .promo-cards__link {
    color: #260B2F;
    font-size: 0.92rem;
    line-height: 1.15;
  }

  .front-page .promo-cards__badge {
    margin-top: 0.72rem;
  }

  .front-page .promo-cards__badge-text {
    color: #260B2F;
    font-size: 0.92rem;
    line-height: 1.02;
  }

  .front-page .promo-cards__badge-value {
    color: #260B2F;
    font-size: 2.12rem;
    line-height: 0.92;
  }

  .front-page .brands__logo {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1536px) {
  .front-page .brands__logo {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1280px) {
    .home-hero__image {
      transform: translate(-45%, 12%);
    }
}

.front-page .health-categories__name {
    color:#252C62;
    font-size: 1rem;
}

.front-page .cta-duo__title {
    color: #0f1514;
    margin-top: .75rem;
    font-size: clamp(1.75rem, 1vw, 2.85rem);
    line-height: 1.1;
}

.front-page .brands{
  margin-top: unset;
}

@media (min-width: 1536px) {
  .front-page .brands {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .single-product-view__top {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 3rem;
  }

  .single-product-view__gallery {
    gap: 0.7rem;
  }

  .single-product-view__gallery-item {
    border-radius: 18px;
    background: transparent;
    border-color: #dfe6f0;
    padding: 0.18rem;
  }

  .single-product-view__gallery-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
  }

  .single-product-view__summary {
    max-width: none;
  }

  .single-product-view__badge {
    font-size: 0.7rem;
    border-radius: 999px;
    padding: 0.3rem 0.56rem;
  }

  .single-product-view__title {
    font-size: clamp(1.55rem, 2vw, 2.3rem);
    line-height: 1.12;
    margin-top: 0.45rem;
  }

  .single-product-view__info-row {
    gap: 0.38rem 0.86rem;
    padding-bottom: 0.62rem;
  }

  .single-product-view__info-item {
    font-size: 0.74rem;
    color: #7f8aa0;
    line-height: 1.25;
  }

  .single-product-view__info-label {
    color: #8d98af;
  }

  .single-product-view__info-item strong {
    color: #1e1f20;
    font-weight: 500;
  }

  .single-product-view__stock {
    margin-left: 0.1rem;
    font-size: 0.74rem;
    font-weight: 500;
  }

  .single-product-view__stock::before {
    content: "✓";
    display: inline-block;
    margin-right: 0.32rem;
    color: #4ecb78;
    font-weight: 700;
  }

  .single-product-view__stars {
    margin-left: 0.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.045em;
    line-height: 1;
  }

  .single-product-view__price {
    font-size: clamp(2rem, 2.15vw, 2.7rem);
    line-height: 1.12;
  }

  .single-product-view__price del {
    color: #a3afc1;
    font-size: 0.58em;
    margin-right: 0.42rem;
  }

  .single-product-view__price ins {
    color: #325CA9;
    text-decoration: none;
  }

  .single-product-view__excerpt {
    max-width: 48ch;
    color: #6a7487;
    font-size: 0.82rem;
    line-height: 1.54;
  }

  .single-product-view__sizes-label {
    color: #8c98ad;
    font-size: 0.86rem;
  }

  .single-product-view__sizes-list {
    gap: 0.46rem;
    margin-top: 0.46rem;
  }

  .single-product-view__size-option {
    min-width: 68px;
    padding: 0.5rem 0.88rem;
    font-size: 0.76rem;
  }

  .single-product-view__add-to-cart form.cart {
    gap: 0.72rem;
  }

  .single-product-view__add-to-cart .quantity .qty {
    min-width: 108px;
    min-height: 40px;
    font-size: 0.95rem;
  }

  .single-product-view__qty-btn {
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }

  .single-product-view__add-to-cart .single_add_to_cart_button {
    min-height: 44px;
    border-radius: 999px !important;
    font-size: 0.94rem;
    font-weight: 600;
  }

  .single-product-view__actions {
    gap: 0.72rem 1.22rem;
    padding: 0.82rem 0 0.76rem;
    border-top: unset;
    border-bottom: unset;
  }

  .single-product-view__action {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    color: #111822;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .single-product-view__action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .single-product-view__action-icon-image {
    width: 14px;
    height: 14px;
  }

  .single-product-view__checkout {
    margin-top: 0;
    padding-top: 0.84rem;
  }

  .single-product-view__checkout-title {
    color: #101724;
    font-size: 1rem;
    font-weight: 700;
  }

  .single-product-view__checkout-cards {
    min-height: 68px;
    margin-top: 0.5rem;
    padding: 0.56rem 0.5rem;
    border-color: #d7deea;
    gap: 0.48rem;
  }

  .single-product-view__card-image {
    max-height: 24px;
    width: auto;
  }

  .single-product-view__service-row {
    gap: 0.64rem 1.12rem;
    margin-top: 0.56rem;
    padding-top: 0.56rem;
    border-top: unset;
  }

  .single-product-view__service-item {
    color: #1a202d;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .single-product-view__service-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .single-product-view__meta {
    color: #41517a;
    font-size: 0.86rem;
    line-height: 1.5;
    padding-top: 0.72rem;
    border-top: 1px solid #d7deea;
  }

  .single-product-view__meta-item {
    margin: 0 0 0.24rem;
  }

  .single-product-view__meta-label {
    color: #8a96ac;
    font-weight: 600;
  }

  .single-product-view__meta a {
    color: #2b3667;
    font-weight: 500;
  }
}
.site-footer__badge{
  border-radius: unset;
  height: auto;
  padding: 0px;
}
.single-product-view__badge{
  color: #ffffff;
  background: #A3E873;
}

.single-product-view__panel-content{
  font-size: 1rem;
}

.single-product-view__related-products .single-product-view__slider-track {
  gap: 1.86rem;
  padding-inline: 0.15rem;
}

.single-product-view__related-products {
  border-top: 0;
  padding-top: 0.4rem;
}

.single-product-view__related-products .single-product-view__trending-header {
  margin-bottom: 2rem;
}

.single-product-view__related-products .single-product-view__trending-title {
  color: #101216;
}

.single-product-view__related-products .single-product-view__trending-tools {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.single-product-view__related-products .single-product-view__trending-link {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  color: #151a25;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.single-product-view__related-products .single-product-view__trending-link-arrow {
  font-size: 1rem;
  line-height: 1;
}

.single-product-view__related-products .single-product-view__trending-link-arrow-icon {
  width: 13px;
  height: 13px;
  display: block;
}

.single-product-view__related-products .product-card__label {
  font-size: 0.95rem;
}

.single-product-view__related-products .product-card__rating {
  font-size: 1rem;
}

.single-product-view__related-products .product-card__title {
  font-size: 1.22rem;
  line-height: 1.22;
}

.single-product-view__related-products .product-card__button {
  padding: 0.52rem 1.05rem;
}
.single-product-view__related-products .product-card__price {
  font-size: 1rem;
  line-height: 1.1;
}

.single-product-view__related-products .single-product-view__slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.single-product-view__related-products .single-product-view__slider-button {
  width: 34px;
  height: 34px;
  border: 1px solid #d9e0eb;
  border-radius: 999px;
  background: #ffffff;
  color: #2c3869;
  font-size: 1rem;
  line-height: 1;
}

.single-product-view__related-products .single-product-view__slider {
  background: transparent;
  overflow: hidden;
}

.single-product-view__related-products .single-product-view__slide {
  flex: 0 0 calc((100% - 2.4rem) / 3.2);
  min-width: 278px;
  scroll-snap-align: start;
}

.single-product-view__related-products .product-card.product-card--deal.product-card--trending {
  border: 1px solid #e1e6ee;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
  padding: 0;
}

.single-product-view__related-products .product-card--deal.product-card--trending .product-card__media {
  min-height: 252px;
  padding: 18px 14px 8px;
  border-radius: 24px 24px 0 0;
  background: #FFF;
  margin-bottom: -26px;
}

.single-product-view__related-products .product-card--deal.product-card--trending .product-card__image {
  max-height: 300px;
  margin-bottom: -8px;
  object-fit: contain;
}

.single-product-view__related-products .product-card--deal.product-card--trending .product-card__content {
  position: relative;
  border-radius: 22px;
  z-index: 2;
  background: #ffffff;
  padding: 14px 12px 12px;
}

@media (max-width: 1023px) {
  .single-product-view__related-products .single-product-view__slider-controls {
    display: none;
  }

  .single-product-view__related-products .product-card--deal.product-card--trending .product-card__content {
    border-radius: 18px;
  }

  .single-product-view__related-products .single-product-view__slide {
    flex-basis: calc((100% - 1.2rem) / 2.15);
    min-width: 220px;
  }
}

@media (max-width: 767px) {
  .single-product-view__related-products .single-product-view__slide {
    flex-basis: 88%;
    min-width: 0;
  }
}

@media (min-width: 1024px) {
  .front-page .health-categories {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .front-page .health-categories-mobile {
    display: none;
  }
}

/* Shop sidebar refinements */
.shop-layout__sidebar {
  color: #184363;
}

.shop-layout__sidebar a,
.shop-layout__sidebar span,
.shop-layout__sidebar label,
.shop-layout__sidebar h2 {
  color: #184363;
}

.shop-filter__title {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
}

.shop-filter__title--large {
  font-size: 1.22rem;
  font-weight: 800;
}

.shop-filter__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.shop-filter__category-item {
  border-radius: 10px;
}

.shop-filter__category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.shop-filter__link {
  color: #184363;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shop-filter__link:hover {
  color: #184363;
}

.shop-filter__category-item.is-active > .shop-filter__category-row {
  background: #eaf0fa;
  border-radius: 10px;
  padding: 0.24rem 0.45rem;
}

.shop-filter__link--active {
  color: #184363;
  font-weight: 700;
}

.shop-filter__category-toggle {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.shop-filter__category-toggle-icon {
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.shop-filter__category-item.is-open .shop-filter__category-toggle-icon {
  transform: rotate(90deg);
}

.shop-filter__sublist {
  margin-top: 0.2rem;
  margin-left: 0.5rem;
  padding-left: 0.7rem;
  border-left: 1px solid #d7dee9;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.shop-filter__sublink {
  display: inline-block;
  color: #184363;
  font-size: 0.86rem;
  line-height: 1.35;
  padding: 0.22rem 0;
}

.shop-filter__sublink--active {
  color: #184363;
  font-weight: 700;
}

.shop-filter__checks {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.shop-filter__check {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: #184363;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.shop-filter__check input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #d7dee9;
  border-radius: 3px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  flex: 0 0 18px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.shop-filter__check input[type='checkbox']::after {
  content: '';
  width: 8px;
  height: 5px;
  border-left: 1.8px solid #ffffff;
  border-bottom: 1.8px solid #ffffff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.16s ease;
  margin-top: -1px;
}

.shop-filter__check input[type='checkbox']:checked {
  background: #184363;
  border-color: #184363;
}

.shop-filter__check input[type='checkbox']:checked::after {
  transform: rotate(-45deg) scale(1);
}

.shop-filter__check input[type='checkbox']:focus-visible {
  outline: 2px solid #184363;
  outline-offset: 1px;
}

.shop-filter__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shop-filter__apply {
  border: 0;
  border-radius: 999px;
  background: #24306b;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.58rem 0.95rem;
}

.shop-filter__reset {
  display: inline-flex;
  align-items: center;
  color: #184363;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Shop product-card refinements */
.shop-layout__products .product-card.product-card--shop {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.shop-layout__products .product-card--shop .product-card__media {
  min-height: 284px;
  padding: 0.85rem 0.85rem 0.55rem;
  border-radius: 12px;
  background:#FFF;
  border: 1px solid #e1e6ee;
  
}

.shop-layout__products .product-card--shop .product-card__image {
  max-height: 232px;
  object-fit: contain;
}

.shop-layout__products .product-card--shop .product-card__badge {
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.34rem 0.58rem;
  color: #ffffff;
}

.shop-layout__products .product-card--shop .product-card__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.shop-layout__products .product-card--shop .product-card__badges .product-card__badge {
  padding-top: 3px;
  position: static;
  margin: 0;
}

.shop-layout__products .product-card--shop .product-card__badge--popular {
  background: #C047EF;
}

.shop-layout__products .product-card--shop .product-card__badge--sale {
  background: #39CB74;
}

.shop-layout__products .product-card--shop .product-card__content {
  padding: 0.82rem 0.1rem 0;
}

.shop-layout__products .product-card--shop .product-card__meta {
  margin-bottom: 0.38rem;
}

.shop-layout__products .product-card--shop .product-card__label {
  color: #26a2e9;
}

.shop-layout__products .product-card--shop .product-card__rating {
  color: #9aa8bd;
}

.shop-layout__products .product-card--shop .product-card__rating > span:first-child {
  color: #ff7a18;
}

.shop-layout__products .product-card--shop .product-card__title {
  margin-top: 0.22rem;
  margin-bottom: 0px;
  color: #1f346a;
}

.shop-layout__products .product-card--shop .product-card__footer {
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 0.56rem;
}

.shop-layout__products .product-card--shop .product-card__price-group {
  justify-content: left;
  align-items: baseline;
  gap: 0.66rem;
}

.shop-layout__products .product-card--shop .product-card__old-price {
  color: #8fa2bd;
  text-decoration-color: #8fa2bd;
}

.shop-layout__products .product-card--shop .product-card__price {
  color: #184363;
}

.shop-layout__products .product-card--shop .product-card__button {
  width: 100%;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #EDF4F6;
  color: #184363;
  padding: 0.54rem 1rem;
}

.shop-layout__products .product-card--shop .product-card__button-icon {
  width: 1.18em;
  height: 1.18em;
}

.shop-layout__products .product-card--shop .product-card__button-icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1279px) {
  .shop-layout__products .product-card--shop .product-card__media {
    min-height: 238px;
  }

  .shop-layout__products .product-card--shop .product-card__image {
    max-height: 188px;
  }

}

@media (max-width: 767px) {
  .shop-layout__products .product-card--shop .product-card__media {
    min-height: 176px;
    padding: 0.7rem 0.7rem 0.42rem;
  }

  .shop-layout__products .product-card--shop .product-card__image {
    max-height: 128px;
  }

  .shop-layout__products .product-card--shop .product-card__badge {
    padding: 0.28rem 0.5rem;
    font-size: 0.72rem;
  }

  .shop-layout__products .product-card--shop .product-card__badges {
    top: 7px;
    left: 7px;
    gap: 0.3rem;
  }

  .shop-layout__products .product-card--shop .product-card__content {
    padding-top: 0.56rem;
  }

  .shop-layout__products .product-card--shop .product-card__button {
    padding: 0.44rem 0.72rem;
  }
}

/* Shop mobile filters drawer */
.shop-layout__mobile-tools {
  display: none;
}

.shop-layout__mobile-filter-head {
  display: none;
}

.shop-layout__mobile-filter-backdrop {
  display: none;
}

@media (max-width: 1023px) {
  .shop-layout__mobile-tools {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.7rem;
  }

  .shop-layout__mobile-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    border: 0;
    border-radius: 999px;
    background: #dce4ee;
    color: #21306b;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.58rem 0.95rem;
  }

  .shop-layout__mobile-filter-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
  }

  .shop-layout__mobile-filter-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0.9rem;
    background: #f5f7fb;
    border-bottom: 1px solid #e3e9f2;
    margin-bottom: 0.7rem;
  }

  .shop-layout__mobile-filter-title {
    margin: 0;
    color: #1e2f69;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .shop-layout__mobile-filter-close {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #e3e9f1;
    color: #21306b;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .shop-layout__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: min(88vw, 360px);
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #f5f7fb;
    box-shadow: 0 14px 40px rgba(17, 31, 76, 0.24);
    padding: 1rem;
    transform: translateX(-104%);
    transition: transform 0.22s ease;
  }

  .shop-layout--filters-open .shop-layout__sidebar {
    transform: translateX(0);
  }

  .shop-layout__mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: block;
    background: rgba(8, 14, 34, 0.44);
  }
}

body.shop-filters-open {
  overflow: hidden;
}

/* Shop hero banners tweaks */
.shop-layout__hero-button {
  align-items: center;
}

.shop-layout__hero-button::after {
  content: ">";
  display: inline-block;
  margin-left: 0.34rem;
}

@media (max-width: 1023px) {
  .shop-layout__hero-strip {
    display: none !important;
  }
}

.product-card__title a{
  color: #184363;
}

.product-card__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.26rem;
  min-width: 0;
}

.product-card__button--ajax.is-loading,
.product-card__button--ajax[aria-disabled="true"] {
  opacity: 0.7;
  pointer-events: none;
}

.product-card__button--ajax.is-added {
  box-shadow: 0 0 0 1px rgba(37, 44, 98, 0.22) inset;
}

.product-card__feedback {
  min-height: 1em;
  color: #7b8799;
  font-size: 0.66rem;
  line-height: 1.25;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.product-card__feedback.is-visible {
  opacity: 1;
}

.product-card__feedback--success {
  color: #1d7a2b;
}

.product-card__feedback--error {
  color: #b42318;
}

.shop-layout__products .product-card--shop .product-card__action {
  width: 100%;
}

.shop-layout__hero-strip{
  margin-bottom: 30px;
}

.single-product-view__action--wishlist-active {
  color: #f03d3d;
}

.single-product-view__action--wishlist-active .single-product-view__action-icon-image {
  filter: brightness(0) saturate(100%) invert(27%) sepia(97%) saturate(2290%) hue-rotate(344deg) brightness(97%) contrast(95%);
}

.single-product-view__action--wishlist.is-loading {
  opacity: 0.62;
  pointer-events: none;
}

.medigreen-account-wishlist {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d9e1ee;
}

.medigreen-account-wishlist__title {
  color: #24306b;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.medigreen-account-wishlist__empty {
  color: #687792;
  font-size: 0.95rem;
  margin-top: 0.75rem;
}

.medigreen-account-wishlist__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.medigreen-account-wishlist__item {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.medigreen-account-wishlist__item .product-card {
  height: 100%;
}

.medigreen-account-wishlist__remove {
  color: #24306b;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-flex;
  width: fit-content;
}

.single-product-view__size-option.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .front-page .deals .product-card--deal,
  .front-page .trending .product-card--trending {
    border-radius: 24px;
    border: 1px solid #e1e6ee;
    background: #ffffff;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
    gap: 0;
  }

  .front-page .deals .product-card--deal .product-card__media,
  .front-page .trending .product-card--trending .product-card__media {
    min-height: 252px;
    padding: 18px 14px 8px;
    border-radius: 24px 24px 0 0;
    background: #FFF;
    margin-bottom: -18px;
  }

  .front-page .deals .product-card--deal .product-card__image,
  .front-page .trending .product-card--trending .product-card__image {
    max-height: 300px;
    object-fit: contain;
  }

  .front-page .deals .product-card--deal .product-card__content,
  .front-page .trending .product-card--trending .product-card__content {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 14px 12px 12px;
    margin-top: 0px;
  }

  .deals__grid--desktop-five[data-deals-slider],
  .trending__grid--desktop-five[data-trending-slider] {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    scroll-padding-left: 0 !important;
    scroll-padding-right: 0 !important;
    scroll-snap-type: none !important;
  }

  .deals__grid--desktop-five[data-deals-slider] .product-card,
  .trending__grid--desktop-five[data-trending-slider] .product-card {
    flex: initial !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .trending__grid--desktop-five[data-trending-slider] .trending__item {
    flex: initial !important;
    min-width: 0 !important;
  }
}
.front-page .deals .product-card__old-price{
  font-size: .66rem;
}

@media (min-width: 40rem) {
    .sm\:py-8 {
        padding-block: calc(var(--spacing) * 2);
    }
}
.site-header__action--primary{
  padding-left: 20px;
  padding-right: 20px;
}
.site-header__logo-image{
  max-width: 180px !important;
}
 
.front-page .home-hero__upload-box{
  padding: 32px 35px;
}

.wc-block-components-product-badge {
  display: none;
}
.prescription__action-group{
  gap: 0px;
}
.front-page .prescription__button--dark {
  color: #f0b589;
}

@media (min-width: 640px) {
  .front-page .cta-duo__card--delivery {
    padding-bottom: 0;
  }

  .front-page .cta-duo__card--delivery .cta-duo__image {
    display: block;
    align-self: end;
    margin-top: auto;
    object-position: bottom center;
  }
}

@media (min-width: 768px) {
  .front-page .prescription__card--consult {
    overflow: hidden;
  }

  .front-page .prescription__card--consult .prescription__body {
    position: relative;
    align-items: end;
    min-height: 320px;
    padding-bottom: 0;
  }

  .front-page .prescription__card--consult .prescription__body > div:first-child {
    position: relative;
    z-index: 2;
    padding: 0.65rem 0 1.1rem;
  }

  .front-page .prescription__card--consult .prescription__image {
    align-self: end;
    justify-self: end;
    width: clamp(260px, 30vw, 320px);
    max-width: none;
    height: auto;
    margin-right: -0.55rem;
    margin-bottom: -1.3rem;
    object-fit: contain;
    object-position: bottom right;
  }
}


.cta-duo__button-group{
  gap: 0px;
}
.front-page .prescription__text{
  margin-bottom: 55px;
}

.front-page .cta-duo__image{
  max-width: none;
}

@media (max-width: 767px) {
  .site-header__search-input {
    font-size: 0.98rem;
  }

  .site-header__action--primary {
    font-size: 0.9rem;
    padding: 0.46rem 2.12rem;
  }

  .site-header__action--category {
    font-size: 1rem;
    padding: 0.46rem 0.2rem;
  }

  .site-header__dropdown-item {
    font-size: 0.95rem;
    padding: 0.55rem 0.6rem;
  }

  .site-header__actions {
    margin-top: 14px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .site-header__action--link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 2px;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #e7ecf3;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  .site-header__action--link:last-child {
    border-bottom: 0;
    box-shadow: none;
  }

  .site-header__action--link .site-header__icon {
    width: 20px;
    height: 20px;
  }

  .site-header__action--link .site-header__icon-image {
    width: 18px;
    height: 18px;
  }

  .site-header__action--cart {
    padding-right: 12px;
  }

  .site-header__actions .site-header__action--cart .site-header__cart-count {
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px #f4f6f9;
  }
}

  .mg-contact-page__section {
    background: #f6f6f7;
    padding: 88px 0 72px;
  }

  .mg-contact-page__container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
  }

  .mg-contact-page__eyebrow {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #8577d7;
    font-size: 12px;
    font-weight: 600;
  }

  .mg-contact-page__title {
    margin: 10px 0 50px;
    text-align: center;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #0d0f14;
    font-weight: 700;
  }

  .mg-contact-page__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 56px;
  }

  .mg-contact-page__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .mg-contact-page__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f0f0f3;
    color: #8577d7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .mg-contact-page__icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }

  .mg-contact-page__item-title {
    margin: 3px 0 8px;
    font-size: 23px;
    line-height: 1.2;
    color: #1b1c1f;
    font-weight: 700;
  }

  .mg-contact-page__item-text {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.5;
    color: #6d7078;
  }

  .mg-contact-page__map-wrap {
    border-radius: 20px;
    overflow: hidden;
    background: #dfe2e8;
    border: 1px solid #e4e6eb;
  }

  .mg-contact-page__map {
    width: 100%;
    height: 560px;
    border: 0;
    filter: grayscale(1) contrast(1.05);
    display: block;
  }

  .mg-contact-page__extra {
    margin-top: 40px;
  }

  @media (max-width: 1280px) {
    .mg-contact-page__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 28px;
    }
  }

  @media (max-width: 820px) {
    .mg-contact-page__section {
      padding: 68px 0 56px;
    }

    .mg-contact-page__container {
      width: calc(100% - 28px);
    }

    .mg-contact-page__title {
      margin-bottom: 40px;
    }

    .mg-contact-page__grid {
      grid-template-columns: 1fr;
      margin-bottom: 36px;
      gap: 22px;
    }

    .mg-contact-page__item-title {
      font-size: 22px;
    }

    .mg-contact-page__item-text {
      font-size: 16px;
    }

    .mg-contact-page__map {
      height: 380px;
    }
  }

.mg-page-content .mg-page-title {
  margin: 0 0 16px;
  color: #1f2e67;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

@media (max-width: 820px) {
  .mg-page-content .mg-page-title {
    margin-bottom: 14px;
    font-size: clamp(1.65rem, 6.8vw, 2.1rem);
  }
}
.product-card__button{
  font-size: 0.83rem;
  padding: .38rem .86rem;
}
.product-card__price{
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .shop-layout__header {
    margin-top: 20px;
  }
  #main > section > div > div > div > div.hero__content.max-w-\[650px\].lg\:self-center{
    text-align: center;
  }
  .page-template-page-caudalie .hero__title, .page-template-page-caudalie-php .hero__title {
    font-size: 1.7rem;
  }
}
.shop-layout__pagination .page-numbers{
    height: auto;
    padding: 10px;
}

.single-product-view__tab{
  font-size: 1rem;
}

.product-card--shop .product-card__title{
  font-size: clamp(0.9rem, 1vw, 1.48rem);
  font-weight: 500;
  padding-bottom: 10px;
}
.product-card__media {
    background: #FFF;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    min-height: 190px;
    padding: 16px;
    display: flex;
    position: relative;
}
.single-product-view__gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.single-product-view__gallery--single .single-product-view__gallery-item {
  grid-column: 1 / -1;
  aspect-ratio: 1 / 1;
}

.single-product-view__gallery--single .single-product-view__gallery-image {
  width: 100%;
  height: 100%;
}

.product-card--shop .product-card__title{
  font-size: clamp(0.9rem, 1vw, 1.48rem);
  font-weight: 500;
  line-height: 1.3;
  min-height: calc((2 * 1.3em) + 0.14em);
  padding-bottom: 10px;
}

.product-card--shop .product-card__title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.08em;
}