:root {
  --t003-site-bg: #eef6f8;
  --t003-header-upper-bg: #ffffff;
  --t003-topline-bg: #ffffff;
  --t003-footer-bg: #294b55;
  --t003-subscribe-bg: #294b55;
  --t003-price-accent: #ff7a73;
  --t003-checkout-cta: #245bc3;
  --t003-button-bg: #ff7a73;
  --t003-button-hover: #f2564d;
  --t003-top-menu-bg: #294b55;
  --t003-left-menu-bg: #294b55;
  --t003-left-menu-text: #ffffff;
  --t003-text-primary: #23414d;
  --t003-text-secondary: #6f8790;
  --bg: var(--t003-site-bg);
  --surface: #ffffff;
  --surface-soft: #f7fbfc;
  --ink: var(--t003-text-primary);
  --muted: var(--t003-text-secondary);
  --accent: var(--t003-button-bg);
  --accent-strong: #ff6b64;
  --bg-hover-color: var(--t003-button-hover);
  --deep: #294b55;
  --deep-soft: #375b66;
  --line: #d9e8ed;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 14px 34px rgba(35, 65, 77, 0.08);
  --shell: 1120px;
  --font-ui: "Plus Jakarta Sans", "Trebuchet MS", Arial, sans-serif;
  --pt-font: var(--font-ui);
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/JakartaSans/fonts/plus-jakarta-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/JakartaSans/fonts/plus-jakarta-sans-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/JakartaSans/fonts/plus-jakarta-sans-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-synthesis: none;
  font-size: 1.4rem;
  line-height: 1.45;
  color: var(--ink);
  background: var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

button,
input {
  font: inherit;
}

body,
button,
input,
select,
textarea,
.topline,
.site-header,
.brand__name,
.catalog-button,
.cart-button,
.header-search__form input[type="search"],
.header-search__form input[type="text"],
.trust-box,
.primary-nav__list li a,
.alphabet-bar,
.footer-main,
.footer-nav__list a {
  font-family: var(--font-ui);
}

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin: 0 auto;
}

.topline {
  background: var(--t003-topline-bg);
  border-bottom: 1px solid #edf3f5;
}

.topline__inner,
.topline__phones,
.topline__meta,
.header-main,
.header-search,
.header-info,
.trust-box,
.brands-row,
.primary-nav__list,
.alphabet-bar__inner,
.product-card__footer,
.subscribe-band,
.subscribe-form,
.footer-main__row,
.footer-nav__list {
  display: flex;
  align-items: center;
}

.topline__inner {
  justify-content: space-between;
  gap: 24px;
  min-height: 30px;
  font-size: 1.1rem;
  line-height: 1;
}

.topline__phones,
.topline__meta {
  gap: 14px;
  flex-wrap: wrap;
}

.topline__lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.topline__lang img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.topline__lang-switcher {
  position: relative;
}

.topline__lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

.topline__lang-trigger span:first-child {
  line-height: 1.2;
}

.topline__lang-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.topline__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 20;
  min-width: 150px;
  padding: 8px 0;
  border: 1px solid #dbe7ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(35, 65, 77, 0.08);
}

.topline__lang-option {
  display: block;
  padding: 8px 14px;
  color: var(--muted);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: inherit;
}

.topline__lang-option:hover,
.topline__lang-option.is-active {
  background: #f3f9fb;
  color: var(--ink);
}

.topline__label,
.topline__meta {
  color: var(--muted);
  font-size: 1.3rem;
}

.topline__inner a {
  font-size: 1.3rem;
}

.topline__inner a.topline__lang-option {
  font-size: 1.4rem;
}

.site-header {
  padding: 0 0 24px;
  background: linear-gradient(var(--t003-header-upper-bg) 0 48%, var(--bg) 48% 100%);
}

.site-header.site-header--checkout-flow {
  background: var(--t003-header-upper-bg);
}

.header-main {
  position: relative;
  gap: 28px;
  padding: 18px 0 10px;
}

.site-header--with-person .header-main,
.site-header--with-person .header-info {
  padding-right: 205px;
}

.header-main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 1px;
  background: #e6eef2;
}

.site-header.site-header--checkout-flow .header-main::after {
  content: none;
}

.site-header--with-person .header-main::after {
  right: 205px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.brand img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.brand__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.header-search {
  flex: 1;
  gap: 12px;
  max-width: none;
}

.catalog-button,
.cart-button,
.buy-button,
.subscribe-form button,
.affiliate-button {
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 124px;
  padding: 12px 18px;
}

.catalog-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.catalog-button span {
  line-height: 1;
  font-weight: 700;
}

.header-search__form {
  flex: 1;
}

.header-search__form form {
  position: relative;
}

.header-search__form input[type="search"],
.header-search__form input[type="text"] {
  width: 100%;
  height: 44px;
  border: 1px solid #d5e3e8;
  border-radius: 8px;
  padding: 0 48px 0 16px;
  background: #aecfdb17;
}

.header-search__form button {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  transform: translateY(-50%);
}

.header-search__form button::before {
  content: "";
  position: absolute;
  inset: 8px;
  background-color: var(--accent);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 18px 0 16px;
  background: var(--t003-top-menu-bg);
  line-height: 1;
}

.cart-button__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.cart-button__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-button__count {
  position: absolute;
  top: -3px;
  right: -8px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.cart-button__label {
  color: #fff;
  font-weight: 700;
}

.cart-button__total {
  color: var(--t003-price-accent);
  font-weight: 800;
}

.header-info {
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 14px 0 6px;
}

body.t003-mega-open {
  overflow: hidden;
}

.trust-box {
  gap: 6px;
}

.trust-box__badge {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.trust-box__badge img,
.trust-box__badge svg {
  display: block;
  width: 100%;
  height: 32px;
}

.trust-box strong {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
}

.trust-box p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 1.2rem;
}

.brands-row {
  justify-content: center;
  gap: 16px;
  flex: 1;
  min-height: 52px;
  padding-right: 12px;
}

.brands-row img {
  width: auto;
  max-width: 88px;
  height: 28px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.primary-nav {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--t003-top-menu-bg);
  border: 0;
  box-shadow: 0 0 0 8px #eaf2f4;
}

.primary-nav__toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.primary-nav__toggle[hidden] {
  display: none !important;
}

.primary-nav__toggle img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.primary-nav__overflow {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 12;
  min-width: 240px;
  border-top: 2px solid #ff706b;
  border-radius: 0 0 22px 22px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(35, 65, 77, 0.16);
}

.primary-nav__overflow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav__overflow-list li + li {
  border-top: 1px solid #eef3f5;
}

.primary-nav__overflow-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  color: #2b4b55;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  font-family: var(--font-ui);
}

.primary-nav__overflow-list a:hover {
  background: #f7fbfc;
}

.nav-stage {
  position: relative;
  margin-top: 0;
  padding-top: 4px;
}

.primary-nav--with-person {
  margin-right: 0;
  padding-right: 0;
}

.t003-mega {
  position: fixed;
  inset: 116px 0 auto;
  z-index: 40;
  padding-top: 0;
}

.t003-mega__backdrop {
  position: fixed;
  top: 116px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(39, 64, 74, 0.28);
}

.t003-mega__panel {
  position: relative;
  z-index: 1;
}

.t003-mega__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  height: min(74vh, 700px);
  overflow: hidden;
  border: 1px solid #dfe9ed;
  border-radius: 0 0 24px 24px;
  background: #f2fafc;
  box-shadow: 0 16px 40px rgba(35, 65, 77, 0.1);
}

.t003-mega__left {
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #dfe9ed;
  background: #fff;
}

.t003-mega__cats {
  margin: 0;
  padding: 0;
}

.t003-mega__cat {
  border-bottom: 1px solid #e7eef2;
}

.t003-mega__catlink {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 30px 0 40px;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
}

.t003-mega__cat.is-active .t003-mega__catlink,
.t003-mega__catlink:hover {
  color: var(--accent);
}

.t003-mega__right {
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.t003-mega__content {
  min-height: 100%;
  padding: 34px 42px;
}

.t003-mega__placeholder {
  display: block;
}

.t003-mega__title {
  display: none;
}

.t003-mega__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 70px;
  row-gap: 26px;
}

