@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
:root,
.koh {
  --koh-bg: #FFFFFF;
  --koh-bg-raised: #F9F9F9;
  --koh-bg-card: #FFFFFF;
  --koh-bg-overlay: rgba(0, 0, 0, 0.75);
  --koh-bg-overlay-medium: rgba(0, 0, 0, 0.5);
  --koh-bg-input: #FFFFFF;
  --koh-bg-muted: #F9F9F9;
  --koh-bg-hero: #212121;
  --koh-charcoal-900: #000000;
  --koh-charcoal-800: #212121;
  --koh-charcoal-700: #494949;
  --koh-charcoal-500: #757575;
  --koh-charcoal-400: #989898;
  --koh-charcoal-300: #CDCDCD;
  --koh-charcoal-200: #E6E6E6;
  --koh-charcoal-100: #F9F9F9;
  --koh-teal: #002E49;
  --koh-teal-05: rgba(24, 104, 165, 0.05);
  --koh-teal-10: rgba(24, 104, 165, 0.10);
  --koh-blue: #00BCE5;
  --koh-success: #4A9232;
  --koh-error: #D10000;
  --koh-info: #00BCE5;
  --koh-swatch-white: #F4F4F4;
  --koh-swatch-biscuit: #E9E7DA;
  --koh-swatch-almond: #E1DECF;
  --koh-swatch-dune: #E2E3DB;
  --koh-swatch-ice-gray: #C1C5C3;
  --koh-swatch-sandbar: #BFBAAE;
  --koh-swatch-thunder-gray: #5B5C56;
  --koh-swatch-black: #000000;
  --koh-swatch-cashmere: #666666;
  --koh-font-heading: 'Inter', 'Helvetica Now Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --koh-font-body: 'Inter', 'Helvetica Now Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --koh-font-mono: 'SF Mono', Menlo, Monaco, Consolas, monospace;
  --koh-text: var(--koh-charcoal-800);
  --koh-text-muted: var(--koh-charcoal-500);
  --koh-text-subtle: var(--koh-charcoal-400);
  --koh-text-inverse: #FFFFFF;
  --koh-display: 300 2.5rem/1.15 var(--koh-font-heading);
  --koh-h1: 300 2rem/1.2 var(--koh-font-heading);
  --koh-h2: 400 1.5rem/1.3 var(--koh-font-heading);
  --koh-h3: 500 1.125rem/1.4 var(--koh-font-heading);
  --koh-body: 400 0.9375rem/1.65 var(--koh-font-body);
  --koh-body-sm: 400 0.875rem/1.5 var(--koh-font-body);
  --koh-body-xs: 400 0.8125rem/1.45 var(--koh-font-body);
  --koh-label: 500 0.75rem/1 var(--koh-font-heading);
  --koh-caption: 500 0.625rem/1.2 var(--koh-font-heading);
  --koh-price: 400 1.25rem/1.2 var(--koh-font-heading);
  --koh-price-lg: 300 1.75rem/1.15 var(--koh-font-heading);
  --koh-ls-tight: -0.03em;
  --koh-ls-normal: 0;
  --koh-ls-wide: 0.08em;
  --koh-space-0: 0;
  --koh-space-025: 2px;
  --koh-space-05: 4px;
  --koh-space-1: 8px;
  --koh-space-1-5: 12px;
  --koh-space-2: 16px;
  --koh-space-2-5: 20px;
  --koh-space-3: 24px;
  --koh-space-4: 32px;
  --koh-space-5: 40px;
  --koh-space-6: 48px;
  --koh-space-7: 56px;
  --koh-space-8: 64px;
  --koh-space-10: 80px;
  --koh-space-13: 104px;
  --koh-space-15: 120px;
  --koh-radius-none: 0;
  --koh-radius-xs: 4px;
  --koh-radius-sm: 5px;
  --koh-radius-md: 10px;
  --koh-radius-full: 50%;
  --koh-grid-columns: 12;
  --koh-grid-max-width: 1820px;
  --koh-grid-center-width: 1380px;
  --koh-grid-gutter: min(4.12vw, 79px);
  --koh-grid-center-gutter: 60px;
  --koh-border: 1px solid var(--koh-charcoal-200);
  --koh-border-strong: 1px solid var(--koh-charcoal-300);
  --koh-border-subtle: 1px solid var(--koh-charcoal-100);
  --koh-border-dark: 1px solid var(--koh-charcoal-800);
  --koh-shadow-regular: 1px 1px 20px 0 rgba(0, 0, 0, 0.15);
  --koh-shadow-irregular: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  --koh-shadow-hover: 0 4px 24px rgba(0, 0, 0, 0.12);
  --koh-duration: 0.3s;
  --koh-duration-fast: 0.15s;
  --koh-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.koh.dark,
.koh[data-theme=dark],
[data-theme=dark] .koh {
  --koh-bg: #121416;
  --koh-bg-raised: #1B1E21;
  --koh-bg-card: #1B1E21;
  --koh-bg-muted: #212529;
  --koh-bg-input: #1B1E21;
  --koh-bg-hero: #000;
  --koh-text: #E6E6E6;
  --koh-text-muted: #989898;
  --koh-text-subtle: #757575;
  --koh-border: 1px solid #2D3135;
  --koh-border-strong: 1px solid #3D4145;
  --koh-border-subtle: 1px solid #212529;
}

.koh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font: 500 0.875rem/1 var(--koh-font-heading);
  letter-spacing: var(--koh-ls-wide);
  text-transform: uppercase;
  border-radius: var(--koh-radius-none);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--koh-duration) var(--koh-ease);
  text-decoration: none;
  white-space: nowrap;
  background: var(--koh-charcoal-800);
  color: var(--koh-text-inverse);
}
.koh-btn:hover {
  background: var(--koh-charcoal-900);
}
.koh-btn--secondary {
  background: transparent;
  color: var(--koh-charcoal-800);
  border-color: var(--koh-charcoal-800);
}
.koh-btn--secondary:hover {
  background: var(--koh-charcoal-800);
  color: var(--koh-text-inverse);
}
.koh-btn--brand {
  background: var(--koh-teal);
  color: var(--koh-text-inverse);
}
.koh-btn--brand:hover {
  background: #003D63;
}
.koh-btn--ghost {
  background: transparent;
  color: var(--koh-charcoal-800);
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: normal;
  text-transform: none;
}
.koh-btn--ghost:hover {
  color: var(--koh-charcoal-500);
}
.koh-btn--invert {
  background: var(--koh-bg);
  color: var(--koh-charcoal-800);
}
.koh-btn--invert:hover {
  background: var(--koh-charcoal-100);
}
.koh-btn--cart {
  background: var(--koh-charcoal-800);
  color: var(--koh-text-inverse);
  padding: 16px 40px;
  font-size: 0.9375rem;
  width: 100%;
}
.koh-btn--cart:hover {
  background: var(--koh-charcoal-900);
  box-shadow: var(--koh-shadow-irregular);
}
.koh-btn--sm {
  padding: 10px 20px;
  font-size: 0.8125rem;
}
.koh-btn--lg {
  padding: 18px 48px;
  font-size: 1rem;
}
.koh-btn:disabled {
  background: var(--koh-charcoal-300);
  color: var(--koh-charcoal-400);
  cursor: not-allowed;
  border-color: transparent;
}

