:root {
  --bg: #f6f2eb;
  --page: #ffffff;
  --surface: #fbfaf8;
  --surface-soft: #f3f7fb;
  --border: #e6e8ec;
  --text: #17335b;
  --text-soft: #526178;
  --blue: #2d8cc8;
  --blue-deep: #2270a7;
  --green: #71b24d;
  --gold: #2d8cc8;
  --shadow: 0 20px 40px rgba(12, 33, 68, 0.06);
  --radius-xl: 20px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --container: min(1280px, calc(100% - 48px));
}

html {
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  background: #ffffff;
  color: var(--text);
  font-size: 16.5px;
  line-height: 1.6;
  scrollbar-gutter: stable;
}

body.menu-open {
  overflow-x: hidden;
  overflow-y: scroll;
}

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

button,
input {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: 100%;
  background: var(--page);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.info-bar {
  border-bottom: 1px solid var(--border);
  background: #eaf3fb;
}

.info-bar__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 9px 0;
  font-size: 0.84rem;
  color: #3f516d;
  text-align: center;
  overflow: hidden;
}

.info-bar__inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.info-bar__inner i {
  color: #73839c;
  font-size: 0.95rem;
}

.header__main {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 16px 0 14px;
}

.header {
  position: relative;
  z-index: 80;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--border);
}

.nav-shell {
  width: 100%;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 90;
}

.mobile-menu-shell {
  display: none;
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.99);
  overflow-y: auto;
  padding-top: 0;
}

.mobile-menu-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #e7ebef;
}

.mobile-menu-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
}

.mobile-menu-header__inner strong {
  color: #0056a4;
  font-size: 1.05rem;
}

.mobile-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #0056a4;
  font-size: 1rem;
}

.mobile-nav {
  display: grid;
  gap: 0;
  padding: 8px 0 104px;
}

.mobile-nav a,
.mobile-nav-toggle {
  display: block;
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #e7ebef;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
  text-align: left;
}

.mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text);
}

.mobile-nav-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.mobile-nav-label i {
  width: 18px;
  font-size: 1rem;
  color: #1f2f45;
}

.mobile-nav-panel {
  display: grid;
  gap: 14px;
  padding: 8px 0 18px;
  border-bottom: 1px solid #e7ebef;
}

.mobile-nav-group {
  display: grid;
  gap: 8px;
  padding: 0 0 0 18px;
}

.mobile-nav-group strong {
  font-size: 0.78rem;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.mobile-nav-group__title {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 0.78rem;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.mobile-nav-group a {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 600;
  color: #1f3b61;
}

.mobile-nav-link {
  background: transparent;
}

.mobile-nav-item:last-child .mobile-nav-panel,
.mobile-nav-item:last-child .mobile-nav-toggle,
.mobile-nav > .mobile-nav-link:last-child {
  border-bottom: 0;
}

.mobile-nav-toggle i {
  font-size: 1rem;
  color: #6e8094;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #17335b;
}

.mobile-menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid #e7ebef;
}

.mobile-menu-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d7dee6;
  border-radius: 12px;
  background: #fff;
}

.mobile-menu-search input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 0;
  background: transparent;
}

.mobile-menu-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 46px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 1rem;
}

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

.brand__logo {
  display: block;
  width: auto;
  max-width: 230px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

.brand__logo--footer {
  max-width: 180px;
  height: 44px;
}

.search {
  position: relative;
}

.search input {
  width: 100%;
  height: 56px;
  min-width: 0;
  padding: 0 62px 0 18px;
  border: 1px solid #d5dce6;
  border-radius: 14px;
  background: #fff;
}

.search__submit {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #24abe1;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.search__submit:hover {
  background: rgba(36, 171, 225, 0.08);
  color: #1595c9;
}

.search__submit:focus-visible {
  outline: 3px solid rgba(36, 171, 225, 0.38);
  outline-offset: 1px;
}

.header__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 0.96rem;
  font-weight: 700;
  white-space: nowrap;
}

.header__actions a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 58px;
  text-align: center;
}

.header__actions i {
  font-size: 1.2rem;
  color: #2c5377;
  line-height: 1;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d5dce6;
  border-radius: 12px;
  background: #fff;
  color: #2c5377;
  font-size: 1.4rem;
}

.menu-toggle.is-open {
  opacity: 0;
  pointer-events: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0 18px;
  font-size: 0.93rem;
  font-weight: 700;
}

.nav-item {
  position: static;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.nav-link i {
  font-size: 0.8rem;
  color: #70839a;
}

.nav-link--plain {
  display: inline-flex;
  align-items: center;
}

.nav-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  transform: translateX(-50%);
  z-index: 120;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  align-content: start;
  gap: 28px;
  width: 100vw;
  max-width: 100vw;
  padding:
    24px
    max(24px, calc((100vw - 1280px) / 2 + 24px));
  border-top: 1px solid #e4e9ef;
  border-bottom: 1px solid #e4e9ef;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 38, 69, 0.08);
}

.nav-dropdown--four-col {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.nav-link[aria-expanded="true"] + .nav-dropdown {
  display: grid;
}

.nav-group {
  display: grid;
  align-content: start;
  justify-items: start;
  grid-auto-rows: max-content;
  gap: 10px;
}

.nav-group strong {
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue);
  font-weight: 800;
}

.nav-group a.nav-group__title,
.nav-group__title {
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue);
}

.nav-group a.nav-group__title:hover,
.nav-group a.nav-group__title:focus-visible,
.nav-group__title:hover,
.nav-group__title:focus-visible {
  color: var(--blue);
}

.nav-group__overview-link,
.mobile-nav-group__overview-link {
  color: var(--blue) !important;
  font-weight: 800 !important;
}

.nav-group a {
  font-weight: 600;
  color: #1f3b61;
}

.nav-group a:hover,
.nav-group a:focus-visible {
  color: var(--blue);
}

.nav-link[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.main-content {
  padding: 0 0 32px;
}

.hero-shell {
  width: 100%;
  background: #f8f3ed;
}

.hero-shell .container {
  width: 100%;
  max-width: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  min-height: 612px;
  overflow: hidden;
}

.hero__copy {
  position: relative;
  width: 100%;
  justify-self: start;
  padding-top: 46px;
  padding-right: 44px;
  padding-bottom: 24px;
  padding-left: max(24px, calc((100vw - 1280px) / 2));
}

.hero-rating-float {
  position: static;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-rating-float iframe {
  display: block;
}

.hero h1,
.chooser h2,
.section-head h2,
.cta-banner h2 {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 75%;
  font-size: clamp(2.6rem, 3.45vw, 3.95rem);
  letter-spacing: -0.045em;
}

.hero p {
  max-width: 420px;
  margin: 24px 0 30px;
  color: #41516b;
  font-size: 1.16rem;
  line-height: 1.72;
}

.hero__actions,
.chooser__actions,
.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.btn--primary {
  background: var(--blue);
  color: #fff;
}

body.front-end.theme-thh .hero .btn--primary,
body.front-end.theme-thh .hero .btn--primary:visited,
body.front-end.theme-thh .hero .btn--primary:hover,
body.front-end.theme-thh .hero .btn--primary:focus-visible {
  color: #fff !important;
}

.btn--secondary {
  border-color: #9ec4e1;
  background: #fff;
  color: var(--blue-deep);
}

.contact-card {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 16px;
  max-width: 610px;
  margin-top: 42px;
  padding: 14px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.contact-card__text,
.contact-card__phone {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-card__text span,
.contact-card__phone span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.contact-card__phone strong {
  color: var(--blue-deep);
}

.contact-card__phone strong a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rating-patch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 3px 8px 3px 3px;
  border: 1px solid #ef8ac2;
  border-radius: 0;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
  color: #24436b;
}

.rating-patch--compact {
  margin-top: 6px;
  transform: scale(0.94);
  transform-origin: left center;
}

.rating-patch__score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  background: #e53d96;
  color: #fff;
  font-weight: 800;
}

.rating-patch__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #78c857;
  font-size: 1.05rem;
}

.rating-patch__stars {
  letter-spacing: 0.08em;
  color: #f5b400;
  font-size: 0.9rem;
  line-height: 1;
}

.rating-patch__count {
  color: #cf4a93;
  font-size: 0.74rem;
  font-weight: 600;
}

.hero__visual {
  min-height: 612px;
}

.categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 32px 0 28px;
  width: 100%;
  max-width: 100%;
}

