:root {
  --brand-blue: #2f7d4d;
  --navy-accent: #1f4d37;
  --text: #222;
  --muted: #707070;
  --line: #e5e5e5;
  --bg-soft: #f5f5f7;
  --font-base: "Jost", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-base);
  color: var(--text);
  background: #fff;
  font-weight: 300;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, p, a, li, label, button, input, select, textarea {
  font-family: var(--font-base);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1280px, 95%); margin: 0 auto; }

.kow-header-offers {
  background: var(--navy-accent);
  color: #fff;
  border-bottom: 0;
}
.kow-offer-track {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  padding: 9px 0 8px;
  font-family: var(--font-base);
  letter-spacing: .24em;
  min-width: max-content;
  animation: luxOfferTicker 18s linear infinite;
  width: max-content;
  text-align: center;
}
.kow-header-offers .container {
  overflow: hidden;
}
@keyframes luxOfferTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.kow-header-main {
  background: #ffffff;
  backdrop-filter: none;
  border-bottom: 1px solid #e7dfd0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 85;
}
.kow-header-main .container {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  min-height: 84px;
  padding-left: 0;
  padding-right: 8px;
}
.kow-header-left-shell,
.kow-header-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.kow-header-left-shell {
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0;
  margin-left: 0;
  z-index: 2;
}
.kow-menu-toggle {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.62);
  box-shadow: 0 8px 22px rgba(25, 28, 52, .08);
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.kow-menu-toggle span {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #1f4d37;
  transition: transform .2s ease, opacity .2s ease;
}
.kow-header-main.is-menu-open .kow-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.kow-header-main.is-menu-open .kow-menu-toggle span:nth-child(2) {
  opacity: 0;
}
.kow-header-main.is-menu-open .kow-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.kow-header-left {
  display: none;
}
.kow-nav-item {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.kow-header-left a {
  color: #3c3a35;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-base);
  letter-spacing: .02em;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}
.kow-header-left > a,
.kow-nav-item > a {
  width: 100%;
}
.kow-header-left a.active {
  color: #1d4ed8;
  font-weight: 500;
}
.kow-header-left a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1.5px;
  background: #1d4ed8;
}
.kow-mega-menu { display: none; }
.kow-mega-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.kow-mega-cols h5 {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  color: #5f5f5f;
}
.kow-mega-cols a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #343434;
}
.kow-header-brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  grid-column: 2;
}
.kow-logo-img-header {
  width: 64px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.kow-brand-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 30% 40%, #f1f1f1 0 2px, #8a8a8a 2px 4px, #6c6c6c 4px 6px);
}
.kow-brand-top {
  display: block;
  color: #595959;
  font-size: 10px;
  letter-spacing: .34em;
  font-family: var(--font-display);
}
.kow-brand-script {
  display: block;
  margin-top: -2px;
  color: #4a4a4a;
  font-family: "Allura", cursive;
  font-size: 40px;
  line-height: .8;
}

.kow-header-icons {
  grid-column: 3;
  justify-self: end;
  justify-content: flex-end;
  gap: 3px;
  min-width: 146px;
  padding-right: 0;
  overflow: visible;
}
.kow-mobile-bottom-nav {
  display: none;
}
.kow-header-icons a,
.kow-icon-btn {
  color: #334155;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  transition: color .2s ease, transform .2s ease, opacity .2s ease, background-color .2s ease;
}
.kow-search-link:hover,
.kow-header-icons a:hover,
.kow-icon-btn:hover {
  color: #111827;
  transform: translateY(-1px);
  background: rgba(15, 23, 42, .04);
}
.kow-icon-link,
.kow-icon-btn {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.kow-icon-count {
  position: absolute;
  top: -4px;
  right: -3px;
  min-width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #b28a4e;
  color: #fff;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  font-weight: 600;
  padding: 0 4px;
  letter-spacing: 0;
}
.kow-icon-count.is-hidden {
  display: none;
}
.kow-icon-link svg,
.kow-icon-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kow-search-link {
  color: #334155;
}
.kow-account-link {
  color: #334155;
}
.kow-wishlist-link {
  color: #334155;
}
.kow-bag-link {
  color: #334155;
}
.kow-search-link:hover,
.kow-account-link:hover,
.kow-wishlist-link:hover,
.kow-bag-link:hover {
  color: #111827;
}
.kow-admin-link {
  width: auto;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.kow-header-icons form {
  margin: 0;
  display: inline-flex;
}

.kow-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(241, 236, 229, .42);
  backdrop-filter: blur(1px);
  z-index: 96;
}
.kow-side-drawer {
  position: fixed;
  left: 0;
  top: 27px;
  bottom: 0;
  width: min(284px, 84vw);
  background: #fff;
  border-right: 1px solid #e9e4db;
  box-shadow: 16px 0 38px rgba(22, 20, 16, .08);
  transform: translateX(-100%);
  transition: transform .24s ease;
  z-index: 97;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.kow-side-drawer[aria-hidden="false"] {
  transform: translateX(0);
}
.kow-side-drawer-head {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 22px;
  border-bottom: 1px solid #efebe5;
}
.kow-drawer-close {
  border: 0;
  background: transparent;
  color: #77726b;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.kow-drawer-nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
  cursor: grab;
}
.kow-drawer-nav.is-dragging { cursor: grabbing; user-select: none; }
.kow-drawer-nav > a,
.kow-drawer-group summary {
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid #efebe5;
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #0c0d0f;
  font-weight: 500;
}
.kow-drawer-group summary {
  list-style: none;
  position: relative;
  cursor: pointer;
}
.kow-drawer-group summary::-webkit-details-marker {
  display: none;
}
.kow-drawer-group summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0;
  font-size: 16px;
}
.kow-drawer-group[open] summary::after {
  content: "-";
}
.kow-drawer-submenu {
  display: grid;
  background: #faf8f4;
  border-bottom: 1px solid #efebe5;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  cursor: grab;
}
.kow-drawer-submenu.is-dragging { cursor: grabbing; user-select: none; }
.kow-drawer-submenu a {
  padding: 12px 24px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #14161a;
  font-weight: 600;
  transition: background-color .16s ease, color .16s ease;
}
.kow-drawer-submenu a.is-hovered,
.kow-drawer-submenu a:hover,
.kow-drawer-submenu a:focus-visible {
  background: #242529;
  color: #fff;
}
.kow-drawer-preview {
  position: fixed;
  width: 320px;
  max-width: 34vw;
  background: #fff;
  border-left: 1px solid #e9e4db;
  border-right: 1px solid #e9e4db;
  box-shadow: 14px 0 26px rgba(22, 20, 16, .09);
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 98;
  overflow-y: auto;
}
.kow-drawer-preview.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.kow-drawer-preview h4 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 24px;
  color: #1a1b1f;
}
.kow-drawer-preview-list {
  display: grid;
  gap: 10px;
}
.kow-drawer-preview-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  padding: 6px;
  border: 1px solid #f0ece5;
  background: #faf8f4;
}
.kow-drawer-preview-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  background: #fff;
}
.kow-drawer-preview-item span {
  font-family: var(--font-base);
  font-size: 13px;
  color: #1d1f24;
  line-height: 1.35;
}
.kow-drawer-preview-empty {
  font-family: var(--font-base);
  font-size: 13px;
  color: #7a7a7a;
  padding: 8px 2px;
}
@media (max-width: 1180px) {
  .kow-drawer-preview {
    display: none !important;
  }
}
.kow-drawer-social {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ece7df;
}
.kow-drawer-social a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ece7df;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
}
.kow-drawer-social a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kow-drawer-social a:nth-child(1) { color: #e1306c; }
.kow-drawer-social a:nth-child(2) { color: #1877f2; }
.kow-drawer-social a:nth-child(3) { color: #0a66c2; }
.kow-drawer-social a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}
.kow-drawer-social a:last-child {
  border-right: 0;
}

.kow-breadcrumb-row {
  border-bottom: 1px solid #dedede;
  background: #fff;
}
.kow-breadcrumb-row .container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #636363;
  font-size: 18px;
  min-height: 56px;
  font-family: var(--font-base);
}

.flash-wrap { width: min(1280px, 95%); margin: 10px auto; }
.flash-wrap:empty { display: none; }
.flash { border-radius: 6px; padding: 10px 12px; margin-bottom: 8px; font-size: 13px; }
.flash.success { background: #edf8f2; border: 1px solid #bfe7ce; color: #1d7a46; }
.flash.error { background: #fff2f2; border: 1px solid #ffd6d6; color: #b43e3e; }

.hero-banner {
  position: relative;
  min-height: 74vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: relative;
  z-index: 2;
  width: min(1280px, 95%);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: inherit;
  padding-bottom: 28px;
}
.hero-copy {
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(2px);
  padding: 22px 24px;
  max-width: 520px;
}
.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 2.6vw, 30px);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2e2f35;
  font-weight: 600;
  line-height: 1.05;
}
.hero-copy p {
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #404040;
  font-size: 10px;
  font-family: var(--font-base);
  font-weight: 400;
}

.section {
  padding: 42px 0;
  background: var(--bg-soft);
}
.section-title {
  margin: 0 0 18px;
  color: var(--brand-blue);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 32px;
  font-family: var(--font-display);
  font-weight: 600;
}
.subline { color: #555; margin-bottom: 18px; max-width: 700px; }

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

.category-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px 18px;
  min-height: 120px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(18, 16, 10, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(18, 16, 10, .11);
  border-color: #ddd3c0;
}
.category-card h3 {
  margin: 0 0 10px;
  color: var(--brand-blue);
  text-transform: uppercase;
  font-family: var(--font-display);
  letter-spacing: .06em;
  font-weight: 600;
}

.home-category-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.home-category-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: .03em;
  color: #2d2d2d;
}
.home-category-head p {
  margin: 0;
  color: #767676;
  font-size: 14px;
}
.home-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px 8px;
  justify-items: center;
}
.home-category-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 2px 0 0;
  text-align: center;
  box-shadow: none;
  transition: transform .18s ease;
  width: min(100%, 152px);
}
.home-category-card:hover {
  transform: translateY(-2px);
}
.home-category-icon {
  width: clamp(66px, 7vw, 88px);
  height: clamp(66px, 7vw, 88px);
  border-radius: 50%;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.92), rgba(255,255,255,0) 48%),
    linear-gradient(145deg, var(--category-bg, #eef2f7), #fff);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.85),
    0 10px 22px rgba(47, 55, 72, .08);
}
.home-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.home-category-name {
  display: block;
  color: #1f2838;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 700;
}
.home-category-note {
  display: block;
  margin-top: 6px;
  color: #7a7b7f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.product-card {
  background: #fff;
  border: 1px solid #e8e4da;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(18, 16, 10, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(18, 16, 10, .11);
  border-color: #ddd3c0;
}
.media {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.product-card:hover .media img { transform: scale(1.04); }
.quick-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(240,240,244,.94);
  border: 1px solid #d4d4db;
  color: var(--brand-blue);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 14px;
  font-family: var(--font-base);
}
.card-body {
  text-align: center;
  padding: 10px 8px 0;
}
.brand-mini {
  color: #757575;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.title-link {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  text-transform: uppercase;
  color: #24583b;
  font-family: var(--font-display);
  letter-spacing: .06em;
  font-weight: 600;
}
.price {
  margin-top: 5px;
  color: #24583b;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-base);
  font-weight: 400;
  letter-spacing: .015em;
}
.old {
  text-decoration: line-through;
  color: #6e6e6e;
  margin-left: 4px;
  font-weight: 500;
}
.sale-badge {
  color: #2f7d4d;
  font-size: 12px;
  margin-left: 4px;
}

.modern-product-card {
  position: relative;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid #e7e2d8;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
  background-clip: padding-box;
  box-shadow: 0 14px 34px rgba(20, 24, 40, .08);
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.modern-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(20, 24, 40, .12);
  border-color: #ddd5c8;
}
.home-product-card {
  min-width: 0;
}
.home-flow-section .modern-product-name {
  display: -webkit-box;
  height: 2.36em;
  min-height: 2.36em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-flow-section .modern-product-price {
  height: 26px;
  min-height: 26px;
  overflow: hidden;
}
.modern-product-heart-form {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  margin: 0;
}
.modern-product-heart-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(47, 125, 77, .28);
  background: rgba(255, 255, 255, .98);
  color: #2f7d4d;
  box-shadow: 0 10px 22px rgba(20, 24, 40, .08);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
  display: grid;
  place-items: center;
  padding: 0;
}
.modern-product-heart-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(47, 125, 77, .42);
  box-shadow: 0 14px 26px rgba(20, 24, 40, .14);
  color: #25603d;
}
.modern-product-heart-btn.is-active {
  color: #d92d4f;
  border-color: rgba(217, 45, 79, .34);
  background: linear-gradient(180deg, #fff0f4 0%, #fff 100%);
}
.modern-product-heart-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.modern-product-media {
  display: block;
}
.modern-product-stage {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #ffffff 0, #f4f4f8 54%, #ececf2 100%);
  position: relative;
}
.modern-product-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  display: block;
  transform-origin: center center;
  transition: transform .35s ease;
}
.modern-product-card:hover .modern-product-stage img {
  transform: scale(1.04);
}
.modern-product-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}
.modern-product-thumbs::-webkit-scrollbar {
  display: none;
}
.modern-product-thumb {
  width: 54px;
  height: 54px;
  border: 1px solid #ebe4d8;
  border-radius: 14px;
  padding: 7px 5px 5px;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  opacity: .72;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.modern-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
  display: block;
}
.modern-product-thumb:hover,
.modern-product-thumb.is-active {
  opacity: 1;
  border-color: #2f7d4d;
  box-shadow: 0 0 0 2px rgba(47, 125, 77, .12);
  transform: translateY(-1px);
}
.modern-product-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 10px 6px 4px;
}
.modern-product-brand {
  color: #2f7d4d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.modern-product-name {
  display: block;
  margin-top: 8px;
  min-height: 0;
  color: #101522;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
}
.modern-product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 10px;
}
.modern-product-price strong {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
}
.modern-product-price .old {
  color: #99a2b3;
  font-size: 13px;
}
.modern-product-cart-form {
  margin-top: 12px;
}
.modern-product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 10px;
  margin-top: auto;
}
.modern-product-card.is-application-cta .modern-product-actions {
  grid-template-columns: 1fr;
}
.modern-product-buy-shell {
  width: 100%;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.modern-product-cart-form--icon {
  margin-top: 0;
}
.modern-product-cart-btn {
  width: fit-content;
  min-width: 52px;
  min-height: 52px;
  padding: 0 16px;
  justify-self: start;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #2f6b47 0%, #214232 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 16px 30px rgba(25, 35, 59, .22);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.modern-product-cart-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 34px rgba(31, 77, 55, .26);
}
.modern-product-cart-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  transition: transform .18s ease;
}
.modern-product-cart-btn:hover .modern-product-cart-icon {
  transform: translateX(2px) scale(1.05);
}
.modern-product-cart-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.modern-product-buy-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 14px 28px rgba(31, 77, 55, .20);
  cursor: pointer;
}
.modern-product-buy-btn--icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 13px;
  background: transparent;
  box-shadow: none;
  border: 1px solid rgba(47, 125, 77, .22);
  color: #2f7d4d;
}
.modern-product-buy-btn--icon.is-active {
  background: transparent;
  border-color: rgba(35, 79, 56, .35);
  color: #234f38;
}
.modern-product-buy-btn--text {
  width: 100%;
  justify-content: center;
  text-decoration: none;
}
.modern-product-buy-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 16px 30px rgba(31, 77, 55, .24);
}
.modern-product-buy-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.modern-product-buy-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.modern-product-buy-label {
  text-align: center;
  width: 100%;
  min-width: 0;
  justify-self: stretch;
}

.btn {
  border: 1px solid var(--brand-blue);
  background: #fff;
  color: var(--brand-blue);
  border-radius: 0;
  padding: 9px 12px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-family: var(--font-base);
  font-weight: 500;
}
.btn-primary {
  background: var(--brand-blue);
  color: #fff;
}
.btn-secondary {
  background: #fff;
  color: var(--brand-blue);
}

.panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 16px;
}
.filter-panel { position: sticky; top: 122px; }

label {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5f5f5f;
  margin-bottom: 6px;
  font-family: var(--font-base);
}
input, select, textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
  font: inherit;
}
.form-group { margin-bottom: 11px; }
.form-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.table { width: 100%; border-collapse: collapse; }
.table th, .table td {
  text-align: left;
  border-bottom: 1px solid #ececec;
  padding: 10px;
}
.table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #666;
}

.collection-page {
  background: #f7f7f7;
  padding-bottom: 40px;
}
.collection-page .container {
  width: min(1520px, 98%);
}
.collection-breadcrumb {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}
.collection-hero {
  position: relative;
  min-height: 310px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.collection-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-hero-copy {
  position: relative;
  z-index: 1;
  width: min(1280px, 95%);
  margin: 0 auto;
  padding-top: 82px;
  color: #fff;
  text-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.collection-hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 78px);
  letter-spacing: .08em;
}
.collection-hero-copy p {
  margin: 6px 0 0;
  font-size: 30px;
  letter-spacing: .03em;
}
.summer-special-shell {
  padding-top: 22px;
}
.summer-special-hero {
  border: 1px solid #e6dfd1;
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 14%, rgba(196, 158, 87, .18), transparent 36%),
    linear-gradient(120deg, #1f232d 0%, #2f3744 45%, #212933 100%);
  min-height: 260px;
  display: flex;
  align-items: center;
  padding: 34px;
  margin-bottom: 22px;
}
.summer-special-copy span {
  display: inline-block;
  color: #d8c59b;
  letter-spacing: .2em;
  font-size: 11px;
}
.summer-special-copy h1 {
  margin: 8px 0 10px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 74px);
  letter-spacing: .08em;
}
.summer-special-copy p {
  margin: 0;
  color: #dbe1eb;
  max-width: 640px;
  font-size: 17px;
}
.summer-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 12px;
}
.summer-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 34px;
  color: #272727;
}
.summer-reco-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.summer-large-slider {
  margin-top: 12px;
  min-height: 510px;
}
.summer-suggestion-head {
  margin-top: 24px;
}
.collection-strip {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #454545;
  font-size: 16px;
}
.lux-banner-slider {
  margin-top: 12px;
  position: relative;
  min-height: 430px;
  border: 1px solid #e7e7e7;
  background: #0f1116;
  overflow: hidden;
}
.lux-banner-slider--full {
  margin-top: 12px;
  margin-bottom: 10px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  min-height: clamp(320px, 52vw, 620px);
  border-left: 0;
  border-right: 0;
}
.lux-banner-slider--full .lux-slide-copy {
  left: clamp(26px, 5vw, 90px);
  max-width: min(620px, 70vw);
}
.lux-banner-slider--full .lux-slide-copy h2 {
  font-size: clamp(34px, 4.8vw, 76px);
  letter-spacing: .06em;
}
.lux-banner-slider--full .lux-slide-copy p {
  font-size: clamp(15px, 1.8vw, 24px);
}
.lux-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
}
.lux-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.lux-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.05);
}
.lux-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,11,16,.66) 0%, rgba(9,11,16,.22) 58%, rgba(9,11,16,.1) 100%);
}
.lux-slide-copy {
  position: absolute;
  z-index: 2;
  left: 44px;
  bottom: 34px;
  max-width: 560px;
  color: #f5f5f5;
}
.lux-slide-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 32px);
  letter-spacing: .08em;
  line-height: 1.03;
}
.lux-slide-copy p {
  margin: 12px 0 0;
  font-size: 14px;
  color: #e5e5e5;
}
.lux-slide-copy .btn {
  display: inline-block;
  margin-top: 14px;
  min-height: 38px;
  padding: 8px 14px;
  font-size: 11px;
}
.lux-slider-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.lux-slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.48);
  cursor: pointer;
}
.lux-slider-dots button.is-active {
  background: #fff;
}
.collection-toolbar {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  min-height: 54px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.collection-toolbar .left-tools,
.collection-toolbar .right-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.collection-search-btn {
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #333;
  padding: 8px 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}
.collection-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #444;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.collection-toggle.active {
  background: #1f2125;
  color: #fff;
  border-color: #1f2125;
}
.collection-search {
  width: 280px;
  max-width: 50vw;
  border: 1px solid #d9d9d9;
  padding: 8px 10px;
  font-size: 14px;
}
.collection-toolbar label {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.collection-toolbar select {
  border: 1px solid #d9d9d9;
  padding: 8px 10px;
  font-size: 14px;
  width: 190px;
}
.collection-layout {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 14px;
}
.collection-layout.filters-hidden {
  grid-template-columns: 1fr;
}
.collection-layout.filters-hidden .collection-sidebar {
  display: none;
}
.home-flow-section {
  margin-top: 18px;
  padding: 14px;
  border: 0;
  background: transparent;
  opacity: 1;
  transform: none;
  transition: none;
}
.home-flow-section.is-inview {
  opacity: 1;
  transform: none;
}
.home-flow-section .collection-card {
  border-radius: 0;
}
body.home-anim-enabled .home-flow-section .collection-card.home-card-ready {
  opacity: 0;
  transform: translateY(18px) scale(.985);
  will-change: transform, opacity;
}
body.home-anim-enabled .home-flow-section .collection-card.home-card-ready.is-inview-home-card {
  animation-duration: .55s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.2,.8,.2,1);
  animation-delay: calc(var(--stagger, 0) * 75ms);
}
.women-theme .collection-card.home-card-ready.is-inview-home-card { animation-name: homeCardSoftLift; }
.pants-theme .collection-card.home-card-ready.is-inview-home-card { animation-name: homeCardSlide; }
.shirts-theme .collection-card.home-card-ready.is-inview-home-card { animation-name: homeCardRise; }
.recommended-theme .collection-card.home-card-ready.is-inview-home-card { animation-name: homeCardReveal; }
body.home-anim-enabled .home-category-card.home-category-ready {
  opacity: 0;
  transform: translateY(14px) scale(.97);
  will-change: transform, opacity;
}
body.home-anim-enabled .home-category-card.home-category-ready.is-inview-home-category {
  animation: homeCategoryPopIn .58s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--category-stagger, 0) * 70ms);
}
body.home-anim-enabled .home-category-card.home-category-ready.is-inview-home-category .home-category-icon {
  animation: homeCategoryIconBloom .7s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--category-stagger, 0) * 70ms + 35ms);
}
body.home-anim-enabled .home-category-card.home-category-ready.is-inview-home-category .home-category-name {
  animation: homeCategoryTextRise .5s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--category-stagger, 0) * 70ms + 95ms);
}
.home-category-card.home-category-ready.is-inview-home-category .home-category-icon {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.85),
    0 14px 26px rgba(47, 55, 72, .10);
}
body.home-anim-enabled .home-item-ready {
  opacity: 0;
  transform: translateY(16px) scale(.98);
  will-change: transform, opacity;
}
body.home-anim-enabled .home-item-ready.is-inview-home-item {
  animation: homeItemFloatIn .62s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--item-stagger, 0) * 65ms);
}
body.home-anim-enabled .home-item-ready.is-inview-home-item:hover {
  transform: translateY(-2px);
}
body.home-anim-enabled .page-scroll-ready {
  opacity: 0;
  transform: translateY(18px) scale(.965);
  will-change: transform, opacity;
}
body.home-anim-enabled .page-scroll-ready.is-page-scroll-inview {
  animation: pageScrollReveal .72s cubic-bezier(.18,.84,.22,1) both;
  animation-delay: calc(var(--page-scroll-stagger, 0) * 55ms);
}
.home-main-suggestion {
  margin-top: 16px;
  margin-bottom: 8px;
}
.home-flow-head {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.home-flow-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: .03em;
  color: #2d2d2d;
}
.home-flow-head p {
  display: none;
}
.home-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.women-theme {
  background: transparent;
}
.pants-theme {
  background: transparent;
}
.shirts-theme {
  background: transparent;
}
.recommended-theme {
  background: transparent;
}
.women-theme .collection-card:hover { box-shadow: 0 16px 34px rgba(129, 86, 99, .18); }
.pants-theme .collection-card:hover { box-shadow: 0 16px 34px rgba(61, 77, 118, .18); }
.shirts-theme .collection-card:hover { box-shadow: 0 16px 34px rgba(130, 107, 67, .18); }
.recommended-theme .collection-card:hover { box-shadow: 0 16px 34px rgba(54, 63, 90, .22); }
@keyframes homeCardReveal {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes homeCardSoftLift {
  from { opacity: 0; transform: translateY(20px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes homeCardSlide {
  from { opacity: 0; transform: translateX(-16px) scale(.985); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes homeCardRise {
  from { opacity: 0; transform: translateY(22px) scale(.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes homeCategoryPopIn {
  from { opacity: 0; transform: translateY(14px) scale(.97); filter: blur(.2px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes homeCategoryIconBloom {
  from { transform: scale(.86); filter: saturate(.88) brightness(.95); }
  to { transform: scale(1); filter: saturate(1) brightness(1); }
}
@keyframes homeCategoryTextRise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes homeItemFloatIn {
  from { opacity: 0; transform: translateY(16px) scale(.96); filter: blur(.25px); }
  65% { opacity: 1; filter: blur(0); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes pageScrollReveal {
  0% { opacity: 0; transform: translateY(18px) scale(.965); filter: blur(.3px); }
  60% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.collection-page.anim-mode-special .collection-card.mode-reveal-ready,
.collection-page.anim-mode-summer .collection-card.mode-reveal-ready,
.collection-page.anim-mode-winter .collection-card.mode-reveal-ready {
  opacity: 0;
  will-change: transform, opacity, filter;
}
.collection-page.anim-mode-special .collection-card.mode-reveal-ready.mode-inview,
.collection-page.anim-mode-summer .collection-card.mode-reveal-ready.mode-inview,
.collection-page.anim-mode-winter .collection-card.mode-reveal-ready.mode-inview {
  animation-duration: .58s;
  animation-fill-mode: both;
  animation-delay: calc(var(--mode-stagger, 0) * 55ms);
}
.collection-page.anim-mode-special .collection-card.mode-reveal-ready.mode-inview {
  animation-name: specialOfferPulseIn;
}
.collection-page.anim-mode-summer .collection-card.mode-reveal-ready.mode-inview {
  animation-name: summerBreezeIn;
}
.collection-page.anim-mode-winter .collection-card.mode-reveal-ready.mode-inview {
  animation-name: winterCrystalIn;
}
@keyframes specialOfferPulseIn {
  from { opacity: 0; transform: translateY(12px) scale(.965); filter: saturate(.8); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: saturate(1); }
}
@keyframes summerBreezeIn {
  from { opacity: 0; transform: translateX(-14px) translateY(10px) scale(.98); filter: brightness(.92); }
  to { opacity: 1; transform: translateX(0) translateY(0) scale(1); filter: brightness(1); }
}
@keyframes winterCrystalIn {
  from { opacity: 0; transform: translateY(16px) scale(.955); filter: contrast(.85); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: contrast(1); }
}
.home-inline-banner {
  margin-top: 12px;
  height: 45vh;
  min-height: 45vh;
  max-height: 45vh;
  border: 1px solid #e4dfd2;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px 36px;
}

/* Home banners should be edge-to-edge with no side gaps */
.collection-page .lux-banner-slider,
.collection-page .home-inline-banner {
  width: calc(100vw - 24px);
  max-width: calc(100vw - 24px);
  margin-left: calc(50% - 50vw + 12px);
  margin-right: calc(50% - 50vw + 12px);
  margin-top: 12px;
}
.home-inline-multi-slider {
  min-height: 45vh;
  max-height: 45vh;
}
.home-inline-multi-slider .lux-slide-copy {
  left: 30px;
  max-width: min(640px, 70vw);
}
.home-inline-multi-slider .lux-slide-copy span {
  display: inline-block;
  letter-spacing: .14em;
  font-size: 12px;
  text-transform: uppercase;
  color: #e7dec9;
}
.home-inline-multi-slider .lux-slide-copy h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  letter-spacing: .04em;
}
.home-inline-multi-slider .lux-slide-copy p {
  font-size: clamp(14px, 1.2vw, 18px);
}
.home-inline-multi-slider--compact {
  min-height: 40vh;
  max-height: 40vh;
}
.mid-inline-slider {
  height: 60vh !important;
  min-height: 60vh !important;
  max-height: 60vh !important;
  overflow: hidden;
}
.mid-inline-slider .lux-slide {
  height: 60vh !important;
  min-height: 60vh !important;
  max-height: 60vh !important;
}
.mid-inline-slider .lux-slide img {
  height: 60vh !important;
  min-height: 60vh !important;
  max-height: 60vh !important;
  object-fit: cover;
}
.mid-inline-slider .lux-slide-copy h2 {
  font-size: clamp(24px, 3vw, 42px);
}
.mid-inline-slider .lux-slide-copy p {
  font-size: clamp(13px, 1vw, 16px);
}
.quick-banner-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.quick-banner-grid--inside {
  width: min(1520px, 98%);
  margin: 12px auto 0;
}
.quick-classic-banner {
  position: relative;
  height: 75px !important;
  min-height: 75px !important;
  max-height: 75px !important;
  border: 1px solid #ddd4c5;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  box-shadow: 0 12px 24px rgba(19, 16, 9, .1);
}
.quick-classic-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.95) contrast(1.03);
}
.quick-classic-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(12, 11, 9, .68) 0%, rgba(12, 11, 9, .34) 54%, rgba(12, 11, 9, .2) 100%);
}
.quick-classic-copy {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 18px;
  color: #fff;
}
.quick-classic-copy span {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  color: #ebdcbb;
  text-transform: uppercase;
}
.quick-classic-copy h3 {
  margin: 6px 0;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.5vw, 38px);
  letter-spacing: .04em;
}
.quick-classic-copy strong {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.75);
}
.home-inline-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.68);
}
.home-inline-banner--summer::before {
  background-image: url('https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?auto=format&fit=crop&w=1800&q=80');
}
.home-inline-banner--shirts::before {
  background-image: url('https://images.unsplash.com/photo-1516257984-b1b4d707412e?auto=format&fit=crop&w=1800&q=80');
}
.home-inline-banner--shirts {
  height: 45vh !important;
  min-height: 45vh !important;
  max-height: 45vh !important;
  border-color: #d8c8aa;
}
.home-inline-banner--shirts::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 16, 10, .74) 0%, rgba(20, 16, 10, .38) 52%, rgba(20, 16, 10, .2) 100%);
}
.home-inline-banner--shirts .home-inline-copy {
  max-width: 700px;
}
.home-inline-banner--shirts .home-inline-copy h3 {
  font-size: clamp(34px, 4.2vw, 56px);
  letter-spacing: .03em;
}
.home-inline-banner--shirts .home-inline-copy p {
  color: #f4ede2;
  font-size: clamp(14px, 1.2vw, 18px);
}
.home-inline-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #fff;
}
.home-inline-copy span {
  display: inline-block;
  letter-spacing: .12em;
  font-size: 12px;
  text-transform: uppercase;
  opacity: .9;
}
.home-inline-copy h3 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 1.05;
}
.home-inline-copy p {
  margin: 0;
  color: #f0f0f0;
}
.home-inline-copy .btn {
  margin-top: 16px;
  display: inline-block;
}
.collection-sidebar {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 14px;
  align-self: start;
  position: sticky;
  top: 132px;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.facet-group {
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.facet-group h4 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #373737;
  letter-spacing: .03em;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: #4a4a4a;
}
.check-row input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
.check-row span {
  flex: 1;
  line-height: 1.3;
}
.facet-more {
  margin-top: 6px;
  font-size: 13px;
  color: #6a6a6a;
  text-decoration: underline;
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.price-grid input {
  border: 1px solid #d4d4d4;
  padding: 8px 9px;
  font-size: 13px;
}
.facet-apply {
  width: 100%;
}
.facet-clear {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  color: #656565;
}
.collection-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.collection-inline-mid-banner {
  grid-column: 1 / -1;
  margin-top: 8px;
}
.collection-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(18, 16, 10, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.collection-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(18, 16, 10, .11);
  border-color: #ddd3c0;
}
.collection-media {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
}
.collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-heart-form {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
}
.card-heart-form .lux-icon-btn {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  border: 1px solid rgba(47, 125, 77, .28) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
  line-height: 1 !important;
  color: #2f7d4d !important;
  background: rgba(255, 255, 255, .98) !important;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
}
.card-heart-form .lux-icon-btn:hover {
  color: #25603d !important;
  border-color: rgba(47, 125, 77, .42) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
.card-heart-form .lux-icon-btn.is-active {
  color: #d92d4f !important;
  border-color: rgba(217, 45, 79, .34) !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(217,45,79,.22);
}
.card-hover-overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 108px;
  z-index: 3;
  border: 1px solid #e7e1d3;
  background: rgba(255,255,255,.98);
  border-radius: 12px;
  padding: 12px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.collection-card:hover .card-hover-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.card-hover-overlay h4 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #2b2b2b;
}
.hover-size-grid {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.hover-size-form { margin: 0; }
.hover-size-form button {
  width: 100%;
  border: 1px solid #dbd2bf;
  background: #f8f6f0;
  border-radius: 7px;
  color: #3f3a2d;
  font-size: 12px;
  font-weight: 500;
  min-height: 30px;
  cursor: pointer;
}
.hover-size-form button:hover {
  background: #efe8d8;
  border-color: #c9b58f;
}
.hover-size-form button.is-disabled,
.hover-size-form button:disabled {
  cursor: not-allowed;
  opacity: .4;
  background: #f1f1f1;
  color: #969696;
  border-color: #e1e1e1;
}
.hover-color-row {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.hover-color-row span {
  border: 1px solid #ddd3bf;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 10px;
  text-transform: uppercase;
  color: #6a5d47;
  letter-spacing: .06em;
}
.hover-open-product {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #76633d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.collection-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a77b3f;
  color: #fff;
  font-size: 11px;
  letter-spacing: .03em;
  padding: 4px 7px;
}
.collection-actions {
  min-height: 44px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: grid;
  grid-template-columns: 1fr 44px;
}
.collection-actions form {
  margin: 0;
}
.collection-actions button {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  font-size: 15px;
  color: #272727;
  cursor: pointer;
}
.collection-actions .lux-cart-btn {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
.collection-actions form:first-child button {
  text-align: left;
  padding-left: 14px;
}
.collection-actions form:last-child button {
  border-left: 1px solid #ececec;
}
.lux-cart-btn {
  position: relative;
  font-weight: 500;
  letter-spacing: .05em;
  color: #2a2417 !important;
  background: #fff !important;
  border-right: 1px solid #ececec !important;
}
.lux-cart-btn::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(90deg, #9a753a, #5f461f);
}
.collection-card:hover .lux-cart-btn {
  color: #543b16 !important;
}
.lux-cart-btn.is-in-cart {
  color: #2f6a46 !important;
  background: #fff !important;
  box-shadow: inset 4px 0 0 #d9eadf;
}
.lux-cart-btn.is-in-cart::after {
  background: linear-gradient(90deg, #7ea88f, #4f7b62);
}
.lux-icon-btn {
  font-size: 30px !important;
  line-height: 1 !important;
  color: #2f7d4d !important;
  background: #fff !important;
  font-weight: 700;
  border: 1px solid rgba(47, 125, 77, .28) !important;
}
.lux-icon-btn.is-active {
  color: #d92d4f !important;
  text-shadow: 0 1px 8px rgba(217, 45, 79, .22);
  background: #fff0f4 !important;
  border-color: rgba(217, 45, 79, .34) !important;
}
.lux-icon-btn:hover {
  color: #25603d !important;
  background: #e8f4eb !important;
}
.collection-card .lux-icon-btn {
  font-size: 24px !important;
  line-height: 1 !important;
}
.collection-info {
  padding: 10px 12px 10px;
}
.collection-tag {
  display: inline-block;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 11px;
  padding: 3px 6px;
}
.collection-name {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #2b2b2b;
  min-height: 44px;
}
.collection-price {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #232323;
}
.collection-price .old {
  margin-left: 4px;
  color: #777;
  text-decoration: line-through;
}
.collection-offer {
  background: var(--navy-accent);
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  letter-spacing: .03em;
}
.collection-actions button:disabled,
.product-cta-row button:disabled,
.btn:disabled {
  opacity: .65;
  cursor: wait;
}
.collection-empty {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  align-content: center;
  gap: 8px;
}
.collection-empty h3 {
  margin: 0;
  font-size: 24px;
  color: #222;
}
.collection-empty p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
}

.product-cta-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-detail-page {
  padding-top: 14px;
  padding-bottom: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(47,125,77,.08), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(31,77,55,.07), transparent 24%),
    linear-gradient(180deg, #fafaf7 0%, #f4f1ea 100%);
}
.product-detail-page .product-detail-grid {
  gap: 18px;
}
.product-detail-page .panel {
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,247,242,.98) 100%);
  border: 1px solid #e7dfcf;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.product-detail-page .panel:first-child {
  padding: 14px;
}
.product-detail-page .panel:last-child {
  padding: 20px 20px 18px;
}
.product-detail-page .product-main-image {
  border-radius: 18px !important;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  background: linear-gradient(180deg, #fbfbfd 0%, #f3f5f8 100%);
  box-shadow: inset 0 0 0 1px rgba(231, 223, 207, .55);
}
.product-detail-page .product-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-detail-page .product-thumbs::-webkit-scrollbar {
  display: none;
}
.product-detail-page .product-thumb-image {
  width: 64px !important;
  height: 78px !important;
  object-fit: cover;
  border-radius: 10px !important;
  border: 1px solid #e8dfcf !important;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.product-detail-page .product-thumb-image {
  display: inline-flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.product-detail-page .product-thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail-page .product-thumb-image.is-active {
  border-color: #2f7d4d !important;
  box-shadow: 0 12px 20px rgba(47,125,77,.12);
  transform: translateY(-1px);
}
.product-detail-page .product-thumb-image:hover {
  transform: translateY(-1px);
  border-color: #2f7d4d !important;
  box-shadow: 0 12px 20px rgba(47,125,77,.12);
}
.product-detail-page .brand-mini {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47,125,77,.08);
  color: #2f7d4d;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.product-detail-page .product-detail-title {
  margin: 12px 0 8px !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.05;
  letter-spacing: .01em;
  color: #101522;
}
.product-detail-page .product-detail-description {
  color: #5d6472 !important;
  line-height: 1.65 !important;
  font-size: 14px;
  max-width: 56ch;
}
.product-detail-page .product-detail-price {
  font-size: clamp(24px, 2.4vw, 32px) !important;
  margin-top: 12px !important;
}
.product-detail-page .product-detail-price .old {
  font-size: 14px;
  color: #9aa2b4;
}
.product-detail-page .sale-badge {
  background: rgba(47,125,77,.12);
  color: #2f7d4d;
  border: 1px solid rgba(47,125,77,.18);
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
.product-detail-page .form-grid {
  margin-top: 12px;
  gap: 12px;
}
.product-detail-page .form-group label {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6a7280;
  margin-bottom: 6px;
}
.product-detail-page .form-grid input,
.product-detail-page .form-grid select {
  min-height: 48px;
  border-radius: 14px;
  border-color: #ddd5c8;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.product-detail-page .product-cta-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.product-detail-page .product-cta-row .btn {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  letter-spacing: .11em;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
}
.product-detail-page .product-cta-row .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, .12);
}
.product-detail-page .product-buy-btn {
  border-color: #1f4d37;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-detail-page .product-wishlist-wrap .product-buy-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 18px;
  text-align: center;
}
.product-detail-page .product-buy-btn:hover {
  filter: brightness(1.03);
  border-color: #1f4d37;
}
.product-detail-page .product-wa-btn {
  border-color: rgba(31, 77, 55, .18);
  background: linear-gradient(135deg, #ffffff 0%, #f7faf8 100%);
  color: #1f4d37;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-detail-page .product-wa-btn:hover {
  border-color: rgba(31, 77, 55, .28);
  color: #1f4d37;
}
.product-detail-page .product-wishlist-wrap {
  margin-top: 12px !important;
}
.product-detail-page .product-wishlist-btn {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border-radius: 14px;
  border-color: #d8d0bf;
  color: #39414f;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}
.product-detail-page .product-wishlist-btn:hover {
  border-color: #2f7d4d;
  color: #2f7d4d;
  box-shadow: 0 15px 28px rgba(47, 125, 77, .10);
}
.product-detail-page .product-doc-guide-panel {
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.product-doc-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 22px;
  border: 1px solid #e7dfcf;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(47,125,77,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,247,.98) 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}
.product-doc-section-head h2 {
  margin: 0;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: #101522;
}
.product-doc-section-head p {
  margin: 8px 0 0;
  color: #5d6472;
  line-height: 1.6;
  max-width: 62ch;
}
.product-doc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(47,125,77,.10);
  color: #2f7d4d;
  border: 1px solid rgba(47,125,77,.15);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
}
.product-doc-section-note {
  min-width: 120px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8faf7 100%);
  border: 1px solid #e5e8ee;
  box-shadow: 0 12px 22px rgba(15, 23, 42, .06);
  text-align: center;
}
.product-doc-section-note strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #1f4d37;
}
.product-doc-section-note span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.product-detail-page .product-doc-guide-grid {
  gap: 14px;
  align-items: start;
  grid-auto-rows: min-content;
}
.product-detail-page .product-doc-card {
  margin: 0;
  padding: 18px 18px 16px;
  border: 1px solid #e7dfcf;
  background:
    radial-gradient(circle at top right, rgba(47,125,77,.06), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(249,251,252,.98) 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
  border-radius: 22px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.product-detail-page .product-doc-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2f7d4d 0%, #8bd0a0 100%);
}
.product-detail-page .product-doc-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}
.product-detail-page .product-doc-card__head h3 {
  margin: 0;
  font-size: 20px;
  color: #10251b;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.product-detail-page .product-doc-card__head p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}
.product-detail-page .product-doc-card__formats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.product-detail-page .product-doc-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  align-items: stretch;
}
.product-detail-page .product-doc-empty {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px dashed #d6dae3;
  background: #fff;
  color: #9ca3af;
  font-size: 12px;
  padding: 0 12px;
}
.product-detail-page .product-doc-action-btn--wide {
  grid-column: 1 / -1;
}
.product-detail-page .product-doc-guide-head {
  position: sticky;
  top: 0;
  z-index: 1;
  backdrop-filter: blur(14px);
}
.product-detail-page .product-doc-guide-row {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,248,243,.98) 100%);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.product-detail-page .product-doc-guide-row:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  background:
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,250,247,1) 100%);
}
.product-detail-page .product-doc-format-pill,
.product-detail-page .product-doc-type-pill {
  border-radius: 999px;
  letter-spacing: .08em;
}
.product-detail-page .product-doc-format-pill {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border-color: #e3e8f0;
}
.product-detail-page .product-doc-type-pill.is-active {
  background: linear-gradient(180deg, #eff9f2 0%, #fff 100%);
}
.product-detail-page .product-doc-action-btn {
  width: 100%;
  border-radius: 16px;
  min-height: 46px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}
.product-detail-page .product-doc-action-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.product-detail-page .product-doc-action-btn--primary {
  border-color: #1f4d37;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
}
.product-related-section {
  padding-top: 6px;
}
.product-related-section .section-title {
  margin-bottom: 12px;
}
.product-card.product-related-card {
  border-radius: 16px;
}
.related-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-service-media {
  aspect-ratio: 4 / 4.7;
}
.related-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-service-body {
  padding: 12px 12px 14px;
}
.related-service-title {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.25;
  text-transform: none;
  color: #152235;
}
.related-service-meta {
  margin-top: 6px;
  color: #2f7d4d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
}
.lux-main-cart-btn {
  border-color: #151515 !important;
  background: linear-gradient(135deg, #2a2a2a 0%, #0f0f0f 100%) !important;
  color: #f2e8d3 !important;
  letter-spacing: .15em !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.lux-main-cart-btn:hover {
  background: linear-gradient(135deg, #3a2a13 0%, #1f1408 100%) !important;
  color: #f3dfb3 !important;
}
.lux-main-cart-btn.is-in-cart {
  background: linear-gradient(135deg, #3f2f12 0%, #2d1f0b 100%) !important;
  color: #f0dfb8 !important;
}
.product-detail-page .product-main-image {
  display: block;
}
.product-detail-page .product-thumbs {
  -webkit-overflow-scrolling: touch;
}
.product-detail-page .product-thumb-image {
  flex: 0 0 auto;
}
.product-detail-page .product-wishlist-btn {
  min-width: 170px;
}

.auth-page {
  min-height: 68vh;
  padding: 44px 0 64px;
  background:
    radial-gradient(circle at 8% 8%, rgba(47,125,77,.14), transparent 30%),
    radial-gradient(circle at 90% 86%, rgba(31,77,55,.10), transparent 26%),
    linear-gradient(180deg, #fbfbf9 0%, #f5f6f3 100%);
}
.auth-wrap {
  max-width: 680px;
}
.auth-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,249,245,.98) 100%);
  border: 1px solid #e7dfcf;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
  padding: 30px 26px;
}
.auth-page--login {
  padding-top: 36px;
  padding-bottom: 72px;
}
.auth-wrap--login {
  max-width: 680px;
}
.auth-login-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}
.auth-card--login {
  border: 1px solid #e6ddcb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(19, 24, 38, .08);
}
.auth-login-hero {
  display: none !important;
}
.auth-card--login {
  padding: 30px 28px;
}
.auth-form--login {
  margin-top: 8px;
}
.auth-submit--login {
  margin-top: 10px;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(15, 20, 36, .18);
}
.auth-meta--login {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #ece7dc;
  text-align: center;
}
.auth-login-register-prompt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #2a2a2a;
}
.auth-login-register-prompt a {
  font-size: 18px;
  font-weight: 700;
}
.auth-brand {
  text-align: center;
}
.auth-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #7a6a47;
  font-size: 11px;
}
.auth-brand h1 {
  margin: 8px 0 6px;
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: .08em;
  color: #202020;
}
.auth-brand p {
  margin: 0;
  font-size: 16px;
  color: #5b5b5b;
}
.auth-google-btn {
  margin-top: 18px;
  border: 1px solid #d8e1d6;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: #1f2937;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,247,.98) 100%);
  box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
  border-radius: 14px;
}
.g-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d8e1d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  background: #fff;
}
.auth-divider {
  margin: 16px 0;
  position: relative;
  text-align: center;
}
.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #ececec;
}
.auth-divider span {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,249,245,.98) 100%);
  padding: 0 10px;
  color: #777;
  font-size: 13px;
}
.auth-form .form-group {
  margin-bottom: 12px;
}
.auth-form label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.auth-form input {
  border: 1px solid #d8e1d6;
  padding: 11px 12px;
  font-size: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.auth-submit {
  margin-top: 4px;
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, #25311f 0%, #111827 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  padding: 13px;
  cursor: pointer;
  border-radius: 14px;
}
.auth-meta {
  margin-top: 14px;
}
.auth-meta p {
  margin: 0 0 6px;
  color: #666;
  font-size: 14px;
}
.auth-meta a {
  text-decoration: underline;
}

.auth-login-hero .auth-point {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.08);
}
.auth-login-hero .auth-point span {
  color: rgba(255,255,255,.88);
}
.auth-login-hero .auth-point strong {
  background: rgba(255,255,255,.12);
}

