/* ByTuğceKaya — Premium Mobile-First Theme */
:root {
  --btk-bg: #f7f5f2;
  --btk-surface: #ffffff;
  --btk-ink: #111111;
  --btk-muted: #76716a;
  --btk-line: #e3ded6;
  --btk-accent: #a8895f;
  --btk-accent-dark: #8a7048;
  --btk-sale: #9b2c2c;
  --btk-success: #2d6a4f;
  --btk-deal: #2d6a4f;
  --btk-deal-dark: #1a4d36;
  --btk-deal-light: #d8f0e4;
  --btk-hero-bg: #f7f4ef;
  --btk-hero-bg-soft: #f0ebe3;
  --btk-radius: 2px;
  --btk-radius-lg: 4px;
  --btk-shadow: 0 16px 48px rgba(17, 17, 17, 0.08);
  --btk-header-row: 56px;
  --btk-topbar-h: 32px;
  --btk-nav: 62px;
  --btk-safe-b: env(safe-area-inset-bottom, 0px);
  --btk-font: "Inter", system-ui, -apple-system, sans-serif;
  --btk-display: "Cormorant Garamond", Georgia, serif;
  --btk-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --btk-container: 1280px;
  --btk-filter-active: var(--btk-accent-dark);
  --btk-filter-active-soft: #f3ebe0;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.btk-body {
  font-family: var(--btk-font);
  font-size: 14px;
  line-height: 1.5;
  color: var(--btk-ink);
  background: var(--btk-bg);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--btk-nav) + var(--btk-safe-b));
}

body.btk-body.btk-no-nav { padding-bottom: var(--btk-safe-b); }

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

.btk-seo-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 0 8px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.btk-seo-pagination__link {
  color: var(--btk-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btk-seo-pagination__status {
  color: var(--btk-muted);
}

body.btk-no-nav .btk-header__desknav,
body.btk-no-nav .btk-header__cats,
body.btk-no-nav .btk-header__subnav {
  display: none !important;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol { list-style: none; }

.btk-container {
  width: min(100% - 32px, var(--btk-container));
  margin-inline: auto;
}

.btk-container--fluid { width: 100%; padding-inline: 16px; }

/* ── Site top stack ── */
.btk-site-top {
  position: sticky;
  top: 0;
  z-index: 920;
}

.btk-topbar {
  background: var(--btk-ink);
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.btk-topbar__inner {
  max-width: var(--btk-container);
  margin-inline: auto;
  height: var(--btk-topbar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  overflow: hidden;
}

.btk-topbar__msg {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.btk-topbar__track {
  display: flex;
  flex-direction: column;
  width: 100%;
  will-change: transform;
  animation: btkTopbarCycle 12s var(--btk-ease) infinite;
}

.btk-topbar__track .btk-topbar__msg {
  height: var(--btk-topbar-h);
  line-height: var(--btk-topbar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@keyframes btkTopbarCycle {
  0%, 38% { transform: translateY(0); }
  42%, 88% { transform: translateY(calc(var(--btk-topbar-h) * -1)); }
  92%, 100% { transform: translateY(calc(var(--btk-topbar-h) * -2)); }
}

/* ── Header ── */
.btk-header {
  background: rgba(247, 245, 242, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--btk-line);
  transition: background 0.35s var(--btk-ease), border-color 0.35s var(--btk-ease), box-shadow 0.35s var(--btk-ease);
}

.btk-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}

/* Homepage: dark premium top chrome */
.btk-home .btk-site-top {
  background: var(--btk-ink);
}

.btk-home .btk-topbar {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.btk-home .btk-header {
  background: var(--btk-ink);
  border-bottom: 1px solid rgba(168, 137, 95, 0.22);
  color: #fff;
}

.btk-home .btk-brand__mark,
.btk-home .btk-icon {
  color: #fff;
}

.btk-home .btk-icon--cart .btk-icon__badge {
  background: #fff;
  color: var(--btk-ink);
}

.btk-home .btk-header.is-scrolled {
  background: rgba(17, 17, 17, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.btk-header__shell {
  max-width: var(--btk-container);
  margin-inline: auto;
  padding-inline: 16px;
}

.btk-header__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--btk-header-row);
  gap: 12px;
}

.btk-header__start,
.btk-header__end {
  display: flex;
  align-items: center;
  gap: 4px;
}

.btk-header__end { justify-content: flex-end; }

.btk-icon {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: inherit;
  border-radius: var(--btk-radius);
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.btk-icon:active { opacity: 0.55; }

.btk-icon--cart .btk-icon__badge {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--btk-ink);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  display: grid;
  place-items: center;
  line-height: 1;
}

.btk-brand {
  display: flex;
  justify-content: center;
  text-align: center;
}

.btk-brand__mark {
  font-family: var(--btk-display);
  font-size: clamp(22px, 5.5vw, 28px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.btk-header__desknav {
  display: none;
  gap: 20px;
}

.btk-header__desknav a {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--btk-muted);
}

.btk-header__desknav a:hover { color: var(--btk-ink); }

.btk-header__searchdesk {
  display: none;
  position: relative;
  padding: 0 0 14px;
}

.btk-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--btk-line);
  padding: 8px 0;
}

.btk-search-form input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.btk-search-form input::placeholder { color: var(--btk-muted); }

.btk-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: var(--btk-surface);
  border: 1px solid var(--btk-line);
  box-shadow: var(--btk-shadow);
  max-height: 360px;
  overflow: auto;
  z-index: 960;
  display: none;
}

.btk-header__cats {
  border-top: 1px solid rgba(227, 222, 214, 0.65);
  overflow: hidden;
}

.btk-home .btk-header:not(.is-scrolled) .btk-header__cats {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.btk-header__cats-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 16px 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-header__cats-track::-webkit-scrollbar { display: none; }

.btk-header__cat {
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid var(--btk-line);
  border-radius: 999px;
  color: var(--btk-muted);
  white-space: nowrap;
}

.btk-header__cat.is-featured {
  background: var(--btk-ink);
  border-color: var(--btk-ink);
  color: #fff;
}

.btk-header__cat.is-active:not(.is-featured) {
  color: var(--btk-ink);
  border-color: var(--btk-ink);
}

.btk-header__subnav {
  display: none;
  justify-content: center;
  gap: 28px;
  padding: 0 24px 14px;
  border-top: 1px solid var(--btk-line);
}

.btk-header__subnav a {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--btk-muted);
  padding-top: 12px;
}

.btk-header__subnav a:hover { color: var(--btk-ink); }

/* ── Search layer (mobile) ── */
.btk-search-layer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(17, 17, 17, 0.42);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s var(--btk-ease), visibility 0.28s;
}

.btk-search-layer.is-open {
  opacity: 1;
  visibility: visible;
}

.btk-search-layer__panel {
  background: var(--btk-surface);
  padding: 20px 16px 24px;
  transform: translateY(-12px);
  transition: transform 0.32s var(--btk-ease);
}

.btk-search-layer.is-open .btk-search-layer__panel {
  transform: translateY(0);
}

.btk-search-layer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-family: var(--btk-display);
  font-size: 24px;
}

.btk-search-form--layer {
  border: 1px solid var(--btk-line);
  border-radius: var(--btk-radius);
  padding: 4px 4px 4px 14px;
  gap: 8px;
}

.btk-search-form--layer input {
  font-size: 15px;
  padding: 10px 0;
}

.btk-search-form--layer button {
  border: 0;
  background: var(--btk-ink);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 16px;
  cursor: pointer;
}

.btk-search-layer__results {
  margin-top: 12px;
  max-height: 55vh;
  overflow: auto;
}

/* ── Bottom nav ── */
.btk-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--btk-line);
  padding-bottom: var(--btk-safe-b);
  box-shadow: 0 -8px 32px rgba(17, 17, 17, 0.06);
}

.btk-bottom-nav__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: var(--btk-nav);
  max-width: var(--btk-container);
  margin-inline: auto;
}

.btk-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px 6px;
  font-family: var(--btk-font);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--btk-muted);
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
}

.btk-bottom-nav__item.is-active { color: var(--btk-ink); }

.btk-bottom-nav__item.is-active .btk-bottom-nav__label { font-weight: 600; }

.btk-bottom-nav__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.btk-bottom-nav__icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.btk-bottom-nav__label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}

.btk-bottom-nav__badge {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--btk-ink);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s, transform 0.2s;
}

.btk-bottom-nav__badge.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ── Drawers / overlays ── */
.btk-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.45);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s var(--btk-ease), visibility 0.28s;
}

.btk-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btk-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(88vw, 360px);
  background: var(--btk-surface);
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.32s var(--btk-ease);
  display: flex;
  flex-direction: column;
  box-shadow: var(--btk-shadow);
}

.btk-drawer--menu {
  width: min(92vw, 380px);
  background: var(--btk-bg);
}

.btk-drawer--right {
  right: 0;
  left: auto;
  transform: translateX(100%);
  width: min(100vw, 440px);
  background: var(--btk-surface);
}

.btk-drawer.is-open { transform: translateX(0); }