.t003-mega__itemlink {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
}

.t003-mega__itemname {
  min-width: 0;
}

.t003-mega__itemprice {
  flex: 0 0 auto;
  color: var(--t003-price-accent);
  font-size: 1.3rem;
  white-space: nowrap;
}

.t003-mega__itemlink:hover {
  color: var(--accent);
}

.t003-mega__empty {
  color: var(--muted);
  font-size: 1.2rem;
}

.t003-mega__left::-webkit-scrollbar,
.t003-mega__right::-webkit-scrollbar {
  width: 12px;
}

.t003-mega__left::-webkit-scrollbar-track,
.t003-mega__right::-webkit-scrollbar-track {
  background: transparent;
}

.t003-mega__left::-webkit-scrollbar-thumb,
.t003-mega__right::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: #b8bec3;
  background-clip: padding-box;
}

.t003-mega__left,
.t003-mega__right {
  scrollbar-color: #b8bec3 transparent;
  scrollbar-width: auto;
}

.primary-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.primary-nav__list li {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.primary-nav__list li:last-child {
  border-right: 0;
}

.primary-nav__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: normal;
  font-family: var(--font-ui);
}

.primary-nav__list li a:hover {
  background: rgba(255, 255, 255, 0.03);
}

.header-person {
  position: absolute;
  right: -5px;
  bottom: 60px;
  z-index: 3;
  width: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.header-person img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 18px 26px rgba(35, 65, 77, 0.06));
}

.alphabet-bar {
  margin-top: 2px;
}

.alphabet-bar__inner {
  gap: 12px;
  padding: 12px 0;
  border-radius: 0 0 14px 14px;
  background: transparent;
}

.alphabet-bar__title {
  color: var(--muted);
  font-size: 1.2rem;
  font-weight: 400;
}

.alphabet-bar__letters {
  display: grid;
  grid-template-columns: repeat(26, minmax(0, 1fr));
  gap: 6px;
  flex: 1;
}

.alphabet-bar__letters a {
  display: grid;
  place-items: center;
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ink);
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.alphabet-bar__letters a:hover,
.alphabet-bar__letters a.is-active {
  background: #eef5f8;
  color: var(--deep);
}

.header-benefits {
  margin-top: 12px;
}

.t003-page {
  margin-top: 26px;
  margin-bottom: 34px;
}

.t003-page__article {
  width: min(100%, 1160px);
}

.t003-page__title {
  margin: 0 0 22px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.t003-page__content {
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1.5;
}

.t003-page__content > *:first-child {
  margin-top: 0;
}

.t003-page__content p {
  margin: 0 0 1.6rem;
}

.t003-page__content h2,
.t003-page__content h3 {
  margin: 2.8rem 0 1.2rem;
  line-height: 1.2;
  color: var(--ink);
}

.t003-page__content h2 {
  font-size: 3.2rem;
}

.t003-page__content h3 {
  font-size: 2.6rem;
}

.t003-page__content ul,
.t003-page__content ol {
  margin: 0 0 1.8rem;
  padding-left: 1.2em;
}

.t003-page__content li + li {
  margin-top: 0.35em;
}

.t003-page__content .faq-q {
  font-weight: 700;
}

.t003-page__content .testimonial-item {
  border: 0 !important;
}

.t003-page__content #contact-form {
  max-width: 400px;
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.t003-page__content #contact-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.t003-page__content #contact-form .form-row {
  margin-bottom: 0.8rem;
}

.t003-page__content #contact-form .field-hint {
  margin-top: -8px;
}

.t003-page__content #contact-form .field-hint.error {
  font-size: 1.5rem;
  line-height: 1.2;
}

.t003-page__content form button[type="submit"],
.t003-page__content #order-status-form button,
.t003-page__content #contact-form button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: var(--accent) !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.t003-page__content form button[type="submit"]:hover,
.t003-page__content #order-status-form button:hover,
.t003-page__content #contact-form button:hover {
  background: var(--bg-hover-color) !important;
}

@media (max-width: 640px) {
  .t003-page__content .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;
  }
}

.store-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 34px;
  padding: 18px 24px;
  border-radius: 28px;
  background: #fff;
}

.store-info-caption {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  column-gap: 3px;
  flex: 0 0 200px;
  min-width: 0;
}

.store-info-caption__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-info-caption__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.store-info-caption__copy,
.store-info-block__copy {
  min-width: 0;
}

.store-info-caption__title {
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.08;
}

.store-info-caption__text {
  margin-top: 3px;
  color: var(--deep);
  font-size: 1.05rem;
  line-height: 1.1;
}

.store-info-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.store-info-block {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  flex: 1 1 0;
  min-width: 0;
}

.store-info-block__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-info-block__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.store-info-block--4 .store-info-block__icon img {
  width: 30px;
  height: 30px;
}

.store-info-block__title {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
}

.store-info-block__text {
  margin-top: 2px;
  color: var(--deep);
  font-size: 1.05rem;
  line-height: 1.15;
  white-space: nowrap;
}

.home-page {
  padding: 0px 0 56px;
}

.home-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 18px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--t003-left-menu-bg);
  color: var(--t003-left-menu-text);
}

.catalog-sidebar__accordion {
  display: block;
}

.catalog-sidebar__section + .catalog-sidebar__section {
  border-top: 1px solid rgba(31, 51, 66, 0.14);
}

.catalog-sidebar__toggle {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 11px 16px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
}

.catalog-sidebar__toggle:hover {
  background: rgba(31, 51, 66, 0.04);
}

.catalog-sidebar__toggle-icon {
  position: relative;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.catalog-sidebar__toggle-icon::before,
.catalog-sidebar__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.catalog-sidebar__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.catalog-sidebar__section.is-expanded .catalog-sidebar__toggle-icon::before {
  background: var(--t003-left-menu-text);
}

.catalog-sidebar__section.is-expanded .catalog-sidebar__toggle-icon::after {
  opacity: 0;
}

.catalog-sidebar__panel {
  padding: 10px 0 14px;
  border-top: 1px solid rgba(31, 51, 66, 0.14);
}

.catalog-sidebar__products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-sidebar__products li + li {
  margin-top: 2px;
}

.catalog-sidebar__product-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 16px;
  color: var(--t003-left-menu-text);
  font-size: 1.4rem;
  line-height: 1.25;
}

.catalog-sidebar__product-name {
  min-width: 0;
}

.catalog-sidebar__product-price {
  flex: 0 0 auto;
  color: var(--t003-price-accent);
  white-space: nowrap;
  font-size: 13px;
}

.catalog-sidebar__empty {
  padding: 6px 16px;
  color: rgba(31, 51, 66, 0.6);
  font-size: 1.05rem;
}

.products-section {
  min-width: 0;
}

.section-heading {
  padding: 6px 4px 14px;
}

.section-heading h1 {
  font-size: 4rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-card,
.promo-card,
.testimonial-card {
  position: relative;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  height: 100%;
  padding: 18px;
}

.product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #ff3c3c;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.product-card__image {
  display: block;
  height: 115px;
  margin-bottom: 12px;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
}

.product-card h2 {
  font-size: 3rem;
  line-height: 1;
}

.product-card h2 a {
  color: var(--ink);
}

.product-card__substance {
  margin-top: 4px;
  color: var(--accent-strong);
  font-size: 1.2rem;
}

.product-card__substance .t15-active-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  padding: 0;
  margin: 0;
}

.product-card__substance .t15-pill,
.product-card__substance a {
  color: inherit;
  text-decoration: underline;
}

.product-card__substance .t15-pill:hover,
.product-card__substance a:hover {
  text-decoration: none;
}

.product-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1.2rem;
}

.product-card__footer {
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}

.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.buy-button img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.product-card__price {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent-strong);
}

.product-card__price ins {
  text-decoration: none;
}

.product-card__price del {
  display: block;
  color: #91a6ad;
  font-weight: 600;
  font-size: 1.3rem;
}

.promo-stack {
  display: grid;
  gap: 14px;
}

.promo-card {
  display: block;
  min-height: 128px;
  padding: 18px;
}

.promo-card--product {
  text-decoration: none;
}

.promo-card--bonus {
  background: #fff;
}