.auth-page--register {
  padding-top: 36px;
  padding-bottom: 72px;
}
.auth-wrap--register {
  max-width: 1120px;
}
.auth-register-shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}
.auth-register-hero,
.auth-card--register {
  border: 1px solid #e8dfcf;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(19, 24, 38, .08);
}
.auth-register-hero {
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 165, 77, .36), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, .12), transparent 20%),
    linear-gradient(160deg, #141a2e 0%, #1e2540 44%, #0f1320 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.auth-register-logo {
  width: 132px;
  height: 132px;
  border-radius: 26px;
  padding: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.auth-register-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.auth-register-hero .auth-kicker {
  color: rgba(255,255,255,.72);
  margin-top: 22px;
}
.auth-register-hero h1 {
  margin: 10px 0 10px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: .95;
  letter-spacing: .04em;
  color: #fff;
}
.auth-register-copy {
  max-width: 440px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
}
.auth-register-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.auth-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.auth-point strong {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  letter-spacing: .12em;
}
.auth-point span {
  color: rgba(255,255,255,.86);
  font-size: 15px;
}
.auth-card--register {
  padding: 30px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(251,249,245,.98) 100%);
}
.auth-brand--register {
  margin-bottom: 18px;
}
.auth-form--register {
  margin-top: 8px;
}
.auth-register-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.auth-submit--register {
  margin-top: 10px;
  background: linear-gradient(135deg, #24583b 0%, #143424 100%);
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(15, 20, 36, .18);
}
.auth-meta--register {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #ece7dc;
  text-align: center;
}
.auth-meta--register p {
  margin-bottom: 8px;
}
.auth-register-login-prompt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #2a2a2a;
}
.auth-register-login-prompt a {
  font-size: 18px;
  font-weight: 700;
}
.lux-toast {
  position: fixed;
  right: 16px;
  bottom: 18px;
  background: #1f2125;
  color: #f5f5f5;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .03em;
  box-shadow: 0 10px 24px rgba(0,0,0,.24);
  transform: translateY(14px);
  opacity: 0;
  pointer-events: none;
  transition: all .22s ease;
  z-index: 120;
}
.lux-toast.show {
  transform: translateY(0);
  opacity: 1;
}
.lux-toast.is-error {
  background: #6f1e1e;
}

