:root {
  --brand-blue: #a88043;
  --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: #a88043;
  color: #fff;
  border-bottom: 1px solid #9c7337;
}
.kow-offer-track {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1;
  padding: 10px 0;
  font-family: var(--font-base);
  letter-spacing: .05em;
  min-width: max-content;
  animation: luxOfferTicker 28s linear infinite;
}
.kow-header-offers .container {
  overflow: hidden;
}
@keyframes luxOfferTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.kow-header-main {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  position: sticky;
  top: 0;
  z-index: 85;
}
.kow-header-main .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
}
.kow-header-left,
.kow-header-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.kow-nav-item {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: -16px;
}
.kow-header-left a {
  color: #424242;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-base);
  letter-spacing: .01em;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}
.kow-header-left a.active {
  color: #171717;
  font-weight: 600;
}
.kow-header-left a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #171717;
}
.kow-mega-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  width: min(760px, 78vw);
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 16px 30px rgba(0,0,0,.08);
  padding: 18px 16px;
  display: none;
  grid-template-columns: 1fr;
  gap: 0;
  z-index: 90;
}
.kow-nav-item:hover .kow-mega-menu,
.kow-nav-item:focus-within .kow-mega-menu {
  display: grid;
}
.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-mega-banner {
  display: block;
  border: 1px solid #ececec;
  min-height: 210px;
}
.kow-mega-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kow-header-brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
}
.kow-logo-img-header {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block;
}
.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 {
  justify-content: flex-end;
  gap: 16px;
}
.kow-header-icons a,
.kow-icon-btn {
  color: #3b3b3b;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.kow-icon-link,
.kow-icon-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.kow-icon-count {
  position: absolute;
  top: -6px;
  right: -6px;
  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: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kow-wishlist-link svg,
.kow-bag-link svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.1;
}
.kow-wishlist-link {
  color: #b73a58 !important;
}
.kow-wishlist-link:hover {
  color: #972846 !important;
}
.kow-bag-link {
  color: #9a7438 !important;
}
.kow-bag-link:hover {
  color: #7a5725 !important;
}
.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-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;
}
.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(30px, 4.4vw, 56px);
  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: 13px;
  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;
}

.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: #2f2f59;
  font-family: var(--font-display);
  letter-spacing: .06em;
  font-weight: 600;
}
.price {
  margin-top: 5px;
  color: #2f2f59;
  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: #2e9e51;
  font-size: 12px;
  margin-left: 4px;
}

.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;
  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;
  top: 50%;
  transform: translateY(-50%);
  max-width: 560px;
  color: #f5f5f5;
}
.lux-slide-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 70px);
  letter-spacing: .08em;
  line-height: 1.03;
}
.lux-slide-copy p {
  margin: 12px 0 0;
  font-size: 22px;
  color: #e5e5e5;
}
.lux-slide-copy .btn {
  display: inline-block;
  margin-top: 28px;
}
.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: 1px solid #e8e2d6;
  background: #fff;
  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; }
.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 {
  margin: 0;
  color: #767676;
  font-size: 14px;
}
.home-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.women-theme {
  background: linear-gradient(180deg, #fffdfb 0%, #fff 100%);
}
.pants-theme {
  background: linear-gradient(180deg, #fbfcff 0%, #fff 100%);
}
.shirts-theme {
  background: linear-gradient(180deg, #fefdf9 0%, #fff 100%);
}
.recommended-theme {
  background: linear-gradient(180deg, #fafbfd 0%, #fff 100%);
}
.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); }
}
.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;
}
.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-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 #d8d1c2 !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: #b9a27b !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: #9f7f48 !important;
  border-color: #c9b181 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
.card-heart-form .lux-icon-btn.is-active {
  color: #bf234a !important;
  border-color: #e0b3c0 !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(191,35,74,.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: #b8ab8f !important;
  background: #fff8ea !important;
  font-weight: 700;
}
.lux-icon-btn.is-active {
  color: #d12a4a !important;
  text-shadow: 0 1px 8px rgba(209, 42, 74, .22);
}
.lux-icon-btn:hover {
  color: #b93852 !important;
  background: #fff2dc !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;
  font-size: 16px;
  color: #232323;
}
.collection-price .old {
  margin-left: 4px;
  color: #777;
  text-decoration: line-through;
}
.collection-offer {
  background: #cfe0ff;
  color: #2d3f62;
  font-size: 12px;
  padding: 7px 10px;
}
.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;
}
.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;
}