.btk-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--btk-line);
}

.btk-drawer__title {
  font-family: var(--btk-display);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.btk-drawer__divider {
  height: 1px;
  background: var(--btk-line);
  margin: 8px 20px;
}

.btk-drawer__body {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 24px;
}

/* ── Navigation menu drawer ── */
.btk-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.btk-menu__head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, #111 0%, #1a1a1a 100%);
  color: #fff;
  min-height: 76px;
}

.btk-menu__head-main,
.btk-menu__head-sub {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.btk-menu__head-sub {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.btk-menu__head-sub[hidden],
.btk-menu__head-main[hidden] {
  display: none !important;
}

.btk-menu__brand {
  display: block;
  font-family: var(--btk-display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.btk-menu__kicker {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.btk-menu__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.btk-menu__back:active {
  background: rgba(255, 255, 255, 0.18);
}

.btk-menu__subhead-text {
  min-width: 0;
}

.btk-menu__subhead-kicker {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: 4px;
}

.btk-menu__subhead-title {
  display: block;
  font-family: var(--btk-display);
  font-size: clamp(24px, 6vw, 28px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.08;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btk-menu__close {
  grid-column: 2;
  grid-row: 1;
  color: rgba(255, 255, 255, 0.88);
  flex-shrink: 0;
  align-self: start;
}

.btk-menu__body {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.btk-menu__viewport {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.btk-menu__panel {
  display: none;
  padding: 0 0 20px;
  animation: btkMenuPanelIn 0.28s var(--btk-ease);
}

.btk-menu__panel.is-active {
  display: block;
}

.btk-menu__panel[hidden] {
  display: none !important;
}

@keyframes btkMenuPanelIn {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes btkMenuPanelBack {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.btk-menu__section {
  padding: 6px 0 0;
}

.btk-menu__section--muted {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--btk-line);
  background: rgba(255, 255, 255, 0.45);
}

.btk-menu__eyebrow {
  padding: 12px 18px 6px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--btk-muted);
}

.btk-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btk-menu__list--desktop {
  display: none;
}

.btk-menu__list-item + .btk-menu__list-item,
.btk-menu__group + .btk-menu__group {
  border-top: 1px solid rgba(227, 222, 214, 0.65);
}

.btk-menu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--btk-ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

a.btk-menu__row:hover,
button.btk-menu__row:hover {
  background: rgba(17, 17, 17, 0.04);
}

.btk-menu__row--soft {
  min-height: 46px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--btk-muted);
}

.btk-menu__row-label {
  flex: 1;
  min-width: 0;
}

.btk-menu__chev {
  flex-shrink: 0;
  color: var(--btk-muted);
}

.btk-menu__all {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 12px 16px 8px;
  padding: 14px 16px;
  border-radius: var(--btk-radius-lg);
  background: var(--btk-surface);
  border: 1px solid var(--btk-line);
  box-shadow: 0 6px 18px rgba(17, 17, 17, 0.04);
}

.btk-menu__all-kicker {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--btk-muted);
}

.btk-menu__all-title {
  font-family: var(--btk-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--btk-ink);
}

.btk-menu__foot {
  padding: 14px 18px calc(16px + var(--btk-safe-b));
  border-top: 1px solid var(--btk-line);
  background: var(--btk-surface);
}

.btk-menu__foot-label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--btk-muted);
}

.btk-menu__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.btk-menu__social a {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btk-ink);
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}

.btk-menu__group-head {
  display: flex;
  align-items: stretch;
}

.btk-menu__group-head .btk-menu__row {
  flex: 1;
}

.btk-menu__expand {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  border: 0;
  border-left: 1px solid rgba(227, 222, 214, 0.65);
  background: transparent;
  color: var(--btk-muted);
  cursor: pointer;
  flex-shrink: 0;
}

.btk-menu__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(255, 255, 255, 0.72);
}

.btk-menu__sublist--nested {
  background: rgba(247, 245, 242, 0.9);
}

.btk-menu__subitem--branch.is-open > .btk-menu__sublist,
.btk-menu__group--branch.is-open > .btk-menu__sublist {
  display: block;
}

.btk-menu__subhead {
  display: flex;
  align-items: stretch;
}

.btk-menu__sublink {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 44px;
  padding: 0 18px 0 28px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btk-ink);
}

.btk-menu__sublist--nested .btk-menu__sublink {
  padding-left: 40px;
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.06em;
}

.btk-menu__subhead .btk-menu__sublink {
  padding-left: 28px;
}

.btk-menu__subhead .btk-menu__expand {
  display: inline-flex;
  width: 44px;
}

.btk-menu__subitem + .btk-menu__subitem,
.btk-menu__subhead + .btk-menu__sublist {
  border-top: 1px solid rgba(227, 222, 214, 0.55);
}

.btk-menu__group--branch.is-open .btk-menu__expand svg,
.btk-menu__subitem--branch.is-open > .btk-menu__subhead .btk-menu__expand svg {
  transform: rotate(180deg);
}

.btk-menu__expand svg {
  transition: transform 0.22s var(--btk-ease);
}

.btk-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(232, 228, 223, 0.6);
}

.btk-menu-link:active { background: var(--btk-bg); }

/* ── Homepage quick hub (Trendyol-style circles) ── */
.btk-quickhub {
  background: var(--btk-bg);
  border-bottom: 1px solid var(--btk-line);
  padding: 14px 0 12px;
}

.btk-quickhub--inset {
  border-bottom: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.btk-quickhub--inset .btk-quickhub__track {
  padding-inline: 0;
}

.btk-quickhub--inset .btk-quickhub__item {
  flex-basis: 64px;
}

.btk-quickhub--inset .btk-quickhub__icon {
  width: 48px;
  height: 48px;
}

.btk-quickhub--inset .btk-quickhub__icon svg {
  width: 18px;
  height: 18px;
}

.btk-quickhub--inset .btk-quickhub__label {
  font-size: 9px;
  max-width: 64px;
}

.btk-quickhub__scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-quickhub__scroll::-webkit-scrollbar { display: none; }

.btk-quickhub__track {
  display: flex;
  gap: 14px;
  padding: 0 16px;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.btk-quickhub__item {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.btk-quickhub__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--btk-surface);
  border: 1px solid var(--btk-line);
  color: var(--btk-ink);
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.05);
  transition: transform 0.2s var(--btk-ease), border-color 0.2s;
}

.btk-quickhub__icon svg {
  width: 22px;
  height: 22px;
}

.btk-quickhub__icon--sale {
  color: var(--btk-sale);
  background: #fdf5f5;
  border-color: #f0dede;
}

.btk-quickhub__icon--hot {
  color: #b45309;
  background: #fdf8f0;
  border-color: #f0e4d4;
}

.btk-quickhub__icon--new {
  color: var(--btk-accent-dark);
  background: #faf6f0;
  border-color: #ebe3d6;
}

.btk-quickhub__item:active .btk-quickhub__icon {
  transform: scale(0.96);
}

.btk-quickhub__label {
  font-size: 10px;
  line-height: 1.25;
  color: var(--btk-ink);
  max-width: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Homepage hero: hub strip + banner ── */
.btk-home-hero {
  background:
    radial-gradient(120% 80% at 50% -20%, rgba(168, 137, 95, 0.1) 0%, transparent 58%),
    linear-gradient(180deg, #faf7f2 0%, var(--btk-hero-bg) 52%, var(--btk-hero-bg-soft) 100%);
  color: var(--btk-ink);
  border-top: 1px solid rgba(168, 137, 95, 0.18);
  border-bottom: 1px solid var(--btk-line);
  padding: 10px 0 12px;
}

.btk-home-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btk-home-hub.btk-header__cats {
  border-top: 0;
}

.btk-home-hub__track {
  min-width: 0;
}

.btk-home-hub__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.btk-home-hub__ring {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--btk-line);
  background: var(--btk-surface);
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.08);
  transition: transform 0.22s var(--btk-ease), box-shadow 0.22s var(--btk-ease), border-color 0.22s var(--btk-ease);
}

.btk-home-hub__ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.btk-home-hub__item--personal .btk-home-hub__ring {
  background: linear-gradient(145deg, #faf0e4 0%, #eddcc4 100%);
  border-color: #c4a574;
  box-shadow: 0 5px 16px rgba(168, 137, 95, 0.24);
}

.btk-home-hub__item--new .btk-home-hub__ring {
  background: linear-gradient(145deg, #faf6f0 0%, #e8ddd0 100%);
  border-color: #a8895f;
  box-shadow: 0 5px 16px rgba(138, 112, 72, 0.22);
}

.btk-home-hub__item--sale .btk-home-hub__ring {
  background: linear-gradient(145deg, #fdf0f0 0%, #f0cccc 100%);
  border-color: #b33a3a;
  box-shadow: 0 5px 16px rgba(155, 44, 44, 0.24);
}

.btk-home-hub__item--hot .btk-home-hub__ring {
  background: linear-gradient(145deg, #fdf4e8 0%, #f5d9b8 100%);
  border-color: #d97706;
  box-shadow: 0 5px 16px rgba(180, 83, 9, 0.24);
}

.btk-home-hub__item--edit .btk-home-hub__ring {
  background: linear-gradient(145deg, #f3ebe0 0%, #dfd0bc 100%);
  border-color: #8a7048;
  box-shadow: 0 5px 16px rgba(17, 17, 17, 0.14);
}

.btk-home-hub__item--value .btk-home-hub__ring {
  background: linear-gradient(145deg, #dff2e8 0%, #bfe6d0 100%);
  border-color: #2d6a4f;
  box-shadow: 0 5px 16px rgba(45, 106, 79, 0.26);
}

.btk-home-hub__item:hover .btk-home-hub__ring {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.14);
}

.btk-home-hub__item--personal:hover .btk-home-hub__ring { border-color: #8a7048; }
.btk-home-hub__item--new:hover .btk-home-hub__ring { border-color: #8a7048; }
.btk-home-hub__item--sale:hover .btk-home-hub__ring { border-color: #9b2c2c; }
.btk-home-hub__item--hot:hover .btk-home-hub__ring { border-color: #b45309; }
.btk-home-hub__item--edit:hover .btk-home-hub__ring { border-color: #6b5638; }
.btk-home-hub__item--value:hover .btk-home-hub__ring { border-color: #1a4d36; }

.btk-home-hub__item:active .btk-home-hub__ring {
  transform: scale(0.97);
}

.btk-home-hub__label {
  font-size: 9px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--btk-ink);
  max-width: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btk-home-hub__item--sale .btk-home-hub__label {
  color: #8f2a2a;
}

.btk-home-hub__item--hot .btk-home-hub__label {
  color: #9a4f08;
}

.btk-home-hub__item--value .btk-home-hub__label {
  color: #1f5c42;
}

.btk-home-hub__item--personal .btk-home-hub__label,
.btk-home-hub__item--new .btk-home-hub__label,
.btk-home-hub__item--edit .btk-home-hub__label {
  color: var(--btk-accent-dark);
}

.btk-home-hero__banner {
  min-width: 0;
}

/* ── Son Fırsatlar section (below hero) ── */
.btk-deals-section {
  background: var(--btk-bg);
  border-bottom: 1px solid var(--btk-line);
  padding: 18px 0 22px;
}

.btk-deals-section__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
}

.btk-deals-section__head {
  flex: 0 0 auto;
  width: min(28vw, 88px);
  padding-right: 2px;
}

.btk-deals-section__eyebrow {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--btk-accent);
  margin-bottom: 2px;
}

.btk-deals-section__title {
  font-family: var(--btk-display);
  font-size: clamp(17px, 4vw, 22px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--btk-ink);
  margin-bottom: 6px;
}

.btk-deals-section__link {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--btk-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btk-deals-section__track {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.btk-deals-section .btk-deal-card__media {
  background: #ebe5dc;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.08);
}

.btk-deal-card {
  display: block;
  min-width: 0;
  -webkit-tap-highlight-color: transparent;
}

.btk-deal-card__media {
  position: relative;
  /*! aspect-ratio: 3 / 4; */
  border-radius: var(--btk-radius);
  overflow: hidden;
  background: var(--btk-line);
}

.btk-deal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btk-deal-card__badge {
  position: absolute;
  top: 4px;
  left: 4px;
  background: var(--btk-sale);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 999px;
  z-index: 2;
  line-height: 1.2;
}

.btk-deal-card__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 4px 4px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.88) 100%);
  text-align: center;
}

.btk-deal-card__price {
  display: block;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Homepage banner (inside hero) ── */
.btk-home-banner__frame {
  width: 100%;
  height: 100%;
  min-height: clamp(160px, 42vw, 200px);
  overflow: hidden;
  border-radius: var(--btk-radius-lg);
  background: var(--btk-surface);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  border: 1px solid rgba(227, 222, 214, 0.9);
}

.btk-home-hero__banner .btk-home-banner__frame {
  min-height: clamp(180px, 46vw, 230px);
}

.btk-home-banner__link {
  display: block;
  width: 100%;
  height: 100%;
}

.btk-home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

/* ── Homepage quick nav (below banner) ── */
.btk-home-quicknav {
  background: var(--btk-surface);
  border-bottom: 1px solid var(--btk-line);
}

.btk-home-quicknav__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-home-quicknav__track::-webkit-scrollbar { display: none; }

.btk-home-quicknav__link {
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--btk-line);
  border-radius: 999px;
  color: var(--btk-muted);
  white-space: nowrap;
}

.btk-home-quicknav__link.is-accent {
  background: var(--btk-ink);
  border-color: var(--btk-ink);
  color: #fff;
}

.btk-home-quicknav__link.is-active:not(.is-accent) {
  color: var(--btk-ink);
  border-color: var(--btk-ink);
}

/* ── Discover hub ── */
.btk-discover {
  background: var(--btk-ink);
  color: #fff;
  padding: 36px 0 40px;
}

.btk-discover__intro {
  margin-bottom: 24px;
}

.btk-discover__eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--btk-accent);
  margin-bottom: 8px;
}

.btk-discover__title {
  font-family: var(--btk-display);
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 10px;
}

.btk-discover__lead {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36ch;
}

.btk-discover__tabs-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.btk-discover__tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-discover__tabs::-webkit-scrollbar { display: none; }

.btk-discover__tab {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s var(--btk-ease), color 0.25s, border-color 0.25s;
  -webkit-tap-highlight-color: transparent;
}

.btk-discover__tab.is-active {
  background: #fff;
  border-color: #fff;
  color: var(--btk-ink);
}

.btk-discover__panel {
  display: none;
  animation: btkDiscoverIn 0.35s var(--btk-ease);
}

.btk-discover__panel.is-active {
  display: block;
}

@keyframes btkDiscoverIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.btk-discover__spotlight {
  margin-bottom: 4px;
}

.btk-discover__spotlight-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--btk-radius-lg);
}

.btk-discover__spotlight-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.btk-discover__spotlight-main:active {
  opacity: 0.88;
}

.btk-discover__spotlight-thumb {
  flex: 0 0 92px;
  width: 92px;
  aspect-ratio: 318 / 477;
  overflow: hidden;
  border-radius: var(--btk-radius);
  background: rgba(255, 255, 255, 0.04);
}

.btk-discover__spotlight-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.btk-discover__spotlight-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
}

.btk-discover__spotlight-body {
  flex: 1;
  min-width: 0;
  padding: 2px 0;
}

.btk-discover__spotlight-label {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--btk-accent);
  margin-bottom: 4px;
}

.btk-discover__spotlight-body h3 {
  font-family: var(--btk-display);
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 6px;
}

.btk-discover__spotlight-cta {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.btk-discover__hits {
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.btk-discover__hits-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.btk-discover__hits-head span {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.btk-discover__hits-head a {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1px;
}

.btk-discover__hits-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-discover__hits-track::-webkit-scrollbar { display: none; }

.btk-discover__hit {
  flex: 0 0 88px;
  width: 88px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.btk-discover__hit-media {
  aspect-ratio: 318 / 477;
  overflow: hidden;
  border-radius: var(--btk-radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s;
}

.btk-discover__hit:active .btk-discover__hit-media {
  border-color: rgba(255, 255, 255, 0.22);
}

.btk-discover__hit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.btk-discover__hit-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.btk-discover__hit-name {
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btk-discover__hit-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  line-height: 1.2;
}

.btk-discover__hit-price {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}

.btk-discover__hit-old {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: line-through;
}

.btk-discover__subs {
  margin-top: 20px;
}

.btk-discover__subs-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}

.btk-discover__subs-head h4 {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.btk-discover__subs-head span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.btk-discover__subs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.btk-discover__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--btk-radius);
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
  transition: background 0.2s, border-color 0.2s;
}

.btk-discover__sub:active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.btk-discover__sub.is-wide {
  grid-column: 1 / -1;
}

.btk-discover__collections {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btk-discover__collections-head h4 {
  font-family: var(--btk-display);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px;
}

.btk-discover__collections-head p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
}

.btk-discover__collections-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(72vw, 240px);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-discover__collections-track::-webkit-scrollbar { display: none; }

.btk-discover__collection {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 120px;
  padding: 16px;
  border-radius: var(--btk-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.btk-discover__collection--light {
  background: rgba(255, 255, 255, 0.92);
  color: var(--btk-ink);
}

.btk-discover__collection--dark {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btk-discover__collection--accent {
  background: var(--btk-accent);
  color: #fff;
  border-color: transparent;
}

.btk-discover__collection-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

.btk-discover__collection-desc {
  font-size: 12px;
  opacity: 0.75;
  line-height: 1.4;
}

.btk-trust-strip {
  background: var(--btk-surface);
  border-bottom: 1px solid var(--btk-line);
}

.btk-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
}

.btk-trust-strip__item {
  text-align: center;
  padding: 4px 6px;
}

.btk-trust-strip__item strong {
  display: block;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.btk-trust-strip__item span {
  font-size: 11px;
  color: var(--btk-muted);
  line-height: 1.35;
}

/* ── Section ── */
.btk-section { padding: 32px 0; }

.btk-section--tight { padding-top: 28px; }
.btk-section--flush { padding-bottom: 0; }
.btk-section--muted { background: #efece6; }

.btk-section__eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--btk-accent);
  margin-bottom: 6px;
}

.btk-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.btk-section__title {
  font-family: var(--btk-display);
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.btk-section__link {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--btk-muted);
  white-space: nowrap;
  border-bottom: 1px solid var(--btk-line);
  padding-bottom: 2px;
}

/* ── Category editorial grid ── */
.btk-cat-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 16px;
}

.btk-cat-editorial__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--btk-radius-lg);
  background: var(--btk-surface);
}

.btk-cat-editorial__img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.btk-cat-editorial__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--btk-ease);
}

.btk-cat-editorial__item:active .btk-cat-editorial__img img {
  transform: scale(1.04);
}

.btk-cat-editorial__meta {
  position: absolute;
  inset: auto 0 0;
  padding: 16px 14px;
  background: linear-gradient(transparent, rgba(17, 17, 17, 0.62));
  color: #fff;
}

.btk-cat-editorial__meta span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  opacity: 0.75;
  margin-bottom: 4px;
}

.btk-cat-editorial__meta h3 {
  font-family: var(--btk-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* ── Product grid ── */
.btk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
}

.btk-grid--scroll {
  display: grid;
  grid-template-columns: unset;
  grid-template-rows: unset;
  grid-auto-flow: column;
  grid-auto-columns: min(44vw, 200px);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 16px 12px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-product-rail {
  overflow: hidden;
  width: 100%;
}

.btk-section--products .btk-section__head {
  margin-bottom: 18px;
}

.btk-section--products .btk-product-rail {
  width: 100%;
}

.btk-section--products .btk-grid--scroll {
  padding-inline: 0;
  scroll-padding-inline: 0;
}

@media (max-width: 767px) {
  .btk-section--products .btk-product-rail {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .btk-section--products .btk-grid--scroll {
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }
}

.btk-grid--scroll .btk-card {
  scroll-snap-align: start;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.btk-grid--scroll::-webkit-scrollbar { display: none; }

.btk-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.btk-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--btk-radius-lg);
  background: #eee;
  margin-bottom: 10px;
}

.btk-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.btk-card__media-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--btk-ease);
}

.btk-card:active .btk-card__media-link img { transform: scale(1.02); }

.btk-card__body-link {
  display: block;
  min-width: 0;
  color: inherit;
}

.btk-card__sold {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.72);
  display: grid;
  place-items: center;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

.btk-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: var(--btk-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  border-radius: 999px;
}

.btk-card__cart-deal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 28px 10px 10px;
  background: linear-gradient( 180deg, rgba(45, 106, 79, 0) 0%, rgba(45, 106, 79, 0.38) 38%, rgba(26, 77, 54, 0.96) 100% );
  pointer-events: none;
}

.btk-card__cart-deal-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.25;
}