.cms-page {
  min-height: 60vh;
}
.cms-head {
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px;
  margin-bottom: 16px;
}
.cms-head h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #232323;
}
.cms-head p {
  margin: 8px 0 0;
  color: #4d4d4d;
  font-size: 16px;
}
.cms-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.5fr 1fr;
}
.cms-panel {
  padding: 22px;
}
.cms-panel h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 20px;
  color: var(--brand-blue);
}
.cms-panel ul {
  margin: 0;
  padding-left: 18px;
}
.cms-panel li {
  margin-bottom: 10px;
  color: #3f3f3f;
  font-size: 16px;
}
.cms-panel p {
  color: #3f3f3f;
  font-size: 16px;
  margin: 0 0 12px;
}

.refund-page {
  background: #f7f7f7;
  padding: 42px 0 56px;
}
.refund-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.refund-wrap h1 {
  margin: 0 0 30px;
  text-align: center;
  font-size: clamp(34px, 3.6vw, 56px);
  font-family: var(--font-display);
  font-weight: 500;
  color: #353535;
}
.refund-section {
  margin-bottom: 22px;
}
.refund-section h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
  color: #222;
  font-weight: 600;
}
.refund-section h3 {
  margin: 14px 0 4px;
  font-size: 22px;
  color: #2d2d2d;
  font-weight: 500;
}
.refund-section p {
  margin: 0 0 8px;
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.4;
}
.refund-section ul {
  margin: 8px 0 10px;
  padding-left: 28px;
}
.refund-section li {
  color: #383838;
  font-size: 17px;
  margin-bottom: 4px;
}
.refund-checks {
  list-style: none;
  padding-left: 0;
}
.refund-checks li::before {
  content: "✔ ";
}
.refund-steps {
  display: grid;
  gap: 6px;
  margin: 10px 0;
}
.refund-steps div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.refund-steps strong {
  font-size: 16px;
  color: #222;
}
.refund-steps span {
  font-size: 17px;
  color: #3f3f3f;
}

.contact-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(47,125,77,.12), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(31,77,55,.10), transparent 24%),
    linear-gradient(180deg, #fbfcfb 0%, #f4f8f5 100%);
  padding: 46px 0 68px;
}
.contact-wrap {
  max-width: 1120px;
}
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}
.contact-hero-copy,
.contact-hero-card,
.contact-info-card,
.contact-form {
  border: 1px solid #dbe8dd;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, .06);
}
.contact-hero-copy {
  padding: 28px;
  background:
    radial-gradient(circle at 14% 12%, rgba(47,125,77,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
}
.contact-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #2f7d4d;
  font-size: 11px;
  font-weight: 700;
}
.contact-hero-copy h1 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.9vw, 64px);
  line-height: .95;
  color: #17212b;
}
.contact-hero-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #5d6b63;
}
.contact-hero-card {
  padding: 24px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(160deg, #1f4d37 0%, #10251b 100%);
  color: #fff;
}
.contact-hero-card div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.contact-hero-card span,
.contact-info-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  color: rgba(255,255,255,.70);
  margin-bottom: 6px;
}
.contact-hero-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: start;
}
.contact-info-panel {
  display: grid;
  gap: 14px;
}
.contact-info-card {
  padding: 20px;
}
.contact-info-card .contact-info-label {
  color: #2f7d4d;
}
.contact-info-card strong {
  display: block;
  font-size: 20px;
  font-family: var(--font-display);
  line-height: 1.15;
  color: #17212b;
  margin-bottom: 8px;
}
.contact-info-card p {
  margin: 0;
  color: #617067;
  line-height: 1.6;
  font-size: 15px;
}
.contact-info-card--accent {
  background:
    radial-gradient(circle at 16% 18%, rgba(47,125,77,.10), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7fbf7 100%);
}
.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.contact-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid #cfe0d3;
  color: #1f4d37;
  background: #f2faf4;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-social-links a span:last-child {
  word-break: break-word;
}
.contact-social-links--social a {
  min-width: 140px;
}
.contact-link-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex: 0 0 18px;
}
.contact-link-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-form {
  padding: 24px;
}
.contact-form {
  max-width: none;
}
.contact-form label {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: #57655e;
  margin: 0 0 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9e4dc;
  background: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 18px;
  resize: vertical;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #2f7d4d;
  box-shadow: 0 0 0 3px rgba(47,125,77,.10);
}
.contact-submit {
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  padding: 14px 10px;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(31, 77, 55, .22);
}
.contact-form small {
  display: block;
  margin-top: 14px;
  color: #708176;
  font-size: 13px;
}

.franchise-page {
  padding: 44px 0 62px;
  background: linear-gradient(180deg, #f8f8f8 0%, #f2f2f2 100%);
}
.franchise-wrap {
  max-width: 1080px;
}
.franchise-hero {
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  padding: 34px 22px;
  margin-bottom: 18px;
}
.franchise-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  color: #6c6c6c;
}
.franchise-hero h1 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.5vw, 52px);
  letter-spacing: .08em;
  color: #232323;
}
.franchise-hero p {
  margin: 0 0 16px;
  color: #505050;
  font-size: 17px;
}
.franchise-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.franchise-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 18px;
}
.franchise-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #2b2b2b;
}
.franchise-card ul {
  margin: 0;
  padding-left: 18px;
}
.franchise-card li {
  margin-bottom: 8px;
  color: #434343;
  font-size: 15px;
}
.franchise-contact {
  margin-top: 14px;
  background: #1f2125;
  color: #efefef;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.franchise-contact p {
  margin: 0;
  font-size: 15px;
}

.corp-page {
  background: #f6f6f6;
  padding: 44px 0 64px;
}
.corp-wrap {
  max-width: 1120px;
}
.corp-hero {
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  padding: 34px 24px;
  margin-bottom: 16px;
}
.corp-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  color: #6e6e6e;
}
.corp-hero h1 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.6vw, 54px);
  letter-spacing: .08em;
  color: #202020;
}
.corp-hero p {
  margin: 0 0 16px;
  color: #515151;
  font-size: 17px;
}
.corp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.corp-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 18px 16px;
}
.corp-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #262626;
}
.corp-card p {
  margin: 0;
  font-size: 15px;
  color: #474747;
}
.corp-process {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 22px 18px;
  margin-bottom: 14px;
}
.corp-process h2,
.corp-enquiry h2 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #252525;
}
.corp-steps {
  display: grid;
  gap: 10px;
}
.corp-steps div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
}
.corp-steps strong {
  width: 28px;
  height: 28px;
  background: #202020;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.corp-steps span {
  color: #3d3d3d;
  font-size: 16px;
}
.corp-enquiry {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 22px 18px;
}
.corp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.corp-form-grid label {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  color: #5a5a5a;
  font-size: 14px;
  margin: 0 0 6px;
}
.corp-form-grid input,
.corp-form-grid textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  color: #2e2e2e;
}
.corp-form-grid textarea {
  min-height: 128px;
}
.corp-form-grid > div:last-child {
  grid-column: span 2;
}
.corp-submit {
  margin-top: 12px;
  border: 0;
  background: #1f2125;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  padding: 12px 18px;
  cursor: pointer;
}

.appointment-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(47,125,77,.12), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(31,77,55,.10), transparent 22%),
    linear-gradient(180deg, #fbfcfb 0%, #f3f7f4 100%);
  padding: 44px 0 70px;
}
.appointment-wrap {
  max-width: 1120px;
}
.appointment-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}
.appointment-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  color: #2f7d4d;
  font-weight: 700;
}
.appointment-hero-copy,
.appointment-side-card,
.appointment-form {
  border: 1px solid #dbe8dd;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, .06);
}
.appointment-hero-copy {
  padding: 30px;
  background:
    radial-gradient(circle at 16% 14%, rgba(47,125,77,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
}
.appointment-hero-copy h1 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.8vw, 62px);
  line-height: .95;
  color: #17212b;
}
.appointment-hero-copy > p {
  margin: 0;
  color: #5d6b63;
  font-size: 16px;
  line-height: 1.7;
}
.appointment-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.appointment-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dfe8de;
}
.appointment-point strong {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  font-size: 13px;
  letter-spacing: .12em;
}
.appointment-point span {
  color: #25323a;
  font-size: 15px;
}
.appointment-side-card {
  padding: 24px;
  display: grid;
  gap: 14px;
  background: linear-gradient(160deg, #1f4d37 0%, #10251b 100%);
  color: #fff;
}
.appointment-side-item {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}
.appointment-side-item span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  color: rgba(255,255,255,.70);
  margin-bottom: 6px;
}
.appointment-side-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
}
.appointment-form-shell {
  display: grid;
}
.appointment-form {
  padding: 26px;
}
.appointment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.appointment-grid .form-group {
  margin-bottom: 0;
}
.appointment-grid label {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  color: #57655e;
  font-size: 14px;
  margin: 0 0 6px;
}
.appointment-grid input,
.appointment-grid textarea {
  width: 100%;
  border: 1px solid #d9e4dc;
  border-radius: 14px;
  background: #fff;
  padding: 13px 14px;
  font-size: 15px;
  color: #2e2e2e;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.appointment-grid textarea {
  min-height: 120px;
  resize: vertical;
}
.appointment-grid input:focus,
.appointment-grid textarea:focus {
  outline: none;
  border-color: #2f7d4d;
  box-shadow: 0 0 0 3px rgba(47,125,77,.10);
}
.appointment-full {
  grid-column: span 2;
}
.appointment-submit {
  display: block;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  padding: 14px 18px;
  cursor: pointer;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(31, 77, 55, .22);
}