.auth-page {
  min-height: 68vh;
  padding: 44px 0 64px;
  background:
    radial-gradient(circle at 10% 6%, rgba(193,157,90,.16), transparent 32%),
    radial-gradient(circle at 92% 88%, rgba(48,53,69,.14), transparent 26%),
    #f5f5f5;
}
.auth-wrap {
  max-width: 680px;
}
.auth-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 14px 28px rgba(0,0,0,.06);
  padding: 30px 26px;
}
.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 #dddddd;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: #2a2a2a;
  background: #fff;
}
.g-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
}
.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: #fff;
  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 #d8d8d8;
  padding: 10px 12px;
  font-size: 15px;
}
.auth-submit {
  margin-top: 4px;
  width: 100%;
  border: 0;
  background: #1f2125;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  padding: 13px;
  cursor: pointer;
}
.auth-meta {
  margin-top: 14px;
}
.auth-meta p {
  margin: 0 0 6px;
  color: #666;
  font-size: 14px;
}
.auth-meta a {
  text-decoration: underline;
}
.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: #f7f7f7;
  padding: 46px 0 64px;
}
.contact-wrap {
  max-width: 900px;
}
.contact-top {
  text-align: center;
  margin-bottom: 38px;
}
.contact-top h1 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.8vw, 62px);
  font-weight: 500;
  color: #2b2b2b;
}
.contact-top p {
  margin: 2px 0;
  font-size: 16px;
  color: #4f4f4f;
}
.contact-form {
  max-width: 760px;
  margin: 0 auto;
}
.contact-form label {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  color: #5a5a5a;
  margin: 0 0 6px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b8b8b8;
  background: transparent;
  border-radius: 0;
  padding: 2px 0 12px;
  font-size: 17px;
  color: #2d2d2d;
  margin-bottom: 26px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-bottom-color: #2b2b2b;
}
.contact-submit {
  width: 100%;
  border: 0;
  background: #1f2125;
  color: #fff;
  padding: 13px 10px;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form small {
  display: block;
  margin-top: 14px;
  color: #7f7f7f;
  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: #f6f6f6;
  padding: 44px 0 64px;
}
.appointment-wrap {
  max-width: 960px;
}
.appointment-top {
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  padding: 32px 22px;
  margin-bottom: 16px;
}
.appointment-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  color: #6e6e6e;
}
.appointment-top h1 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.5vw, 52px);
  letter-spacing: .08em;
  color: #222;
}
.appointment-top p {
  margin: 0;
  color: #4f4f4f;
  font-size: 16px;
}
.appointment-form {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 22px 18px;
}
.appointment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.appointment-grid .form-group {
  margin-bottom: 0;
}
.appointment-grid label {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  color: #5a5a5a;
  font-size: 14px;
  margin: 0 0 6px;
}
.appointment-grid input,
.appointment-grid textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  color: #2e2e2e;
}
.appointment-grid textarea {
  min-height: 120px;
  resize: vertical;
}
.appointment-full {
  grid-column: span 2;
}
.appointment-submit {
  margin-top: 12px;
  border: 0;
  background: #1f2125;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  padding: 12px 18px;
  cursor: pointer;
}

.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: #1f2125;
  color: #f2f2f2;
  padding: 74px 0 24px;
}
.kow-logo-block {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
.kow-logo-img-footer {
  width: 250px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1) brightness(1.1);
}
.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: #e5e5e5;
  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;
}
.kow-grid a {
  display: block;
  color: #efefef;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: var(--font-base);
  font-weight: 300;
  letter-spacing: .012em;
}
.kow-muted {
  color: #e1e1e1;
  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 #7f7f7f;
  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: #f4f4f4;
  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: #e7e7e7;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.kow-copy {
  text-align: center;
  margin-top: 68px;
  color: #d4d4d4;
  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: #3edc61;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
  z-index: 60;
}
.kow-refer-float {
  position: fixed;
  right: 0;
  bottom: 140px;
  background: #111;
  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: 36px;
  padding-bottom: 52px;
  background: #fff;
}
.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: 24px;
  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, #171922 0%, #0c0d12 100%);
  border-color: #0c0d12;
  color: #fff;
  letter-spacing: .14em;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
  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: #fff;
  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;
}
.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 #e6e1d6;
  border-radius: 18px;
  padding: 22px;
  background: #fff;
}
.checkout-form-card input,
.checkout-form-card select {
  border: 1px solid #d9d2c5;
  border-radius: 8px;
  height: 42px;
}
.checkout-block-head {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 25px;
  color: #232323;
}
.checkout-place-btn {
  margin-top: 8px;
  border-radius: 10px;
  min-height: 44px;
  background: linear-gradient(135deg, #b89157 0%, #8b642e 100%);
  border-color: #8b642e;
  color: #fff;
  letter-spacing: .12em;
  box-shadow: 0 10px 22px rgba(139, 100, 46, .24);
}
.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: 10px 0;
  border-bottom: 1px dashed #dfd7c8;
  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: 10px;
  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);
}