.promo-card--sale {
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.promo-card__image {
  display: block;
  height: 110px;
  margin-bottom: 14px;
}

.promo-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promo-card h2 {
  font-size: 2.8rem;
  line-height: 1;
}

.promo-card--product h2 {
  font-size: 2rem;
}

.promo-card p {
  margin-top: 10px;
  color: #ff7a73;
  font-size: 1.4rem;
  font-weight: 600;
}

.subscribe-band {
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 20px 38px;
  border-radius: 12px;
  background: var(--t003-subscribe-bg);
  color: #fff;
}

.subscribe-band h2 {
  font-size: 2.4rem;
}

.subscribe-band p {
  margin-top: 6px;
  color: #d5e9ee;
}

.subscribe-form {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.subscribe-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(100%, 560px);
  margin-left: auto;
}

.subscribe-form input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
}

.subscribe-form button,
.affiliate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
  min-height: 42px;
  padding: 0 16px;
}

.subscribe-form__message {
  width: 100%;
  margin-top: 8px;
  min-height: 1.4em;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
}

.subscribe-form__message.is-success {
  color: #d5e9ee;
}

.subscribe-form__message.is-error {
  color: #ffd2cf;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  padding-top: 16px;
  border-top: 3px solid #cddde2;
}

.testimonial-card {
  min-height: 126px;
  padding: 20px;
}

.testimonial-card h3 {
  font-size: 1.6rem;
}

.testimonial-card__date {
  margin-top: 4px;
  color: #8ca2aa;
  font-size: 1.05rem;
  line-height: 1.3;
}

.testimonial-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1.2rem;
}

.t15-single__reviews {
  margin-top: 28px;
  border-top: 2px solid #d5e1e6;
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.t15-single__review {
  background: #f7fbfd;
  border: 1px solid #d7e4ea;
  border-radius: 12px;
  padding: 14px 16px;
}

.t15-single__review-name {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.t15-single__review-date {
  margin-top: 4px;
  color: #7d95a0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.t15-single__review-text {
  margin-top: 8px;
  color: #4f6874;
  font-size: 1.25rem;
  line-height: 1.55;
  white-space: normal;
}

.t15-more-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.t15-more-btn {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}

.t15-more-btn[disabled] {
  opacity: 0.65;
  cursor: default;
}

.t15-more-spinner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.t15-more-spinner .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.35;
  animation: t15-dot 1.2s infinite ease-in-out;
}

.t15-more-spinner .dot:nth-child(2) {
  animation-delay: .15s;
}

.t15-more-spinner .dot:nth-child(3) {
  animation-delay: .30s;
}

@keyframes t15-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: .35; }
  40% { transform: translateY(-4px); opacity: 1; }
}

.site-footer {
  padding: 0 0 34px;
}

.footer-main {
  padding: 30px 28px 20px;
  border-radius: 20px;
  background: var(--t003-footer-bg);
  color: #fff;
  overflow: hidden;
}

.footer-main__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.brand--footer {
  flex: 0 0 auto;
  margin-top: 0;
}

.brand--footer .brand__name,
.footer-nav__list a {
  color: #fff;
}