.koh-product {
  background: var(--koh-bg-card);
  overflow: hidden;
  transition: all var(--koh-duration) var(--koh-ease);
}
.koh-product:hover .koh-product__img {
  transform: scale(1.03);
}
.koh-product:hover .koh-product__actions {
  opacity: 1;
}
.koh-product__img-wrap {
  position: relative;
  overflow: hidden;
  background: var(--koh-bg-muted);
  aspect-ratio: 1;
}
.koh-product__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--koh-duration-fast) var(--koh-ease);
  padding: 16px;
}
.koh-product__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  font: var(--koh-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--koh-charcoal-800);
  color: var(--koh-text-inverse);
}
.koh-product__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transition: opacity var(--koh-duration) var(--koh-ease);
}
.koh-product__action-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--koh-bg);
  border: var(--koh-border);
  border-radius: var(--koh-radius-full);
  cursor: pointer;
  color: var(--koh-charcoal-700);
  transition: all var(--koh-duration-fast) var(--koh-ease);
}
.koh-product__action-btn:hover {
  background: var(--koh-charcoal-800);
  color: var(--koh-text-inverse);
  border-color: var(--koh-charcoal-800);
}
.koh-product__swatches {
  display: flex;
  gap: 6px;
  padding: 12px 0 0;
}
.koh-product__body {
  padding: 16px 0;
}
.koh-product__brand {
  font: var(--koh-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--koh-text-muted);
  margin: 0 0 4px;
}
.koh-product__title {
  font: var(--koh-h3);
  color: var(--koh-text);
  margin: 0 0 4px;
  letter-spacing: var(--koh-ls-tight);
}
.koh-product__sku {
  font: var(--koh-body-xs);
  color: var(--koh-text-subtle);
  margin: 0 0 8px;
}
.koh-product__price {
  font: var(--koh-price);
  color: var(--koh-text);
  margin: 0;
  letter-spacing: var(--koh-ls-tight);
}
.koh-product__price-sale {
  color: var(--koh-error);
}
.koh-product__price-original {
  font: var(--koh-body-sm);
  color: var(--koh-text-subtle);
  text-decoration: line-through;
  margin-left: 8px;
}
.koh-product__price-range {
  font: var(--koh-body-sm);
  color: var(--koh-text-muted);
}
.koh-product__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font: var(--koh-body-xs);
  color: var(--koh-text-muted);
}