.category-card,
.chooser,
.product-card,
.trust-strip,
.cta-banner {
  background: #fff;
}

.category-card {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 192px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fbfc, #fbf7f1);
  border: 1px solid #eef0f2;
}

.category-card__image {
  width: 126px;
  height: 148px;
  border-radius: 12px;
  background: #eef2f7;
  overflow: hidden;
}

.category-card__image-link {
  display: block;
}

.category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__content {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.category-card h2 {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 0.98;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.category-card a,
.section-head a,
.trust-item a {
  color: var(--blue-deep);
  font-weight: 800;
}

.chooser {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 30px;
  margin: 6px 0 30px;
  padding: 22px 28px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef5fd, #f4f8fe);
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--text);
}

.chooser h2 {
  max-width: 11ch;
  margin-top: 12px;
  font-size: clamp(2.35rem, 3.2vw, 3.5rem);
}

.chooser p {
  max-width: 430px;
  margin: 14px 0 22px;
  color: var(--text-soft);
  line-height: 1.6;
}

.chooser__note {
  display: inline-flex;
  align-items: center;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.chooser__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.step {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  padding: 16px 14px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 56, 98, 0.06);
}

.step-arrow {
  display: grid;
  place-items: center;
  color: #36567c;
  font-size: 1.35rem;
  font-weight: 700;
}

.step__index {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--blue);
  font-weight: 800;
}

.step__icon {
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
}

.step h3 {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.step p {
  margin: 0;
  font-size: 0.88rem;
}

.products {
  padding: 8px 0 30px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
}

.section-head h2 {
  font-size: 2.55rem;
  line-height: 1.04;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 128px minmax(2.4rem, auto) auto auto;
  align-content: start;
  height: 100%;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.product-card__link,
.product-card__link:hover,
.product-card__link:focus-visible {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.product-card__clickable {
  display: contents;
  cursor: pointer;
}

.product-card__label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f4efe8;
  color: #7b6747;
  font-size: 0.74rem;
  font-weight: 800;
}

.product-card__label--green {
  background: #dff1d8;
  color: #589338;
}

.product-card__label--blue {
  background: #dfeefc;
  color: #4780bb;
}

.product-card__image {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
  border-radius: 12px;
}

.product-card__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
}

.product-card__stock-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 16px);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(229, 231, 235, 0.94);
  color: #374151;
  font-size: clamp(0.68rem, 1.1vw, 0.78rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 640px) {
  .product-card__stock-badge {
    top: 6px;
    right: 6px;
    max-width: calc(100% - 12px);
    padding: 4px 8px;
    font-size: 0.68rem;
  }
}

.product-card h3 {
  margin: 0 0 6px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  min-height: calc(1.6em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__rating {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 800;
  min-height: 1.6rem;
}

.product-card__rating span {
  color: #8a94a6;
  font-size: 0.9rem;
  font-weight: 600;
}

.product-card__rating--placeholder {
  visibility: hidden;
}

.product-card__price {
  margin: 8px 0;
  font-size: 1.36rem;
  font-weight: 800;
}

.product-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card__price-row .product-card__price {
  margin: 8px 0;
}

.product-card__price-old {
  margin-left: 8px;
  color: #8a94a6;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: line-through;
}

.product-card__discount {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  margin-left: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dff1d8;
  color: #2f7d32;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
}

.product-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5da04c;
  font-size: 0.92rem;
  font-weight: 700;
}

.stock--backorder {
  color: #d08a00;
}

.stock--out {
  color: #c54646;
}

.product-card__footer button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 0.95rem;
}

.product-card__footer button:disabled {
  background: #c2ccda;
  cursor: not-allowed;
}

.product-card__footer a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff !important;
  font-size: 0.95rem;
  text-decoration: none;
}

.product-card__cta-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff !important;
  font-size: 0.95rem;
  text-decoration: none;
}

.product-card__cta-icon-glyph {
  width: 1rem;
  height: 1rem;
  display: block;
  fill: currentColor;
}

.product-card__cart-form {
  margin: 0;
}

.product-card__variants-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: underline;
}

.product-card--horizontal {
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-items: center;
}

.product-card--horizontal .product-card__image-wrap {
  grid-column: 1;
  grid-row: 1 / 4;
  width: 112px;
  height: 112px;
  margin-bottom: 0;
}

.product-card--horizontal h3 {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  margin-bottom: 0;
}

.product-card--horizontal .product-card__rating {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
}

.product-card--horizontal .product-card__price-row {
  grid-column: 2;
  grid-row: 3;
  align-items: center;
}

.product-card--horizontal .product-card__price {
  margin: 0;
}

.product-card--horizontal .product-card__variants-link {
  grid-column: 2;
}

@media (max-width: 640px) {
  .product-card--horizontal {
    grid-template-columns: 88px minmax(0, 1fr);
    column-gap: 12px;
  }

  .product-card--horizontal .product-card__image-wrap {
    width: 88px;
    height: 88px;
  }
}

.header-cart-link {
  position: relative;
}

.header-cart-badge {
  position: absolute;
  top: -8px;
  right: 9px;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: #e53c3c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 2px solid #fff;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 18px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #faf8f5, #f7f7f7);
  border: 1px solid var(--border);
}

.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.trust-item h3 {
  margin: 0 0 8px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.42rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.trust-item p {
  margin: 0 0 10px;
  color: var(--text-soft);
  line-height: 1.5;
  font-size: 0.92rem;
}

.trust-item__image,
.trust-item__icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

.trust-item__icon {
  display: grid;
  place-items: center;
  background: #eef4fc;
  color: var(--blue);
  font-size: 1.75rem;
}

.score-ring {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 5px solid #7bb856;
  color: var(--text);
  font-size: 2rem;
  font-weight: 800;
}

.cta-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr 0.55fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 22px 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef5fd, #f4f8fd);
  overflow: hidden;
}

.cta-banner h2 {
  font-size: 2.3rem;
}

.cta-banner p {
  margin: 12px 0 22px;
  max-width: 440px;
  color: var(--text-soft);
  line-height: 1.58;
}