.footer-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-nav__list {
  padding-top: 0;
  gap: 20px 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav__list a {
  padding: 4px 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer-copy {
  margin-top: 36px;
  text-align: center;
  color: #d0e5ea;
  font-size: 1.2rem;
  line-height: 1.5;
}

.site-footer--minimal {
  padding: 18px 0 22px;
}

.site-footer--minimal .footer-copy {
  margin: 0;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.4;
}

.footer-brands {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
}

.footer-brands__logo {
  display: block;
  width: auto;
  max-width: 104px;
  height: 28px;
  object-fit: contain;
}

.catalog-button:hover,
.cart-button:hover,
.buy-button:hover,
.subscribe-form button:hover {
  background: var(--bg-hover-color);
}

@media (max-width: 1080px) {
  .alphabet-bar__title {
    display: none;
  }

  .alphabet-bar__inner {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .alphabet-bar__inner::-webkit-scrollbar {
    display: none;
  }

  .alphabet-bar__letters {
    display: flex;
    flex: 0 0 auto;
    width: max-content;
    min-width: 100%;
    gap: 8px;
  }

  .alphabet-bar__letters a {
    flex: 0 0 38px;
  }

  .store-info {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px 24px;
  }

  .store-info-caption {
    flex: 0 0 100%;
    max-width: none;
  }

  .store-info-blocks {
    flex: 0 0 100%;
    width: 100%;
    gap: 16px;
  }
}

@media (max-width: 920px) {
  .catalog-sidebar {
    display: none;
  }

  .store-info {
    padding: 18px 20px;
  }

  .store-info-blocks {
    flex-wrap: wrap;
    gap: 20px 24px;
  }

  .store-info-block {
    flex: 0 0 calc(50% - 12px);
  }

  .store-info-block__title,
  .store-info-block__text {
    white-space: normal;
  }
}

@media (max-width: 919px) {
  .cart-button {
    justify-content: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0;
    border-radius: 8px;
    flex: 0 0 44px;
  }

  .cart-button__label,
  .cart-button__total {
    display: none;
  }

  .cart-button__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .cart-button__count {
    top: -4px;
    right: -7px;
  }
}

@media (max-width: 685px) {
  .store-info {
    gap: 16px 20px;
    padding: 16px 18px;
    border-radius: 24px;
  }

  .store-info-caption {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
  }

  .store-info-caption__icon {
    width: 40px;
    height: 40px;
  }

  .store-info-caption__icon img {
    width: 38px;
    height: 38px;
  }

  .store-info-caption__title {
    font-size: 1.35rem;
  }

  .store-info-blocks {
    gap: 18px 18px;
  }

  .store-info-block {
    flex: 0 0 calc(50% - 9px);
  }

  .footer-brands {
    margin-top: 24px;
    gap: 10px 12px;
  }

  .footer-brands__logo {
    max-width: 76px;
    height: 20px;
  }
}

@media (max-width: 535px) {
  .footer-main__row {
    align-items: flex-start;
  }

  .footer-nav {
    display: flex;
    justify-content: flex-end;
  }

  .footer-nav__list {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    text-align: right;
  }

  .footer-nav__list a {
    padding: 2px 0;
  }

  .store-info {
    padding: 14px 16px;
  }

  .store-info-blocks {
    gap: 16px;
  }

  .store-info-block {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 8px;
    flex: 0 0 calc(50% - 8px);
  }

  .store-info-block__icon {
    width: 36px;
    height: 36px;
  }

  .store-info-block__icon img {
    width: 28px;
    height: 28px;
  }

  .store-info-block--4 .store-info-block__icon img {
    width: 27px;
    height: 27px;
  }

  .store-info-block__title {
    font-size: 1.05rem;
  }

  .store-info-block__text {
    font-size: 1rem;
  }

  .footer-brands__logo {
    max-width: 68px;
    height: 18px;
  }
}

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscribe-band {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-main {
    padding: 44px 22px 20px;
  }

  .footer-brands {
    margin-top: 30px;
    gap: 12px 16px;
  }

  .footer-brands__logo {
    max-width: 90px;
    height: 24px;
  }

  .footer-copy {
    margin-top: 28px;
  }

  .header-main {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    padding: 18px 0 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand__name {
    font-size: 1.9rem;
  }

  .header-search {
    width: 100%;
    gap: 14px;
  }

  .catalog-button {
    flex: 0 0 178px;
    min-width: 178px;
  }

  .cart-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .header-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding: 14px 0 2px;
  }

  .trust-box {
    flex: 0 1 420px;
    max-width: 420px;
    padding-bottom: 7px;
  }

  .brands-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    min-height: 52px;
    padding-right: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .brands-row img {
    max-width: 72px;
    height: 22px;
    flex: 0 1 auto;
  }

  .site-header--with-person .header-main,
  .site-header--with-person .header-info {
    padding-right: 170px;
  }

  .site-header--with-person .header-main::after {
    right: 170px;
  }

  .primary-nav--with-person {
    margin-right: 0;
  }

  .primary-nav__list {
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 1fr;
  }

  .primary-nav__list li a {
    min-height: 48px;
    padding: 0 12px;
    font-size: 1.4rem;
    line-height: 1.05;
    white-space: nowrap;
  }

  .header-person {
    width: 280px;
    right: 0;
    bottom: 56px;
  }

  .t003-mega {
    inset: 104px 0 auto;
  }

  .t003-mega__backdrop {
    top: 104px;
  }

  .t003-mega__grid {
    grid-template-columns: 260px 1fr;
    height: min(72vh, 660px);
  }

  .t003-mega__content {
    padding: 26px 28px;
  }

  .t003-mega__items {
    column-gap: 36px;
    row-gap: 22px;
  }
}

@media (max-width: 920px) {
  .home-layout {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar {
    position: static;
  }

  .t003-page {
    margin-top: 22px;
  }

  .t003-page__title {
    margin-bottom: 16px;
    font-size: clamp(2.8rem, 8vw, 3.8rem);
  }

  .t003-page__content {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .t003-page__content h2 {
    font-size: 2.6rem;
  }

  .t003-page__content h3 {
    font-size: 2.2rem;
  }
}

@media (max-width: 700px) {
  .header-person {
    width: 140px;
  }

  .site-header--with-person .header-main,
  .site-header--with-person .header-info {
    padding-right: 120px;
  }

  .site-header--with-person .header-main::after {
    right: 120px;
  }
}

@media (max-width: 919px) {
  .site-header--with-person .header-main,
  .site-header--with-person .header-info {
    padding-right: 235px;
  }

  .site-header--with-person .header-main::after {
    right: 235px;
  }

  .cart-button {
    justify-content: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0;
    border-radius: 8px;
    flex: 0 0 44px;
  }

  .cart-button__label,
  .cart-button__total {
    display: none;
  }

  .cart-button__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .cart-button__count {
    top: -4px;
    right: -7px;
  }
}

@media (max-width: 799px) {
  .trust-box__badge {
    display: none;
  }

  .header-search {
    gap: 10px;
  }

  .catalog-button,
  .cart-button {
    justify-content: center;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0;
    border-radius: 8px;
    flex: 0 0 44px;
  }

  .catalog-button span,
  .cart-button__label,
  .cart-button__total {
    display: none;
  }

  .catalog-button img {
    width: 20px;
    height: 20px;
  }

  .cart-button__icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .cart-button__count {
    top: -4px;
    right: -7px;
  }

  .header-search__form {
    flex: 1 1 auto;
  }
}

@media (max-width: 699px) {
  .site-header--with-person .header-main,
  .site-header--with-person .header-info {
    padding-right: 0;
  }

  .site-header--with-person .header-main::after {
    right: 0;
  }

  .header-search {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .primary-nav {
    padding-right: 0;
  }

  .primary-nav__toggle {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    opacity: 0;
    pointer-events: none;
    border-radius: 0 14px 14px 0;
    background: var(--t003-top-menu-bg);
  }

  .nav-stage.has-primary-nav-overflow .primary-nav {
    padding-right: 52px;
  }

  .nav-stage.has-primary-nav-overflow .primary-nav__toggle {
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav__list {
    display: flex;
    flex-wrap: nowrap;
    grid-auto-flow: unset;
    grid-template-columns: none;
    grid-auto-columns: unset;
    width: max-content;
    min-width: 100%;
  }

  .primary-nav__list li {
    flex: 0 0 auto;
  }

  .primary-nav__list li[hidden] {
    display: none;
  }

  .primary-nav__list li.is-primary-nav-last-visible {
    border-right: 0;
  }

  .primary-nav__list li a {
    padding: 0 22px;
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

@media (max-width: 620px) {
  .t003-mega__right {
    display: none;
  }

  .t003-mega {
    inset: 88px 0 auto;
    padding-top: 6px;
  }

  .t003-mega__backdrop {
    top: 88px;
  }

  .t003-mega__grid {
    grid-template-columns: 1fr;
    height: min(78vh, 640px);
    border-radius: 18px;
  }

  .t003-mega__left {
    border-right: 0;
    border-bottom: 1px solid #dfe9ed;
  }

  .t003-mega__catlink {
    min-height: 54px;
    padding: 0 18px;
  }

  .t003-mega__mobile-products {
    padding: 14px 16px 16px;
    border-top: 1px solid #dfe9ed;
    background: #d9e6eb;
  }

  .t003-mega__mobile-products .t003-mega__title {
    display: none;
  }

  .t003-mega__mobile-products .t003-mega__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    row-gap: 14px;
  }

  .t003-mega__content {
    padding: 18px;
  }

  .t003-mega__items {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    row-gap: 18px;
  }
}

@media (max-width: 410px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .topline__inner {
    padding-right: 6px;
    box-sizing: border-box;
  }

  .product-card__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .header-search {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .header-info {
    display: none;
  }

  .topline__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
  }

  .topline__phones,
  .topline__meta {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .topline__phones {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .topline__meta {
    flex: 0 0 auto;
    min-width: 0;
    justify-content: flex-end;
  }

  .topline__lang {
    max-width: 120px;
    min-width: 0;
    gap: 6px;
  }

  .topline__lang-trigger {
    min-width: 0;
  }

  .topline__lang-trigger span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .topline__phones > * {
    white-space: nowrap;
  }

  .topline__phones a {
    flex: 0 0 auto;
  }

  .topline__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header--with-person .header-main,
  .site-header--with-person .header-info {
    padding-right: 0;
  }

  .primary-nav--with-person {
    margin-right: 0;
    padding-right: 0;
  }

  .header-person {
    display: none;
  }

  .t003-mega {
    inset: 88px 0 auto;
    padding-top: 6px;
  }

  .t003-mega__backdrop {
    top: 88px;
  }

  .t003-mega__grid {
    grid-template-columns: 1fr;
    height: min(78vh, 640px);
    border-radius: 18px;
  }

  .t003-mega__left {
    border-right: 0;
    border-bottom: 1px solid #dfe9ed;
  }

  .t003-mega__catlink {
    min-height: 54px;
    padding: 0 18px;
  }

  .t003-mega__content {
    padding: 18px;
  }

  .t003-mega__items {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    row-gap: 18px;
  }

  .alphabet-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .alphabet-bar__letters {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .section-heading h1 {
    font-size: 3.2rem;
  }

  .product-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .subscribe-form input {
    width: auto;
  }

  .subscribe-form-wrap {
    align-items: stretch;
  }
}

@media (min-width: 411px) and (max-width: 555px) {
  .product-card h2 {
    font-size: 2rem;
    line-height: 1.05;
  }

  .buy-button {
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    min-height: 4.8rem;
    padding: 0;
    gap: 0;
  }

  .product-card .buy-button span {
    display: none;
  }
}

@media (max-width: 375px) {
  .product-card h2 a {
    font-size: 2rem;
  }
}

/* Single Product */

.products-section--single {
  min-width: 0;
}

.products-section--single .t15-single.t15-single--v2 {
  margin: 0;
  padding: 28px 30px 30px;
  background: #fff;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.products-section--single .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.t15-single__header {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  margin-bottom: 24px;
}

.t15-single__thumb {
  flex: 0 0 250px;
  min-width: 0;
}

.t15-single__thumb .woocommerce-product-gallery,
.t15-single__thumb .woocommerce-product-gallery__image {
  width: 100%;
}

.t15-single__thumb .woocommerce-product-gallery__image {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.t15-single__thumb .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 240px;
  object-fit: contain;
}

.t15-single__info {
  flex: 1 1 auto;
  min-width: 0;
}

.t15-single .product_title {
  margin: 0 0 8px;
  font-size: 4.8rem;
  line-height: 0.98;
  font-weight: 800;
  color: var(--ink);
}

.section-heading--product {
  margin-bottom: 14px;
}

.section-heading--product h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
}

.t15-active-line {
  margin: 0 0 16px;
  font-size: 1.8rem;
  color: var(--muted);
}

.t15-active-line strong {
  color: var(--ink);
  font-weight: 700;
}

.t15-active-line .t15-active-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.t15-active-line .t15-pill {
  color: var(--accent-strong);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.t15-single .woocommerce-product-details__short-description {
  margin: 0 0 14px;
  font-size: 1.7rem;
  line-height: 1.55;
  color: var(--muted);
}

.t15-per-pill_real {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}

.t15-per-pill_real .pill-price,
.t15-per-pill_real #pilltop-per-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.t15-per-pill_real .woocommerce-Price-amount {
  color: var(--accent-strong);
  font-size: 2.8rem;
  font-weight: 800;
}

.t15-per-pill_real del .woocommerce-Price-amount {
  color: #94a5ad;
  font-size: 1.8rem;
  font-weight: 600;
}

.t15-per-pill_real ins {
  text-decoration: none;
}

.t15-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22.7px;
  padding: 0 8px;
  border-radius: 6.7px;
  background: #ff3c3c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.t15-checkout-info {
  margin: 16px 0 18px;
  padding: 14px 0;
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.t15-checkout-info__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 14px;
}

.t15-checkout-info__row + .t15-checkout-info__row {
  margin-top: 8px;
}

.t15-checkout-info__left {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 210px;
}

.t15-checkout-info__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--deep);
}

.t15-checkout-info__label {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--ink);
}

.t15-checkout-info__dots {
  height: 1px;
  opacity: 0.55;
  background-image: repeating-linear-gradient(
    to right,
    #b7bfcc 0,
    #b7bfcc 6px,
    transparent 6px,
    transparent 10px
  );
}

.t15-checkout-info__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 180px;
}

.t15-checkout-info__value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}

.t15-checkout-info__value.green {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border: 1px dashed #1a8f3a;
  border-radius: 8px;
  line-height: 1.1;
  color: #1a8f3a;
}

.t15-checkout-info__row > * {
  min-width: 0;
}

.t15-checkout-info__label,
.t15-checkout-info__value {
  overflow-wrap: anywhere;
}

.t15-pay-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.t15-pay-icons__img {
  display: block;
  height: 24px;
  width: auto;
}

.t15-single .summary > .price {
  margin: 0 0 18px;
}

.t15-single .summary > .price .woocommerce-Price-amount {
  color: var(--accent-strong);
  font-size: 2.8rem;
  font-weight: 800;
}

.t15-single__packages-row {
  margin-bottom: 28px;
}

.t15-dose-block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.t15-dose-block__label {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}

.t15-dose-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 19px;
  -webkit-overflow-scrolling: touch;
}

.t15-dose-tab {
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  color: var(--ink);
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.t15-dose-tab.is-active {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
}

.t15-packages__title {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}

.t15-packages__group + .t15-packages__group {
  margin-top: 14px;
}

.t15-packages__group-title {
  margin: 0 0 8px;
  font-size: 2.4rem;
  line-height: 1.05;
  font-weight: 800;
  color: var(--ink);
}

.t15-packages__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #e5e7eb;
  min-width: 0;
  overflow: hidden;
}

.t15-package-row {
  display: none;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}

.t15-package-row.is-active {
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) minmax(78px, 106px) minmax(106px, 156px) 78px;
  column-gap: 10px;
  align-items: center;
  min-width: 0;
}

.t15-package-row__left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.t15-package-row__image {
  flex: 0 0 auto;
}

.t15-package-row__image-tag {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.t15-package-row__title-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.t15-package-row__dose {
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--ink);
}

.t15-package-row__qty {
  font-size: 1.4rem;
  color: var(--muted);
}

.t15-package-row__middle {
  text-align: center;
}

.t15-package-row__price-old {
  display: block;
  font-size: 1.3rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.t15-package-row__price-new {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--ink);
}

.t15-package-row__per-unit {
  margin-top: 2px;
  font-size: 1.3rem;
  color: var(--muted);
}

.t15-package-row__bonus {
  padding: 0 4px;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--muted);
  min-width: 0;
  overflow-wrap: anywhere;
}

.t15-bonus-line {
  position: relative;
  padding-left: 10px;
}

.t15-bonus-line::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}