.koh-collection {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.koh-collection__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--koh-ease);
}
.koh-collection:hover .koh-collection__img {
  transform: scale(1.05);
}
.koh-collection__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
.koh-collection__title {
  font: 300 1.75rem/1.2 var(--koh-font-heading);
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: var(--koh-ls-tight);
}
.koh-collection__subtitle {
  font: var(--koh-body-sm);
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.koh-input {
  width: 100%;
  padding: 14px 16px;
  font: var(--koh-body);
  color: var(--koh-text);
  background: var(--koh-bg-input);
  border: 1px solid var(--koh-charcoal-300);
  border-radius: var(--koh-radius-none);
  outline: none;
  transition: all var(--koh-duration) var(--koh-ease);
}
.koh-input::placeholder {
  color: var(--koh-text-subtle);
}
.koh-input:focus {
  border-color: var(--koh-charcoal-800);
  box-shadow: 0 0 0 1px var(--koh-charcoal-800);
}
.koh-input--error {
  border-color: var(--koh-error);
}

.koh-search {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--koh-charcoal-800);
}
.koh-search__input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 0;
  font: 300 1.25rem/1.4 var(--koh-font-body);
  color: var(--koh-text);
  background: transparent;
  letter-spacing: var(--koh-ls-tight);
}
.koh-search__input::placeholder {
  color: var(--koh-text-subtle);
}
.koh-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--koh-charcoal-800);
}

.koh-select {
  appearance: none;
  width: 100%;
  padding: 14px 40px 14px 16px;
  font: var(--koh-body);
  color: var(--koh-text);
  background: var(--koh-bg-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23494949' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
  border: 1px solid var(--koh-charcoal-300);
  border-radius: var(--koh-radius-none);
  outline: none;
  cursor: pointer;
}
.koh-select:focus {
  border-color: var(--koh-charcoal-800);
}

.koh-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--koh-charcoal-300);
}
.koh-qty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--koh-charcoal-700);
  transition: background var(--koh-duration-fast) var(--koh-ease);
}
.koh-qty__btn:hover {
  background: var(--koh-charcoal-100);
}
.koh-qty__btn:disabled {
  color: var(--koh-charcoal-300);
  cursor: not-allowed;
}
.koh-qty__value {
  width: 48px;
  text-align: center;
  font: 500 0.9375rem/1 var(--koh-font-body);
  color: var(--koh-text);
  border: none;
  border-left: 1px solid var(--koh-charcoal-300);
  border-right: 1px solid var(--koh-charcoal-300);
  padding: 0;
  height: 40px;
}

