/*
 * KA COSMETIC — storefront identity (D63).
 *
 * A layer on top of the purchased theme: it never edits the theme's own files. It redefines the theme's colour tokens so
 * everything that already reads them turns gold-and-cream, then restyles the pieces the new design changes.
 * Loaded after storefront.css.
 *
 * Palette (from the logo and the reference design)
 *   gold, bar / decoration ....... #E8AD2D
 *   gold, large elements ......... #C47B04
 *   gold, action / text on white . #A96500  (4.6:1 with white — the floor for small text)
 *   cream ........................ #FDF8EF / #F8EFDD
 *   ink .......................... #15171A     footer ........ #0E1011
 */

:root {
  --ka-gold-300: #F3CD7A;
  --ka-gold-400: #E8AD2D;
  --ka-gold-500: #C47B04;
  --ka-gold-600: #A96500;
  --ka-gold-700: #8A5200;
  --ka-cream-50: #FFFDF8;
  --ka-cream-100: #FDF8EF;
  --ka-cream-200: #F8EFDD;
  --ka-cream-300: #F1E3C4;
  --ka-line: #EFE6D2;
  --ka-ink: #15171A;
  --ka-ink-soft: #5B5F66;
  --ka-footer: #0E1011;
  --ka-radius: 10px;
  --ka-shadow: 0 1px 2px rgba(60, 40, 0, 0.05), 0 6px 18px rgba(60, 40, 0, 0.06);
  --ka-shadow-lift: 0 2px 4px rgba(60, 40, 0, 0.06), 0 14px 30px rgba(60, 40, 0, 0.12);

  /* The theme's own tokens, re-pointed: prices, links, badges and buttons that read them follow. */
  --color-brand-primary: var(--ka-gold-600);
  --color-accent-soft: var(--ka-cream-200);
  --color-orange-500: var(--ka-gold-400);
  --color-orange-500-08: rgba(232, 173, 45, 0.08);
  --color-orange-600: var(--ka-gold-500);
  --color-orange-700: var(--ka-gold-700);
  --color-surface: var(--ka-cream-100);
  --color-surface-soft: var(--ka-cream-100);
  --color-surface-offwhite: var(--ka-cream-50);
  --color-surface-sunken: var(--ka-cream-100);
  --color-surface-tinted: var(--ka-cream-200);
  --color-border: var(--ka-line);
  --color-ink-deep: var(--ka-ink);
  --color-ink-secondary: var(--ka-ink-soft);
}