.cta-banner__visual {
  align-self: end;
  min-height: 210px;
}

.cta-banner__visual.sprite--advisor-large {
  background-size: contain;
  background-position: center bottom;
}

.quote-box {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text-soft);
}

.quote-box p {
  margin: 0 0 12px;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.footer {
  width: 100%;
  padding: 0;
  background: #f3ede3;
}

.footer__shell {
  width: 100%;
  padding: 32px 0 36px;
  background: linear-gradient(180deg, #eef6fc 0%, #e7f0f9 100%);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1.2fr;
  gap: 28px;
  padding-top: 16px;
}

.footer__grid h3 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-family: campton-semibold, sans-serif;
  font-weight: 600;
}

.footer__grid a,
.footer__grid p {
  display: block;
  margin: 0 0 10px;
  color: #5f6a74;
  line-height: 1.55;
}

.footer__brand a {
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.footer__brand-email-line {
  display: inline-block;
  white-space: nowrap;
}

.footer__brand-email-line a {
  display: inline !important;
  margin: 0 !important;
  white-space: nowrap;
}

.footer-popular-columns {
  column-count: 2;
  column-gap: 22px;
}

.footer-popular-columns a {
  break-inside: avoid;
}

.footer__brand {
  padding-right: 16px;
}

.footer-keurmerk-widget {
  margin-top: 8px;
}

.footer-keurmerk-widget iframe {
  display: block;
  max-width: 100%;
}

.footer__meta-shell {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #dbe8f4;
}

.footer__meta {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: center;
  color: #6b7178;
  font-size: 0.9rem;
}

.footer__meta-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer__meta-group i {
  color: #7a8189;
  font-size: 1rem;
}

.footer__meta-group--payments i {
  font-size: 1.1rem;
}

.footer__payment-logo {
  display: inline-block;
  width: auto;
  height: 14px;
  object-fit: contain;
  vertical-align: middle;
}

.sprite {
  background-image: url("./assets/homepage-reference.png");
  background-repeat: no-repeat;
  background-size: 850px 1851px;
}

.sprite--hero-couple {
  background-image: url("./assets/big-block-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sprite--advisor-mini {
  background-image: url("./assets/footer-image-service.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sprite--cat-mobility {
  background-position: -38px -619px;
  background-size: 850px 1851px;
}

.sprite--cat-safety {
  background-position: -309px -618px;
  background-size: 850px 1851px;
}

.sprite--cat-care {
  background-position: -579px -620px;
  background-size: 850px 1851px;
}

.sprite--prod-rollator {
  background-position: -26px -1104px;
  background-size: 850px 1851px;
}

.sprite--prod-seat {
  background-position: -241px -1104px;
  background-size: 850px 1851px;
}

.sprite--prod-bedrail {
  background-position: -454px -1104px;
  background-size: 850px 1851px;
}

.sprite--prod-alarm {
  background-position: -667px -1103px;
  background-size: 850px 1851px;
}

.sprite--advisor-circle {
  background-image: url("./assets/footer-image-service.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sprite--advisor-large {
  background-image: url("./assets/footer-image-service.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1180px) {
  .hero,
  .chooser,
  .cta-banner,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-dropdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brand {
    min-width: 0;
  }

  .hero__copy {
    padding-bottom: 0;
  }

  .hero__visual {
    display: none;
  }

  .hero__copy {
    max-width: none;
    justify-self: stretch;
  }

  .hero-rating-float {
    top: 18px;
    left: 18px;
  }

  .categories,
  .product-grid,
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cta-banner {
    padding-bottom: 24px;
  }
}

@media (max-width: 980px) {
  .header__main {
    grid-template-columns: auto auto auto;
    gap: 12px;
  }

  .search {
    display: none;
  }

  .search input {
    height: 50px;
    padding-inline: 14px;
  }

  .header__actions a span {
    display: none;
  }

  .header__actions a {
    min-width: 40px;
    gap: 0;
  }

  .header__actions {
    margin-left: auto;
  }

  .header__actions i {
    font-size: 1.3rem;
  }

  .nav-shell {
    display: none;
  }

  .nav-dropdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu-shell:not([hidden]) {
    display: block;
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100% - 28px, 100%);
  }

  .info-bar__inner,
  .categories,
  .product-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .header__main {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .brand__logo {
    max-width: 200px;
    height: 48px;
  }

  .menu-toggle.is-open {
    top: 12px;
    right: 14px;
  }

  .footer__meta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: var(--container);
    justify-self: center;
    padding: 34px 24px 20px;
  }

  .hero-rating-float {
    position: static;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero p {
    font-size: 1.02rem;
  }

  .contact-card {
    grid-template-columns: 56px 1fr;
  }

  .contact-card__phone {
    grid-column: 2;
  }

  .category-card,
  .trust-item {
    grid-template-columns: 110px 1fr;
  }

  .chooser {
    padding: 24px 20px;
  }

  .chooser__steps {
    grid-template-columns: 1fr;
  }

  .step {
    justify-items: start;
    text-align: left;
  }

  .step-arrow {
    display: none;
  }

  .step__index {
    margin-bottom: -4px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .cta-banner__visual {
    min-height: 240px;
  }

  .cta-banner__visual.sprite--advisor-large {
    background-size: contain;
    background-position: center bottom;
  }
}

/* THH reference shell must win over legacy LTih and vendor CSS loaded earlier. */
body.front-end.theme-thh {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  background: #ffffff !important;
  color: var(--text) !important;
  font-size: 16.5px !important;
  line-height: 1.6 !important;
}

body.front-end.theme-thh .page-shell {
  width: 100%;
  background: var(--page);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
}

body.front-end.theme-thh .page-shell header.info-bar,
body.front-end.theme-thh .page-shell header.header {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: none !important;
  transition: none !important;
}

body.front-end.theme-thh .page-shell header.header {
  z-index: 80;
}

body.front-end.theme-thh .page-shell .nav-shell {
  z-index: 90;
}

body.front-end.theme-thh .page-shell main {
  position: relative;
  min-height: auto;
}

body.front-end.theme-thh .page-shell a {
  color: inherit;
  text-decoration: none;
}

body.front-end.theme-thh .page-shell ul,
body.front-end.theme-thh .page-shell li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.front-end.theme-thh .page-shell h1,
body.front-end.theme-thh .page-shell h2,
body.front-end.theme-thh .page-shell h3,
body.front-end.theme-thh .page-shell p {
  color: inherit;
}

body.front-end.theme-thh .page-shell footer.footer {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
}

body.front-end.theme-thh .page-shell .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
}

body.front-end.theme-thh .page-shell .nav-link.is-active,
body.front-end.theme-thh .page-shell .nav-item.is-active > .nav-link,
body.front-end.theme-thh .page-shell .nav-group a.is-active,
body.front-end.theme-thh .page-shell .mobile-nav-link.is-active,
body.front-end.theme-thh .page-shell .mobile-nav-toggle.is-active,
body.front-end.theme-thh .page-shell .mobile-nav-group a.is-active {
  color: var(--blue);
}

body.front-end.theme-thh .page-shell .nav-link.is-active {
  font-weight: 800;
}

@media (max-width: 560px) {
  .brand__logo {
    max-width: 180px;
    height: 42px;
  }

  .search input {
    height: 46px;
    padding-inline: 12px;
    font-size: 0.9rem;
  }

  .mobile-menu-shell {
    padding-top: 78px;
  }

  .hero__copy {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .contact-card,
  .category-card,
  .trust-item {
    grid-template-columns: 1fr;
  }

  .hero__actions,
  .cta-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .avatar,
  .trust-item__image,
  .trust-item__icon,
  .score-ring {
    margin: 0 auto;
  }

  .category-card__image {
    width: 100%;
    height: 170px;
  }

  .category-card h2,
  .product-card h3,
  .trust-item h3,
  .quote-box p {
    font-size: 1.8rem;
  }

  .product-card__price {
    font-size: 1.75rem;
  }

  .cta-banner {
    padding-inline: 18px;
  }
}

@media (max-width: 900px) {
  .info-bar__inner span:last-child {
    display: none;
  }
}

@media (max-width: 680px) {
  .info-bar__inner span:nth-child(2) {
    display: none;
  }

  .info-bar__inner {
    justify-content: center;
  }
}

body.front-end.theme-thh .ltih-global-newsletter .gform_footer .gform_button,
body.front-end.theme-thh .ltih-global-newsletter .gform_footer .button,
body.front-end.theme-thh .home-hero-routes__newsletter-form .gform_footer .gform_button,
body.front-end.theme-thh .home-hero-routes__newsletter-form .gform_footer .button {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  color: #fff !important;
}

body.front-end.theme-thh .ltih-global-newsletter .gform_footer .gform_button:hover,
body.front-end.theme-thh .ltih-global-newsletter .gform_footer .button:hover,
body.front-end.theme-thh .ltih-global-newsletter .gform_footer .gform_button:focus-visible,
body.front-end.theme-thh .ltih-global-newsletter .gform_footer .button:focus-visible,
body.front-end.theme-thh .home-hero-routes__newsletter-form .gform_footer .gform_button:hover,
body.front-end.theme-thh .home-hero-routes__newsletter-form .gform_footer .button:hover,
body.front-end.theme-thh .home-hero-routes__newsletter-form .gform_footer .gform_button:focus-visible,
body.front-end.theme-thh .home-hero-routes__newsletter-form .gform_footer .button:focus-visible {
  background: var(--blue-deep) !important;
  border-color: var(--blue-deep) !important;
  color: #fff !important;
}

body.front-end.theme-thh .ltih-global-newsletter__visual-image--thh {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.section-head--stacked {
  display: grid;
  gap: 10px;
  align-items: start;
}

.section-head--stacked p,
.split-heading p {
  margin: 0;
  max-width: 60ch;
  color: var(--text-soft);
  line-height: 1.6;
}

.decision-shell {
  width: 100%;
  background: linear-gradient(180deg, #edf5fb 0%, #f8fbfd 100%);
  border-bottom: 1px solid #e2eaf2;
}

.decision-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 26px;
  padding: 38px 0 34px;
}

.decision-hero__copy h1,
.decision-advice-strip h2,
.faq-card h3 {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.decision-hero__copy h1 {
  margin: 14px 0 18px;
  max-width: 12ch;
  font-size: clamp(2.7rem, 3.6vw, 4.2rem);
  line-height: 1.02;
}

.decision-hero__copy p {
  max-width: 56ch;
  margin: 0 0 24px;
  color: var(--text-soft);
  font-size: 1.02rem;
  line-height: 1.7;
}

.decision-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.decision-hero__panel,
.decision-advice-strip,
.faq-card,
.decision-filterbar,
.decision-resultbar {
  border: 1px solid #e4ebf1;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(18, 51, 91, 0.06);
}

.decision-hero__panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 18px;
}

.decision-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7fafc;
  color: #1f3b61;
  font-weight: 700;
}

.decision-badge i {
  color: var(--blue);
}

.decision-advice-strip p,
.faq-card p,
.decision-product-meta {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.decision-overview,
.decision-seo-content {
  padding: 30px 0 18px;
}

.decision-seo-content,
.decision-seo-content .block,
.decision-seo-content .block--bg-primary,
.decision-seo-content .block--bg-tertiary,
.decision-seo-content .block--bg-none {
  background: #fff !important;
}

.decision-seo-content--full .decision-seo-content__full,
.decision-seo-content--full .decision-seo-content__full .block,
.decision-seo-content--full .decision-seo-content__full .block--bg-primary,
.decision-seo-content--full .decision-seo-content__full .block--bg-tertiary,
.decision-seo-content--full .decision-seo-content__full .block--bg-none {
  background: #fff !important;
}

.decision-seo-content--full .decision-seo-content__full .inner-container,
.decision-seo-content--full .decision-seo-content__full .inner-container--narrow,
.decision-seo-content--full .decision-seo-content__full .inner-container--wide {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.decision-seo-content--full .decision-seo-content__full ul {
  margin: 0 0 1em !important;
  padding-left: 22px !important;
  list-style: disc outside !important;
}

.decision-seo-content--full .decision-seo-content__full ul li {
  display: list-item !important;
  margin: 0 0 8px;
  padding-left: 0;
  color: inherit;
  line-height: 1.7;
  list-style: inherit !important;
  text-indent: 0 !important;
}

.decision-seo-content--full .decision-seo-content__full ul li::before {
  content: none;
}

.decision-seo-content--full .decision-seo-content__full ul li strong {
  display: inline !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.decision-seo-content--full .decision-seo-content__full ul li * {
  float: none !important;
  position: static !important;
  max-width: none !important;
  text-indent: 0 !important;
}

.decision-seo-content--full .decision-seo-content__full ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.decision-seo-content--full .decision-seo-content__full ol li {
  margin: 0 0 8px;
  color: inherit;
  line-height: 1.7;
}

.decision-overview {
  padding-top: 20px;
}

.decision-overview__head {
  margin-bottom: 6px;
}

.decision-filterbar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  justify-content: flex-start;
}

.decision-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 16px;
}

.decision-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 18px;
}

.decision-sidebar__section {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e4ebf1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 51, 91, 0.05);
}

.decision-sidebar__section h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.decision-sidebar__section label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #24436b;
}

.decision-sidebar__section input {
  accent-color: var(--blue);
}

.decision-results-area {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.decision-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid #dbe5ef;
  border-radius: 999px;
  background: #fff;
  color: #24436b;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.decision-filter-chip.is-active {
  background: #eaf3fb;
  border-color: #bfd4e8;
  color: var(--blue-deep);
}

.decision-resultbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 18px;
}

.decision-resultbar p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 700;
}

.decision-resultbar label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-soft);
}

.decision-resultbar select {
  min-width: 180px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d6e0ea;
  border-radius: 10px;
  background: #fff;
}

.decision-results-grid,
.seo-content-grid {
  display: grid;
  gap: 18px;
}

.decision-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.decision-results-grid > * {
  min-width: 0;
}

.decision-results-grid .product-card {
  min-width: 0;
  max-width: 100%;
}

.decision-results-grid .product-card h3 {
  overflow-wrap: anywhere;
}

.pdp-variant-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pdp-variant-product-actions {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

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

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

.decision-product-meta {
  margin-top: -2px;
  margin-bottom: 12px;
}

.product-card__image-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card h3 a,
.product-card h3 a:hover,
.product-card h3 a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.seo-content-card {
  padding: 28px;
  border: 1px solid #e4ebf1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 51, 91, 0.05);
}

.seo-content-grid {
  grid-template-columns: repeat(2, 1fr);
}

.seo-content-card h3 {
  margin: 0 0 10px;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.62rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.seo-content-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.decision-advice-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 24px 0 10px;
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.decision-advice-strip h2 {
  margin: 12px 0 10px;
  max-width: 14ch;
  font-size: 2rem;
  line-height: 1.05;
}

.decision-advice-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.faq-card {
  padding: 22px;
  border-radius: 18px;
}

.faq-card h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.15;
}

@media (max-width: 1180px) {
  .decision-hero,
  .decision-advice-strip,
  .decision-layout,
  .seo-content-grid {
    grid-template-columns: 1fr;
  }

  .decision-sidebar {
    position: static;
  }

  .decision-advice-strip {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 820px) {
  .decision-hero,
  .decision-results-grid,
  .seo-content-grid {
    grid-template-columns: 1fr;
  }

  .decision-hero {
    padding: 28px 0 26px;
  }

  .decision-hero__copy h1 {
    font-size: 2.3rem;
  }

  .decision-advice-strip h2 {
    max-width: none;
    font-size: 1.8rem;
  }

  .decision-resultbar {
    flex-direction: column;
    align-items: start;
  }
}

.pdp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0 16px;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-family: "Poppins", system-ui, sans-serif;
}

.pdp-breadcrumbs a {
  color: var(--blue-deep);
}

.pdp {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  margin-top: 16px;
  align-items: start;
}

.pdp-gallery,
.pdp-buybox,
.pdp-highlight-card,
.pdp-section-card,
.pdp-side-card {
  border: 1px solid #e4ebf1;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 51, 91, 0.06);
}

.pdp-gallery {
  padding: 20px;
  border-radius: 22px;
}

.pdp-gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  border-radius: 18px;
  background-color: #f8fbfd;
}

.pdp-gallery__main img {
  width: 100%;
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
  padding: 18px;
}

.pdp-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.pdp-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background-color: #fff;
}