@media (max-width: 980px) {
  .grid-4, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-panel { position: static; }
  .kow-offer-track { font-size: 11px; padding: 10px 0; gap: 18px; }
  .kow-header-main .container { grid-template-columns: 1fr; gap: 10px; padding: 10px 0; min-height: auto; }
  .kow-header-left { justify-content: center; gap: 12px; flex-wrap: wrap; }
  .kow-mega-menu { display: none !important; }
  .kow-header-left a { font-size: 14px; }
  .kow-header-brand { order: -1; }
  .kow-logo-img-header { width: 210px; }
  .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: 22px; height: 22px; }
  .kow-icon-link svg, .kow-icon-btn svg { width: 18px; height: 18px; }
  .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; }
  .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; }
  .lux-slide-copy { left: 20px; max-width: 82%; }
  .lux-slide-copy p { font-size: 16px; }
  .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)); }
  .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-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; }
  .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-top h1 { font-size: 38px; }
  .contact-top p { font-size: 14px; }
  .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-top 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; }
}
@media (max-width: 700px) {
  .grid-4, .grid-3, .grid-2, .form-grid, .kow-grid { grid-template-columns: 1fr; }
  .hero-banner { min-height: 56vh; }
  .hero-copy { max-width: 90%; }
  .section-title { font-size: 30px; }
  .collection-toolbar { flex-direction: column; align-items: stretch; }
  .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; }
  .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; }
  .lux-banner-slider { min-height: 230px; }
  .lux-banner-slider--full { min-height: 240px; }
  .lux-slide-copy { left: 14px; right: 14px; max-width: none; }
  .lux-slide-copy h2 { font-size: 30px; }
  .lux-slide-copy p { font-size: 14px; margin-top: 6px; }
  .lux-slide-copy .btn { margin-top: 10px; }
  .collection-products { grid-template-columns: 1fr; }
  .home-flow-grid { grid-template-columns: 1fr; }
  .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; }
  .home-inline-copy p { font-size: 13px; }
  .card-hover-overlay {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin: 8px 10px 0;
  }
  .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: 190px; }
  .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-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;
}

@media (max-width: 980px) {
  .order-detail-grid { grid-template-columns: 1fr; }
}

/* Temporarily hide all quick classic banners across pages */
.quick-banner-grid,
.quick-classic-banner {
  display: none !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;
}
.admin-topbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #252525;
  font-weight: 600;
  letter-spacing: .03em;
}
.admin-brand img {
  height: 34px;
  width: auto;
}
.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 #e3ddd0;
  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 a:hover {
  background: #faf8f3;
  border-color: #e6dfcf;
}
.admin-sidebar a.active {
  background: #f4efe2;
  border-color: #d9ca9f;
  color: #6f5625;
}
.admin-content .section.container {
  max-width: none;
  margin: 0;
  padding: 0;
}
.admin-content .panel {
  background: #fff;
  border-color: #e3ddd0;
}
.admin-content .table th {
  background: #faf8f3;
}
.admin-flash-wrap {
  margin-bottom: 10px;
}

/* Admin login */
.admin-auth-body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(1200px 620px at 50% -10%, #f7f2e8 0%, #f3f4f7 48%, #eef0f4 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 #e2ddd0;
  padding: 26px 24px 20px;
  box-shadow: 0 18px 42px rgba(25, 20, 10, .08);
}
.admin-auth-logo {
  height: 44px;
  width: auto;
  display: block;
  margin-bottom: 12px;
}
.admin-auth-kicker {
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  color: #8e8e8e;
}
.admin-auth-card h1 {
  margin: 0;
}
.admin-auth-sub {
  margin: 6px 0 16px;
  color: #6d6d6d;
}
.admin-auth-meta {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
}
.admin-auth-meta a {
  color: #4637a8;
  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));
  }
}