.koh-field {
  margin-bottom: 24px;
}
.koh-field__label {
  display: block;
  font: var(--koh-label);
  text-transform: uppercase;
  letter-spacing: var(--koh-ls-wide);
  color: var(--koh-text);
  margin-bottom: 8px;
}
.koh-field__hint {
  font: var(--koh-body-xs);
  color: var(--koh-text-muted);
  margin-top: 4px;
}
.koh-field__error {
  font: var(--koh-body-xs);
  color: var(--koh-error);
  margin-top: 4px;
}

.koh-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font: var(--koh-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: var(--koh-charcoal-100);
  color: var(--koh-charcoal-700);
}
.koh-badge--sale {
  background: var(--koh-error);
  color: #fff;
}
.koh-badge--new {
  background: var(--koh-charcoal-800);
  color: #fff;
}
.koh-badge--best {
  background: var(--koh-teal);
  color: #fff;
}
.koh-badge--exclusive {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.koh-badge--stock, .koh-badge--oos {
  background: transparent;
  color: var(--koh-success);
  padding: 0;
  font: var(--koh-body-xs);
  text-transform: none;
  letter-spacing: normal;
}
.koh-badge--stock::before, .koh-badge--oos::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--koh-success);
}
.koh-badge--oos {
  color: var(--koh-error);
}
.koh-badge--oos::before {
  background: var(--koh-error);
}
.koh-badge svg {
  width: 12px;
  height: 12px;
}

.koh-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--koh-radius-full);
  overflow: hidden;
  background: var(--koh-charcoal-100);
  color: var(--koh-charcoal-700);
  font: 500 0.875rem/1 var(--koh-font-heading);
  flex-shrink: 0;
}
.koh-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.koh-avatar--sm {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
}
.koh-avatar--lg {
  width: 56px;
  height: 56px;
  font-size: 1.125rem;
}
.koh-avatar--xl {
  width: 72px;
  height: 72px;
  font-size: 1.5rem;
}

.koh-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  font: var(--koh-body-sm);
}
.koh-alert__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.koh-alert__content {
  flex: 1;
}
.koh-alert__content strong {
  font-weight: 600;
}
.koh-alert__close {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  padding: 0;
  color: inherit;
}
.koh-alert__close:hover {
  opacity: 1;
}
.koh-alert {
  background: var(--koh-charcoal-100);
  color: var(--koh-charcoal-800);
  border-left: 3px solid var(--koh-charcoal-800);
}
.koh-alert--success {
  background: #F0F7EE;
  color: #1B5E20;
  border-left-color: var(--koh-success);
}
.koh-alert--warning {
  background: #FFF8E1;
  color: #E65100;
  border-left-color: #DE6000;
}
.koh-alert--error {
  background: #FFF0F0;
  color: #B71C1C;
  border-left-color: var(--koh-error);
}

.koh-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 64px;
  background: var(--koh-bg);
  border-bottom: var(--koh-border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.koh-appbar__brand {
  font: 700 1.125rem/1 var(--koh-font-heading);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--koh-charcoal-800);
  text-decoration: none;
}
.koh-appbar__nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.koh-appbar__link {
  padding: 22px 20px;
  font: 500 0.8125rem/1 var(--koh-font-body);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--koh-charcoal-700);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all var(--koh-duration) var(--koh-ease);
}
.koh-appbar__link:hover {
  color: var(--koh-charcoal-800);
  border-bottom-color: var(--koh-charcoal-800);
}
.koh-appbar__link--active {
  color: var(--koh-charcoal-800);
  border-bottom-color: var(--koh-charcoal-800);
}
.koh-appbar__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.koh-appbar__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--koh-charcoal-700);
  position: relative;
}
.koh-appbar__icon-btn:hover {
  color: var(--koh-charcoal-800);
}
.koh-appbar__cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font: 600 0.625rem/18px var(--koh-font-heading);
  color: #fff;
  background: var(--koh-charcoal-800);
  border-radius: var(--koh-radius-full);
  text-align: center;
}
.koh-appbar__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font: var(--koh-body-xs);
  color: var(--koh-text-muted);
  padding: 12px 40px;
  border-bottom: var(--koh-border-subtle);
}
.koh-appbar__breadcrumb a {
  color: var(--koh-charcoal-700);
  text-decoration: none;
}
.koh-appbar__breadcrumb a:hover {
  text-decoration: underline;
}
.koh-appbar__breadcrumb-sep {
  color: var(--koh-charcoal-300);
  font-size: 0.625rem;
}