.btk-card__cart-deal-label em {
  display: block;
  margin-top: 1px;
  font-style: normal;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--btk-deal-light);
}

.btk-card__cart-deal-price {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.btk-card__fav {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
}
.btk-card__fav.is-liked { color: var(--btk-sale); }

.btk-card__title {
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btk-card__cat {
  font-size: 10px;
  color: var(--btk-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.btk-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.btk-card__price {
  font-size: 14px;
  font-weight: 600;
}

.btk-card__price-old {
  font-size: 12px;
  color: var(--btk-muted);
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .btk-card__cart-deal {
    padding: 32px 12px 12px;
  }

  .btk-card__cart-deal-label em {
    font-size: 16px;
  }

  .btk-card__cart-deal-price {
    font-size: 18px;
  }
}

.btk-card__cart-price {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  background: linear-gradient(135deg, var(--btk-deal) 0%, var(--btk-deal-dark) 100%);
  border-radius: var(--btk-radius);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.btk-card__cart-price strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
}

/* ── Editorial banner ── */
.btk-editorial {
  display: grid;
  gap: 12px;
  padding: 0 16px;
}

.btk-editorial__item {
  position: relative;
  border-radius: var(--btk-radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.btk-editorial__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btk-editorial__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(transparent 40%, rgba(0,0,0,0.5));
  color: #fff;
}

.btk-editorial__content h3 {
  font-family: var(--btk-display);
  font-size: 26px;
  margin-bottom: 8px;
}

/* ── Buttons ── */
.btk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--btk-ink);
  background: var(--btk-ink);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--btk-radius);
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s;
}

.btk-btn:active { opacity: 0.85; }

.btk-btn--ghost {
  background: transparent;
  color: var(--btk-ink);
}

.btk-btn--light {
  background: #fff;
  color: var(--btk-ink);
  border-color: #fff;
}

.btk-btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btk-btn--accent {
  background: var(--btk-accent);
  border-color: var(--btk-accent);
}

.btk-btn--block { width: 100%; }

/* ── Category / listing page ── */
.btk-plp {
  display: block;
  padding-bottom: 24px;
}

.btk-plp-hero {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 18px;
  position: static;
  z-index: 1;
  padding-bottom: 0;
  background: none;
}

.btk-plp-hero__info {
  min-width: 0;
}

.btk-plp-hero__info .btk-breadcrumb {
  padding: 0 0 10px;
}

.btk-plp-hero__filters {
  min-width: 0;
  width: 100%;
}

.btk-plp-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.btk-plp-head__title {
  flex: 1;
  min-width: 0;
}

.btk-plp-head h1 {
  font-family: var(--btk-display);
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
}

.btk-plp-head__count {
  font-size: 13px;
  color: var(--btk-muted);
  margin: 0;
  white-space: nowrap;
}

.btk-filterbar {
  border-radius: var(--btk-radius-lg);
  overflow: hidden;
  width: 100%;
}

.btk-filterbar__primary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.btk-filterbar__main {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-filterbar__main::-webkit-scrollbar { display: none; }

.btk-filterbar__actions {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.btk-filterbar__secondary {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.btk-filterbar__secondary::-webkit-scrollbar { display: none; }

.btk-filterbar__quick {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid var(--btk-line);
  background: var(--btk-bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.btk-filterbar__chip {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.btk-filterbar__chip input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.btk-filterbar__chip span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--btk-line);
  border-radius: 999px;
  background: var(--btk-bg);
  font-size: 12px;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.btk-filterbar__chip--toggle span {
  gap: 8px;
  height: 38px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid var(--btk-line);
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--btk-muted);
  background: transparent;
}

.btk-filterbar__chip--toggle:last-child span {
  border-right: 0;
}

.btk-filterbar__chip--toggle span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid var(--btk-line);
  background: var(--btk-surface);
  flex-shrink: 0;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}

.btk-filterbar__chip--toggle:hover span {
  background: var(--btk-hero-bg-soft);
  color: var(--btk-ink);
}

.btk-filterbar__chip--toggle:hover span::before {
  border-color: var(--btk-accent);
}

.btk-filterbar__chip--toggle:has(input:focus-visible) span {
  outline: 2px solid rgba(168, 137, 95, 0.35);
  outline-offset: -2px;
}

.btk-filterbar__chip--toggle:has(input:checked) span {
  background: var(--btk-filter-active-soft);
  border-color: transparent;
  color: var(--btk-accent-dark);
  box-shadow: none;
}

.btk-filterbar__chip--toggle:has(input:checked) span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--btk-filter-active);
  background: var(--btk-filter-active);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.btk-filterbar__chip:has(input:checked):not(.btk-filterbar__chip--toggle) span {
  background: var(--btk-filter-active-soft);
  border-color: var(--btk-accent);
  color: var(--btk-accent-dark);
}

.btk-filterbar__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.btk-filterbar__label {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--btk-muted);
  white-space: nowrap;
}

.btk-filterbar__field input[type="search"],
.btk-filterbar__field input[type="text"],
.btk-filterbar__select {
  height: 36px;
  min-width: 0;
  border: 1px solid var(--btk-line);
  border-radius: 0;
  background: var(--btk-surface);
  padding: 0 14px;
  font-size: 12px;
  color: var(--btk-ink);
  transition: border-color 0.2s, background 0.2s;
}

.btk-filterbar__field input[type="search"]:focus,
.btk-filterbar__field input[type="text"]:focus,
.btk-filterbar__select:focus {
  outline: none;
  border-color: var(--btk-accent);
  background: var(--btk-surface);
}

.btk-filterbar__field input[type="search"] {
  width: min(160px, 36vw);
}

.btk-filterbar__field--price .btk-filterbar__price {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btk-filterbar__price input {
  width: 72px;
  text-align: center;
  padding-inline: 8px;
}

.btk-filterbar__price span {
  color: var(--btk-muted);
  font-size: 12px;
}

.btk-filterbar__select {
  appearance: none;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2376716a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  min-width: 108px;
}

.btk-filterbar__field--sort .btk-filterbar__select {
  min-width: 118px;
}

.btk-filterbar__apply {
  height: 36px;
  padding: 0 18px;
  border: 1px solid var(--btk-accent-dark);
  border-radius: 0;
  background: var(--btk-accent-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s;
}

.btk-filterbar__apply:hover {
  background: var(--btk-accent);
  border-color: var(--btk-accent);
}

.btk-filterbar__apply:active {
  transform: scale(0.98);
}

/* PLP mobile toolbar */
.btk-plp-toolbar {
  display: none;
}

.btk-plp-toolbar__btn,
.btk-plp-toolbar__sort select {
  -webkit-tap-highlight-color: transparent;
}

.btk-plp-head__back {
  display: none;
}

.btk-plp-toolbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--btk-line);
  border-radius: 999px;
  background: var(--btk-surface);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  flex: 1;
  min-width: 0;
}

.btk-plp-toolbar__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--btk-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.btk-plp-toolbar__sort {
  flex: 1;
  min-width: 0;
}

.btk-plp-toolbar__sort select {
  width: 100%;
  height: 40px;
  border: 1px solid var(--btk-line);
  border-radius: 999px;
  background: var(--btk-surface);
  padding: 0 34px 0 14px;
  font-size: 12px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2376716a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

.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;
}

.btk-plp-seo {
  padding: 0 16px 40px;
  font-size: 13px;
  color: var(--btk-muted);
  line-height: 1.7;
}

.btk-plp .product-list-infinite .btk-grid {
  padding: 0 0 16px;
}

.btk-breadcrumb.btk-container {
  padding-top: 12px;
}

.btk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btk-muted);
  padding: 12px 16px 0;
}

.btk-breadcrumb a { color: var(--btk-ink); }

.btk-breadcrumb li {
  display: contents;
  list-style: none;
}

.btk-breadcrumb .breadcrumb-item::after {
  content: "/";
  margin: 0 6px;
  color: var(--btk-muted);
}

.btk-breadcrumb__sep {
  color: var(--btk-muted);
}

.btk-breadcrumb__current {
  color: var(--btk-muted);
}

/* ── Filter sheet ── */
.btk-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background: var(--btk-surface);
  border-radius: 16px 16px 0 0;
  max-height: 88vh;
  transform: translateY(100%);
  transition: transform 0.34s var(--btk-ease);
  display: flex;
  flex-direction: column;
  padding-bottom: var(--btk-safe-b);
}