.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.pdp-thumb.is-active {
  border-color: #9ec4e1;
  box-shadow: inset 0 0 0 1px #9ec4e1;
}

.pdp-buybox {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 22px;
}

.pdp-buybox__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pdp-buybox h1,
.pdp-highlight-card h2,
.pdp-section-card h2,
.pdp-side-card h3 {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pdp-buybox h1 {
  font-size: 2.85rem;
  line-height: 1.02;
}

.pdp-lead {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pdp-review-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pdp-review-row .product-card__rating {
  margin: 0;
}

.pdp-review-row a {
  color: var(--blue-deep);
  font-weight: 800;
}

.pdp-benefits {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-benefits li {
  display: flex;
  gap: 10px;
  color: #24436b;
}

.pdp-benefits i {
  color: #4fa35b;
  margin-top: 2px;
}

.pdp-price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #e8eef4;
  border-bottom: 1px solid #e8eef4;
}

.pdp-price-label {
  display: block;
  margin-bottom: 4px;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.pdp-price {
  font-size: 2.25rem;
  line-height: 1;
}

.pdp-price-old {
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
  color: #8a94a6;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: line-through;
}

.pdp-price-discount {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e3f6ea;
  color: #1f8a46;
  font-size: 0.82rem;
  font-weight: 700;
  vertical-align: middle;
}

.pdp-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4fa35b;
  font-weight: 700;
}

.pdp-variants-cta {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: underline;
}

.pdp-purchase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.pdp-purchase-form {
  display: block;
}

.pdp-purchase-form .btn {
  width: 100%;
}

.pdp-purchase--comparison {
  gap: 12px;
}

.pdp-offer-comparison {
  display: grid;
  gap: 8px;
}

.pdp-offer-comparison__heading {
  color: #31536e;
  font-size: 0.92rem;
  font-weight: 800;
}

.pdp-offer-comparison__rows,
.pdp-offer-more__rows {
  display: grid;
  gap: 8px;
}

.pdp-offer-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 10px 12px;
  border: 1px solid #d7e3ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.pdp-offer-row.is-unavailable {
  opacity: 0.52;
  background: #f6f8fb;
}

.pdp-offer-row__merchant {
  min-width: 0;
}

.pdp-offer-row__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #cfdeed;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.pdp-offer-row__logo img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.pdp-offer-row__logo span {
  color: #31536e;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
}