.refer-page {
  padding: 44px 0 64px;
  background:
    radial-gradient(circle at 10% 5%, rgba(193,157,90,.14), transparent 34%),
    radial-gradient(circle at 85% 92%, rgba(49,56,74,.1), transparent 28%),
    #f6f6f6;
}
.refer-wrap {
  max-width: 1080px;
}
.refer-hero {
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  padding: 34px 24px;
  margin-bottom: 16px;
}
.refer-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  color: #79643a;
}
.refer-hero h1 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.8vw, 58px);
  letter-spacing: .08em;
  color: #1f1f1f;
}
.refer-hero p {
  margin: 0;
  color: #4f4f4f;
  font-size: 17px;
}
.refer-badges {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.refer-badges span {
  border: 1px solid #dad0bf;
  background: #fbf8f2;
  color: #524222;
  font-size: 13px;
  letter-spacing: .04em;
  padding: 8px 12px;
}
.refer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.refer-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 20px 18px;
}
.refer-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #262626;
}
.refer-card p {
  margin: 0;
  font-size: 15px;
  color: #484848;
}
.refer-steps {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 22px 18px;
  margin-bottom: 14px;
}
.refer-steps h2 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #252525;
}
.refer-flow {
  display: grid;
  gap: 10px;
}
.refer-flow div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
}
.refer-flow strong {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.refer-flow span {
  color: #3d3d3d;
  font-size: 16px;
}
.refer-cta {
  background: linear-gradient(90deg, #23252b 0%, #2f3340 100%);
  color: #f4f4f4;
  border: 1px solid #2c303c;
  padding: 20px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.refer-cta h3 {
  margin: 0 0 4px;
  font-size: 24px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.refer-cta p {
  margin: 0;
  font-size: 15px;
  color: #d7d7d7;
}

.store-page {
  padding: 44px 0 64px;
  background:
    radial-gradient(circle at 7% 8%, rgba(193,157,90,.14), transparent 30%),
    radial-gradient(circle at 92% 90%, rgba(57,62,79,.1), transparent 28%),
    linear-gradient(180deg, #f7f7f7 0%, #f2f2f2 100%);
}
.store-wrap {
  max-width: 1080px;
}
.store-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 12px;
  margin-bottom: 14px;
}
.store-intro-copy {
  background: #fff;
  border: 1px solid #ececec;
  padding: 34px 26px;
}
.store-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  color: #6f6f6f;
}
.store-intro-copy h1 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 3.8vw, 58px);
  letter-spacing: .08em;
  color: #1f1f1f;
}
.store-intro-copy p {
  margin: 0 0 8px;
  color: #505050;
  font-size: 17px;
}
.store-cta-row {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.store-intro-visual {
  border: 1px solid #ececec;
  background: linear-gradient(145deg, #272b38 0%, #1e2129 100%);
  position: relative;
  overflow: hidden;
}
.store-intro-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 24%, rgba(206,169,102,.32), transparent 40%);
}
.store-visual-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  background: rgba(255,255,255,.92);
  padding: 12px 14px;
  border: 1px solid #e6dccb;
}
.store-visual-card span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  color: #6d6d6d;
}
.store-visual-card strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  color: #2a2a2a;
  font-family: var(--font-display);
}
.store-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.store-info-panel,
.store-experience-panel {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 20px 18px;
}
.store-info-panel h3,
.store-experience-panel h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #262626;
}
.store-info-panel p,
.store-experience-panel p {
  margin: 0 0 8px;
  color: #444;
  font-size: 15px;
}
.store-experience-panel ul {
  margin: 0;
  padding-left: 18px;
}
.store-experience-panel li {
  margin-bottom: 8px;
  color: #444;
  font-size: 15px;
}
.store-map-hint {
  margin-top: 12px;
  border: 1px dashed #c8c8c8;
  padding: 10px;
  font-size: 13px;
  color: #606060;
  background: #fafafa;
}
.store-flow {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.store-flow div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
}
.store-flow strong {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1f2125;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.store-flow span {
  font-size: 15px;
  color: #3e3e3e;
}
.store-note {
  background: #1f2125;
  border: 1px solid #2e3139;
  color: #ededed;
  padding: 20px 18px;
}
.store-note h3 {
  margin: 0 0 8px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.store-note p {
  margin: 0;
  font-size: 15px;
  color: #d9d9d9;
}

.kow-prefooter {
  background: #fff;
  padding: 0 0 40px;
}
.kow-prefooter-bar {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0 13px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-base);
}
.kow-prefooter-banner {
  margin-top: 18px;
  display: block;
  position: relative;
  height: 172px;
  overflow: hidden;
}
.kow-prefooter-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kow-prefooter-copy {
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
  color: #ededed;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-align: center;
  font-size: 32px;
  line-height: 1.05;
}
.kow-prefooter-copy strong {
  display: inline-block;
  margin-top: 14px;
  border-bottom: 2px solid #d9d9d9;
  font-size: 34px;
  letter-spacing: .06em;
  font-weight: 500;
  font-family: var(--font-display);
  font-weight: 500;
}

.kow-footer {
  background: linear-gradient(180deg, #1f4d37 0%, #10251b 100%);
  color: #f2f2f2;
  padding: 74px 0 24px;
}
.kow-logo-block {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
.kow-logo-img-footer {
  width: 100px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none;
}
.kow-logo-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 30% 40%, #f0f0f0 0 2px, #777 2px 4px, #5e5e5e 4px 6px);
  opacity: .88;
}
.kow-logo-top {
  font-size: 12px;
  letter-spacing: .48em;
  color: #dbefe1;
  margin-bottom: 4px;
  font-family: var(--font-display);
}
.kow-logo-script {
  font-family: "Allura", cursive;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin-left: 1px;
}
.kow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.08fr;
  gap: 78px;
}
.kow-grid h4 {
  margin: 0 0 22px;
  font-size: 24px;
  letter-spacing: .07em;
  font-family: var(--font-display);
  font-weight: 600;
  color: #f3fbf5;
}
.kow-grid a {
  display: block;
  color: #e2f0e6;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: var(--font-base);
  font-weight: 300;
  letter-spacing: .012em;
}
.kow-muted {
  color: #d4e7d8;
  font-size: 17px;
  line-height: 1.28;
  margin: 0 0 22px;
  font-family: var(--font-base);
  font-weight: 300;
}
.kow-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.26);
  padding-bottom: 12px;
}
.kow-input-row input {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
}
.kow-input-row input::placeholder { color: #d7d7d7; }
.kow-input-row button {
  border: 0;
  background: transparent;
  color: #dff1e4;
  letter-spacing: .14em;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}
.kow-social {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.kow-social span {
  min-width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #e3f2e7;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.kow-copy {
  text-align: center;
  margin-top: 68px;
  color: #cfe0d4;
  font-size: 14px;
  font-family: var(--font-base);
  letter-spacing: .04em;
}

.kow-whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(31, 77, 55, .24);
  z-index: 60;
}
.kow-appointment-float svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kow-refer-float {
  position: fixed;
  right: 0;
  bottom: 140px;
  background: linear-gradient(180deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: .06em;
  font-size: 14px;
  padding: 10px 7px;
  z-index: 60;
}

.account-page {
  padding-top: 44px;
  padding-bottom: 60px;
  background: #fff;
}
.account-page.container {
  width: min(1440px, 94%);
}
.account-title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 500;
  color: #282828;
  letter-spacing: .04em;
}
.account-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.account-card {
  background: #fff;
  border: 1px solid #e7e4de;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 32px rgba(31, 24, 8, .05);
}
.account-profile-card {
  position: sticky;
  top: 112px;
}
.account-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #232323, #3f3f3f);
  color: #f5f5f5;
  font-size: 30px;
  font-family: var(--font-display);
  letter-spacing: .06em;
}
.account-profile-card h3 {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .03em;
}
.account-profile-card p {
  margin: 4px 0 0;
  text-align: center;
  color: #707070;
  font-size: 14px;
}
.account-stats {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
.account-stat {
  border: 1px solid #e8e5df;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fbfaf8;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}
.account-stat span {
  color: #6f6a5d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.account-stat strong {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
}
.account-main {
  display: grid;
  gap: 20px;
}
.account-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.account-block-head h3 {
  margin: 0;
  font-size: 29px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .03em;
}
.account-table-wrap {
  overflow-x: auto;
}
.account-table thead th {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #6b6b6b;
  border-bottom: 1px solid #ece8df;
}
.account-table td {
  vertical-align: middle;
  border-bottom: 1px solid #f0ede6;
}
.account-status {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcc38d;
  background: #fff9ea;
  color: #87682a;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
}
.account-wishlist {
  display: grid;
  gap: 12px;
}
.account-wish-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #eee8db;
  border-radius: 14px;
  padding: 10px 12px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.account-wish-item:hover {
  transform: translateY(-2px);
  border-color: #dbc48d;
  box-shadow: 0 12px 24px rgba(30, 24, 8, .08);
}
.account-wish-thumb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e3d7bd;
}
.account-wish-copy strong {
  display: block;
  font-size: 16px;
  color: #262626;
  line-height: 1.2;
}
.account-wish-copy span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #887858;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.account-wish-price {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 500;
  letter-spacing: .01em;
}
.account-empty {
  margin: 0;
  padding: 12px;
  border: 1px dashed #d8d2c6;
  border-radius: 12px;
  color: #666056;
  background: #faf8f3;
}
.account-order-link {
  color: #2c2c2c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-page {
  padding-top: 36px;
  padding-bottom: 56px;
  background: #fff;
}
.cart-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: .04em;
  font-weight: 600;
  color: #232323;
}
.cart-head p {
  margin: 6px 0 0;
  color: #6f6f6f;
  font-size: 16px;
}
.cart-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
}
.cart-items-card {
  border: 1px solid #e8e4dc;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(18, 16, 10, .06);
}
.cart-item-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #f0ece3;
  align-items: center;
}
.cart-item-row:last-child { border-bottom: 0; }
.cart-item-media {
  width: 112px;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #ebe5d8;
}
.cart-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-item-name {
  display: inline-block;
  font-size: 24px;
  font-family: var(--font-display);
  letter-spacing: .02em;
  line-height: 1.1;
  color: #262626;
}
.cart-item-meta {
  margin: 5px 0 0;
  color: #7c715d;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}
.cart-item-price {
  margin: 10px 0 0;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 500;
}
.cart-item-actions {
  display: grid;
  gap: 10px;
  min-width: 160px;
}
.cart-qty-form {
  display: block;
}
.cart-qty-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #d8d2c6;
  border-radius: 8px;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
}
.cart-qty-form button,
.cart-remove-form button {
  height: 38px;
  border-radius: 8px;
  border: 1px solid #cdb279;
  background: #fff8ea;
  color: #6b5121;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.cart-remove-form button {
  width: 100%;
  border-color: #e1dbcf;
  background: #fff;
  color: #8d3030;
}
.cart-summary-card {
  border: 1px solid #ddd7c8;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  position: sticky;
  top: 110px;
  box-shadow: 0 18px 32px rgba(25, 20, 8, .06);
}
.cart-summary-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 31px;
  letter-spacing: .02em;
  font-weight: 600;
}
.cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dashed #ddd4c2;
  color: #514c44;
}
.cart-summary-line strong {
  color: #202020;
  font-size: 15px;
}
.cart-summary-total {
  margin-top: 2px;
  border-bottom-style: solid;
}
.cart-summary-total strong {
  font-size: 22px;
  font-family: var(--font-display);
}
.cart-coupon-form {
  margin-top: 16px;
}
.cart-coupon-form label {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #706553;
}
.cart-coupon-form input {
  width: 100%;
  border: 1px solid #d8d2c6;
  border-radius: 8px;
  height: 40px;
  padding: 0 12px;
}
.cart-coupon-form button {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(135deg, #2b2e76 0%, #1d2057 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(34, 37, 102, .22);
  transition: transform .18s ease, filter .18s ease;
}
.cart-coupon-form button:hover { transform: translateY(-1px); filter: brightness(1.05); }
.cart-coupon-form button:active { transform: translateY(0); }
.cart-coupon-note {
  margin: 10px 0 0;
  font-size: 13px;
  color: #7d652f;
  background: #fcf4df;
  border: 1px solid #e5d1a1;
  border-radius: 8px;
  padding: 7px 9px;
}
.cart-checkout-btn {
  margin-top: 12px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  border-color: #1f4d37;
  color: #fff;
  letter-spacing: .14em;
  box-shadow: 0 12px 24px rgba(31, 77, 55, .22);
  transition: transform .18s ease, filter .18s ease;
}
.cart-checkout-btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.cart-checkout-btn:active { transform: translateY(0); }
.cart-continue-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #5a5a5a;
  font-size: 13px;
}
.cart-empty-card {
  border: 1px dashed #d7d1c3;
  border-radius: 18px;
  padding: 42px 26px;
  text-align: center;
  background: #fff;
}
.cart-empty-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background: #f1e9d6;
  color: #7a6534;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.cart-empty-card h3 {
  margin: 0;
  font-size: 34px;
  font-family: var(--font-display);
  font-weight: 600;
}
.cart-empty-card p {
  margin: 8px 0 18px;
  color: #686055;
}