.btk-sheet.is-open { transform: translateY(0); }

.btk-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--btk-line);
}

.btk-sheet__body {
  flex: 1;
  overflow: auto;
  padding: 16px 20px 24px;
}

.btk-sheet .btk-filterbar__quick {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  overflow: visible;
  border-color: var(--btk-line);
  background: var(--btk-bg);
}

.btk-sheet .btk-filterbar__chip--toggle span {
  width: 100%;
  justify-content: flex-start;
  height: 48px;
  padding-inline: 16px;
  font-size: 13px;
  border-right: 0;
  border-bottom: 1px solid var(--btk-line);
  color: var(--btk-muted);
}

.btk-sheet .btk-filterbar__chip--toggle:has(input:checked) span {
  color: var(--btk-accent-dark);
  background: var(--btk-filter-active-soft);
}

.btk-sheet .btk-filterbar__chip--toggle:last-child span {
  border-bottom: 0;
}

.btk-sheet .btk-filterbar__primary,
.btk-sheet .btk-filterbar__main,
.btk-sheet .btk-filterbar__actions,
.btk-sheet .btk-filterbar__secondary {
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
  gap: 14px;
}

.btk-sheet .btk-filterbar__field,
.btk-sheet .btk-filterbar__chip {
  width: 100%;
}