.pdp-offer-row__details {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pdp-offer-row__details strong {
  color: #1f2b46;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.12rem;
  line-height: 1.1;
  font-weight: 900;
}

.pdp-offer-row__details span {
  color: #6a7285;
  font-size: 0.86rem;
  line-height: 1.25;
}

.pdp-offer-row__state {
  color: #7b4b4b !important;
  font-weight: 700;
}

.pdp-offer-row__action {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.pdp-offer-row__cart-form {
  display: block;
  width: 100%;
}

.pdp-offer-row__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.pdp-offer-row__cta--cart {
  width: 100%;
}

.pdp-offer-row__cta--partner,
.pdp-offer-row__cta--partner:visited {
  color: #fff;
  background: #cf6a2a;
  box-shadow: 0 10px 22px rgba(207, 106, 42, 0.2);
}

.pdp-offer-row__cta--partner:hover,
.pdp-offer-row__cta--partner:focus-visible {
  color: #fff;
  background: #b95820;
}

.pdp-offer-row__cta--disabled {
  color: #748095;
  background: #e7edf4;
}

.pdp-offer-more {
  display: grid;
}

.pdp-offer-more summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d7e0eb;
  border-radius: 10px;
  background: #fff;
  color: #2166d7;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.pdp-offer-more summary::-webkit-details-marker {
  display: none;
}

.pdp-offer-more[open] summary {
  margin-bottom: 12px;
}

.pdp-offer-more__badges {
  display: inline-flex;
  gap: 6px;
}

.pdp-offer-more__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  border: 1px solid #d7e0eb;
  border-radius: 6px;
  background: #fff;
  color: #7e8797;
  font-size: 0.5rem;
  font-weight: 900;
}

.pdp-qty select {
  width: 100%;
  height: 52px;
  padding: 0 12px;
  border: 1px solid #d6e0ea;
  border-radius: 12px;
  background: #fff;
}

.pdp-trust {
  display: grid;
  gap: 10px;
}

.pdp-trust div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #24436b;
}

.pdp-trust i {
  color: var(--blue);
}

.pdp-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 24px 0;
}

.pdp-highlight-card,
.pdp-section-card,
.pdp-side-card {
  padding: 22px;
  border-radius: 20px;
}

.pdp-highlight-card h2,
.pdp-section-card h2 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.pdp-highlight-card p,
.pdp-section-card p,
.pdp-side-card a,
.pdp-faq p {
  color: var(--text-soft);
  line-height: 1.7;
}

.pdp-section-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue-deep);
  font-weight: 800;
  cursor: pointer;
}

.pdp-section-more p:last-child {
  margin-bottom: 0;
}

.pdp-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding-bottom: 24px;
}