.checkout-page {
  background: #faf9f7;
  padding-top: 34px;
  padding-bottom: 56px;
}
.checkout-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: .04em;
}
.checkout-head p {
  margin: 6px 0 0;
  color: #6d6d6d;
  max-width: 680px;
}
.checkout-layout {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
}
.checkout-form-card,
.checkout-review-card {
  border: 1px solid #e7e1d8;
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
}
.checkout-form-card input,
.checkout-form-card select {
  border: 1px solid #d9d2c5;
  border-radius: 12px;
  height: 42px;
  background: #fff;
}
.checkout-block-head {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 25px;
  color: #232323;
}
.checkout-note-card {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid #dfeadf;
  background: linear-gradient(180deg, rgba(47,125,77,.06), rgba(255,255,255,.95));
}
.checkout-note-card strong {
  font-size: 16px;
  color: #1f4d37;
}
.checkout-note-card span {
  color: #637166;
  font-size: 13px;
  line-height: 1.45;
}
.checkout-payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 2px;
}
.checkout-payment-choice {
  border: 1px solid #d9e6d8;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f7fbf7 100%);
  padding: 14px 16px;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 20px rgba(17, 24, 39, .05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.checkout-payment-choice:hover {
  transform: translateY(-1px);
  border-color: #2f7d4d;
  box-shadow: 0 14px 24px rgba(15, 23, 42, .08);
}
.checkout-payment-choice.is-selected {
  border-color: #2f7d4d;
  background: linear-gradient(180deg, rgba(47,125,77,.08) 0%, rgba(255,255,255,.98) 100%);
  box-shadow: 0 14px 26px rgba(15, 23, 42, .09);
}
.checkout-payment-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
}
.checkout-payment-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.checkout-payment-copy {
  display: grid;
  gap: 2px;
}
.checkout-payment-copy strong {
  font-size: 16px;
  color: #17212b;
}
.checkout-payment-copy small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #637166;
}
.checkout-submit-wrap {
  display: flex;
  justify-content: center;
}
.checkout-place-btn {
  display: block;
  width: min(100%, 520px);
  margin: 18px auto 0;
  border-radius: 14px;
  min-height: 52px;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  border-color: #1f4d37;
  color: #fff;
  letter-spacing: .12em;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .16);
}
.checkout-review-actions {
  margin-top: 18px;
}
.checkout-review-card {
  position: sticky;
  top: 110px;
}
.checkout-review-card h3 {
  margin: 0 0 14px;
  font-size: 34px;
  font-family: var(--font-display);
}
.checkout-review-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px dashed #e5ddd1;
  color: #4f4f4f;
}
.checkout-review-row strong {
  color: #1f1f1f;
  font-size: 15px;
}
.checkout-item-variant {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #7a705f;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.checkout-review-total {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-review-total span {
  font-size: 20px;
  font-family: var(--font-display);
}
.checkout-review-total strong {
  font-size: 30px;
  font-family: var(--font-display);
}
.checkout-coupon-panel {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #ece5d8;
  background: #fcfbf8;
}
.checkout-coupon-form {
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout-coupon-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid #d9d2c5;
  border-radius: 12px;
  height: 42px;
  padding: 0 12px;
}
.checkout-coupon-active {
  display: grid;
  gap: 8px;
  align-items: start;
}
.checkout-coupon-active strong {
  font-size: 18px;
  color: #1f4d37;
}
.checkout-coupon-active span {
  color: #6d6d6d;
  font-size: 13px;
}
.checkout-coupon-remove {
  min-height: 40px;
  width: fit-content;
}
.checkout-page--application .checkout-form-card {
  min-height: 100%;
}
.checkout-page--application .checkout-review-card {
  background: linear-gradient(180deg, #fff 0%, #fbfdfb 100%);
}

@media (max-width: 980px) {
  .grid-4, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-category-head { flex-direction: column; align-items: flex-start; }
  .home-category-head h2 { font-size: 24px; }
  .home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 10px; }
  .home-category-icon { width: 70px; height: 70px; }
  .home-category-icon img { width: 100%; height: 100%; }
  .home-category-name { font-size: 14px; }
  .filter-panel { position: static; }
  .kow-offer-track { font-size: 9px; padding: 8px 0; gap: 10px; letter-spacing: .12em; }
  .kow-header-main { top: 0; }
  .kow-header-main .container { grid-template-columns: 1fr; gap: 10px; padding: 10px 0; min-height: auto; }
  .kow-header-brand { order: -1; }
  .kow-logo-img-header { width: 62px; }
  .kow-brand-circle { width: 36px; height: 36px; }
  .kow-brand-top { font-size: 9px; letter-spacing: .26em; }
  .kow-brand-script { font-size: 34px; }
  .kow-header-icons { justify-content: center; gap: 14px; }
  .kow-icon-link, .kow-icon-btn { width: 42px; height: 42px; }
  .kow-icon-link svg, .kow-icon-btn svg { width: 24px; height: 24px; }
  .kow-admin-link { font-size: 12px; }
  .kow-breadcrumb-row .container { min-height: 44px; font-size: 14px; gap: 7px; }
  .kow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kow-grid h4 { font-size: 22px; }
  .kow-grid a, .kow-muted, .kow-input-row input { font-size: 16px; }
  .kow-copy { font-size: 14px; }
  .kow-prefooter-bar { font-size: 16px; }
  .kow-prefooter-copy strong { font-size: 20px; }
  .kow-input-row button { font-size: 18px; }
  .kow-social span { font-size: 16px; min-width: 20px; height: 20px; }
  .kow-refer-float { display: none; }
  .kow-whatsapp-float {
    right: 14px;
    bottom: 102px;
  }
  .cms-grid { grid-template-columns: 1fr; }
  .cms-head h1 { font-size: 30px; }
  .cms-head p, .cms-panel p, .cms-panel li { font-size: 15px; }
  .collection-hero-copy p { font-size: 18px; }
  .summer-special-hero { min-height: 220px; padding: 22px; }
  .summer-section-head h2 { font-size: 28px; }
  .summer-reco-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .summer-large-slider { min-height: 380px; }
  .lux-banner-slider { min-height: 300px; }
  .lux-banner-slider--full { min-height: 320px; }
  .hero-overlay { padding-bottom: 18px; }
  .lux-slide-copy { left: 20px; bottom: 22px; max-width: 82%; }
  .lux-slide-copy h2 { font-size: 28px; }
  .lux-slide-copy p { font-size: 13px; }
  .collection-layout { grid-template-columns: 1fr; }
  .collection-sidebar { position: static; max-height: none; overflow: visible; }
  .collection-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .modern-product-card { border-radius: 20px; padding: 12px; }
  .home-flow-section .modern-product-name { font-size: 15px; height: 2.32em; min-height: 2.32em; line-height: 1.16; }
  .modern-product-price strong { font-size: 17px; }
  .modern-product-price .old { font-size: 12px; }
  .home-flow-section .modern-product-price { height: 24px; min-height: 24px; }
  .modern-product-actions { grid-template-columns: 1fr; }
  .modern-product-cart-btn {
    min-height: 48px;
    min-width: 48px;
    padding: 0 14px;
  }
  .modern-product-buy-btn { min-height: 48px; font-size: 12px; }
  .modern-product-buy-btn--icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(47, 125, 77, .22);
  }
  .modern-product-buy-shell {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }
  .modern-product-buy-icon {
    width: 16px;
    height: 16px;
  }
  .modern-product-buy-icon { width: 16px; height: 16px; }
  .modern-product-thumb { width: 46px; height: 46px; border-radius: 12px; padding: 6px 4px 4px; }
  .related-service-title { font-size: 15px; }
  .quick-banner-grid { grid-template-columns: 1fr; }
  .quick-classic-banner {
    height: 65px !important;
    min-height: 65px !important;
    max-height: 65px !important;
  }
  .home-flow-head { flex-direction: column; align-items: flex-start; }
  .home-flow-head h2 { font-size: 24px; }
  .summer-section-head h2 { font-size: 24px; }
  .section-title { font-size: 26px; }
  .home-inline-copy h3 { font-size: 34px; }
  .home-inline-banner--shirts { height: 45vh !important; min-height: 45vh !important; max-height: 45vh !important; }
  .auth-card { padding: 24px 18px; }
  .auth-brand p { font-size: 14px; }
  .auth-card--login { padding: 24px 18px; }
  .auth-register-shell { grid-template-columns: 1fr; }
  .auth-register-hero { min-height: auto; padding: 24px; }
  .auth-register-logo { width: 108px; height: 108px; }
  .auth-card--register { padding: 24px 18px; }
  .auth-register-grid { grid-template-columns: 1fr; }
  .refund-section h2 { font-size: 30px; }
  .refund-section h3 { font-size: 22px; }
  .refund-section p, .refund-section li, .refund-steps span { font-size: 19px; }
  .refund-steps strong { font-size: 18px; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-hero-copy h1 { font-size: 38px; }
  .contact-hero-copy p { font-size: 15px; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
  .franchise-grid { grid-template-columns: 1fr; }
  .franchise-hero p { font-size: 15px; }
  .corp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .corp-form-grid { grid-template-columns: 1fr; }
  .corp-form-grid > div:last-child { grid-column: auto; }
  .appointment-grid { grid-template-columns: 1fr; }
  .appointment-full { grid-column: auto; }
  .appointment-hero { grid-template-columns: 1fr; }
  .appointment-hero-copy h1 { font-size: 38px; }
  .appointment-hero-copy > p { font-size: 14px; }
  .refer-grid { grid-template-columns: 1fr; }
  .refer-hero p { font-size: 15px; }
  .refer-flow span { font-size: 15px; }
  .store-intro { grid-template-columns: 1fr; }
  .store-layout { grid-template-columns: 1fr; }
  .store-intro-copy p, .store-flow span { font-size: 15px; }
  .account-grid { grid-template-columns: 1fr; }
  .account-profile-card { position: static; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary-card { position: static; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-review-card { position: static; }
  .checkout-payment-grid { grid-template-columns: 1fr; }
  .checkout-place-btn { width: 100%; }
  .checkout-form-card,
  .checkout-review-card { border-radius: 20px; padding: 18px; }
  .checkout-head h2 { font-size: 34px; }
  .checkout-payment-modal-card { margin-top: 14vh; }
  .order-detail-actions { justify-content: flex-start; }
}
@media (max-width: 700px) {
  .grid-4, .grid-3, .grid-2, .form-grid, .kow-grid { grid-template-columns: 1fr; }
  .section-title { font-size: 24px; }
  .summer-section-head h2 { font-size: 22px; }
  .home-flow-head h2 { font-size: 22px; }
  .home-category-head h2 { font-size: 22px; }
  .home-category-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    margin: 0 -2px;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .home-category-card {
    flex: 0 0 118px;
    width: 118px;
    padding-top: 0;
    scroll-snap-align: start;
  }
  .home-category-name { font-size: 15px; }
  .related-service-media { aspect-ratio: 4 / 4.5; }
  .checkout-coupon-form { flex-direction: column; align-items: stretch; }
  .checkout-coupon-remove { width: 100%; }
  .hero-banner { min-height: 56vh; }
  .hero-copy { max-width: 90%; }
  .section-title { font-size: 30px; }
  .kow-header-main { top: 0; }
  .kow-header-main .container {
    grid-template-columns: minmax(42px, .9fr) auto minmax(0, 1fr);
    min-height: 66px;
    padding: 8px 0;
  }
  .kow-header-left-shell { left: 10px; padding-left: 0; margin-left: 0; }
  .kow-menu-toggle { width: 30px; height: 30px; }
  .kow-menu-toggle span { width: 12px; }
  .kow-header-icons { display: none; }
  .kow-footer { display: none; }
  .kow-mobile-bottom-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 120;
    gap: 6px;
    padding: 8px 8px 10px;
    border: 1px solid rgba(20, 35, 28, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(16px);
  }
  .kow-mobile-bottom-link {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #335044;
    text-align: center;
    font-size: 10px;
    letter-spacing: .04em;
    padding: 4px 2px;
  }
  .kow-mobile-bottom-link svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .kow-mobile-bottom-link span {
    line-height: 1;
  }
  .kow-mobile-count {
    position: absolute;
    top: -2px;
    right: calc(50% - 16px);
    min-width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    line-height: 1;
    padding: 0 3px;
  }
  .kow-icon-count {
    top: -3px;
    right: -2px;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 8px;
    padding: 0 3px;
  }
  .kow-side-drawer { top: 25px; width: min(284px, 86vw); }
  body { padding-bottom: 92px; }
  .auth-page--login { padding-top: 24px; padding-bottom: 56px; }
  .collection-toolbar { display: none !important; }
  .collection-toolbar .left-tools, .collection-toolbar .right-tools { width: 100%; justify-content: space-between; }
  .collection-search { max-width: 100%; width: 100%; }
  .collection-search-btn { white-space: nowrap; }
  .product-detail-page {
    padding-top: 8px;
  }
  .product-detail-page .product-detail-grid {
    gap: 10px;
  }
  .product-detail-page .panel { border-radius: 18px; }
  .product-detail-page .panel:first-child { padding: 12px; }
  .product-detail-page .panel:last-child { padding: 16px; }
  .product-detail-page .product-main-image { border-radius: 14px !important; aspect-ratio: 5/4; }
  .product-detail-page .product-doc-guide-head,
  .product-detail-page .product-doc-guide-row {
    min-width: 760px;
  }
  .product-detail-page .product-doc-guide-grid {
    grid-template-columns: 1fr;
  }
  .product-doc-section-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 18px;
    gap: 12px;
  }
  .product-doc-section-note {
    min-width: 0;
    width: 100%;
    text-align: left;
  }
  .product-doc-section-note strong {
    font-size: 26px;
  }
  .product-detail-page .product-doc-card__actions {
    grid-template-columns: 1fr;
  }
  .product-detail-page .product-doc-action-btn--wide {
    grid-column: auto;
  }
  .product-detail-page .product-detail-title {
    font-size: 25px !important;
    line-height: 1.2;
    margin: 6px 0 8px !important;
  }
  .product-detail-page .product-detail-description {
    font-size: 14px;
    line-height: 1.55 !important;
    margin-bottom: 8px;
  }
  .product-detail-page .product-detail-price {
    font-size: 27px !important;
    line-height: 1.2;
  }
  .product-detail-page .form-group label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .product-detail-page .form-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-detail-page .form-grid input,
  .product-detail-page .form-grid select {
    min-height: 42px;
    font-size: 15px;
  }
  .product-detail-page .product-cta-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-detail-page .product-cta-row .btn {
    width: 100%;
    text-align: center;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 13px;
    letter-spacing: .08em;
  }
  .product-detail-page .product-wishlist-wrap {
    margin-top: 8px !important;
  }
  .product-detail-page .product-wishlist-btn {
    width: 100%;
    min-width: 0;
  }
  .product-detail-page .product-thumbs {
    margin-top: 8px !important;
    gap: 6px !important;
  }
  .product-detail-page .product-thumb-image {
    width: 62px !important;
    height: 78px !important;
    border-radius: 7px !important;
  }
  .summer-special-hero { min-height: 190px; }
  .summer-special-copy p { font-size: 14px; }
  .summer-reco-grid { grid-template-columns: 1fr; }
  .summer-large-slider { min-height: 260px; }
  .summer-large-slider,
  .lux-banner-slider,
  .lux-banner-slider--full {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: #f5f3ee;
  }
  .lux-banner-slider--full {
    aspect-ratio: 16 / 9;
    position: relative;
  }
  .lux-banner-slider--full > .lux-slide {
    position: absolute !important;
    inset: 0 !important;
    display: none !important;
    opacity: 0 !important;
    width: 100%;
    height: 100%;
  }
  .lux-banner-slider--full > .lux-slide.is-active {
    display: block !important;
    opacity: 1 !important;
  }
  .lux-banner-slider--full > .lux-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .summer-large-slider {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-content: start;
    overflow: hidden;
  }
  .summer-large-slider > .lux-slide {
    position: relative !important;
    inset: auto !important;
    display: none !important;
    opacity: 0 !important;
    width: 100%;
    height: auto;
  }
  .summer-large-slider > .lux-slide.is-active {
    display: block !important;
    opacity: 1 !important;
    z-index: 1;
  }
  .home-inline-multi-slider,
  .mid-inline-slider {
    height: 45vh !important;
    min-height: 45vh !important;
    max-height: 45vh !important;
    background: #f5f3ee;
    overflow: hidden;
  }
  .home-inline-multi-slider > .lux-slide,
  .mid-inline-slider > .lux-slide {
    position: absolute !important;
    inset: 0 !important;
    display: none !important;
    opacity: 0 !important;
    width: 100%;
    height: 100%;
  }
  .home-inline-multi-slider > .lux-slide.is-active,
  .mid-inline-slider > .lux-slide.is-active {
    display: block !important;
    opacity: 1 !important;
    z-index: 1;
  }
  .home-inline-multi-slider > .lux-slide img,
  .mid-inline-slider > .lux-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .lux-slide {
    position: relative;
    width: 100%;
    height: auto;
    background: #f5f3ee;
    display: none;
  }
  .lux-slide.is-active { display: block; opacity: 1; z-index: 1; }
  .lux-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .summer-large-slider .lux-slide img {
    object-position: center top;
  }
  .mid-inline-slider .lux-slide {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }
  .mid-inline-slider .lux-slide img {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }
  .lux-slider-dots {
    position: static;
    transform: none;
    justify-content: center;
    padding: 6px 0 0;
    margin: 0;
  }
  .home-inline-multi-slider .lux-slider-dots,
  .mid-inline-slider .lux-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
  }
  .lux-banner-slider--full .lux-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
  }
  .hero-overlay { padding-bottom: 14px; }
  .lux-slide-copy { left: 14px; right: 14px; max-width: none; bottom: 16px; }
  .hero-copy h1 { font-size: 18px; }
  .hero-copy p { font-size: 10px; }
  .lux-slide-copy h2 { font-size: 18px; }
  .lux-slide-copy p { font-size: 12px; margin-top: 4px; }
  .lux-slide-copy .btn { margin-top: 6px; font-size: 10px; min-height: 34px; padding: 7px 12px; }
  .collection-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .collection-card { border-radius: 12px; }
  .collection-info { padding: 10px 10px 8px; }
  .collection-tag { font-size: 10px; }
  .collection-name { font-size: 14px; line-height: 1.3; min-height: 0; margin: 6px 0 4px; }
  .collection-price { font-size: 16px; margin-top: 0; line-height: 1.2; }
  .home-flow-section .modern-product-name {
    font-size: 12px;
    line-height: 1.12;
    min-height: 2.1em;
    height: 2.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .modern-product-price strong { font-size: 14px; }
  .modern-product-price .old { font-size: 10px; }
  .home-flow-section .modern-product-price {
    height: 18px;
    min-height: 18px;
  }
  .collection-offer { font-size: 10px; padding: 8px 10px; }
  .card-heart-form { right: 8px; top: 8px; }
  .card-heart-form .lux-icon-btn { width: 32px !important; height: 32px !important; font-size: 20px !important; }
  .home-inline-banner { height: 45vh; min-height: 45vh; max-height: 45vh; padding: 18px; }
  .home-inline-banner--shirts {
    height: 45vh !important;
    min-height: 45vh !important;
    max-height: 45vh !important;
  }
  .home-inline-copy h3 {
    font-size: 26px;
    margin: 4px 0 6px;
  }
  .home-inline-copy p {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .home-inline-copy .btn {
    margin-top: 8px;
  }
  .lux-slide-copy .btn {
    margin-top: 8px;
  }
  .auth-brand h1 { font-size: 34px; }
  .kow-header-left { justify-content: flex-start; overflow-x: auto; white-space: nowrap; flex-wrap: nowrap; padding-bottom: 4px; }
  .kow-header-left a { font-size: 14px; }
  .kow-logo-script { font-size: 34px; }
  .kow-logo-top { font-size: 10px; }
  .kow-logo-circle { width: 44px; height: 44px; }
  .kow-logo-img-header, .kow-logo-img-footer { width: 54px; }
  .kow-prefooter-copy { font-size: 22px; left: 10%; }
  .kow-prefooter-copy strong { font-size: 24px; }
  .kow-prefooter-banner { height: 110px; }
  .kow-whatsapp-float { width: 44px; height: 44px; font-size: 16px; }
  .account-card { padding: 18px; border-radius: 14px; }
  .account-title { font-size: 34px; }
  .account-block-head h3 { font-size: 24px; }
  .account-wish-item { grid-template-columns: auto 1fr; }
  .account-wish-price { grid-column: 2; }
  .cart-head h2 { font-size: 34px; }
  .cart-head p { font-size: 14px; }
  .cart-item-row {
    grid-template-columns: 86px 1fr;
    gap: 12px;
  }
  .cart-item-media { width: 86px; }
  .cart-item-actions {
    grid-column: 1 / -1;
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .cart-item-name { font-size: 21px; }
  .cart-empty-card h3 { font-size: 28px; }
  .checkout-head h2 { font-size: 34px; }
  .checkout-review-card h3 { font-size: 30px; }
}

.order-detail-page {
  background: #fff;
  padding-top: 34px;
}
.order-detail-head h2 {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 40px;
  letter-spacing: .03em;
}
.order-detail-head p {
  margin: 6px 0 0;
  color: #636363;
}
.order-back-link {
  color: #575757;
  font-size: 14px;
}
.order-detail-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-detail-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.order-invoice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2f7d4d 0%, #1f4d37 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(31, 77, 55, .18);
}
.order-invoice-btn--ghost {
  background: #fff;
  color: #1f4d37;
  border: 1px solid rgba(31, 77, 55, .18);
  box-shadow: 0 8px 16px rgba(15, 23, 42, .06);
}
.order-invoice-btn:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.order-invoice-preview-card {
  margin-top: 18px;
  margin-bottom: 18px;
}
.order-invoice-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.order-invoice-preview-head h3 {
  margin: 0 0 4px;
}
.order-invoice-preview-head p {
  margin: 0;
  color: #6a7280;
  font-size: 13px;
}
.order-invoice-frame {
  width: 100%;
  height: 560px;
  border: 1px solid #e8e4dc;
  border-radius: 14px;
  background: #fff;
}
.order-detail-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}
.order-detail-card {
  border: 1px solid #e8e4dc;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
}
.order-detail-card h3 {
  margin: 0 0 14px;
  font-size: 30px;
  font-family: var(--font-display);
}
.order-item-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #f0ede5;
  padding: 12px 0;
}
.order-item-row:first-of-type { border-top: 0; padding-top: 0; }
.order-item-copy strong {
  display: block;
  color: #222;
}
.order-item-copy span {
  display: block;
  color: #837660;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 2px;
}
.order-item-meta {
  text-align: right;
  display: grid;
  gap: 2px;
  color: #565656;
  font-size: 13px;
}
.order-item-meta strong {
  font-size: 16px;
  color: #212121;
}
.order-empty {
  border: 1px dashed #d8d2c5;
  border-radius: 10px;
  padding: 12px;
  color: #666056;
  background: #faf8f3;
}
.order-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0ece2;
  padding: 10px 0;
  color: #555;
}
.order-summary-line:first-of-type { border-top: 0; padding-top: 0; }
.order-summary-line strong { color: #1f1f1f; }
.order-grand-total strong {
  font-size: 22px;
  font-family: var(--font-display);
}
.order-address-block {
  margin-top: 16px;
  border-top: 1px solid #ece6d7;
  padding-top: 12px;
}
.order-address-block h4 {
  margin: 0 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #6f624f;
}
.order-address-block p {
  margin: 2px 0;
  color: #4d4d4d;
}

.account-order-link {
  color: #2b2b2b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.account-application-link {
  color: #2f7d4d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.account-application-page {
  background: #fff;
  padding-top: 34px;
  padding-bottom: 56px;
}
.account-application-grid {
  margin-top: 18px;
}
.account-application-card h3 {
  margin-bottom: 14px;
}
.account-application-list {
  display: grid;
  gap: 0;
}
.account-application-line strong {
  text-align: right;
}
.account-application-line .account-status {
  text-align: center;
}
.order-address-list {
  display: grid;
  gap: 8px;
}
.order-address-list p {
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #4d4d4d;
}
.order-address-list p span {
  min-width: 84px;
  color: #7a6b53;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.application-doc-group {
  border: 1px solid #e8e4dc;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
}
.application-doc-group strong {
  display: block;
  margin-bottom: 10px;
  color: #202020;
}
.application-doc-list {
  display: grid;
  gap: 8px;
}
.application-doc-file {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border: 1px solid #edf0ea;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fbfcfb;
}
.application-doc-file span {
  display: block;
  font-weight: 600;
  color: #1d2b22;
}
.application-doc-file small {
  display: block;
  margin-top: 3px;
  color: #7a847d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.application-doc-file a {
  color: #2f7d4d;
  text-decoration: underline;
  font-weight: 600;
}
.application-doc-missing {
  color: #9a8f7a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.application-timeline {
  display: grid;
  gap: 12px;
}
.application-timeline-item {
  border: 1px solid #e8e4dc;
  border-radius: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}
.application-timeline-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.application-timeline-top strong {
  display: block;
  color: #1d2b22;
  font-size: 16px;
}
.application-timeline-top p {
  margin: 6px 0 0;
  color: #58645d;
  line-height: 1.65;
}
.application-timeline-meta {
  text-align: right;
  display: grid;
  gap: 6px;
  justify-items: end;
}
.application-timeline-meta small {
  color: #7b807a;
  font-size: 12px;
}
.application-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.application-form-item {
  border: 1px solid #e8e4dc;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fbfcfb;
}
.application-form-item span {
  display: block;
  color: #7a6b53;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.application-form-item strong {
  display: block;
  margin-top: 6px;
  color: #1d2b22;
  word-break: break-word;
}

@media (max-width: 980px) {
  .order-detail-grid { grid-template-columns: 1fr; }
  .application-form-grid { grid-template-columns: 1fr; }
  .mid-inline-slider {
    height: 60vh !important;
    min-height: 60vh !important;
    max-height: 60vh !important;
  }
}

/* Admin panel */
.admin-body {
  margin: 0;
  background: #f6f6f8;
  color: #242424;
}
.admin-topbar {
  border-bottom: 1px solid #e2dfd7;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

/* About page */
.about-page-shell,
.about-history-shell,
.about-team-shell {
  background: #f6f6f6;
}
.about-page-narrow {
  width: min(1320px, 96%);
}
.about-story-block h1,
.about-history-wrap h2,
.about-team-shell h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #252525;
  text-align: center;
}
.about-story-block h1 {
  font-size: clamp(32px, 3.2vw, 48px);
  margin-bottom: 18px;
}
.about-story-block p {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.about-story-quote {
  color: #3f3f3f;
}
.about-history-wrap h2,
.about-team-shell h2 {
  font-size: clamp(34px, 3.4vw, 52px);
  margin-bottom: 18px;
}
.about-history-wrap {
  width: min(1320px, 96%);
}
.about-history-slider {
  position: relative;
  min-height: 80vh;
  border: 1px solid #e9e9e9;
  background: #fff;
  overflow: hidden;
}
.about-history-slide {
  position: relative;
  display: none;
}
.about-history-slide.is-active {
  display: block;
}
.about-history-slide img {
  width: 100%;
  height: 100%;
  min-height: 80vh;
  object-fit: cover;
  display: block;
  filter: brightness(.55);
}
@media (max-width: 992px) {
  .about-history-wrap {
    width: min(1320px, 96%);
  }
  .about-history-slider,
  .about-history-slide img {
    min-height: 58vh;
  }
}
.about-history-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
}
.about-history-nav.prev { left: 18px; }
.about-history-nav.next { right: 18px; }
.about-history-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 24px;
}
.about-history-overlay h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(30px, 3.6vw, 52px);
  letter-spacing: .03em;
}
.about-history-overlay p {
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 1.3vw, 22px);
}
.about-team-list {
  display: grid;
  gap: 24px;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 22px 18px;
}
.about-team-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-body);
  color: #2f3238;
  font-size: 18px;
  line-height: 1.14;
}
.about-team-item p {
  margin: 0 0 8px;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.55;
}
.about-team-item strong {
  color: #2f3238;
}