.t15-package-row__qty-input {
  display: none;
}

.t15-package-row__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.t15-package-row__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.t15-package-row__button {
  position: relative;
  min-width: 76px;
  width: 76px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: var(--accent);
  color: #fff;
  font-size: 0;
  font-weight: 800;
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.t15-package-row__button:hover {
  background: var(--accent-strong);
  transform: translateY(-1px);
}

.t15-package-row__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / 26px 26px no-repeat url("../img/add-to-cart-icon_white.svg");
}

.t15-package-row__save {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a8f3a;
}

.t15-single__packages-row {
  min-width: 0;
  overflow: hidden;
}

.t15-package-row__save .woocommerce-Price-amount {
  color: inherit;
}

.t15-single__bottom {
  padding: 0;
}

.t15-single .woocommerce-tabs {
  margin-top: 8px;
}

.t15-single .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
}

.t15-single .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.t15-single .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 1.4rem;
  font-weight: 700;
}

.t15-single .woocommerce-tabs ul.tabs li.active a {
  border-color: var(--deep);
  background: var(--deep);
  color: #fff;
}

.t15-single .woocommerce-Tabs-panel {
  padding: 22px 24px;
  border-radius: 20px;
  background: #f8fcfd;
  color: var(--ink);
}

.t15-single .woocommerce-Tabs-panel p + p,
.t15-single .woocommerce-Tabs-panel ul + p,
.t15-single .woocommerce-Tabs-panel h2 + p,
.t15-single .woocommerce-Tabs-panel h3 + p {
  margin-top: 12px;
}

.products-section--single .related.products {
  margin-top: 34px;
}

.products-section--single .related.products > h2 {
  margin: 0 0 18px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: var(--ink);
}

.products-section--single .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.products-section--single .related.products ul.products::before,
.products-section--single .related.products ul.products::after {
  display: none;
}

.products-section--single .related.products ul.products li.t15-card,
.products-section--single .related.products ul.products li.product.t15-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  min-height: 380px;
  padding: 22px 18px 0;
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.products-section--single .related.products ul.products li.t15-card img {
  width: 100%;
  height: 185px;
  object-fit: contain;
}

.products-section--single .related.products .t15-card__title {
  margin: 8px 0 10px;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 800;
  color: var(--ink);
}

.products-section--single .related.products .t15-card__aingre {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: 1.4rem;
}

.products-section--single .related.products .t15-card__aingre-value .t15-active-badges {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 8px;
}

.products-section--single .related.products .t15-card__aingre-value a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.products-section--single .related.products .t15-dose-line {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 1.4rem;
}

.products-section--single .related.products .t15-price-bonus-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 18px;
}

.products-section--single .related.products .t15-price-bonus-row .pill-price,
.products-section--single .related.products .t15-price-bonus-row .price {
  color: var(--accent-strong);
  font-size: 2rem;
  font-weight: 800;
}

.products-section--single .related.products .t15-price-bonus-row .ppilule_words,
.products-section--single .related.products .t15-price-bonus-row .pipule_words {
  display: none;
}

.products-section--single .related.products .t15-free-pills-note {
  font-size: 1.3rem;
  color: var(--muted);
}

.products-section--single .related.products a.t15-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  padding: 14px 22px;
  border-radius: 0 0 22px 22px;
  background: var(--accent);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
}

.products-section--single .related.products a.t15-cta .t15-cta__icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