.pdp-content-main,
.pdp-content-side {
  display: grid;
  gap: 18px;
}

.pdp-content-main--wide {
  max-width: none;
}

.pdp-anchor-nav {
  position: sticky;
  top: 12px;
  margin-top: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e4ebf1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 36px rgba(18, 51, 91, 0.06);
  backdrop-filter: blur(8px);
}

.pdp-anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f3f8fc;
  color: #26456d;
  font-weight: 800;
}

.pdp-section-card[id] {
  scroll-margin-top: 92px;
}

.pdp-review-summary {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 2px 0 18px;
}

.pdp-review-score {
  display: grid;
  place-items: center;
  min-height: 110px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef6fc 0%, #f7fbfe 100%);
  color: var(--text);
}

.pdp-review-score strong {
  font-size: 2.5rem;
  line-height: 1;
}

.pdp-review-score span {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.pdp-review-summary__text p {
  margin: 10px 0 0;
}

.pdp-review-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f3b208;
  font-size: 1.05rem;
  line-height: 1;
}

.pdp-review-stars .is-off {
  color: #d5dde7;
}

.pdp-review-list {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

.pdp-review-card {
  padding: 18px;
  border: 1px solid #e4ebf1;
  border-radius: 16px;
  background: #f9fbfd;
}

.pdp-review-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  font-weight: 800;
}

.pdp-review-card__top span {
  color: #f5b400;
}

.pdp-review-card p {
  margin: 0 0 10px;
}

.pdp-review-card small {
  color: var(--text-soft);
  font-weight: 700;
}

.pdp-review-footnote {
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.pdp-description-content h3 {
  margin: 1.1em 0 0.55em;
  font-size: 1.2em;
  line-height: 1.35;
  font-family: campton-semibold, sans-serif;
  font-weight: 600;
  color: #22304f;
}

.pdp-description-content a {
  color: #2a95d5;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: campton-book, sans-serif;
  font-weight: 400;
}

.pdp-description-content a:hover,
.pdp-description-content a:focus-visible {
  color: #1a74ad;
}

.pdp-description-content strong,
.pdp-description-content b {
  font-family: campton-semibold, sans-serif;
  font-weight: 600;
  color: #22304f;
}

body.front-end .pdp-description-content ul,
body.front-end .pdp-description-content ol {
  margin: 0 0 1.15em !important;
  padding: 0 0 0 1.25em !important;
}

body.front-end .pdp-description-content ul {
  list-style: disc outside !important;
}

body.front-end .pdp-description-content ol {
  list-style: decimal outside !important;
}

body.front-end .pdp-description-content ul li,
body.front-end .pdp-description-content ol li {
  display: list-item !important;
  list-style: inherit !important;
  margin: 0 0 0.35em !important;
  padding: 0 !important;
}

.pdp-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pdp-specs div {
  padding: 14px;
  border-radius: 14px;
  background: #f7fafc;
}

.pdp-specs-extra {
  display: contents;
}

.pdp-specs span {
  display: block;
  margin-bottom: 6px;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.pdp-faq {
  display: grid;
  gap: 16px;
}

.pdp-faq strong {
  display: block;
  margin-bottom: 6px;
}

.pdp-side-card {
  display: grid;
  gap: 12px;
}

.pdp-side-card h3 {
  font-size: 1.35rem;
}

.pdp-side-card a {
  color: var(--blue-deep);
  font-weight: 700;
}

.pdp-related {
  padding: 18px 0 28px;
}

.pdp-related-grid {
  grid-template-columns: repeat(3, 1fr);
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 14px 0 22px;
  align-items: stretch;
}

.checkout-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid #e7edf3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #5f6f84;
  font-weight: 700;
  font-size: 0.94rem;
  overflow: hidden;
}

.checkout-step span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #edf4fb;
  color: var(--blue);
  font-size: 0.8rem;
  flex: 0 0 auto;
}

.checkout-step div {
  display: grid;
  gap: 2px;
}

.checkout-step small {
  color: #7f90a3;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-step strong {
  color: #274468;
  font-size: 0.98rem;
  line-height: 1.05;
}

.checkout-step.is-active {
  border-color: #b9d4ea;
  background: linear-gradient(180deg, #f7fbfe 0%, #edf6fd 100%);
  color: var(--text);
  box-shadow: 0 14px 30px rgba(27, 64, 109, 0.08);
}

.checkout-step.is-active::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--blue);
}

.checkout-step.is-complete span {
  background: #dff1d8;
  color: #4b8f36;
}

.checkout-step.is-complete {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcf8 100%);
}

.cart-page,
.checkout-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.checkout-page__main,
.checkout-page__side {
  display: grid;
  gap: 20px;
}

.checkout-page__title {
  margin: 0;
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.cart-card,
.checkout-card {
  padding: 24px;
  border: 1px solid #e4ebf1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 51, 91, 0.06);
}

.checkout-card--sticky,
.cart-summary .checkout-card {
  position: sticky;
  top: 18px;
}

.checkout-card--reassurance {
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}

.cart-card {
  display: grid;
  gap: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eef4;
}

.cart-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-item__media,
.checkout-mini-item__media {
  border-radius: 18px;
  background-color: #f8fbfd;
}

.cart-item__media {
  min-height: 148px;
}

.cart-item__content {
  display: grid;
  gap: 14px;
}

.cart-item__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.cart-item__top h2,
.checkout-card h2 {
  margin: 0 0 6px;
  font-size: 1.4rem;
  line-height: 1.08;
}

.cart-item__top p,
.checkout-card p,
.checkout-mini-item p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.cart-item__price {
  white-space: nowrap;
  font-size: 1.3rem;
}

.cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #41617f;
  font-weight: 700;
}

.cart-item__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-item__meta i {
  color: var(--blue);
}

.cart-item__actions {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.cart-item__actions label,
.checkout-form-grid label {
  display: grid;
  gap: 8px;
}

.cart-item__actions span,
.checkout-form-grid span {
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.cart-item__actions select,
.checkout-form-grid input {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d6e0ea;
  border-radius: 12px;
  background: #fff;
}

.cart-item__actions button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #6d7b8e;
  font-weight: 800;
  cursor: pointer;
}

.checkout-summary__rows,
.checkout-note-list {
  display: grid;
  gap: 12px;
}

.checkout-summary__rows {
  margin: 18px 0;
}

.checkout-summary__rows div,
.checkout-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.checkout-summary__total {
  padding-top: 16px;
  border-top: 1px solid #e8eef4;
  font-size: 1.2rem;
  font-weight: 800;
}

.checkout-note-list {
  margin-top: 18px;
}

.checkout-note-list--compact {
  margin-top: 0;
}

.checkout-note-list div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #355373;
}

.checkout-note-list i {
  color: var(--blue);
}

.checkout-reassurance {
  display: grid;
  gap: 16px;
}

.checkout-reassurance .rating-patch {
  margin-bottom: 2px;
}

.checkout-card .btn--primary,
.checkout-card button.btn--primary {
  margin-top: 10px;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.checkout-form-grid__full {
  grid-column: 1 / -1;
}

.checkout-choice-list {
  display: grid;
  gap: 12px;
}

.checkout-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid #e4ebf1;
  border-radius: 16px;
  background: #fff;
}