.koh-appbar--dark {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.koh-appbar--dark .koh-appbar__brand,
.koh-appbar--dark .koh-appbar__link,
.koh-appbar--dark .koh-appbar__icon-btn {
  color: #fff;
}
.koh-appbar--dark .koh-appbar__link:hover {
  border-bottom-color: #fff;
}

.koh-sidebar {
  width: 280px;
  padding: 32px 0;
}
.koh-sidebar__title {
  font: var(--koh-h3);
  color: var(--koh-text);
  margin: 0 0 24px;
  letter-spacing: var(--koh-ls-tight);
}
.koh-sidebar__section {
  margin-bottom: 0;
  border-bottom: var(--koh-border);
}
.koh-sidebar__section:last-child {
  border-bottom: none;
}
.koh-sidebar__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  font: 500 0.875rem/1 var(--koh-font-heading);
  color: var(--koh-text);
  text-transform: uppercase;
  letter-spacing: var(--koh-ls-wide);
  background: none;
  border: none;
  width: 100%;
}
.koh-sidebar__section-header svg {
  width: 16px;
  height: 16px;
  color: var(--koh-charcoal-500);
  transition: transform var(--koh-duration) var(--koh-ease);
}
.koh-sidebar__section-header--open svg {
  transform: rotate(180deg);
}
.koh-sidebar__section-body {
  padding: 0 0 16px;
}
.koh-sidebar__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font: var(--koh-body-sm);
  color: var(--koh-text);
  cursor: pointer;
}
.koh-sidebar__checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--koh-charcoal-800);
  flex-shrink: 0;
}
.koh-sidebar__count {
  font: var(--koh-body-xs);
  color: var(--koh-text-subtle);
  margin-left: auto;
}
.koh-sidebar__swatch-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0;
}