@media (max-width: 1180px) {
  .t15-package-row.is-active {
    grid-template-columns: minmax(132px, 1fr) minmax(72px, 92px) minmax(86px, 126px) 72px;
    grid-template-rows: none;
    grid-template-areas: none;
    column-gap: 8px;
    row-gap: 0;
  }

  .t15-package-row__left,
  .t15-package-row__middle,
  .t15-package-row__bonus,
  .t15-package-row__right {
    grid-area: auto;
  }

  .t15-package-row__middle {
    text-align: left;
  }

  .t15-package-row__bonus {
    padding: 0;
  }

  .products-section--single .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .t15-single__header {
    flex-direction: column;
    gap: 16px;
  }

  .t15-single__thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .products-section--single .t15-single.t15-single--v2 {
    padding: 20px 18px 22px;
    border-radius: 20px;
  }

  .t15-single .product_title {
    font-size: 3.8rem;
  }

  .t15-checkout-info__row {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .t15-checkout-info__left,
  .t15-checkout-info__right {
    min-width: 0;
    justify-content: flex-start;
  }

  .t15-checkout-info__dots {
    width: 100%;
  }

  .t15-package-row.is-active {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "middle"
      "bonus"
      "right";
    row-gap: 8px;
  }

  .t15-package-row__right,
  .t15-package-row__cta {
    width: 100%;
    align-items: stretch;
  }

  .t15-package-row__button,
  .t15-package-row__save {
    width: 100%;
  }

  .products-section--single .related.products > h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 640px) {
  .products-section--single .related.products ul.products {
    grid-template-columns: 1fr;
  }
}

.products-section--single .t15-content {
  min-width: 0;
}

.t15-package-row__slot {
  display: none;
}

.t15-package-row__bonus-offer {
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px dashed #7fc68f;
  background: #f4fff7;
  font-size: 1.3rem;
  color: #2e7d43;
  line-height: 1.3;
}

.t15-package-row__bonus-offer strong {
  font-weight: 800;
}

.t15-package-row__bonus-offer.t15-bonus-offer--desktop {
  grid-column: 1 / -1;
}

.t15-package-row__bonus-offer.t15-bonus-offer--mobile {
  display: none;
}

.t15-bonus-sub {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  color: #4f9b60;
}

@media (max-width: 1180px) {
  .t15-package-row__bonus-offer.t15-bonus-offer--desktop {
    display: none;
  }

  .t15-package-row__slot {
    display: block;
  }

  .t15-package-row__bonus-offer.t15-bonus-offer--mobile {
    display: block;
    margin-top: 8px;
  }
}

/* Single Product: desktop/tablet structure like reference */
@media (min-width: 1040px) {
  .products-section--single .t15-single.t15-single--v2 {
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    gap: 18px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .products-section--single .t15-single__header,
  .products-section--single .t15-single__packages-row,
  .products-section--single .t15-single__bottom {
    padding: 20px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .products-section--single .t15-single__header {
    display: block;
    margin: 0;
  }

  .products-section--single .t15-single__thumb {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }

  .products-section--single .t15-single__thumb .woocommerce-product-gallery__image img {
    max-height: 220px;
  }

  .products-section--single .t15-single .product_title {
    margin-bottom: 10px;
    font-size: 4rem;
  }

  .products-section--single .t15-single__packages-row {
    margin: 0;
  }

  .products-section--single .t15-single__bottom {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .products-section--single .related.products {
    grid-column: 1 / -1;
  }
}

/* Switch to full-width stacked product content when sidebar disappears */
@media (max-width: 920px) {
  .products-section--single .t15-single.t15-single--v2 {
    display: block;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .products-section--single .t15-single__header,
  .products-section--single .t15-single__packages-row,
  .products-section--single .t15-single__bottom {
    padding: 18px 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .products-section--single .t15-single__header {
    margin-bottom: 16px;
  }

  .products-section--single .t15-single__packages-row {
    margin-bottom: 16px;
  }
}

/* Reference block mapping: .main.main--grid.main--aside-xl.main_product */
@media (min-width: 1040px) {
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product {
    display: grid;
    grid-template-columns: minmax(25rem, 68rem) minmax(47rem, 62rem);
    column-gap: 18px;
    row-gap: 14px;
    align-items: start;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .woocommerce-notices-wrapper:empty {
    display: none;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__header {
    grid-column: 1;
    grid-row: 1;
    display: block;
    margin: 0;
    padding: 20px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__header .product_title {
    display: none;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__packages-row {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 20px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__bottom {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 2px;
    padding: 20px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .related.products {
    grid-column: 1 / -1;
  }
}

@media (min-width: 921px) and (max-width: 1039px) {
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product {
    display: block;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__header,
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__packages-row,
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__bottom {
    padding: 20px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__header {
    margin-bottom: 16px;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__packages-row {
    margin-bottom: 16px;
  }
}

@media (max-width: 920px) {
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product {
    display: block;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__header,
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__packages-row,
  .products-section--single .t15-single.main.main--grid.main--aside-xl.main_product > .t15-single__bottom {
    padding: 18px 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }
}

/* Reference exact layout: main main--grid main--aside-xl main_product */
.products-section--single .main_product {
  width: 100%;
}

.products-section--single .main_product .product_head {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.products-section--single .main_product .product_head h1,
.products-section--single .main_product .product_head h1 > div {
  margin: 0;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}

.products-section--single .main_product .main__aside {
  width: 100%;
  max-width: 30rem;
  align-self: flex-start;
}

.products-section--single .main_product .main__content {
  min-width: 0;
}

.products-section--single .main_product .panel {
  border-radius: 2rem;
  background: #fff;
  box-shadow: none;
}

.products-section--single .main_product .info-panel {
  padding: 2rem;
}

.products-section--single .main_product .info-panel__image {
  position: relative;
  margin-bottom: 1.4rem;
}

.products-section--single .main_product .info-panel__image img {
  width: auto;
  height: auto;
  max-width: 20rem;
  max-height: 20rem;
  object-fit: contain;
}

.products-section--single .main_product .info-panel__image .t15-discount-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
}

.products-section--single .main_product .info-panel__row {
  margin-bottom: 1.2rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
}

.products-section--single .main_product .info-panel__row:last-child {
  margin-bottom: 0;
}

.products-section--single .main_product .info-panel__row a {
  color: var(--accent-strong);
  text-decoration: none;
}

.products-section--single .main_product .info-panel__row .info-panel__label {
  font-weight: 600;
}

.products-section--single .main_product .info-panel__row .info-panel__active-value,
.products-section--single .main_product .info-panel__row .info-panel__active-value .t15-pill {
  font-weight: 700;
}

.products-section--single .main_product .info-panel__row .info-panel__active-value .t15-active-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.24em;
}

.products-section--single .main_product .panel.product-panel {
  margin-bottom: 2rem;
  padding: 1.8rem 2rem 1.4rem;
  border: 0;
}

.products-section--single .main_product .t003-dose-panels .panel.product-panel {
  display: none;
}

.products-section--single .main_product .t003-dose-panels .panel.product-panel.is-active {
  display: block;
}

.products-section--single .main_product .panel.product-panel > .h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.2rem;
}

.products-section--single .main_product .table.product-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.products-section--single .main_product .table.product-table th {
  padding-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
}

.products-section--single .main_product .table.product-table td {
  padding: 0.7rem 0;
  border-top: 1px solid #e5ecf0;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .products-section--single .main_product .product__button.t003-product__button {
    min-width: 5.4rem;
    width: 5.4rem;
    height: 5.4rem;
    padding: 0;
    gap: 0;
    justify-content: center;
  }

  .products-section--single .main_product .product__button.t003-product__button .button__text {
    display: none;
  }

  .products-section--single .main_product .product__info,
  .products-section--single .main_product .product__info.product__info--sale {
    padding-left: 0 !important;
  }
}

.products-section--single .main_product .product__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
  min-height: 4rem;
}

.products-section--single .main_product .product__info:not(.product__info--sale) {
  padding-left: 3.2rem;
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option {
  cursor: pointer;
  width: 100%;
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected {
  background: transparent;
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected > td {
  background: #ddf2ff;
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected > td:first-child {
  box-shadow: -2rem 0 0 #ddf2ff;
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected > td:last-child {
  box-shadow: 2rem 0 0 #ddf2ff;
}

.products-section--single .main_product .t003-option-cell {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.products-section--single .main_product .t003-product-radio {
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #a8b8c6;
  border-radius: 50%;
  flex: 0 0 2.4rem;
  position: relative;
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected .t003-product-radio {
  border-color: var(--t003-button-bg);
}

.products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected .t003-product-radio::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--t003-button-bg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products-section--single .main_product .t003-bottom-cta-form {
  margin-top: 1.6rem;
}

.products-section--single .main_product .t003-bottom-cta-form__controls {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.products-section--single .main_product .t003-bottom-cta-form__qty {
  min-width: 0;
  width: 15.2rem;
}

.products-section--single .main_product .t003-qty {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: 5.4rem;
  border: 1px solid #d9e4ed;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
}

.products-section--single .main_product .t003-qty__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #f7f9fb;
  color: #41576b;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: background-color 0.15s ease;
}

.products-section--single .main_product .t003-qty__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.1rem;
  height: 0.16rem;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.products-section--single .main_product .t003-qty__btn--minus::before {
  content: "";
}

.products-section--single .main_product .t003-qty__btn--plus::before {
  content: "";
}

.products-section--single .main_product .t003-qty__btn--plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.16rem;
  height: 1.1rem;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.products-section--single .main_product .t003-qty__btn:hover {
  background: #eef3f7;
}

.products-section--single .main_product .t003-qty__btn:active {
  background: #e4edf5;
}

.products-section--single .main_product .t003-qty__input {
  border: 0;
  background: #fff;
  text-align: center;
  color: #1f3342;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  min-width: 0;
  padding: 0 0.4rem;
}

.products-section--single .main_product .t003-qty__input:focus {
  outline: none;
}

.products-section--single .main_product .t003-qty__input::-webkit-outer-spin-button,
.products-section--single .main_product .t003-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.products-section--single .main_product .t003-qty__input[type=number] {
  -moz-appearance: textfield;
}

.products-section--single .main_product .t003-product__button--wide {
  flex: 1 1 auto;
  min-height: 5.4rem;
  width: auto !important;
  min-width: 24rem !important;
  height: 5.4rem !important;
  padding: 0 1.8rem !important;
  gap: 0.9rem !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.products-section--single .main_product .t003-product__button--wide .button__text {
  display: inline !important;
  white-space: nowrap;
}

.products-section--single .main_product .t003-product__button--wide .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.products-section--single .main_product .t003-product__button--wide .icon img {
  width: 2.2rem;
  height: 2.2rem;
}

.products-section--single .main_product .t003-product__button--wide .t003-cta-mobile {
  display: none;
}

.t003-sticky-top-info {
  display: none;
}

@media (max-width: 700px) {
  .products-section--single .main_product .product__info {
    display: block;
    min-width: 0;
  }

  .products-section--single .main_product .t003-option-cell {
    align-items: initial;
  }

  .t003-sticky-top-info {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: env(safe-area-inset-top, 0px);
    z-index: 121;
    padding: 1rem 1.2rem;
    border: 1px solid #dce8ef;
    border-top: 0;
    border-radius: 0 0 1.2rem 1.2rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(31, 51, 66, 0.14);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .t003-sticky-top-info.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .t003-sticky-top-info__title {
    display: block;
    color: var(--ink);
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .products-section--single .main_product .t003-dose-panels {
    padding-bottom: calc(9rem + env(safe-area-inset-bottom, 0px));
  }

  .products-section--single .main_product .t003-bottom-cta-form {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: calc(0.8rem + env(safe-area-inset-bottom, 0px));
    z-index: 120;
    margin-top: 0;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid #dce8ef;
    border-radius: 1.4rem;
    box-shadow: 0 8px 24px rgba(31, 51, 66, 0.14);
  }

  .products-section--single .main_product .t003-bottom-cta-form__controls {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }

  .products-section--single .main_product .t003-bottom-cta-form__qty {
    display: none;
  }

  .products-section--single .main_product .t003-product__button--wide {
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 1 100%;
    height: 4.8rem !important;
    min-height: 4.8rem;
    padding: 0 1.2rem !important;
  }

  .products-section--single .main_product .t003-product__button--wide .button__text {
    display: block !important;
    font-size: 1.35rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .products-section--single .main_product .t003-product__button--wide .icon img {
    width: 2rem;
    height: 2rem;
  }

  .products-section--single .main_product .t003-qty {
    height: 4.8rem;
  }

  .products-section--single .main_product .t003-qty__input {
    font-size: 1.6rem;
  }
}

.products-section--single .main_product .product__info--sale {
  padding-left: 3.2rem;
  background-position: center left;
  background-repeat: no-repeat;
}

.products-section--single .main_product .product__quantity {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--ink);
}

.products-section--single .main_product .product__delivery {
  font-size: 1.3rem;
  line-height: 1.6rem;
  min-height: 1.6rem;
/*   color: var(--muted); */
    color: #64ac5d;
    font-weight: 500;
}

.products-section--single .main_product .product__price-per-pill,
.products-section--single .main_product .product__price-wrapper {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--ink);
}

.products-section--single .main_product .product__discount {
  font-size: 1.4rem;
  color: var(--accent-strong);
}

.products-section--single .main_product .product__discount s {
  opacity: 0.9;
}

.products-section--single .main_product .product__price {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.products-section--single .main_product .product__button-wrapper {
  text-align: center;
}

.products-section--single .main_product .product__button.t003-product__button {
  width: auto;
  min-width: 16rem;
  height: 5.6rem;
  border: 0;
  border-radius: 1.4rem;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 1.8rem;
}

.products-section--single .main_product .product__button.t003-product__button:hover {
  background-color: var(--bg-hover-color);
}

.products-section--single .main_product .product__button.t003-product__button .icon img {
  width: 2.16rem;
  height: 2.16rem;
  margin-left: -1px;
  filter: brightness(0) invert(1);
}

.products-section--single .main_product .product__button.t003-product__button .button__text {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.products-section--single .main_product .main__content > .t15-single__packages-row {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.products-section--single .main_product .main__content > .t15-single__bottom {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-tabs {
  margin-top: 0;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-tabs ul.tabs {
  margin-bottom: 1.6rem;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-Tabs-panel {
  border-radius: 2rem;
  background: #fff;
  box-shadow: none;
}

.products-section--single .main_product .main__content {
  display: block;
}

@media (min-width: 1040px) {
  .products-section--single .main_product {
    display: grid;
    grid-template-columns: minmax(25rem, 68rem) minmax(47rem, 62rem);
    row-gap: 2rem;
    column-gap: 2rem;
  }

  .products-section--single .main_product .main__aside {
    margin-top: 0;
  }
}

@media (max-width: 1039px) {
  .products-section--single .main_product {
    display: block;
  }

  .products-section--single .main_product .main__aside {
    max-width: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

/* Single product alignment with reference (final override layer) */
.products-section--single .main_product .product_head h1,
.products-section--single .main_product .product_head h1 > div {
  font-size: 4rem !important;
  line-height: 1.1 !important;
}

.products-section--single .main_product .main__content > .t15-single__packages-row {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.products-section--single .main_product .panel.product-panel {
  margin: 0 0 1.8rem !important;
  padding: 1.8rem 2rem 1.4rem !important;
  border: 0 !important;
  border-radius: 2rem !important;
  background: #fff !important;
  box-shadow: none !important;
}

.products-section--single .main_product .main__content > .t15-single__bottom {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.products-section--single .main_product > .t15-single__bottom {
  grid-column: 1 / -1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (min-width: 1040px) {
  .products-section--single .main_product .main__aside {
    grid-column: 1;
    grid-row: 2;
  }

  .products-section--single .main_product .main__content {
    grid-column: 2;
    grid-row: 2;
  }

  .products-section--single .main_product > .t15-single__bottom {
    grid-column: 1 / -1;
    grid-row: 3 !important;
  }
}

.products-section--single .main_product .t15-single__bottom .woocommerce-tabs {
  margin-top: 0 !important;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-tabs ul.tabs {
  margin: 0 0 1.6rem !important;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-Tabs-panel {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-Tabs-panel p .t15-tab-subtitle {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  padding: 0.4rem 0rem;
}

.products-section--single .main_product .t15-single__bottom .woocommerce-Tabs-panel p.t15-tab-subtitle-paragraph {
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  padding: 0.4rem 0rem;
}

.products-section--single .main_product .t15-single__bottom .raw-content,
.products-section--single .main_product .t15-single__bottom .raw-content--small {
  width: 100% !important;
  max-width: none !important;
}

.products-section--single .main_product .t15-single__bottom .tabs.wc-tabs {
  display: none !important;
}

@media (max-width: 500px) {
  .products-section--single .main_product .product__button.t003-product__button {
    min-width: 5.4rem !important;
    width: 5.4rem !important;
    height: 5.4rem !important;
    padding: 0 !important;
    gap: 0 !important;
    justify-content: center !important;
  }

  .products-section--single .main_product .product__button.t003-product__button .button__text {
    display: none !important;
  }
}

/* Product page: cart button icon only on all widths */
.products-section--single .main_product .product__button.t003-product__button:not(.t003-product__button--wide) {
  min-width: 5.4rem !important;
  width: 5.4rem !important;
  height: 5.4rem !important;
  padding: 0 !important;
  gap: 0 !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.products-section--single .main_product .product__button.t003-product__button:not(.t003-product__button--wide) .button__text {
  display: none !important;
}

@media (max-width: 700px) {
  .products-section--single .main_product .table.product-table {
    table-layout: auto;
  }

  .products-section--single .main_product .table.product-table thead {
    display: none;
  }

  .products-section--single .main_product .table.product-table tbody,
  .products-section--single .main_product .table.product-table tr,
  .products-section--single .main_product .table.product-table td {
    display: block;
    width: 100% !important;
  }

  .products-section--single .main_product .table.product-table tr.product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 22%) minmax(12rem, 30%);
    grid-template-areas:
      "info perpill price"
      "btn btn btn";
/*     row-gap: 1.6rem; */
    column-gap: 1.2rem;
    padding: 1.8rem 0;
    border-top: 1px solid #9fb0b8;
  }

  .products-section--single .main_product .table.product-table td {
    padding: 0 !important;
    border-top: 0 !important;
  }

  .products-section--single .main_product .table.product-table td.product__info-wrapper {
    grid-area: info;
  }

  .products-section--single .main_product .table.product-table td.product__price-per-pill {
    grid-area: perpill;
    justify-self: center;
    text-align: left;
  }

  .products-section--single .main_product .table.product-table td.product__price-wrapper {
/*     grid-area: price; */
    justify-self: end;
    text-align: left;
  }

  .products-section--single .main_product .table.product-table td.product__button-wrapper {
    grid-area: btn;
    text-align: center;
  }

  .products-section--single .main_product .table.product-table td[data-caption]::before {
    content: attr(data-caption);
    display: block;
    margin-bottom: 0.4rem;
    color: #8fa0a8;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
  }

  .products-section--single .main_product .product__info,
  .products-section--single .main_product .product__info.product__info--sale {
    padding-left: 0 !important;
    gap: 0.3rem;
  }

  .products-section--single .main_product .product__quantity {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .products-section--single .main_product .product__delivery {
    font-size: 1.3rem;
    line-height: 1.2;
/*     color: var(--ink); */
  }

  .products-section--single .main_product .product__price-per-pill {
    text-align: left;
  }

  .products-section--single .main_product .product__price-per-pill .woocommerce-Price-amount {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .products-section--single .main_product .product__price-wrapper {
    display: block !important;
    text-align: left;
  }

  .products-section--single .main_product .product__price-wrapper::before {
    margin-bottom: 0 !important;
    display: block;
  }

  .products-section--single .main_product .product__discount {
    margin: 0;
    margin-top: 0.2rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }

  .products-section--single .main_product .product__price {
    margin: 0.2rem 0 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
  }

  .products-section--single .main_product .product__button.t003-product__button {
    margin: 0 auto;
  }

  .products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected {
    position: relative;
    background: transparent;
  }

  .products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    right: -2rem;
    background: #ddf2ff;
    z-index: 0;
  }

  .products-section--single .main_product .table.product-table--bottom tr.t003-product-option.t003-most-popular {
    position: relative;
    padding-top: 3.2rem;
  }

  .products-section--single .main_product .table.product-table--bottom tr.t003-product-option.t003-most-popular::after {
    content: "Most popular";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.2rem 0.9rem;
    border-radius: 0 0 1rem 1rem;
    border-bottom-right-radius: 1rem;
    border: 1px solid #9fc7df;
    border-top: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #276487;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .products-section--single .main_product .table.product-table--bottom tr.t003-product-option.is-selected > td {
    z-index: 1;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (max-width: 500px) {
  .products-section--single .main_product .panel.product-panel {
    padding: 1.4rem 2rem 1rem !important;
  }

  .products-section--single .main_product .table.product-table th,
  .products-section--single .main_product .table.product-table td {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .products-section--single .main_product .table.product-table th:nth-child(1),
  .products-section--single .main_product .table.product-table td:nth-child(1) {
    width: 42%;
  }

  .products-section--single .main_product .table.product-table th:nth-child(2),
  .products-section--single .main_product .table.product-table td:nth-child(2) {
    width: 16%;
    padding-right: 1rem;
  }

  .products-section--single .main_product .table.product-table th:nth-child(3),
  .products-section--single .main_product .table.product-table td:nth-child(3) {
    width: 24%;
    padding-left: 1rem;
  }

  .products-section--single .main_product .table.product-table th:nth-child(4),
  .products-section--single .main_product .table.product-table td:nth-child(4) {
    width: 18%;
  }

  .products-section--single .main_product .table.product-table th {
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .products-section--single .main_product .table.product-table--bottom tr.product {
    position: relative;
    padding-bottom: 3.4rem;
  }

  .products-section--single .main_product .table.product-table--bottom tr.product .product__delivery {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: calc(100% - 2.4rem);
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide {
    width: auto !important;
    min-width: 0 !important;
    height: 4.8rem !important;
    min-height: 4.8rem !important;
    padding: 0 1.2rem !important;
    gap: 0.75rem !important;
    justify-content: center !important;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide .button__text {
    display: inline-block !important;
    font-size: 1.3rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide .icon {
    flex: 0 0 auto;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide .icon img {
    width: 2rem !important;
    height: 2rem !important;
  }
}

@media (max-width: 410px) {
  .products-section--single .main_product .product__discount .product__discount-percent {
    display: none;
  }

  .header-benefits {
    display: none;
  }

  .product-card__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .product-card .buy-button {
    min-width: 48px;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    gap: 0;
    border-radius: 16px;
    flex: 0 0 48px;
  }

  .product-card .buy-button span {
    display: none;
  }

  .product-card__price {
    margin-left: auto;
    text-align: right;
  }

  .subscribe-form button {
    position: relative;
    min-width: 54px;
    width: 54px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 12px;
    font-size: 0;
    line-height: 1;
  }

  .subscribe-form button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 11h11.17l-3.58-3.59L13 6l6 6-6 6-1.41-1.41L15.17 13H4z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 11h11.17l-3.58-3.59L13 6l6 6-6 6-1.41-1.41L15.17 13H4z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .products-section--single .main_product .table.product-table tr.product {
    grid-template-columns: minmax(0, 1fr) minmax(9.2rem, 36%);
    grid-template-areas:
      "info perpill"
      "price price"
      "btn btn";
    column-gap: 1rem;
  }

  .products-section--single .main_product .table.product-table td.product__price-per-pill {
    justify-self: end;
    text-align: left;
  }

  .products-section--single .main_product .table.product-table td.product__price-wrapper {
    justify-self: stretch;
    text-align: left;
  }

  .products-section--single .main_product .product__price-wrapper {
    display: flex !important;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0.3rem 0.8rem;
  }

  .products-section--single .main_product .product__price-wrapper::before {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
    margin-right: 0.6rem;
  }

  .products-section--single .main_product .product__discount {
    margin: 0;
    margin-right: 0.8rem;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .products-section--single .main_product .product__price {
    margin-left: auto !important;
    font-size: 1.6rem;
    line-height: 1.1;
    white-space: nowrap;
  }
}


@media (max-width: 500px) {
  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide {
    min-height: 5.8rem !important;
    height: 5.8rem !important;
    padding: 0 0.9rem !important;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide > .icon,
  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide > .button__text {
    display: none !important;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-product__button--wide .t003-cta-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
    min-width: 0;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-cta-mobile__top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-cta-mobile__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-cta-mobile__icon img {
    width: 1.9rem;
    height: 1.9rem;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-cta-mobile__meta {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .products-section--single .main_product .t003-bottom-cta-form .t003-cta-mobile__bottom {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 320px) {
  .products-section--single .main_product .table.product-table td.product__price-wrapper {
    justify-self: stretch;
    text-align: left;
  }

  .products-section--single .main_product .product__price-wrapper {
/*     display: block !important; */
    white-space: normal;
  }

  .products-section--single .main_product .product__discount {
    display: block;
    margin: 0 0 0.2rem 0;
    font-size: 1.4rem;
  }

  .products-section--single .main_product .product__price {
    display: block;
    margin: 0 !important;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