.checkout-choice.is-selected {
  border-color: #b9d4ea;
  background: #f7fbfe;
}

.checkout-choice input {
  margin-top: 4px;
}

.checkout-choice strong,
.checkout-mini-item strong {
  display: block;
  margin-bottom: 4px;
}

.checkout-mini-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e8eef4;
}

.checkout-mini-item:last-of-type {
  margin-bottom: 8px;
}

.checkout-mini-item__media {
  min-height: 72px;
}

@media (max-width: 1180px) {
  .pdp,
  .pdp-highlights,
  .pdp-related-grid,
  .cart-page,
  .checkout-page {
    grid-template-columns: 1fr;
  }

  .pdp-buybox {
    position: static;
  }

  .checkout-card--sticky,
  .cart-summary .checkout-card {
    position: static;
  }
}

@media (max-width: 820px) {
  .pdp-gallery__main {
    min-height: 360px;
  }

  .pdp-purchase,
  .pdp-specs,
  .pdp-review-summary {
    grid-template-columns: 1fr;
  }

  .pdp-buybox h1 {
    font-size: 2rem;
  }

  .pdp-price-row {
    flex-direction: column;
    align-items: start;
  }

  .pdp-offer-row {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 78px;
    padding: 10px;
  }

  .pdp-offer-row__logo {
    width: 56px;
    height: 56px;
  }

  .pdp-offer-row__details strong {
    font-size: 1.08rem;
  }

  .pdp-offer-row__details span {
    font-size: 0.84rem;
  }

  .pdp-offer-row__action {
    grid-column: auto;
    justify-content: flex-end;
  }

  .pdp-offer-row__cta {
    width: auto;
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }

  .pdp-offer-more summary {
    flex-wrap: wrap;
    text-align: center;
  }

  .pdp-anchor-nav {
    top: 8px;
    padding: 12px;
  }

  .checkout-steps,
  .checkout-form-grid,
  .cart-item,
  .cart-item__top,
  .cart-item__actions,
  .checkout-choice {
    grid-template-columns: 1fr;
  }

  .checkout-step,
  .checkout-choice {
    align-items: start;
  }

  .cart-item__top,
  .cart-item__actions {
    display: grid;
  }
}

body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__hero,
body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__hero *,
body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__button--primary,
body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__button--primary *,
body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__button--primary:visited,
body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__button--primary:hover,
body.front-end.theme-thh .ltih-cart-popup .ltih-cart-popup__button--primary:focus-visible {
  color: #fff !important;
}