html { scroll-padding-top: 96px; }
body { color: var(--ka-ink); background: #fff; }
:focus-visible { outline: 2px solid var(--ka-gold-600); outline-offset: 2px; }

/* ── Buttons: the theme's black pill becomes the gold action ─────────────────────────────────────────────── */
.tf-btn:not(.btn-white):not(.btn-trans):not(.btn-stroke):not(.btn-light) {
  background: var(--ka-gold-600);
  border-color: var(--ka-gold-600);
  color: #fff;
  border-radius: 999px;
}
.tf-btn:not(.btn-white):not(.btn-trans):not(.btn-stroke):not(.btn-light):hover {
  background: var(--ka-gold-700);
  border-color: var(--ka-gold-700);
  color: #fff;
}
.tf-btn.btn-white, .tf-btn.btn-light { border-radius: 999px; }
.tf-btn.hv-black:hover, .tf-btn.btn-white.hv-black:hover { background: var(--ka-gold-600); border-color: var(--ka-gold-600); color: #fff; }
.price-new, .text-primary { color: var(--ka-gold-600) !important; }

/* ── Top bar ─────────────────────────────────────────────────────────────────────────────────────────────── */
.ka-topbar { background: var(--ka-gold-400); color: #2A1C00; font-size: 12px; line-height: 1; position: relative; z-index: 101; }
.ka-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 30px; padding-block: 5px; }
.ka-topbar__list { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 24px; list-style: none; margin: 0; padding: 0; }
.ka-topbar__item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.ka-topbar__item svg { width: 17px; height: 17px; flex: none; }
.ka-topbar__side { display: flex; align-items: center; gap: 14px; padding-left: 16px; border-left: 1px solid rgba(42, 28, 0, 0.28); }
.ka-topbar__side a { color: #2A1C00; display: inline-flex; }
.ka-topbar__side .ka-lang { background: transparent; border: 0; color: #2A1C00; font-size: 12px; font-weight: 600; cursor: pointer; padding: 2px 0; }
@media (max-width: 991px) {
  .ka-topbar__list { justify-content: center; }
  .ka-topbar__item:not(:first-child) { display: none; }
  .ka-topbar__side { display: none; }
}

/* ── Header ──────────────────────────────────────────────────────────────────────────────────────────────── */
.ka-header { background: #fff; border-bottom: 1px solid var(--ka-line); }
.ka-header__inner { display: flex; align-items: center; gap: 24px; min-height: 78px; }
.ka-header__logo { flex: none; display: block; line-height: 0; }
.ka-header__logo img { display: block; height: 56px; width: auto; }
.ka-nav { flex: 1; display: none; }
.ka-nav__list { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 34px); list-style: none; margin: 0; padding: 0; }
.ka-nav__link {
  position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 8px 0;
  font-size: 13.5px; font-weight: 500; color: var(--ka-ink); text-decoration: none; white-space: nowrap;
}
.ka-nav__link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ka-gold-500); transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease; }
.ka-nav__link:hover, .ka-nav__link.is-active { color: var(--ka-gold-600); }
.ka-nav__link:hover::after, .ka-nav__link.is-active::after { transform: scaleX(1); }
.ka-nav__item { position: relative; }
.ka-nav__menu {
  position: absolute; top: 100%; left: -14px; min-width: 240px; padding: 8px; margin: 0; list-style: none; background: #fff;
  border: 1px solid var(--ka-line); border-radius: var(--ka-radius); box-shadow: var(--ka-shadow-lift);
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s; z-index: 5;
}
.ka-nav__item:hover > .ka-nav__menu, .ka-nav__item:focus-within > .ka-nav__menu { opacity: 1; visibility: visible; transform: none; }
.ka-nav__menu a { display: block; padding: 9px 12px; border-radius: 8px; font-size: 13.5px; color: var(--ka-ink); text-decoration: none; }
.ka-nav__menu a:hover { background: var(--ka-cream-100); color: var(--ka-gold-600); }

.ka-search { display: none; position: relative; width: clamp(180px, 19vw, 280px); }
.ka-search input {
  width: 100%; height: 42px; padding: 0 44px 0 18px; border: 1px solid transparent; border-radius: 999px;
  background: var(--ka-cream-100); color: var(--ka-ink); font-size: 13px;
}
.ka-search input::placeholder { color: #8B8577; }
.ka-search input:focus { outline: none; border-color: var(--ka-gold-400); background: #fff; box-shadow: 0 0 0 3px rgba(232, 173, 45, 0.2); }
.ka-search button { position: absolute; right: 4px; top: 4px; width: 34px; height: 34px; border: 0; background: transparent; color: var(--ka-ink-soft); border-radius: 50%; cursor: pointer; }
.ka-search button:hover { color: var(--ka-gold-600); }
.ka-search svg { width: 19px; height: 19px; }

.ka-actions { margin-left: auto; display: flex; align-items: center; gap: clamp(10px, 1.6vw, 26px); }
.ka-action {
  position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: 3px; background: none; border: 0; padding: 4px 2px;
  color: var(--ka-ink); font-size: 11.5px; line-height: 1.1; text-decoration: none; cursor: pointer;
}
.ka-action svg { width: 24px; height: 24px; }
.ka-action:hover { color: var(--ka-gold-600); }
.ka-action__badge {
  position: absolute; top: -3px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; background: var(--ka-gold-400); color: #2A1C00; font-size: 10.5px; font-weight: 700;
}
.ka-action--menu { display: inline-flex; }
.ka-action--search-mobile { display: inline-flex; }
.ka-action__label { display: none; }
.ka-header__mobile-left { display: flex; align-items: center; }

@media (min-width: 992px) {
  .ka-header__inner { gap: clamp(14px, 2.2vw, 40px); min-height: 84px; }
  .ka-header__logo img { height: 58px; }
  .ka-nav { display: block; }
  .ka-nav__list { gap: clamp(12px, 1.5vw, 34px); }
  .ka-action--menu { display: none; }
  .ka-action__label { display: block; }
  .ka-actions { margin-left: 0; }
}
@media (min-width: 1200px) {
  .ka-header__logo img { height: 62px; }
  .ka-search { display: block; }
  .ka-action--search-mobile { display: none; }
}
@media (max-width: 991px) {
  .ka-header__inner { min-height: 66px; gap: 8px; }
  .ka-header__logo { margin-inline: auto; }
  .ka-header__logo img { height: 46px; }
  .ka-header__mobile-left { flex: 1; }
  .ka-actions { flex: 1; justify-content: flex-end; margin-left: 0; gap: 6px; }
  .ka-action .ka-action__wish, .ka-action--compare { display: none; }
}

/* ── Hero ────────────────────────────────────────────────────────────────────────────────────────────────── */
.ka-hero { position: relative; overflow: hidden; background: var(--ka-cream-50); }
.ka-hero__track { display: grid; grid-template-columns: minmax(0, 1fr); }
.ka-hero__slide {
  grid-area: 1 / 1; min-width: 0; position: relative; display: flex; align-items: center; min-height: clamp(340px, 33vw, 500px);
  background:
    radial-gradient(60% 90% at 4% 105%, rgba(232, 173, 45, 0.45), transparent 62%),
    radial-gradient(45% 70% at 0% 0%, rgba(243, 205, 122, 0.35), transparent 60%),
    linear-gradient(100deg, var(--ka-cream-50) 0%, #FBF3E1 46%, #F6E6C1 100%);
  opacity: 0; visibility: hidden; transition: opacity 0.7s ease, visibility 0.7s;
}
.ka-hero__slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.ka-hero__media {
  position: absolute; inset: 0 0 0 auto; width: min(62%, 940px); pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24%, #000 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 24%, #000 90%, transparent 100%);
}
.ka-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
.ka-hero__body { position: relative; z-index: 2; width: 100%; padding-block: 44px; }
.ka-hero__copy { max-width: min(46%, 620px); }
.ka-hero__eyebrow { margin: 0 0 14px; font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ka-ink-soft); }
.ka-hero__title { margin: 0 0 16px; font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: clamp(34px, 4.2vw, 64px); line-height: 1.02; letter-spacing: -0.01em; color: var(--ka-ink); }
.ka-hero__title em { display: block; font-style: normal; color: var(--ka-gold-500); }
.ka-hero__text { margin: 0 0 26px; max-width: 46ch; font-size: clamp(14px, 1.15vw, 16px); line-height: 1.55; color: #3A3D42; }
.ka-hero__cta { display: inline-flex; align-items: center; gap: 12px; padding: 14px 30px; border-radius: 999px; background: var(--ka-gold-600); color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; box-shadow: 0 8px 22px rgba(169, 101, 0, 0.28); transition: background 0.2s, transform 0.2s; }
.ka-hero__cta:hover { background: var(--ka-gold-700); color: #fff; transform: translateY(-1px); }
.ka-hero__cta svg { width: 18px; height: 18px; }
.ka-hero__nav {
  position: absolute; top: 50%; z-index: 3; width: 44px; height: 44px; margin-top: -22px; border: 0; border-radius: 50%; background: #fff; color: var(--ka-ink);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--ka-shadow-lift);
}
.ka-hero__nav:hover { color: var(--ka-gold-600); }
.ka-hero__nav svg { width: 20px; height: 20px; }
.ka-hero__nav--prev { left: 18px; }
.ka-hero__nav--next { right: 18px; }
.ka-hero__dots { position: absolute; left: 0; right: 0; bottom: 16px; z-index: 3; display: flex; justify-content: center; gap: 10px; }
.ka-hero__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(21, 23, 26, 0.22); cursor: pointer; transition: background 0.2s, transform 0.2s; }
.ka-hero__dot.is-active { background: var(--ka-gold-500); transform: scale(1.25); }
@media (max-width: 991px) {
  .ka-hero__slide { min-height: 0; flex-direction: column; align-items: stretch; }
  .ka-hero__media { position: relative; inset: auto; order: 2; width: 100%; height: clamp(240px, 62vw, 420px); -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 22%); mask-image: linear-gradient(to bottom, transparent 0, #000 22%); }
  .ka-hero__media img { object-position: 50% 25%; }
  .ka-hero__body { padding-block: 32px 4px; }
  .ka-hero__copy { max-width: none; text-align: center; margin-inline: auto; }
  .ka-hero__text { margin-inline: auto; }
  .ka-hero__nav { display: none; }
  .ka-hero__dots { bottom: 10px; }
}

/* ── Section heading ─────────────────────────────────────────────────────────────────────────────────────── */
.ka-section { padding-block: clamp(36px, 5vw, 64px); }
.ka-heading { position: relative; text-align: center; margin-bottom: clamp(22px, 3vw, 34px); }
.ka-heading__eyebrow { margin: 0 0 4px; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ka-ink-soft); }
.ka-heading__title { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 0; font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: clamp(28px, 3vw, 40px); color: var(--ka-ink); }
.ka-heading__title::before, .ka-heading__title::after { content: ''; width: clamp(28px, 6vw, 84px); height: 2px; background: var(--ka-gold-400); border-radius: 2px; }
.ka-heading__more { position: absolute; right: 0; bottom: 6px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ka-gold-600); text-decoration: none; }
.ka-heading__more:hover { text-decoration: underline; }
.ka-heading__more svg { width: 16px; height: 16px; }
@media (max-width: 767px) {
  .ka-heading__more { position: static; margin-top: 10px; justify-content: center; }
}

/* ── Category row ────────────────────────────────────────────────────────────────────────────────────────── */
.ka-cats { padding-block: 22px 8px; background: #fff; }
.ka-cats__list { display: flex; justify-content: flex-start; gap: clamp(14px, 3.2vw, 52px); list-style: none; margin: 0; padding: 4px 2px 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.ka-cats__list::-webkit-scrollbar { display: none; }
.ka-cats__list > li:first-child { margin-left: auto; }
.ka-cats__list > li:last-child { margin-right: auto; }
.ka-cat { flex: none; width: 88px; overflow-wrap: anywhere; scroll-snap-align: start; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; text-decoration: none; color: var(--ka-ink); font-size: 12.5px; line-height: 1.25; }
.ka-cat__icon { width: 76px; height: 76px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ka-cream-200); color: var(--ka-gold-500); transition: transform 0.2s, box-shadow 0.2s, background 0.2s; }
.ka-cat__icon svg { width: 34px; height: 34px; }
.ka-cat:hover .ka-cat__icon { transform: translateY(-3px); box-shadow: var(--ka-shadow); background: var(--ka-cream-300); }
.ka-cat:hover { color: var(--ka-gold-600); }
@media (max-width: 767px) { .ka-cats__list { justify-content: flex-start; padding-inline: 16px; gap: 10px; } .ka-cat { width: 86px; font-size: 11.5px; } .ka-tile__cta { font-size: 11.5px; padding-inline: 6px; gap: 5px; } .ka-cat__icon { width: 66px; height: 66px; } .ka-cat__icon svg { width: 30px; height: 30px; } }

/* ── Product tile (home) ─────────────────────────────────────────────────────────────────────────────────── */
.ka-grid { --cols: 2; --gap: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: var(--gap); }
.ka-grid > * { flex: 0 0 calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols)); min-width: 0; }
@media (min-width: 768px) { .ka-grid { --cols: 4; --gap: 16px; } }
@media (min-width: 1400px) { .ka-grid { --cols: 8; --gap: 12px; } }
.ka-tile { position: relative; display: flex; flex-direction: column; padding: 12px 12px 14px; background: #fff; border: 1px solid var(--ka-line); border-radius: var(--ka-radius); box-shadow: 0 1px 2px rgba(60, 40, 0, 0.03); transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.ka-tile:hover { box-shadow: var(--ka-shadow-lift); transform: translateY(-3px); border-color: var(--ka-gold-300); }
.ka-tile__media { position: relative; display: block; aspect-ratio: 1 / 1; margin-bottom: 10px; border-radius: 8px; overflow: hidden; background: var(--ka-cream-50); }
.ka-tile__media img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.35s; }
.ka-tile:hover .ka-tile__media img { transform: scale(1.04); }
.ka-tile__heart { position: absolute; top: 8px; right: 8px; z-index: 2; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.92); color: var(--ka-ink-soft); cursor: pointer; }
.ka-tile__heart svg { width: 17px; height: 17px; }
.ka-tile__heart:hover, .ka-tile__heart.active { color: var(--ka-gold-600); }
.ka-tile__heart.active svg { fill: currentColor; }
.ka-tile__name { margin: 0 0 6px; text-align: center; font-size: 13px; font-weight: 500; line-height: 1.3; min-height: 2.6em; max-height: 2.6em; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ka-tile__name a { color: var(--ka-ink); text-decoration: none; }
.ka-tile__name a:hover { color: var(--ka-gold-600); }
.ka-tile__price { margin: 0 0 12px; text-align: center; font-size: 17px; line-height: 1.1; color: var(--ka-gold-600); font-weight: 600; white-space: nowrap; }
.ka-tile__cta { margin-top: auto; white-space: nowrap; line-height: 1.2; display: inline-flex; align-items: center; justify-content: center; gap: 7px; width: 100%; min-height: 36px; padding: 6px 8px; border: 0; border-radius: 6px; background: var(--ka-gold-600); color: #fff; font-size: 12px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.ka-tile__cta:hover { background: var(--ka-gold-700); }
.ka-tile__cta svg { width: 16px; height: 16px; flex: none; }
.ka-tile__cta[disabled] { background: #C9C4B8; cursor: not-allowed; }
@media (min-width: 1400px) { .ka-tile { padding: 10px 10px 12px; } .ka-tile__name { font-size: 12.5px; } .ka-tile__price { font-size: 15.5px; } .ka-tile__cta { font-size: 11px; padding-inline: 4px; gap: 5px; } }

/* ── Promotional banner ──────────────────────────────────────────────────────────────────────────────────── */
.ka-banner { position: relative; overflow: hidden; background: linear-gradient(100deg, #FFFDF8 0%, #FBF1DA 55%, #F3DDA6 100%); }
.ka-banner__media { position: absolute; inset: 0 0 0 auto; width: min(66%, 980px); pointer-events: none; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28%); mask-image: linear-gradient(to right, transparent 0, #000 28%); }
.ka-banner__media img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; display: block; }
.ka-banner__inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 6px; min-height: clamp(190px, 17vw, 250px); padding-block: 32px; max-width: 46%; }
.ka-banner__script { margin: 0; font-family: 'Instrument Serif', Georgia, serif; font-style: italic; font-size: clamp(24px, 2.6vw, 36px); color: var(--ka-gold-500); }
.ka-banner__title { margin: 0 0 12px; font-size: clamp(15px, 1.5vw, 20px); font-weight: 600; letter-spacing: 0.06em; line-height: 1.35; text-transform: uppercase; color: var(--ka-ink); }
.ka-banner__cta { align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; padding: 12px 26px; border-radius: 999px; background: var(--ka-gold-600); color: #fff; font-weight: 600; font-size: 14px; text-decoration: none; }
.ka-banner__cta:hover { background: var(--ka-gold-700); color: #fff; }
.ka-banner__cta svg { width: 16px; height: 16px; }
@media (max-width: 767px) {
  .ka-banner__media { position: relative; inset: auto; width: 100%; height: 150px; order: 2; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 30%); mask-image: linear-gradient(to bottom, transparent 0, #000 30%); }
  .ka-banner { display: flex; flex-direction: column; }
  .ka-banner__inner { max-width: none; text-align: center; align-items: center; min-height: 0; padding-block: 28px 0; }
  .ka-banner__cta { align-self: center; }
}

/* ── Reassurance ─────────────────────────────────────────────────────────────────────────────────────────── */
.ka-trust { padding-block: 26px; background: #fff; border-bottom: 1px solid var(--ka-line); }
.ka-trust__list { display: grid; gap: 18px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
@media (min-width: 768px) { .ka-trust__list { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.ka-trust__item { display: flex; align-items: center; gap: 12px; }
.ka-trust__icon { flex: none; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid var(--ka-gold-400); border-radius: 50%; color: var(--ka-gold-500); }
.ka-trust__icon svg { width: 23px; height: 23px; }
.ka-trust__text { margin: 0; font-size: 12.5px; line-height: 1.35; color: var(--ka-ink); }
.ka-trust__text strong { display: block; font-weight: 600; }
.ka-trust__text span { color: var(--ka-ink-soft); }
@media (min-width: 768px) { .ka-trust__item + .ka-trust__item { padding-left: 14px; border-left: 1px solid var(--ka-line); } }

/* ── Footer ──────────────────────────────────────────────────────────────────────────────────────────────── */
.ka-footer { background: var(--ka-footer); color: #C9CCD1; font-size: 13.5px; }
.ka-footer a { color: #C9CCD1; text-decoration: none; }
.ka-footer a:hover { color: var(--ka-gold-400); }
.ka-footer__grid { display: grid; gap: 32px 28px; padding-block: clamp(36px, 5vw, 56px) 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ka-footer__brand { grid-column: 1 / -1; }
.ka-footer__brand img { display: block; height: 62px; width: auto; margin-bottom: 14px; }
.ka-footer__brand p { max-width: 34ch; margin: 0 0 16px; line-height: 1.55; }
.ka-footer__social { display: flex; gap: 12px; }
.ka-footer__social a { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid #2D3136; border-radius: 50%; color: #fff; font-size: 16px; }
.ka-footer__social a:hover { border-color: var(--ka-gold-400); }
.ka-footer__title { margin: 0 0 14px; font-size: 14px; font-weight: 600; color: #fff; }
.ka-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ka-footer__list button { background: none; border: 0; padding: 0; color: inherit; font: inherit; cursor: pointer; text-align: left; }
.ka-footer__list button:hover { color: var(--ka-gold-400); }
.ka-footer address { font-style: normal; display: grid; gap: 10px; }
.ka-footer address p { display: flex; gap: 10px; margin: 0; align-items: flex-start; }
.ka-footer address svg { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--ka-gold-400); }
.ka-footer__news { grid-column: 1 / -1; }
.ka-footer__news .ka-newsletter { margin: 0; }
.ka-footer__news .form-subcribe { display: flex; gap: 0; align-items: stretch; }
.ka-footer__news .form-subcribe fieldset { flex: 1; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 8px 0 0 8px; background: #fff; }
.ka-footer__news .form-subcribe input { width: 100%; height: 100%; min-height: 46px; padding: 0 14px; border: 0; }
.ka-footer__news .form-subcribe input::placeholder { color: #7A7F86; }
.ka-footer__news .form-subcribe fieldset .icon { display: none; }
.ka-footer__news .form-subcribe input { background: transparent; color: var(--ka-ink); }
.ka-footer__news .btn-action.tf-btn { background: var(--ka-gold-500); color: #1A1200; border-radius: 0 8px 8px 0; text-transform: none; font-weight: 600; padding-inline: 22px; }
.ka-footer__news .btn-action.tf-btn:hover { background: var(--ka-gold-400); }
.ka-footer__pay-title { margin: 20px 0 10px; font-size: 13px; font-weight: 600; color: #fff; }
.ka-pay { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.ka-pay li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 6px; background: #fff; color: var(--ka-ink); font-size: 12px; font-weight: 600; line-height: 1; }
.ka-pay i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.ka-footer__bottom { border-top: 1px solid #23272B; }
.ka-footer__bottom-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; padding-block: 18px; font-size: 12.5px; color: #8F949B; }
.ka-footer__bottom-inner ul { display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 768px) { .ka-footer__grid { grid-template-columns: 1.3fr 1fr 1fr 1.2fr; } .ka-footer__brand { grid-column: auto; } .ka-footer__news { grid-column: 1 / -1; } }
@media (min-width: 1100px) { .ka-footer__grid { grid-template-columns: 1.25fr 0.8fr 1fr 1.1fr 1.35fr; } .ka-footer__news { grid-column: auto; } }

/* ── Shared polish on the pages that keep the theme's markup (shop, product, cart, checkout, account) ───── */
.card-product { border-radius: var(--ka-radius); }
.card-product .product-badge_item { background: var(--ka-gold-400); color: #2A1C00; }
.tf-page-heading, .page-heading-checkout, .page-heading-order { background: var(--ka-cream-100); }
.form-control:focus, .form-select:focus { border-color: var(--ka-gold-400); box-shadow: 0 0 0 3px rgba(232, 173, 45, 0.2); }
.form-check-input:checked { background-color: var(--ka-gold-600); border-color: var(--ka-gold-600); }
.cart-count-badge, .cart-dot-indicator { background: var(--ka-gold-400); color: #2A1C00; }

@media (prefers-reduced-motion: reduce) {
  .ka-hero__slide, .ka-tile, .ka-tile__media img, .ka-cat__icon, .ka-nav__link::after { transition: none !important; }
}

/* The story and testimonial sections keep the theme's own markup (D63: kept, compact): calmer frame, capped media. */
.ka-legacy .br-line, .ka-legacy .fake-class { display: none !important; }
.ka-legacy .wrap-4, .ka-legacy .col-wrap, .ka-legacy .testimonial-v6, .ka-legacy .row > [class*='col-'] { border-color: transparent !important; }
.ka-legacy img, .ka-legacy video { max-height: 360px; width: 100%; object-fit: cover; border-radius: var(--ka-radius); }
.ka-legacy .prd_image img { width: 64px; height: 64px; object-fit: cover; }
.ka-legacy { padding-block: clamp(20px, 3vw, 40px) !important; }
.ka-legacy .tes_text, .ka-legacy .s-title { color: var(--ka-ink); }

/* Category hierarchy: sub-categories in the menu and on a category page */
.ka-nav__menu .ka-nav__parent { font-weight: 600; }
.ka-nav__menu .ka-nav__child { padding-left: 26px; font-size: 13px; color: var(--ka-ink-soft); }
.ka-nav__menu .ka-nav__child::before { content: '–'; margin-right: 6px; color: var(--ka-gold-400); }
.ka-subcats { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 14px 0 12px; padding: 0; }
.ka-subcat { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid var(--ka-line); border-radius: 999px; background: #fff; color: var(--ka-ink); font-size: 13px; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
.ka-subcat:hover { border-color: var(--ka-gold-400); background: var(--ka-cream-100); color: var(--ka-gold-600); }
.ka-subcat__count { min-width: 20px; padding: 1px 6px; border-radius: 999px; background: var(--ka-cream-200); color: var(--ka-gold-600); font-size: 11px; font-weight: 600; text-align: center; }