.btk-sheet .btk-filterbar__field input[type="search"],
.btk-sheet .btk-filterbar__field input[type="text"],
.btk-sheet .btk-filterbar__select,
.btk-sheet .btk-filterbar__price input {
  width: 100%;
  min-width: 0;
  height: 44px;
  font-size: 14px;
}

.btk-sheet .btk-filterbar__label {
  font-size: 10px;
}

.btk-sheet .btk-filterbar__chip span {
  width: 100%;
  justify-content: center;
  height: 44px;
  font-size: 13px;
}

.btk-sheet .btk-filterbar__actions {
  padding-top: 18px;
  margin-top: 4px;
  border-top: 1px solid var(--btk-line);
}

.btk-sheet .btk-filterbar__field--sort .btk-filterbar__select {
  min-width: 0;
}

.btk-sheet .btk-filterbar__apply {
  width: 100%;
  height: 48px;
  font-size: 12px;
}

.btk-field { margin-bottom: 16px; }

.btk-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--btk-muted);
}

.btk-field input[type="text"],
.btk-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--btk-line);
  border-radius: var(--btk-radius);
  padding: 0 12px;
  background: var(--btk-bg);
}

.btk-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 13px;
}

.btk-check input { width: 18px; height: 18px; accent-color: var(--btk-ink); }

/* ── PDP (product detail) ── */
.btk-pdp {
  display: block;
  background: var(--btk-bg);
}

.btk-pdp__gallery-col {
  background: #f0eeeb;
}

.btk-pdp-gallery {
  position: relative;
}

.btk-pdp-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.btk-pdp-gallery__track::-webkit-scrollbar { display: none; }

.btk-pdp-gallery__slide {
  scroll-snap-align: start;
  aspect-ratio: 2 / 3;
  width: 100%;
  background: #f0eeeb;
}

.btk-pdp-gallery__slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.btk-pdp-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.btk-pdp-gallery__counter {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(255,255,255,0.92);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  z-index: 2;
}

.btk-pdp-thumbs {
  display: none;
}

.btk-pdp__info-col {
  background: var(--btk-surface);
}

.btk-pdp-info {
  padding: 20px 16px calc(96px + var(--btk-safe-b));
}

.btk-pdp__eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--btk-accent);
  margin-bottom: 8px;
}

.btk-pdp__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.btk-pdp__title-row h1 {
  font-family: var(--btk-display);
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 400;
  line-height: 1.12;
  flex: 1;
}

.btk-pdp__fav {
  position: static !important;
  flex-shrink: 0;
  margin-top: 4px;
}

.btk-pdp-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.btk-pdp-price__current {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.btk-pdp-price__old {
  font-size: 15px;
  color: var(--btk-muted);
  text-decoration: line-through;
}

.btk-pdp-price__badge {
  background: var(--btk-sale);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
}

.btk-pdp-deal {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: var(--btk-radius-lg);
  background: linear-gradient(135deg, var(--btk-deal) 0%, var(--btk-deal-dark) 100%);
  color: #fff;
}

.btk-pdp-deal__label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 6px;
}

.btk-pdp-deal__row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.btk-pdp-deal__rate {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.btk-pdp-deal__price {
  font-size: 20px;
  font-weight: 600;
}

.btk-pdp-trust {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--btk-muted);
}

.btk-pdp-trust .is-in { color: var(--btk-success); font-weight: 600; }

.btk-pdp-trust .is-out { color: var(--btk-sale); font-weight: 600; }

.btk-pdp-option { margin-bottom: 16px; }

.btk-pdp-option__label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--btk-muted);
  margin-bottom: 8px;
}

.btk-swatch {
  width: 52px;
  border-radius: var(--btk-radius);
  overflow: hidden;
  border: 2px solid transparent;
  padding: 2px;
}

.btk-swatch.active,
.btk-swatch.active:hover {
  border-color: var(--btk-ink);
}

.btk-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
}

.btk-pdp-lead {
  font-size: 14px;
  line-height: 1.6;
  color: var(--btk-muted);
  margin-bottom: 12px;
}

.btk-pdp-option__hint {
  font-size: 11px;
  font-weight: 400;
  color: var(--btk-muted);
  letter-spacing: normal;
  text-transform: none;
  margin-left: 6px;
  transition: color 0.2s var(--btk-ease);
}