/* Homepage header + hero refinement (feature 0031). */
body.front-end.theme-thh.home .hero-shell {
  padding-bottom: 32px;
  background: linear-gradient(180deg, #f8fafc 0%, #f8fafc 76%, rgba(248, 250, 252, 0) 100%);
}

body.front-end.theme-thh.home .hero {
  position: relative;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 500px;
  overflow: visible;
  background: linear-gradient(120deg, #ffffff 0%, #fbfcfe 54%, #f6f8fb 100%);
}

body.front-end.theme-thh.home .hero::before {
  display: none;
}

body.front-end.theme-thh.home .hero__copy {
  z-index: 2;
  align-self: stretch;
  padding: 30px 48px 46px max(28px, calc((100vw - 1440px) / 2));
}

body.front-end.theme-thh.home .hero-rating-float {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: auto;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 8px 14px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(23, 51, 91, 0.07);
  cursor: pointer;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

body.front-end.theme-thh.home .hero-rating-float:hover {
  box-shadow: 0 11px 30px rgba(23, 51, 91, 0.11);
  transform: translateY(-1px);
}

body.front-end.theme-thh.home .hero-rating-float:focus-visible {
  outline: 3px solid rgba(36, 171, 225, 0.42);
  outline-offset: 4px;
}

body.front-end.theme-thh.home .hero-rating__brand {
  display: inline-flex;
  align-items: center;
  height: 34px;
}

body.front-end.theme-thh.home .hero-rating__brand strong {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 8px;
  border-radius: 6px 0 0 6px;
  background: #d71c74;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1;
}

body.front-end.theme-thh.home .hero-rating__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-left: -1px;
  border: 3px solid #82c94b;
  border-radius: 0 18px 18px 0;
  background: #ffffff;
  color: #d71c74;
  font-size: 1.2rem;
  line-height: 1;
}

body.front-end.theme-thh.home .hero-rating__stars {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.front-end.theme-thh.home .hero-rating__stars-empty {
  display: block;
  color: #dfe3e8;
}

body.front-end.theme-thh.home .hero-rating__stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  max-width: 100%;
  overflow: hidden;
  color: #f6b91f;
  text-shadow: 0 1px 0 #d99b00;
  white-space: nowrap;
}

body.front-end.theme-thh.home .hero-rating__count {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #639b31;
  font-size: 0.88rem;
  white-space: nowrap;
}

body.front-end.theme-thh.home .hero-rating__count strong {
  color: #d71c74;
  font-size: 1.05rem;
}

body.front-end.theme-thh.home .hero h1 {
  max-width: 620px;
  color: #17335b;
  font-size: clamp(2.85rem, 3vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

body.front-end.theme-thh.home .hero__highlight {
  position: relative;
  display: inline-block;
  color: #24abe1;
  white-space: nowrap;
}

body.front-end.theme-thh.home .hero__highlight::after {
  content: "";
  position: absolute;
  left: 8%;
  right: -2%;
  bottom: -0.17em;
  height: 0.12em;
  border-radius: 50%;
  background: #24abe1;
  transform: rotate(-2deg);
  transform-origin: center;
}

body.front-end.theme-thh.home .hero p {
  max-width: 520px;
  margin: 18px 0 20px;
  color: #334b6c;
  font-size: clamp(1.08rem, 1.2vw, 1.22rem);
  line-height: 1.55;
}

body.front-end.theme-thh.home .hero .btn--primary {
  min-height: 54px;
  gap: 16px;
  padding: 0 28px;
  border-radius: 16px;
  background: #24abe1;
  box-shadow: 0 10px 24px rgba(36, 171, 225, 0.2);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.front-end.theme-thh.home .hero .btn--primary:hover {
  background: #1595c9;
  box-shadow: 0 13px 28px rgba(21, 149, 201, 0.24);
  transform: translateY(-1px);
}

body.front-end.theme-thh.home .hero .btn--primary:active {
  transform: translateY(0);
}

body.front-end.theme-thh.home .hero .btn--primary:focus-visible,
body.front-end.theme-thh.home .contact-card__phone a:focus-visible {
  outline: 3px solid rgba(45, 140, 200, 0.42);
  outline-offset: 4px;
}

body.front-end.theme-thh.home .hero__visual {
  display: block;
  min-height: 500px;
  height: 500px;
  border-radius: 48% 0 0 48% / 54% 0 0 54%;
  background-position: 50% center;
  box-shadow:
    -12px 0 0 rgba(89, 192, 233, 0.2),
    -28px 0 0 rgba(89, 192, 233, 0.12),
    -46px 0 0 rgba(89, 192, 233, 0.06);
}

body.front-end.theme-thh.home .contact-card {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: -24px;
  grid-template-columns: 50px minmax(230px, 1fr) minmax(230px, 0.9fr);
  gap: 18px;
  width: min(980px, calc(100% - 96px));
  max-width: none;
  min-height: 74px;
  margin: 0;
  padding: 9px 26px;
  border: 1px solid rgba(23, 51, 91, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 46px rgba(23, 51, 91, 0.12);
  transform: translateX(-50%);
}

body.front-end.theme-thh.home .contact-card__text strong,
body.front-end.theme-thh.home .contact-card__phone strong {
  font-size: 0.96rem;
}

body.front-end.theme-thh.home .contact-card .avatar {
  width: 48px;
  height: 48px;
}

body.front-end.theme-thh.home .contact-card__phone {
  min-height: 48px;
  justify-content: center;
  padding-left: 34px;
  border-left: 1px solid #dce3ec;
}

body.front-end.theme-thh.home .contact-card__phone strong {
  color: #17335b;
}

body.front-end.theme-thh.home .contact-card__phone i {
  color: #55ad37;
  font-size: 1.75rem;
}

body.front-end.theme-thh.home .category-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ffffff;
  border-color: rgba(23, 51, 91, 0.1);
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(23, 51, 91, 0.04);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.front-end.theme-thh.home .category-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -132px;
  bottom: -126px;
  width: 286px;
  height: 236px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 14px solid #cef1ff;
  background: transparent;
  box-shadow:
    0 0 0 14px rgba(89, 192, 233, 0.11),
    0 0 0 28px rgba(89, 192, 233, 0.045);
  opacity: 0.68;
  transform: rotate(-8deg);
  transition: opacity 240ms ease, transform 240ms ease;
  pointer-events: none;
}

body.front-end.theme-thh.home .category-card__image-link,
body.front-end.theme-thh.home .category-card__content {
  position: relative;
  z-index: 1;
}

body.front-end.theme-thh.home .category-card__image {
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}

body.front-end.theme-thh.home .category-card__image img {
  transition: transform 240ms ease;
}

body.front-end.theme-thh.home .category-card__content > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #178fbe;
  text-decoration: none;
}

body.front-end.theme-thh.home .category-card__content > a::after {
  content: "\2192";
  display: inline-block;
  color: #178fbe;
  font-size: 1rem;
  line-height: 1;
  transition: transform 200ms ease;
}

body.front-end.theme-thh.home .category-card:hover {
  border-color: rgba(36, 171, 225, 0.24);
  box-shadow: 0 12px 26px rgba(23, 51, 91, 0.075);
  transform: translateY(-2px);
}

body.front-end.theme-thh.home .category-card:hover::before {
  opacity: 0.78;
  transform: rotate(-8deg) scale(1.035);
}

body.front-end.theme-thh.home .category-card:hover .category-card__image img {
  transform: scale(1.015);
}

body.front-end.theme-thh.home .category-card:hover .category-card__content > a::after {
  transform: translateX(2px);
}

body.front-end.theme-thh.home .category-card:focus-within {
  border-color: rgba(89, 192, 233, 0.5);
  box-shadow: 0 0 0 3px rgba(89, 192, 233, 0.15), 0 8px 20px rgba(23, 51, 91, 0.07);
}

@media (min-width: 981px) {
  body.front-end.theme-thh.home > .page-shell > .info-bar .info-bar__inner {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }

  body.front-end.theme-thh.home > .page-shell > .header > .header__main {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  body.front-end.theme-thh.home > .page-shell > .header .brand__logo {
    height: 48px;
  }

  body.front-end.theme-thh.home > .page-shell > .header .search input {
    height: 50px;
  }

  body.front-end.theme-thh.home > .page-shell > .header {
    border-top: 0;
  }

  body.front-end.theme-thh.home > .page-shell > .header .nav-shell {
    border-top: 0;
    background: #ffffff;
  }

  body.front-end.theme-thh.home > .page-shell > .header .nav {
    align-items: center;
    min-height: 58px;
    gap: clamp(10px, 1.4vw, 26px);
    padding: 0;
    font-size: clamp(0.82rem, 1vw, 0.96rem);
    flex-wrap: nowrap;
  }

  body.front-end.theme-thh.home > .page-shell > .header .nav-link {
    min-height: 44px;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  body.front-end.theme-thh.home .hero {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  body.front-end.theme-thh.home .hero__copy {
    padding-top: 42px;
    padding-right: 32px;
    padding-left: 36px;
  }

  body.front-end.theme-thh.home .hero h1 {
    font-size: clamp(2.65rem, 4.8vw, 3.25rem);
  }

  body.front-end.theme-thh.home .hero__visual {
    display: block;
  }
}

@media (max-width: 820px) {
  body.front-end.theme-thh.home .hero-shell {
    padding-bottom: 0;
  }

  body.front-end.theme-thh.home .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    background: #ffffff;
  }

  body.front-end.theme-thh.home .hero__copy {
    order: 1;
    width: var(--container);
    max-width: none;
    padding: 34px 0 36px;
  }

  body.front-end.theme-thh.home .hero-rating-float {
    margin-bottom: 24px;
    gap: 10px;
    padding: 7px 10px;
  }

  body.front-end.theme-thh.home .hero h1 {
    max-width: 16ch;
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 1.08;
  }

  body.front-end.theme-thh.home .hero p {
    margin: 24px 0 28px;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  body.front-end.theme-thh.home .hero .btn--primary {
    width: 100%;
    min-height: 54px;
  }

  body.front-end.theme-thh.home .hero__visual {
    order: 2;
    display: block;
    min-height: 300px;
    height: clamp(300px, 72vw, 420px);
    border-radius: 28px 28px 0 0;
    background-position: 50% center;
    box-shadow: none;
  }

  body.front-end.theme-thh.home .contact-card {
    position: static;
    order: 3;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px 16px;
    width: var(--container);
    min-height: 0;
    margin: -22px auto 28px;
    padding: 18px;
    border-radius: 18px;
    transform: none;
  }

  body.front-end.theme-thh.home .contact-card__phone {
    grid-column: 1 / -1;
    min-height: 54px;
    padding: 14px 0 0;
    border-top: 1px solid #dce3ec;
    border-left: 0;
  }
}

@media (max-width: 480px) {
  body.front-end.theme-thh.home .hero-rating-float {
    gap: 7px;
    padding: 6px 8px;
  }

  body.front-end.theme-thh.home .hero-rating__stars {
    font-size: 1rem;
  }

  body.front-end.theme-thh.home .hero-rating__count {
    gap: 4px;
    font-size: 0.76rem;
  }

  body.front-end.theme-thh.home .hero-rating__count strong {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.front-end.theme-thh.home .hero .btn--primary,
  body.front-end.theme-thh.home .hero-rating-float,
  body.front-end.theme-thh.home .category-card,
  body.front-end.theme-thh.home .category-card::before,
  body.front-end.theme-thh.home .category-card__image img,
  body.front-end.theme-thh.home .category-card__content > a::after {
    transition: none;
  }

  body.front-end.theme-thh.home .category-card:hover,
  body.front-end.theme-thh.home .category-card:hover::before,
  body.front-end.theme-thh.home .category-card:hover .category-card__image img,
  body.front-end.theme-thh.home .category-card:hover .category-card__content > a::after {
    transform: none;
  }
}