.koh-swatch {
  width: 20px;
  height: 20px;
  border-radius: var(--koh-radius-full);
  border: 1px solid var(--koh-charcoal-300);
  cursor: pointer;
  transition: all var(--koh-duration-fast) var(--koh-ease);
  position: relative;
}
.koh-swatch:hover {
  transform: scale(1.2);
}
.koh-swatch--selected {
  box-shadow: 0 0 0 2px var(--koh-bg), 0 0 0 4px var(--koh-charcoal-800);
}
.koh-swatch--lg {
  width: 32px;
  height: 32px;
}
.koh-swatch--white {
  background: #F4F4F4;
}
.koh-swatch--biscuit {
  background: #E9E7DA;
}
.koh-swatch--almond {
  background: #E1DECF;
}
.koh-swatch--dune {
  background: #E2E3DB;
}
.koh-swatch--ice-gray {
  background: #C1C5C3;
}
.koh-swatch--sandbar {
  background: #BFBAAE;
}
.koh-swatch--thunder-gray {
  background: #5B5C56;
}
.koh-swatch--black {
  background: #000;
}
.koh-swatch--polished-chrome {
  background: linear-gradient(135deg, #E8E8E8, #C0C0C0, #E8E8E8);
}
.koh-swatch--brushed-nickel {
  background: linear-gradient(135deg, #C9C0B6, #A89F95, #C9C0B6);
}
.koh-swatch--matte-black {
  background: #1A1A1A;
}
.koh-swatch--bronze {
  background: linear-gradient(135deg, #8B6914, #6B4F12, #8B6914);
}

.koh-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--koh-charcoal-200);
}

.koh-tab {
  padding: 16px 24px;
  font: 500 0.8125rem/1 var(--koh-font-body);
  text-transform: uppercase;
  letter-spacing: var(--koh-ls-wide);
  color: var(--koh-text-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: all var(--koh-duration) var(--koh-ease);
}
.koh-tab:hover {
  color: var(--koh-text);
}
.koh-tab--active {
  color: var(--koh-charcoal-800);
  border-bottom-color: var(--koh-charcoal-800);
}

.koh-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font: 400 0.8125rem/1 var(--koh-font-body);
  color: var(--koh-text);
  background: var(--koh-bg);
  border: 1px solid var(--koh-charcoal-300);
  cursor: pointer;
  transition: all var(--koh-duration) var(--koh-ease);
  user-select: none;
}
.koh-chip:hover {
  border-color: var(--koh-charcoal-800);
}
.koh-chip--selected {
  background: var(--koh-charcoal-800);
  color: var(--koh-text-inverse);
  border-color: var(--koh-charcoal-800);
}
.koh-chip--selected:hover {
  background: var(--koh-charcoal-700);
}
.koh-chip__remove {
  display: inline-flex;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 0;
  opacity: 0.6;
}
.koh-chip__remove:hover {
  opacity: 1;
}
.koh-chip__remove svg {
  width: 14px;
  height: 14px;
}

.koh-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.koh-modal {
  position: relative;
  background: var(--koh-bg-card);
  box-shadow: var(--koh-shadow-regular);
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}
.koh-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: var(--koh-border);
}
.koh-modal__title {
  font: 300 1.5rem/1.2 var(--koh-font-heading);
  color: var(--koh-text);
  margin: 0;
  letter-spacing: var(--koh-ls-tight);
}
.koh-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--koh-text-muted);
}
.koh-modal__close:hover {
  color: var(--koh-text);
}
.koh-modal__body {
  padding: 32px;
  font: var(--koh-body);
  color: var(--koh-text-muted);
}
.koh-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px 32px;
  border-top: var(--koh-border);
}

.koh-cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  padding: 24px 0;
  border-bottom: var(--koh-border);
  align-items: start;
}
.koh-cart-item__img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  background: var(--koh-bg-muted);
  padding: 8px;
}
.koh-cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.koh-cart-item__name {
  font: var(--koh-h3);
  color: var(--koh-text);
  margin: 0;
  letter-spacing: var(--koh-ls-tight);
}
.koh-cart-item__sku {
  font: var(--koh-body-xs);
  color: var(--koh-text-subtle);
}
.koh-cart-item__finish {
  display: flex;
  align-items: center;
  gap: 8px;
  font: var(--koh-body-sm);
  color: var(--koh-text-muted);
  margin-top: 4px;
}
.koh-cart-item__finish-swatch {
  width: 16px;
  height: 16px;
  border-radius: var(--koh-radius-full);
  border: 1px solid var(--koh-charcoal-300);
}
.koh-cart-item__qty {
  margin-top: 12px;
}
.koh-cart-item__actions {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.koh-cart-item__action {
  font: var(--koh-body-xs);
  color: var(--koh-text-muted);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
}
.koh-cart-item__action:hover {
  color: var(--koh-text);
}
.koh-cart-item__action--remove:hover {
  color: var(--koh-error);
}
.koh-cart-item__price-col {
  text-align: right;
}
.koh-cart-item__price {
  font: var(--koh-price);
  color: var(--koh-text);
  letter-spacing: var(--koh-ls-tight);
}
.koh-cart-item__shipping {
  font: var(--koh-body-xs);
  color: var(--koh-success);
  margin-top: 4px;
}

.koh-cart-header {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 2px solid var(--koh-charcoal-800);
}
.koh-cart-header__label {
  font: var(--koh-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--koh-text-muted);
}

.koh-order-summary {
  padding: 32px;
  background: var(--koh-bg-muted);
}
.koh-order-summary__title {
  font: 300 1.25rem/1.3 var(--koh-font-heading);
  color: var(--koh-text);
  margin: 0 0 24px;
  letter-spacing: var(--koh-ls-tight);
}
.koh-order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font: var(--koh-body-sm);
  color: var(--koh-text-muted);
}
.koh-order-summary__row-value {
  font-weight: 500;
  color: var(--koh-text);
}
.koh-order-summary__divider {
  border: none;
  border-top: var(--koh-border);
  margin: 12px 0;
}
.koh-order-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0;
  border-top: 2px solid var(--koh-charcoal-800);
  margin-top: 12px;
}
.koh-order-summary__total-label {
  font: 500 0.9375rem/1 var(--koh-font-heading);
  text-transform: uppercase;
  letter-spacing: var(--koh-ls-wide);
  color: var(--koh-text);
}
.koh-order-summary__total-value {
  font: var(--koh-price-lg);
  color: var(--koh-text);
  letter-spacing: var(--koh-ls-tight);
}
.koh-order-summary__promo {
  margin-top: 20px;
  display: flex;
  gap: 0;
}
.koh-order-summary__promo .koh-input {
  flex: 1;
  border-right: none;
}