.btk-pdp-variant-alert {
  display: none;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 10px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.45;
  color: #8f2a2a;
  background: linear-gradient(180deg, #fdf5f5 0%, #faecec 100%);
  border: 1px solid rgba(155, 44, 44, 0.22);
  border-radius: var(--btk-radius);
}

.btk-pdp-variant-alert svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.btk-pdp-option.is-required .btk-pdp-variant-alert {
  display: flex;
  animation: btkVariantAlertIn 0.38s var(--btk-ease);
}

.btk-pdp-option.is-required .btk-pdp-option__label {
  color: var(--btk-sale);
}

.btk-pdp-option.is-required .btk-pdp-option__hint {
  color: var(--btk-sale);
  font-weight: 600;
  animation: btkVariantHintPulse 0.85s ease 2;
}

.btk-variant-row.variant-error,
.btk-pdp-option.is-required .btk-variant-row {
  outline: 2px solid rgba(155, 44, 44, 0.55);
  outline-offset: 3px;
  border-radius: var(--btk-radius);
  background: rgba(253, 245, 245, 0.55);
  animation: btkVariantShake 0.58s var(--btk-ease);
}

.btk-pdp-option.is-required .btk-variant-row button[data-variant]:not(:disabled):not(.active) {
  animation: btkVariantBtnPulse 1.15s ease 3;
}

.btk-pdp-bar.is-variant-nudge {
  animation: btkVariantBarNudge 0.55s var(--btk-ease);
}

@keyframes btkVariantAlertIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes btkVariantShake {
  0%, 100% { transform: translateX(0); }
  18% { transform: translateX(-6px); }
  36% { transform: translateX(6px); }
  54% { transform: translateX(-4px); }
  72% { transform: translateX(4px); }
}

@keyframes btkVariantHintPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@keyframes btkVariantBtnPulse {
  0%, 100% {
    border-color: var(--btk-line);
    box-shadow: none;
  }
  50% {
    border-color: rgba(155, 44, 44, 0.55);
    box-shadow: 0 0 0 3px rgba(155, 44, 44, 0.12);
  }
}

@keyframes btkVariantBarNudge {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  .btk-pdp-option.is-required .btk-pdp-variant-alert,
  .btk-pdp-option.is-required .btk-variant-row,
  .btk-pdp-option.is-required .btk-pdp-option__hint,
  .btk-pdp-option.is-required .btk-variant-row button[data-variant]:not(:disabled):not(.active),
  .btk-pdp-bar.is-variant-nudge {
    animation: none;
  }
}

.btk-pdp-related {
  border-top: 1px solid var(--btk-line);
}

.btk-pdp-sizechart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--btk-ink);
  background: var(--btk-bg);
  border: 1px solid var(--btk-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--btk-font);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.btk-pdp-sizechart svg {
  flex-shrink: 0;
  color: var(--btk-accent);
}

.btk-pdp-sizechart__type {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--btk-muted);
  text-transform: uppercase;
  padding-left: 8px;
  margin-left: 2px;
  border-left: 1px solid var(--btk-line);
}

.btk-pdp-sizechart:hover,
.btk-pdp-sizechart:focus-visible {
  border-color: var(--btk-accent);
  background: var(--btk-hero-bg-soft);
  outline: none;
}

/* ── Size guide modal ── */
.btk-size-guide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1003;
  display: none;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}

.btk-size-guide.is-open {
  display: flex;
  pointer-events: auto;
}

.btk-size-guide__panel {
  width: 100%;
  max-height: 92vh;
  background: var(--btk-bg);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -18px 48px rgba(17, 17, 17, 0.14);
  transform: translateY(100%);
  transition: transform 0.34s var(--btk-ease);
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.btk-size-guide.is-open .btk-size-guide__panel {
  transform: translateY(0);
}

.btk-size-guide__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--btk-line);
  background: linear-gradient(180deg, #faf7f2 0%, var(--btk-bg) 100%);
}

.btk-size-guide__eyebrow {
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--btk-accent);
}

.btk-size-guide__title {
  margin: 0;
  font-family: var(--btk-serif);
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 500;
  line-height: 1.1;
}

.btk-size-guide__subtitle {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--btk-muted);
  max-width: 54ch;
}

.btk-size-guide__close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 1;
}

.btk-size-guide__tabs {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid var(--btk-line);
  background: var(--btk-bg);
}

.btk-size-guide__tabs::-webkit-scrollbar {
  display: none;
}

.btk-size-guide__tab {
  flex-shrink: 0;
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--btk-line);
  border-radius: 999px;
  background: transparent;
  font-family: var(--btk-font);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--btk-muted);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btk-size-guide__tab.is-active {
  background: var(--btk-filter-active-soft);
  border-color: var(--btk-accent);
  color: var(--btk-accent-dark);
}

.btk-size-guide__body {
  flex: 1;
  overflow: auto;
  padding: 16px 16px calc(20px + var(--btk-safe-b));
}

.btk-size-guide__panel-content {
  display: none;
}

.btk-size-guide__panel-content.is-active {
  display: block;
}

.btk-size-guide__layout {
  display: grid;
  gap: 20px;
}

.btk-size-guide__section-title {
  margin: 0 0 12px;
  font-family: var(--btk-serif);
  font-size: 18px;
  font-weight: 500;
}

.btk-size-guide__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.btk-size-guide__step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: var(--btk-surface);
  border: 1px solid var(--btk-line);
}

.btk-size-guide__step-num {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--btk-filter-active-soft);
  color: var(--btk-accent-dark);
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}

.btk-size-guide__step-copy strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.btk-size-guide__step-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--btk-muted);
}

.btk-size-guide__tips {
  margin-top: 16px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(168, 137, 95, 0.08) 0%, rgba(247, 245, 242, 0.9) 100%);
  border: 1px solid rgba(168, 137, 95, 0.18);
}

.btk-size-guide__tips h4 {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--btk-accent-dark);
}

.btk-size-guide__tips ul {
  margin: 0;
  padding-left: 18px;
}

.btk-size-guide__tips li {
  font-size: 13px;
  line-height: 1.55;
  color: var(--btk-ink);
}

.btk-size-guide__tips li + li {
  margin-top: 6px;
}

.btk-size-guide__table-wrap {
  min-width: 0;
}

.btk-size-guide__table-scroll {
  overflow: auto;
  border: 1px solid var(--btk-line);
  background: var(--btk-surface);
}

.btk-size-guide__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
  font-size: 12px;
}

.btk-size-guide__table th,
.btk-size-guide__table td {
  padding: 11px 12px;
  text-align: center;
  border-bottom: 1px solid var(--btk-line);
  white-space: nowrap;
}

.btk-size-guide__table th {
  background: var(--btk-bg);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btk-muted);
  font-weight: 600;
}

.btk-size-guide__table tbody tr:last-child td {
  border-bottom: 0;
}

.btk-size-guide__table tbody tr:nth-child(even) td {
  background: rgba(247, 245, 242, 0.65);
}

.btk-size-guide__table td.is-size {
  font-weight: 600;
  color: var(--btk-accent-dark);
  text-align: left;
  background: var(--btk-filter-active-soft);
}

.btk-size-guide__note {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: var(--btk-muted);
}

.btk-pdp-meta {
  font-size: 12px;
  color: var(--btk-muted);
  margin-bottom: 16px;
}

.btk-variant-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.btk-variant-row .btn-variant,
.btk-variant-row button[data-variant] {
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--btk-line);
  background: var(--btk-surface);
  border-radius: var(--btk-radius);
  font-size: 13px;
  cursor: pointer;
}

.btk-variant-row button[data-variant].active,
.btk-variant-row .btn-variant.active {
  border-color: var(--btk-ink);
  background: var(--btk-ink);
  color: #fff;
}

.btk-variant-row button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.btk-pdp-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: var(--btk-safe-b);
  z-index: 900;
  background: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--btk-line);
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 8px;
  align-items: center;
  box-shadow: 0 -8px 24px rgba(17, 17, 17, 0.06);
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .btk-pdp-bar {
    background: rgba(255, 255, 255, 0.98);
  }
}

.btk-pdp-bar--single {
  grid-template-columns: 1fr;
}

.btk-btn--primary {
  background: var(--btk-ink);
  color: #fff;
  border-color: var(--btk-ink);
}

.btk-btn--buy {
  min-width: 96px;
  white-space: nowrap;
  background: var(--btk-accent);
  color: #fff;
  border-color: var(--btk-accent);
}

body.btk-no-nav .btk-pdp-bar {
  bottom: 0;
  padding-bottom: var(--btk-safe-b);
}

.btk-pdp > .btk-pdp-bar {
  grid-column: 1 / -1;
}

.btk-qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--btk-line);
  border-radius: var(--btk-radius);
  overflow: hidden;
  height: 48px;
}

.btk-qty button {
  width: 32px;
  height: 100%;
  border: 0;
  background: var(--btk-bg);
  font-size: 18px;
  cursor: pointer;
}

.btk-qty input {
  width: 32px;
  border: 0;
  text-align: center;
  background: transparent;
  -moz-appearance: textfield;
}

.btk-qty input::-webkit-outer-spin-button,
.btk-qty input::-webkit-inner-spin-button { -webkit-appearance: none; }

.btk-accordion { border-top: 1px solid var(--btk-line); margin-top: 20px; }

.btk-accordion details {
  border-bottom: 1px solid var(--btk-line);
}

.btk-accordion summary {
  padding: 16px 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btk-accordion summary::-webkit-details-marker { display: none; }

.btk-accordion__body {
  padding-bottom: 16px;
  font-size: 13px;
  color: var(--btk-muted);
  line-height: 1.65;
}

/* ── Footer ── */
.btk-footer {
  background: var(--btk-ink);
  color: rgba(255,255,255,0.85);
  padding: 40px 16px calc(24px + var(--btk-nav) + var(--btk-safe-b));
}

.btk-footer__logo img { height: 28px; filter: brightness(0) invert(1); margin-bottom: 24px; }

.btk-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 28px;
}

.btk-footer__links a {
  font-size: 12px;
  letter-spacing: 0.06em;
  opacity: 0.8;
}