/* Brands page */
.brands-page-shell {
  background: #f6f6f6;
  min-height: 70vh;
  padding: 34px 0 56px;
}
.brands-page-wrap {
  width: min(1320px, 96%);
  margin: 0 auto;
}
.brands-page-head {
  margin: 0 0 22px;
}
.brands-page-head h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.06;
  color: #252525;
  letter-spacing: .01em;
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 34px;
}
.brands-group h2 {
  margin: 0 0 10px;
  font-family: var(--font-base);
  font-size: 34px;
  line-height: 1;
  color: #2d2d2d;
  font-weight: 500;
}
.brands-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brands-group li {
  margin: 0 0 4px;
}
.brands-group a {
  display: inline-block;
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.35;
  color: #9a9a9a;
  text-decoration: none;
  transition: color .22s ease;
}
.brands-group a:hover {
  color: #232323;
}
.brands-empty {
  font-family: var(--font-base);
  font-size: 18px;
  color: #757575;
  margin: 8px 0 0;
}
@media (max-width: 992px) {
  .brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }
  .brands-group h2 {
    font-size: 28px;
  }
  .brands-group a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .brands-page-shell {
    padding-top: 20px;
  }
  .brands-grid {
    grid-template-columns: 1fr;
  }
}

/* Admin About page typography sync */
.admin-about-page .admin-heading-row h1,
.admin-about-page .admin-form-panel h3 {
  color: #252525;
  line-height: 1.12;
  font-family: var(--font-base);
}
.admin-about-page .admin-heading-row h1 {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: none;
}
.admin-about-page .admin-form-panel h3 {
  font-family: var(--font-base);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: none;
}
.admin-about-page .admin-heading-row p,
.admin-about-page .admin-form-grid label,
.admin-about-page .admin-form-grid input,
.admin-about-page .admin-form-grid textarea,
.admin-about-page .admin-form-grid select {
  font-family: var(--font-base);
  font-size: 15px;
}
.admin-about-page .admin-form-grid label {
  color: #666;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.admin-about-page .admin-form-grid input,
.admin-about-page .admin-form-grid textarea,
.admin-about-page .admin-form-grid select {
  font-size: 14px;
  letter-spacing: 0;
  color: #484848;
  background: #ffffff;
  border-color: #cfe0d3;
}
.admin-about-page textarea[name="history_slide_caption[]"] {
  min-height: 56px;
  max-height: 56px;
  height: 56px;
  resize: none;
}
.admin-about-page .admin-heading-row p {
  margin: 0 0 16px;
  color: #757575;
  font-size: 16px;
}
.admin-about-page .admin-form-panel {
  padding: 18px;
  max-width: none;
  width: 100%;
}
.admin-about-page .admin-form-grid {
  row-gap: 8px;
}

.admin-products-list-panel input,
.admin-products-list-panel select,
.admin-products-list-panel textarea {
  background: #ffffff;
  color: #444;
  border: 1px solid #cfe0d3;
}
.admin-topbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-brand img {
  height: 38px;
  width: auto;
  filter: brightness(0) saturate(100%) contrast(1.08);
  opacity: 1;
}
.admin-logout-btn {
  border: 1px solid #d4c8a7;
  background: #fff;
  color: #7d6431;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}
.admin-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 18px 28px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
}
.admin-sidebar {
  background: #fff;
  border: 1px solid #dbe8dd;
  padding: 10px;
  display: grid;
  gap: 6px;
  align-content: start;
  height: fit-content;
  position: sticky;
  top: 74px;
}
.admin-sidebar a {
  text-decoration: none;
  color: #3a3a3a;
  padding: 10px 12px;
  border: 1px solid transparent;
  font-weight: 500;
}
.admin-sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-sidebar-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.22), 0 8px 18px rgba(31, 77, 55, .10);
  color: #fff;
}
.admin-sidebar-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.admin-sidebar-icon--dashboard { background: linear-gradient(135deg, #8b5cf6, #ec4899); }
.admin-sidebar-icon--categories { background: linear-gradient(135deg, #06b6d4, #2563eb); }
.admin-sidebar-icon--documents { background: linear-gradient(135deg, #f59e0b, #f97316); }
.admin-sidebar-icon--brands { background: linear-gradient(135deg, #14b8a6, #22c55e); }
.admin-sidebar-icon--service { background: linear-gradient(135deg, #3b82f6, #8b5cf6); }
.admin-sidebar-icon--orders { background: linear-gradient(135deg, #ef4444, #f59e0b); }
.admin-sidebar-icon--applications { background: linear-gradient(135deg, #10b981, #14b8a6); }
.admin-sidebar-icon--coupons { background: linear-gradient(135deg, #f43f5e, #a855f7); }
.admin-sidebar-icon--banners { background: linear-gradient(135deg, #f97316, #f43f5e); }
.admin-sidebar-icon--about { background: linear-gradient(135deg, #0ea5e9, #22c55e); }
.admin-sidebar-icon--settings { background: linear-gradient(135deg, #64748b, #0f766e); }
.admin-sidebar a:hover {
  background: #f2faf4;
  border-color: #cfe0d3;
}
.admin-sidebar a.active {
  background: linear-gradient(90deg, #3ea36a 0%, #1f4d37 100%);
  border-color: #70c28d;
  color: #fff;
}
.admin-sidebar a.active .admin-sidebar-icon {
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.18), 0 8px 18px rgba(0, 0, 0, .12);
}
.admin-content .section.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.admin-content .panel {
  background: #fff;
  border-color: #dbe8dd;
}
.admin-content .table th {
  background: #f2faf4;
}
.admin-flash-wrap {
  margin-bottom: 10px;
}
.admin-dashboard .admin-page-head {
  margin-bottom: 12px;
}
.admin-dashboard .admin-page-head h2 {
  margin: 0;
  font-size: 36px;
  font-family: var(--font-display);
  letter-spacing: .02em;
}
.admin-dashboard .admin-page-head p {
  margin: 5px 0 0;
  color: #6f6f6f;
}
.admin-campaign-panel {
  margin: 14px 0 16px;
  padding: 18px 18px 16px;
  border: 1px solid #dfe8dc;
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 0%, rgba(47,125,77,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbf7 100%);
  box-shadow: 0 12px 26px rgba(17, 24, 39, .05);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 16px;
  align-items: center;
}
.admin-campaign-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f7d4d;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
}
.admin-campaign-copy h3 {
  margin: 8px 0 6px;
  font-size: 24px;
  font-family: var(--font-display);
  color: #17212b;
}
.admin-campaign-copy p {
  margin: 0;
  color: #617067;
  font-size: 14px;
  max-width: 700px;
}
.admin-campaign-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.admin-campaign-chip {
  min-width: 150px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #d8e5d7;
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .05);
  display: grid;
  gap: 4px;
}
.admin-campaign-chip strong {
  color: #1f4d37;
  font-size: 15px;
  letter-spacing: .08em;
}
.admin-campaign-chip span {
  color: #6d7b73;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.admin-campaign-chip.is-empty {
  border-style: dashed;
  background: #fbfdfb;
}
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.admin-stat-card {
  border: 1px solid #e5dfd2;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #f8fbf8 100%);
}
.admin-stat-card span {
  display: block;
  color: #7c7c7c;
  font-size: 13px;
  margin-bottom: 10px;
}
.admin-stat-card strong {
  display: block;
  font-size: 32px;
  line-height: 1.1;
  font-family: var(--font-display);
  color: #252525;
}
.admin-orders-panel {
  margin-top: 14px;
  border: 1px solid #dbe8dd;
  border-radius: 10px;
  overflow: hidden;
}
.admin-orders-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.admin-orders-head h3 {
  margin: 0;
  font-size: 24px;
  font-family: var(--font-display);
}
.admin-quick-links {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.admin-quick-links a {
  text-decoration: none;
  color: #1f4d37;
  border: 1px solid #cfe0d3;
  background: #f2faf4;
  padding: 6px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.admin-orders-table {
  margin-top: 6px;
}
.admin-orders-table th,
.admin-orders-table td {
  padding: 11px 12px;
}
.admin-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  border: 1px solid transparent;
}
.admin-status-badge.status-processing,
.admin-status-badge.status-confirmed,
.admin-status-badge.status-pending,
.admin-status-badge.status-submitted,
.admin-status-badge.status-under_review {
  background: #faf3de;
  color: #7d6129;
  border-color: #e6d09a;
}
.admin-status-badge.status-document_required,
.admin-status-badge.status-rejected {
  background: #fbeaea;
  color: #8a3030;
  border-color: #e5bcbc;
}
.admin-status-badge.status-shipped,
.admin-status-badge.status-delivered,
.admin-status-badge.status-approved,
.admin-status-badge.status-completed {
  background: #e9f7ef;
  color: #21643a;
  border-color: #bbdfc8;
}
.admin-status-badge.status-cancelled,
.admin-status-badge.status-returned {
  background: #fbeaea;
  color: #8a3030;
  border-color: #e5bcbc;
}

/* Admin login */
.admin-auth-body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(1200px 620px at 50% -10%, #edf8ef 0%, #f3f7f4 48%, #eef5f0 100%);
}
.admin-auth-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.admin-auth-card {
  width: min(460px, 100%);
  background: #fff;
  border: 1px solid #dbe8dd;
  border-radius: 5px;
  padding: 26px 24px 20px;
  box-shadow: 0 18px 42px rgba(25, 20, 10, .08);
}
.admin-auth-logo {
  height: 44px;
  width: auto;
  display: block;
  margin: 0 auto 12px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.admin-auth-kicker {
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  color: #8e8e8e;
  text-align: center;
}
.admin-auth-card h1 {
  margin: 0;
  text-align: center;
}
.admin-auth-sub {
  margin: 6px 0 16px;
  color: #6d6d6d;
  text-align: center;
}
.admin-auth-meta {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.admin-auth-meta a {
  color: #1f4d37;
  text-decoration: none;
}

@media (max-width: 980px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-campaign-panel {
    grid-template-columns: 1fr;
  }
  .admin-campaign-chips {
    justify-content: flex-start;
  }
  .admin-orders-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Admin dashboard structure refresh */
.admin-body {
  background: #edf3ee;
  --admin-gutter-x: 20px;
}
.admin-shell {
  max-width: none;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  gap: 0;
  grid-template-columns: 250px minmax(0, 1fr);
}
.admin-sidebar {
  background: linear-gradient(180deg, #1f4d37 0%, #10251b 100%);
  border: 0;
  padding: 16px 14px;
  gap: 14px;
  min-height: 100vh;
  position: sticky;
  top: 0;
}
.admin-brand {
  color: #e9e6df;
  display: grid;
  gap: 6px;
}
.admin-brand img {
  height: 42px;
  filter: brightness(1.08) contrast(1);
}
.admin-brand span {
  font-size: 14px;
  color: #d8eadf;
}
.admin-nav-group {
  border-top: 1px solid rgba(255, 255, 255, .10);
  padding-top: 10px;
  display: grid;
  gap: 6px;
}
.admin-nav-title {
  color: #d2e7d7;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  padding: 2px 8px 4px;
}
.admin-sidebar a {
  border-radius: 10px;
  padding: 11px 12px;
  color: #eef7f1;
  border: 1px solid transparent;
}
.admin-sidebar a:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.14);
}
.admin-sidebar a.active {
  background: linear-gradient(90deg, #3ea36a 0%, #1f4d37 100%);
  border-color: #70c28d;
  color: #fff;
}
.admin-profile-card {
  margin-top: auto;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255,255,255,.08);
  display: grid;
  gap: 3px;
}
.admin-profile-card strong {
  color: #f4fbf6;
}
.admin-profile-card span {
  color: #d8eadf;
  font-size: 13px;
}
.admin-profile-card small {
  color: #bed4c3;
}
.admin-mobile-shortcuts {
  display: none;
}
.admin-content {
  padding: 16px var(--admin-gutter-x) 24px;
}
.admin-topbar {
  position: static;
  border: 1px solid #dce9de;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
}
.admin-topbar-inner {
  max-width: none;
  margin: 0;
  padding: 10px var(--admin-gutter-x);
}
.admin-top-actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.admin-top-actions a {
  text-decoration: none;
  border: 1px solid #cfe0d3;
  color: #1f4d37;
  background: #f2faf4;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
}
.admin-dashboard .admin-page-head h2 {
  font-size: 40px;
  line-height: 1.04;
  margin: 0;
}
.admin-dashboard .admin-page-head p {
  font-size: 14px;
  margin: 8px 0 0;
}
.admin-stats-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}
.admin-stats-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.admin-page-head--inline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
.admin-page-head--inline h2 {
  margin: 0;
}
.admin-page-head--inline p {
  margin: 4px 0 0;
  color: #6f6f6f;
}
.admin-products-list-panel {
  margin-top: 16px;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 10px 24px rgba(32, 24, 10, .04);
  overflow: hidden;
  border: 1px solid #dbe8dd;
}
.admin-products-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
  padding: 14px 12px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe8de;
}
.admin-products-list-head h3 {
  margin: 0;
  font-size: 26px;
  font-family: var(--font-display);
}
.admin-products-list-head p {
  margin: 0;
  margin-left: auto;
  font-size: 13px;
  color: #767676;
  font-weight: 500;
  text-align: right;
}
.admin-table-wrap {
  overflow-x: auto;
  padding: 10px 0 0;
}
.admin-products-table th,
.admin-products-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0ede5;
  vertical-align: middle;
}
.admin-products-table thead th {
  background: #f2faf4;
  color: #5f7867;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
}
.admin-products-table tbody tr:hover {
  background: #f7fbf7;
}
.admin-products-table tbody tr:nth-child(even) {
  background: #fbfefb;
}
.admin-product-name-cell strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
}
.admin-product-name-cell small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #8b8b8b;
}
.admin-row-muted {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #8f8f8f;
}
.admin-pill-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}
.admin-pill-status.is-active {
  background: #eaf7ef;
  color: #256641;
  border: 1px solid #cde8d7;
}
.admin-pill-status.is-draft {
  background: #eff8f1;
  color: #2f7d4d;
  border: 1px solid #d2e6d7;
}
.admin-price-cell {
  font-weight: 600;
  color: #2c2c2c;
}
.admin-list-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
.admin-list-actions form {
  margin: 0;
}
.admin-order-status-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.admin-order-status-form select {
  min-width: 132px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #cfe0d3;
  background: #fff;
  color: #1f4d37;
  padding: 0 10px;
}
.admin-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-inline: 9px;
  min-width: 72px;
  height: 34px;
  justify-content: center;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: .04em;
}
.admin-applications-filters {
  overflow: hidden;
}
.admin-applications-filter-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.admin-applications-filters .admin-filter-actions {
  display: flex;
  align-items: end;
  gap: 8px;
  flex-wrap: wrap;
}
.admin-applications-table {
  table-layout: fixed;
  width: 100%;
  min-width: 0;
}
.admin-applications-table th,
.admin-applications-table td {
  white-space: normal;
  word-break: break-word;
}
.admin-applications-table .admin-list-actions {
  flex-wrap: wrap;
}
.admin-action-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.admin-action-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.admin-products-list-panel .btn-secondary {
  border-color: #cfe0d3;
  color: #1f4d37;
  background: #fff;
}
.admin-products-list-panel .btn-secondary:hover {
  background: #f2faf4;
}
.admin-pagination {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px 0 14px;
}
.admin-page-btn {
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #cfe0d3;
  background: #fff;
  color: #1f4d37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
}
.admin-page-btn.is-active {
  background: #1f4d37;
  color: #fff;
  border-color: #1f4d37;
}
.admin-page-btn.is-disabled {
  opacity: .45;
  cursor: not-allowed;
}
.admin-page-dots {
  color: #8b8b8b;
  padding: 0 4px;
}
.admin-products-stats-grid .admin-stat-card {
  border-radius: 12px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  padding: 12px 14px 10px;
}
.admin-products-stats-grid .admin-stat-card span {
  margin-bottom: 0;
  line-height: 1.2;
}
.admin-products-stats-grid .admin-stat-card strong {
  font-size: 44px;
  line-height: 1;
  letter-spacing: .01em;
  margin-top: 0;
}
.admin-page-head + .admin-stats-grid {
  margin-top: 2px;
}
.admin-stats-grid + .admin-products-list-panel,
.admin-stats-grid + .admin-analytics-grid,
.admin-analytics-grid + .admin-orders-panel {
  margin-top: 16px;
}
.admin-form-panel {
  max-width: 860px;
}
.admin-format-picker {
  border: 1px solid #dfe8de;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
  box-shadow: 0 12px 24px rgba(17, 24, 39, .04);
  overflow: hidden;
  padding: 0;
}
.admin-format-picker summary {
  list-style: none;
}
.admin-format-picker summary::-webkit-details-marker {
  display: none;
}
.admin-format-summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid #e6eee2;
  background: linear-gradient(90deg, rgba(47,125,77,.08) 0%, rgba(255,255,255,0) 60%);
}
.admin-format-summary strong {
  display: block;
  color: #1f4d37;
  font-size: 16px;
  letter-spacing: .02em;
}
.admin-format-summary small {
  display: block;
  margin-top: 4px;
  color: #6d7b73;
  font-size: 13px;
}
.admin-format-summary-pill {
  flex: 0 0 auto;
  border: 1px solid #cfe0d3;
  background: #eff8f1;
  color: #1f4d37;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}
.admin-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px 18px;
}
.admin-format-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px 11px;
  border: 1px solid #e6dfcf;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(17, 24, 39, .03);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.admin-format-option:hover {
  transform: translateY(-1px);
  border-color: #bcd8c3;
  box-shadow: 0 14px 22px rgba(47, 125, 77, .08);
  background: #f7fbf8;
}
.admin-format-option input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #2f7d4d;
  flex: 0 0 auto;
}
.admin-format-option span {
  display: grid;
  gap: 3px;
}
.admin-format-option strong {
  color: #22313a;
  font-size: 14px;
  font-weight: 600;
}
.admin-format-option small {
  color: #708075;
  font-size: 12px;
}
.admin-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.admin-document-card {
  border: 1px solid #dfe8de;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
  box-shadow: 0 12px 24px rgba(17, 24, 39, .04);
  padding: 16px;
  display: grid;
  gap: 14px;
}
.admin-document-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.admin-document-card__head strong {
  display: block;
  color: #22313a;
  font-size: 16px;
  font-weight: 700;
}
.admin-document-card__head small {
  display: block;
  margin-top: 4px;
  color: #6d7b73;
  font-size: 13px;
  line-height: 1.45;
}
.admin-document-chip {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.admin-document-chip.is-required {
  color: #8a2d2d;
  background: #fdecec;
  border: 1px solid #f6c2c2;
}
.admin-document-chip.is-optional {
  color: #8a5b12;
  background: #fff5dd;
  border: 1px solid #f2dea1;
}
.admin-document-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.admin-document-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1f4d37;
  background: #eef8f1;
  border: 1px solid #d1e5d6;
}
.admin-document-badge--muted {
  color: #66737b;
  background: #f5f7f8;
  border-color: #dfe5e8;
}
.admin-document-badge--required {
  color: #8a2d2d;
  background: #fdecec;
  border-color: #f6c2c2;
}
.admin-document-badge--optional {
  color: #8a5b12;
  background: #fff5dd;
  border-color: #f2dea1;
}
.admin-document-sample-link {
  display: inline-flex;
  width: fit-content;
  font-size: 13px;
  font-weight: 600;
  color: #2f7d4d;
  text-decoration: none;
}
.admin-document-sample-link:hover {
  text-decoration: underline;
}
.admin-document-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.admin-document-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  border: 1px solid #d9e4da;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  overflow: hidden;
}
.admin-document-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 18px rgba(47, 125, 77, .08);
}
.admin-document-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.admin-document-pill span {
  display: block;
  width: 100%;
  padding: 10px 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #5d7061;
  background: transparent;
}
.admin-document-pill--none input:checked + span {
  color: #1f4d37;
  background: #eff8f1;
}
.admin-document-pill--optional input:checked + span {
  color: #8a5b12;
  background: #fff5dd;
}
.admin-document-pill--required input:checked + span {
  color: #8a2d2d;
  background: #fdecec;
}
.admin-document-empty {
  border: 1px dashed #cddacf;
  border-radius: 16px;
  padding: 18px;
  color: #6d7b73;
  background: #fbfdf9;
}
.admin-document-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.admin-document-summary-card {
  border: 1px solid #dfe8de;
  border-radius: 16px;
  padding: 16px;
  background: #fbfdf9;
}
.admin-document-summary-card strong {
  display: block;
  color: #22313a;
  font-size: 15px;
}
.admin-dynamic-row {
  border: 1px solid #dbe8dd;
  border-radius: 10px;
  padding: 16px;
  background: #fbfefb;
}
.admin-dynamic-row + .admin-dynamic-row {
  margin-top: 14px;
}
.admin-product-detail-grid {
  align-items: start;
}
.admin-application-detail-grid {
  gap: 8px;
}
.admin-application-panel {
  align-self: start;
  padding: 12px 14px 14px;
}
.admin-application-panel h3 {
  margin-bottom: 6px;
}
.admin-application-panel .admin-mini-table th,
.admin-application-panel .admin-mini-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.admin-application-panel .form-grid {
  gap: 8px;
}
.admin-application-panel .form-group {
  margin-bottom: 6px;
}
.admin-application-panel .admin-mini-list {
  margin-bottom: 0;
}
.admin-application-panel .admin-mini-list > li + li {
  margin-top: 6px;
}
.admin-application-panel .admin-mini-list ul {
  margin-top: 4px;
}
.admin-application-timeline-panel {
  padding: 12px 14px 14px;
}
.admin-application-timeline-item p {
  margin-top: 4px;
}
.admin-order-items-panel {
  margin-left: 0;
}
.admin-order-items-title {
  margin: 0 0 0 18px;
}
.admin-mini-table th {
  width: 170px;
  color: #5d7061;
}
.admin-analytics-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.admin-chart-panel {
  border-radius: 10px;
  border: 1px solid #dbe8dd;
  min-height: 340px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.admin-chart-panel h3 {
  margin: 0;
  font-size: 34px;
  font-family: var(--font-display);
  line-height: 1.1;
}
.admin-chart-panel p {
  margin: 4px 0 14px;
  color: #6f6f6f;
}
.admin-chart-bars {
  height: 220px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  border-top: 1px dashed #cfe0d3;
  padding-top: 14px;
  margin-top: auto;
}
.admin-bar-wrap {
  display: flex;
  justify-content: center;
}
.admin-bar {
  width: 24px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #5ab07e 0%, #1f4d37 100%);
}
.admin-donut-wrap {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: auto;
}
.admin-donut {
  --p: 50;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: conic-gradient(#1f4d37 calc(var(--p) * 1%), #d6eadb 0);
  position: relative;
}
.admin-donut::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: #fff;
}
.admin-donut-legend {
  display: grid;
  gap: 6px;
  font-size: 14px;
}
.admin-donut-legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.admin-donut-legend .dot.register { background: #1f4d37; }
.admin-donut-legend .dot.login { background: #a9d7b8; }

@media (max-width: 1100px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-profile-card {
    margin-top: 0;
    grid-column: 1 / -1;
  }
  .admin-stats-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-stats-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-analytics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .admin-body {
    --admin-gutter-x: 10px;
  }
  .admin-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .admin-sidebar {
    position: static;
    top: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  .admin-brand {
    justify-items: center;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .admin-brand img {
    height: 34px;
  }
  .admin-nav-group {
    gap: 4px;
  }
  .admin-sidebar a {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 8px;
  }
  .admin-profile-card {
    margin-top: 6px;
    grid-column: auto;
  }
  .admin-mobile-shortcuts {
    display: grid;
    gap: 6px;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
  .admin-mobile-shortcuts a {
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    color: #eef7f1;
    font-size: 13px;
    text-align: center;
  }
  .admin-mobile-shortcuts .admin-logout-btn {
    width: 100%;
    min-height: 38px;
    border-radius: 8px;
    border-color: #70c28d;
  }
  .admin-stats-grid-3 {
    grid-template-columns: 1fr;
  }
  .admin-stats-grid-4 {
    grid-template-columns: 1fr;
  }
  .admin-stats-grid,
  .admin-analytics-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .admin-stat-card {
    padding: 12px;
    border-radius: 10px;
  }
  .admin-stat-card strong {
    font-size: 28px;
  }
  .admin-content {
    --admin-gutter-x: 12px;
    padding: 12px var(--admin-gutter-x);
  }
  .admin-topbar {
    display: none;
  }
  .admin-topbar-inner {
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .admin-top-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .admin-top-actions a,
  .admin-logout-btn {
    width: 100%;
    text-align: center;
    min-height: 38px;
    padding: 8px 10px;
  }
  .admin-page-head--inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
  }
  .admin-page-head--inline h2,
  .admin-dashboard .admin-page-head h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  .admin-page-head--inline p,
  .admin-dashboard .admin-page-head p {
    font-size: 13px;
  }
  .admin-campaign-copy h3 {
    font-size: 20px;
  }
  .admin-campaign-chip {
    min-width: 136px;
  }
  .admin-products-list-panel,
  .admin-orders-panel,
  .admin-form-panel,
  .admin-chart-panel {
    border-radius: 10px;
  }
  .admin-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-products-list-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 10px 9px;
  }
  .admin-products-list-head h3 {
    font-size: 22px;
  }
  .admin-products-list-head p {
    font-size: 12px;
    margin-left: 0;
    text-align: left;
  }
  .admin-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .admin-products-table {
    min-width: 760px;
  }
  .admin-applications-table {
    min-width: 0 !important;
  }
  .admin-products-table th,
  .admin-products-table td {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
  }
  .admin-order-items-panel {
    margin-left: 0;
  }
  .admin-order-items-title {
    margin-left: 0;
  }
  .admin-mini-table th,
  .admin-mini-table td {
    font-size: 12px;
    padding: 9px 8px;
  }
  .admin-dynamic-row {
    padding: 12px;
  }
  .admin-form-grid,
  .admin-dynamic-row .admin-form-grid,
  .admin-dynamic-row .grid-4,
  .admin-dynamic-row .grid-3,
  .admin-dynamic-row .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .admin-format-summary {
    padding: 14px 14px 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-format-grid {
    grid-template-columns: 1fr;
    padding: 12px 14px 14px;
  }
  .admin-content input,
  .admin-content select,
  .admin-content textarea,
  .admin-content .btn {
    min-height: 40px;
    font-size: 14px;
  }
  .admin-list-actions {
    flex-wrap: wrap;
    gap: 6px;
  }
  .admin-action-btn {
    min-width: 64px;
    height: 32px;
    font-size: 11px;
    padding-inline: 8px;
  }
  .admin-order-status-form {
    width: 100%;
    flex-wrap: wrap;
  }
  .admin-order-status-form select {
    min-width: 0;
    width: 100%;
  }
  .admin-pagination {
    justify-content: flex-start;
    gap: 6px;
    padding: 10px 0 12px;
  }
  .admin-page-btn {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .admin-chart-panel {
    min-height: auto;
    padding: 12px;
  }
  .admin-chart-panel h3 {
    font-size: 26px;
  }
  .admin-chart-bars {
    height: 170px;
    gap: 8px;
  }
  .admin-donut {
    width: 170px;
    height: 170px;
  }
  .admin-donut::after {
    inset: 22px;
  }
}