.koh-gallery {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
}
.koh-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.koh-gallery__thumb {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: var(--koh-bg-muted);
  border: 2px solid transparent;
  padding: 4px;
  cursor: pointer;
  transition: border-color var(--koh-duration-fast) var(--koh-ease);
}
.koh-gallery__thumb:hover {
  border-color: var(--koh-charcoal-300);
}
.koh-gallery__thumb--active {
  border-color: var(--koh-charcoal-800);
}
.koh-gallery__main {
  background: var(--koh-bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1;
}
.koh-gallery__main img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}
.koh-gallery__zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--koh-bg);
  border: var(--koh-border);
  cursor: pointer;
  color: var(--koh-charcoal-700);
}
.koh-gallery__zoom:hover {
  background: var(--koh-charcoal-100);
}

.koh-pdp-info {
  max-width: 480px;
}
.koh-pdp-info__brand {
  font: var(--koh-caption);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--koh-text-muted);
  margin: 0 0 8px;
}
.koh-pdp-info__title {
  font: 300 1.75rem/1.2 var(--koh-font-heading);
  color: var(--koh-text);
  margin: 0 0 4px;
  letter-spacing: var(--koh-ls-tight);
}
.koh-pdp-info__sku {
  font: var(--koh-body-xs);
  color: var(--koh-text-subtle);
  margin: 0 0 16px;
}
.koh-pdp-info__price {
  font: var(--koh-price-lg);
  color: var(--koh-text);
  margin: 0 0 4px;
  letter-spacing: var(--koh-ls-tight);
}
.koh-pdp-info__price-note {
  font: var(--koh-body-xs);
  color: var(--koh-text-muted);
  margin: 0 0 24px;
}
.koh-pdp-info__finish-label {
  font: var(--koh-label);
  text-transform: uppercase;
  letter-spacing: var(--koh-ls-wide);
  color: var(--koh-text);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.koh-pdp-info__finish-label span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: var(--koh-text-muted);
}
.koh-pdp-info__finishes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.koh-pdp-info__divider {
  border: none;
  border-top: var(--koh-border);
  margin: 24px 0;
}
.koh-pdp-info__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.koh-pdp-info__wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: none;
  border: var(--koh-border-strong);
  cursor: pointer;
  color: var(--koh-charcoal-700);
  flex-shrink: 0;
}
.koh-pdp-info__wishlist:hover {
  border-color: var(--koh-charcoal-800);
  color: var(--koh-charcoal-800);
}

.koh-specs {
  width: 100%;
  border-collapse: collapse;
}
.koh-specs__row {
  border-bottom: var(--koh-border-subtle);
}
.koh-specs__row:nth-child(even) {
  background: var(--koh-bg-muted);
}
.koh-specs__label {
  padding: 12px 16px;
  font: var(--koh-body-sm);
  color: var(--koh-text-muted);
  width: 40%;
  vertical-align: top;
}
.koh-specs__value {
  padding: 12px 16px;
  font: 500 0.875rem/1.5 var(--koh-font-body);
  color: var(--koh-text);
}