.btk-footer__social {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.btk-footer__social a { opacity: 0.8; font-size: 13px; }

.btk-footer__legal {
  font-size: 11px;
  opacity: 0.5;
  line-height: 1.6;
}

/* ── Cart drawer ── */
.btk-cart-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
}

.btk-cart {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.btk-cart__items {
  flex: 1;
  overflow: auto;
  padding: 12px 16px;
  -webkit-overflow-scrolling: touch;
}

.btk-cart__item {
  display: grid;
  grid-template-columns: 72px 1fr 32px;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--btk-line);
}

.btk-cart__item:last-child { border-bottom: 0; }

.btk-cart__thumb {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--btk-radius);
  background: #eee;
}

.btk-cart__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btk-cart__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.btk-cart__meta {
  font-size: 12px;
  color: var(--btk-muted);
}

.btk-cart__remove {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--btk-bg);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--btk-muted);
}

.btk-cart__footer {
  padding: 16px;
  border-top: 1px solid var(--btk-line);
  background: var(--btk-surface);
  display: grid;
  gap: 10px;
}

.btk-cart__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 13px;
}

.btk-cart__total strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.btk-cart--empty,
.btk-cart__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 16px;
  min-height: 280px;
}

.btk-cart__empty svg { color: var(--btk-muted); opacity: 0.5; }

.btk-cart__empty p {
  font-size: 14px;
  color: var(--btk-muted);
  max-width: 220px;
}

#btk-cart-drawer .btk-drawer__body {
  flex: 1;
  min-height: 0;
}

/* Infinite scroll compat */
@media (max-width: 767px) {
  .btk-home-hero {
    padding-top: 0;
  }

  .btk-home-hero .btk-home-hub.btk-header__cats {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: linear-gradient(180deg, #faf7f2 0%, #f3ebe0 100%);
    border-bottom: 1px solid rgba(168, 137, 95, 0.14);
  }

  .btk-home-hero .btk-home-hub__track.btk-header__cats-track {
    padding-top: 9px;
    padding-bottom: 11px;
    gap: 7px;
  }

  .btk-home-hub__item {
    flex: 0 0 auto;
    flex-direction: row;
    gap: 0;
    min-width: auto;
    padding: 7px 13px;
    border: 1px solid rgba(168, 137, 95, 0.28);
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.55);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--btk-accent-dark);
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: background 0.2s var(--btk-ease), border-color 0.2s var(--btk-ease), color 0.2s var(--btk-ease);
  }

  .btk-home-hub__item:active {
    background: rgba(243, 235, 224, 0.9);
  }

  .btk-home-hub__item.is-featured {
    background: var(--btk-accent-dark);
    border-color: var(--btk-accent-dark);
    color: #fff;
    box-shadow: 0 4px 12px rgba(138, 112, 72, 0.22);
  }

  .btk-home-hub__item--sale {
    border-color: rgba(155, 44, 44, 0.22);
    color: #8f2a2a;
    background: rgba(253, 245, 245, 0.72);
  }

  .btk-home-hub__item--hot {
    border-color: rgba(180, 83, 9, 0.22);
    color: #9a4f08;
    background: rgba(253, 248, 240, 0.72);
  }

  .btk-home-hub__item--value {
    border-color: rgba(45, 106, 79, 0.22);
    color: #1f5c42;
    background: rgba(242, 250, 245, 0.72);
  }

  .btk-home-hub__ring {
    display: none;
  }

  .btk-home-hub__item:hover .btk-home-hub__ring {
    transform: none;
    box-shadow: none;
  }

  .btk-home-hub__label {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    max-width: none;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }

  .btk-home-hub__item--sale .btk-home-hub__label,
  .btk-home-hub__item--hot .btk-home-hub__label,
  .btk-home-hub__item--value .btk-home-hub__label,
  .btk-home-hub__item--personal .btk-home-hub__label,
  .btk-home-hub__item--new .btk-home-hub__label,
  .btk-home-hub__item--edit .btk-home-hub__label {
    color: inherit;
  }

  .btk-deals-section__track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .btk-deals-section__track::-webkit-scrollbar { display: none; }

  .btk-deals-section .btk-deal-card {
    flex: 0 0 72px;
    scroll-snap-align: start;
  }

  .btk-plp .btk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  body.btk-plp-page .btk-header__cats {
    display: none;
  }

  .btk-plp {
    padding-bottom: 16px;
  }

  .btk-plp-hero {
    position: sticky;
    top: calc(var(--btk-topbar-h) + var(--btk-header-row));
    z-index: 80;
    gap: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: var(--btk-bg);
    box-shadow: 0 8px 16px rgba(247, 245, 242, 0.92);
  }

  .btk-plp-hero__info .btk-breadcrumb {
    display: none;
  }

  .btk-plp-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0 8px;
  }

  .btk-plp-head__title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .btk-plp-head__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: -2px;
    border-radius: 999px;
    color: var(--btk-ink);
    flex-shrink: 0;
  }

  .btk-plp-head__back:active {
    background: rgba(17, 17, 17, 0.06);
  }

  .btk-plp-head h1 {
    font-size: 21px;
    margin: 0;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.15;
  }

  .btk-plp-head__count {
    flex-shrink: 0;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.03em;
    color: var(--btk-muted);
    white-space: nowrap;
  }

  .btk-plp-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .btk-plp-head__filters {
    display: none;
  }
}

.product-list-infinite .btk-grid {
  padding: 0 16px 16px;
}

.product-list-status {
  grid-column: 1 / -1;
  text-align: center;
  padding: 16px;
  font-size: 12px;
  color: var(--btk-muted);
}

/* Hide old theme remnants when btk active */
body.btk-body .wsmainfull,
body.btk-body .wsmenu,
body.btk-body .fitler-element,
body.btk-body .filter_area { display: none !important; }

/* Desktop enhancements */
@media (min-width: 768px) {
  body.btk-body { padding-bottom: 0; font-size: 15px; }

  .btk-bottom-nav { display: none; }

  .btk-topbar__inner { height: 36px; }
  :root { --btk-topbar-h: 36px; }

  .btk-header__row {
    min-height: 72px;
  }

  .btk-brand__mark { font-size: 30px; }

  .btk-header__desknav { display: flex; }

  .btk-header__searchdesk { display: block; }

  .btk-header__cats { display: none; }

  .btk-header__subnav { display: flex; }

  .btk-drawer--menu {
    width: min(420px, 34vw);
  }

  .btk-menu__head {
    padding: 22px 22px 18px;
    min-height: 92px;
  }

  .btk-menu__brand { font-size: 28px; }

  .btk-menu__list--mobile {
    display: none;
  }

  .btk-menu__list--desktop {
    display: block;
  }

  .btk-menu__panel:not([data-menu-panel="root"]) {
    display: none !important;
  }

  .btk-menu__group--branch .btk-menu__expand {
    display: inline-flex;
  }

  .btk-menu__row--branch {
    cursor: default;
  }

  .btk-home-hero {
    padding: 10px 0 14px;
  }

  .btk-home-hero__inner {
    gap: 10px;
  }

  .btk-home-hub.btk-header__cats {
    overflow: visible;
  }

  .btk-home-hub__track.btk-header__cats-track {
    overflow: visible;
    padding: 2px 0 4px;
    justify-content: space-between;
  }

  .btk-home-hub__item {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: inherit;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
  }

  .btk-home-hub__item.is-featured {
    background: transparent;
    border-color: transparent;
    color: inherit;
  }

  .btk-home-hub__ring {
    display: block;
    width: 58px;
    height: 58px;
  }

  .btk-home-hub__label {
    font-size: 10px;
    max-width: 72px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .btk-home-hub__item--sale .btk-home-hub__label { color: #8f2a2a; }
  .btk-home-hub__item--hot .btk-home-hub__label { color: #9a4f08; }
  .btk-home-hub__item--value .btk-home-hub__label { color: #1f5c42; }
  .btk-home-hub__item--personal .btk-home-hub__label,
  .btk-home-hub__item--new .btk-home-hub__label,
  .btk-home-hub__item--edit .btk-home-hub__label { color: var(--btk-accent-dark); }

  .btk-home-hero__banner .btk-home-banner__frame {
    min-height: 0;
    height: 450px;
    max-height: 450px;
  }

  .btk-deals-section {
    padding: 22px 0 26px;
  }

  .btk-deals-section__head {
    width: 96px;
  }

  .btk-deals-section__row {
    gap: 14px;
  }

  .btk-deals-section__track {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
  }

  .btk-deals-section .btk-deal-card__price {
    font-size: 11px;
  }

  .btk-discover {
    padding: 52px 0 56px;
  }

  .btk-discover__tabs {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    padding-inline: 24px;
  }

  .btk-discover__spotlight-row {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 12px;
  }

  .btk-discover__spotlight-main {
    flex: 0 0 240px;
    max-width: 240px;
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .btk-discover__spotlight-thumb {
    flex-basis: 88px;
    width: 88px;
  }

  .btk-discover__hits {
    flex: 1;
    min-width: 0;
    padding-top: 0;
    padding-left: 16px;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .btk-discover__hits-track {
    display: grid;
    grid-template-columns: repeat(var(--hit-cols, 6), minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
  }

  .btk-discover__hit {
    width: 100%;
    flex: unset;
  }

  .btk-discover__hit-name {
    font-size: 11px;
  }

  .btk-discover__hit-price {
    font-size: 12px;
  }

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

  .btk-discover__collections-track {
    grid-auto-flow: unset;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .btk-home-quicknav__track {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    padding: 14px 0;
  }

  .btk-trust-strip__inner {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 18px 24px;
  }

  .btk-trust-strip__item { text-align: left; }

  .btk-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 16px; }

  .btk-cat-editorial {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-inline: max(16px, calc((100% - var(--btk-container)) / 2 + 16px));
  }

  .btk-grid--scroll {
    grid-auto-columns: min(22vw, 260px);
  }

  .btk-product-rail {
    overflow: visible;
  }

  .btk-grid--rail {
    grid-auto-flow: unset;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: unset;
    gap: 16px 14px;
    overflow: visible;
    scroll-snap-type: none;
    width: 100%;
    padding-inline: 0;
    margin-inline: 0;
    max-width: none;
  }

  .btk-cat-scroll,
  .btk-cat-editorial,
  .btk-editorial { padding-inline: max(16px, calc((100% - var(--btk-container)) / 2 + 16px)); }

  .btk-section .btk-container { padding-inline: 0; }

  body.btk-plp-page {
    --btk-plp-sticky-top: calc(var(--btk-topbar-h) + 72px + 52px + 42px + 10px);
  }

  .btk-plp {
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .btk-plp-hero {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 28px;
  }

  .btk-plp-hero__info {
    flex: none;
    max-width: none;
    padding: 8px 0 20px;
    border-bottom: 1px solid var(--btk-line);
  }

  .btk-plp-hero__info .btk-breadcrumb {
    padding-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .btk-plp-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
    column-gap: clamp(16px, 2.4vw, 32px);
    row-gap: 14px;
  }

  .btk-plp-head__back {
    display: none;
  }

  .btk-plp-head__title {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    align-items: baseline;
    gap: clamp(10px, 1.2vw, 16px);
    flex-wrap: wrap;
    min-width: 0;
  }

  .btk-plp-head h1 {
    font-size: clamp(30px, 2.8vw, 40px);
    line-height: 1.05;
    white-space: nowrap;
    margin: 0;
  }

  .btk-plp-head__count {
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--btk-muted);
    white-space: nowrap;
  }

  .btk-plp-head__filters {
    display: contents;
  }

  .btk-plp-head__filters .btk-filterbar {
    display: contents;
  }

  .btk-plp-head__filters .btk-filterbar__quick {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
  }

  .btk-plp-head__filters .btk-filterbar__chip--toggle span {
    height: 38px;
  }

  .btk-plp-head__filters .btk-filterbar__primary {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    border: 1px solid var(--btk-line);
    background: var(--btk-bg);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
    overflow: visible;
    align-self: center;
    justify-self: end;
  }

  .btk-plp-head__filters .btk-filterbar__main {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    flex: 1;
    overflow: visible;
    flex-wrap: nowrap;
  }

  .btk-plp-head__filters .btk-filterbar__actions {
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-shrink: 0;
    border-left: 1px solid var(--btk-line);
  }

  .btk-plp-head__filters .btk-filterbar__main .btk-filterbar__field + .btk-filterbar__field {
    border-left: 1px solid var(--btk-line);
  }

  .btk-plp-head__filters .btk-filterbar__secondary {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    overflow: visible;
  }

  .btk-plp-head__filters .btk-filterbar__secondary:empty {
    display: none;
  }

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

  .btk-plp-head__filters .btk-filterbar__field {
    flex-direction: row;
    align-items: stretch;
  }

  .btk-plp-head__filters .btk-filterbar__field--search input[type="search"] {
    width: min(168px, 14vw);
    height: 38px;
  }

  .btk-plp-head__filters .btk-filterbar__price input {
    width: 72px;
    height: 38px;
  }

  .btk-plp-head__filters .btk-filterbar__field--sort .btk-filterbar__select {
    min-width: 112px;
    height: 38px;
  }

  .btk-plp-head__filters .btk-filterbar__field--search input[type="search"],
  .btk-plp-head__filters .btk-filterbar__price input,
  .btk-plp-head__filters .btk-filterbar__field--sort .btk-filterbar__select {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .btk-plp-head__filters .btk-filterbar__field--search input[type="search"]:focus,
  .btk-plp-head__filters .btk-filterbar__price input:focus,
  .btk-plp-head__filters .btk-filterbar__field--sort .btk-filterbar__select:focus {
    background-color: var(--btk-hero-bg-soft);
    outline: none;
  }

  .btk-plp-head__filters .btk-filterbar__field--search input[type="search"]::placeholder,
  .btk-plp-head__filters .btk-filterbar__price input::placeholder {
    color: rgba(118, 113, 106, 0.72);
  }

  .btk-plp-head__filters .btk-filterbar__apply {
    height: 38px;
    padding-inline: 18px;
    font-size: 11px;
    border-radius: 0;
    border: 0;
  }

  .btk-plp-hero__filters:empty {
    display: none;
  }

  .btk-plp .product-list-infinite .btk-grid {
    padding: 0 0 24px;
  }

  .btk-plp .btk-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .btk-plp-seo {
    padding-inline: 0;
    max-width: 760px;
  }

  .btk-pdp {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 0;
    max-width: var(--btk-container);
    margin-inline: auto;
    padding: 24px 24px 64px;
  }

  .btk-pdp__gallery-col {
    position: sticky;
    top: calc(var(--btk-header-row) + 24px);
    align-self: start;
  }

  .btk-pdp-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 0 0;
  }

  .btk-pdp-thumb {
    flex: 0 0 72px;
    width: 72px;
    aspect-ratio: 2 / 3;
    height: auto;
    padding: 0;
    border: 2px solid transparent;
    border-radius: var(--btk-radius);
    overflow: hidden;
    cursor: pointer;
    background: #f0eeeb;
  }

  .btk-pdp-thumb.is-active {
    border-color: var(--btk-ink);
  }

  .btk-pdp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .btk-pdp-info {
    padding: 8px 0 0 40px;
  }

  .btk-size-guide {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    padding: 24px;
  }

  .btk-size-guide__panel {
    width: min(920px, 100%);
    max-height: min(88vh, 860px);
    border-radius: 6px;
    transform: translateY(24px) scale(0.98);
    opacity: 0;
    transition: transform 0.34s var(--btk-ease), opacity 0.34s var(--btk-ease);
  }

  .btk-size-guide.is-open .btk-size-guide__panel {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  .btk-pdp > .btk-pdp-bar {
    position: static;
    grid-column: 2;
    padding: 20px 0 0 40px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 0;
    box-shadow: none;
    grid-template-columns: 110px 1fr 120px;
  }

  .btk-size-guide__head {
    padding: 24px 28px 18px;
  }

  .btk-size-guide__tabs {
    padding-inline: 28px;
  }

  .btk-size-guide__body {
    padding: 20px 28px 28px;
  }

  .btk-size-guide__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    align-items: start;
  }

  .btk-pdp-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: var(--btk-container);
    margin-inline: auto;
    padding: 32px 24px 80px;
  }

  .btk-footer {
    padding-bottom: 40px;
  }

  .btk-footer__links { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .btk-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ── Floating cart discount promo (sepet indirimi aktifken) ── */
.btk-cart-promo {
  position: fixed;
  left: 12px;
  bottom: calc(var(--btk-nav) + var(--btk-safe-b) + 10px);
  z-index: 850;
  max-width: min(calc(100vw - 24px), 320px);
  animation: btkCartPromoIn 0.55s var(--btk-ease) both;
  transition: opacity 0.28s var(--btk-ease), transform 0.28s var(--btk-ease);
}

body.btk-no-nav .btk-cart-promo {
  bottom: calc(var(--btk-safe-b) + 16px);
}

.btk-cart-promo.is-hiding {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.btk-cart-promo__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 36px 12px 12px;
  background: linear-gradient(135deg, #111 0%, #1c1c1c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--btk-radius-lg);
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.28);
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.btk-cart-promo__link:active {
  transform: scale(0.985);
}

.btk-cart-promo__badge {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  background: linear-gradient(145deg, var(--btk-deal) 0%, var(--btk-deal-dark) 100%);
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.35);
}

.btk-cart-promo__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.btk-cart-promo__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
}

.btk-cart-promo__sub {
  font-size: 10px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.58);
}

.btk-cart-promo__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  transition: background 0.2s, color 0.2s;
}

.btk-cart-promo__close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

@keyframes btkCartPromoIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  body.btk-body .btk-cart-promo {
    left: 20px;
    bottom: 24px;
  }

  .btk-cart-promo__link {
    padding: 14px 40px 14px 14px;
  }

  .btk-cart-promo__badge {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .btk-cart-promo__title {
    font-size: 13px;
  }

  .btk-cart-promo__sub {
    font-size: 11px;
  }
}
