/** Shopify CDN: Minification failed

Line 1143:0 Unexpected "}"

**/
/* ============================================
   SABLE GOLF — Brand CSS for Craft Theme
   Locked Brand Pack

   #0B0B0B  — Deep Black (background)
   #F5F5F5  — Soft White (primary text)
   #8BA36A  — SABLE Green (buttons, accents)
   #2A2A2A  — Muted Grey (borders, dividers)

   Playfair Display — headings
   Inter            — body, UI, buttons
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@300;400;500&display=swap');

:root {
  --sable-black:  #0B0B0B;
  --sable-card:   #111111;
  --sable-grey:   #2A2A2A;
  --sable-green:  #8BA36A;
  --sable-white:  #F5F5F5;
  --sable-muted:  rgba(245,245,245,0.50);
  --font-heading: 'Playfair Display', serif;
  --font-body:    'Inter', sans-serif;
  --ease:         all 0.2s ease;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background-color: #0B0B0B !important;
  color: #F5F5F5 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Craft colour scheme overrides */
.color-scheme-1,.color-scheme-2,.color-scheme-3,
[class*="color-scheme"],[class*="color-background"],
.color-accent-1,.color-accent-2 {
  --color-background: #0B0B0B !important;
  --color-foreground: #F5F5F5 !important;
  --color-base-background-1: #0B0B0B !important;
  --color-base-background-2: #111111 !important;
  --color-base-text: #F5F5F5 !important;
  background-color: #0B0B0B !important;
  color: #F5F5F5 !important;
}

.shopify-section,section { background-color: #0B0B0B; }

/* Typography */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  color: #F5F5F5 !important;
  line-height: 1.2;
}

a { color: #F5F5F5; text-decoration: none; transition: var(--ease); }
a:hover { color: #8BA36A; opacity: 1; }

/* Header */
.header-wrapper,.header,.shopify-section-group-header-group {
  background-color: #0B0B0B !important;
  border-bottom: 1px solid #2A2A2A !important;
}

.header__heading-link .h2,.header__heading a,.header__heading {
  font-family: 'Playfair Display', serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  color: #F5F5F5 !important;
}

.header__menu-item span,.header__menu-item a,.list-menu__item {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  color: rgba(245,245,245,0.6) !important;
  transition: var(--ease) !important;
}
.header__menu-item:hover span,.header__menu-item:hover a,.list-menu__item:hover {
  color: #F5F5F5 !important; opacity: 1 !important;
}

.header__icon svg path,.header__icon svg { stroke: #F5F5F5 !important; fill: none !important; }

.cart-count-bubble {
  background-color: #8BA36A !important;
  color: #0B0B0B !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

/* Announcement */
.announcement-bar,.announcement-bar__message {
  background-color: #8BA36A !important;
  color: #0B0B0B !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  font-weight: 500 !important;
}

/* Buttons */
.button,.btn,button[type="submit"],.product-form__submit,button[name="add"] {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  transition: var(--ease) !important;
}

.button--primary,.product-form__submit,button[name="add"] {
  background-color: #8BA36A !important;
  color: #0B0B0B !important;
  border: 1px solid #8BA36A !important;
  padding: 16px 32px !important;
}
.button--primary:hover,.product-form__submit:hover,button[name="add"]:hover {
  background-color: #7A9259 !important;
  border-color: #7A9259 !important;
}

.button--secondary {
  background: transparent !important;
  color: #F5F5F5 !important;
  border: 1px solid #2A2A2A !important;
}
.button--secondary:hover { border-color: rgba(245,245,245,0.6) !important; }

/* Product grid */
.collection,.product-grid { background: #0B0B0B !important; }

.card-wrapper,.card,.product-card-wrapper {
  background: #0B0B0B !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.card__inner,.card__media { border-radius: 0 !important; background: #111111 !important; }
.card__media img { transition: opacity 0.35s ease !important; }
.card-wrapper:hover .card__media img { opacity: 0.82; }

.card__heading,.card__heading a,.card__heading .h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #F5F5F5 !important;
}

.price,.price__regular,.price-item,.price-item--regular {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: rgba(245,245,245,0.5) !important;
}

.badge,.card__badge { display: none !important; }

.grid--2-col .grid__item,
.grid--3-col-tablet .grid__item,
.grid--4-col-desktop .grid__item { padding: 1px !important; }

/* Product page */
.product { background: #0B0B0B !important; }

.product__title,.product__title h1 {
  font-family: 'Playfair Display', serif !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
  color: #F5F5F5 !important;
}

.product__description,.product__description p,.product__description li {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13.5px !important;
  color: rgba(245,245,245,0.65) !important;
  line-height: 1.8 !important;
}
.product__description strong,.product__description b {
  color: #F5F5F5 !important; font-weight: 400 !important;
}

.product__media-item,.product__media { border-radius: 0 !important; background: #111111 !important; }

.thumbnail-list__item button { border-radius: 0 !important; border: 1px solid transparent !important; }
.thumbnail-list__item button:hover,
.thumbnail-list__item button[aria-current="true"] { border-color: #8BA36A !important; }

/* Sticky ATC — mobile only */
.sable-sticky-atc {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #0B0B0B;
  border-top: 1px solid #2A2A2A;
  padding: 12px 16px;
  z-index: 999;
  display: none;
  align-items: center;
  gap: 12px;
}
@media (max-width: 749px) { .sable-sticky-atc { display: flex; } }
@media (min-width: 750px) { .sable-sticky-atc { display: none !important; } }

.sable-sticky-atc__title {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 500;
  color: #F5F5F5; flex: 1;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sable-sticky-atc__price {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 300;
  color: rgba(245,245,245,0.5); flex-shrink: 0;
}
.sable-sticky-atc__btn {
  background: #8BA36A !important; color: #0B0B0B !important;
  padding: 12px 20px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important; font-weight: 500 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  border: none !important; border-radius: 0 !important;
  cursor: pointer; flex-shrink: 0; white-space: nowrap;
  transition: var(--ease);
}
.sable-sticky-atc__btn:hover { background: #7A9259 !important; }

/* Accordion */
.sable-accordion { border-top: 1px solid #2A2A2A; margin-top: 24px; }
.sable-accordion__item { border-bottom: 1px solid #2A2A2A; }
.sable-accordion__trigger {
  width: 100%; background: none; border: none;
  padding: 18px 0; display: flex;
  justify-content: space-between; align-items: center; cursor: pointer;
}
.sable-accordion__trigger-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase; color: #F5F5F5;
}
.sable-accordion__trigger-icon {
  color: rgba(245,245,245,0.4);
  font-size: 18px; transition: transform 0.2s ease; flex-shrink: 0;
}
.sable-accordion__item.is-open .sable-accordion__trigger-icon { transform: rotate(45deg); }
.sable-accordion__body { display: none; padding: 0 0 20px; }
.sable-accordion__item.is-open .sable-accordion__body { display: block; }
.sable-accordion__body p,.sable-accordion__body li {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 300;
  color: rgba(245,245,245,0.62); line-height: 1.8;
}
.sable-accordion__body ul { list-style: none; padding: 0; margin: 0; }
.sable-accordion__body ul li { padding: 4px 0 4px 16px; position: relative; }
.sable-accordion__body ul li::before { content: '—'; position: absolute; left: 0; color: #8BA36A; }
.sable-accordion__body strong { color: #F5F5F5; font-weight: 400; }

/* Trust bar */
.sable-trust-bar {
  background: #0B0B0B;
  border-top: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  padding: 28px 40px;
}
.sable-trust-bar__inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
}
@media (max-width: 749px) {
  .sable-trust-bar__inner { grid-template-columns: repeat(2,1fr); }
  .sable-trust-bar { padding: 24px 20px; }
}
.sable-trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.sable-trust-item__icon { width: 22px; height: 22px; color: #8BA36A; }
.sable-trust-item__label {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: #F5F5F5;
}
.sable-trust-item__sub {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 300; color: rgba(245,245,245,0.4);
}

/* PDP trust */
.sable-pdp-trust {
  display: flex; flex-wrap: wrap; gap: 14px;
  padding: 14px 0; border-top: 1px solid #2A2A2A; margin-top: 8px;
}
.sable-pdp-trust__item {
  display: flex; align-items: center; gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 300;
  letter-spacing: 0.08em; color: rgba(245,245,245,0.4); text-transform: uppercase;
}
.sable-pdp-trust__item svg { color: #8BA36A; flex-shrink: 0; }

/* Product label */
.sable-product-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #8BA36A; margin-bottom: 10px; display: block;
}

/* Hero */
.sable-hero {
  position: relative; background: #0B0B0B;
  min-height: 90vh; display: flex;
  align-items: flex-end; overflow: hidden;
}
@media (max-width: 749px) { .sable-hero { min-height: 75vh; align-items: center; } }
.sable-hero__media { position: absolute; inset: 0; z-index: 0; }
.sable-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.sable-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(11,11,11,0.92) 0%, rgba(11,11,11,0.3) 50%, rgba(11,11,11,0.08) 100%);
}
.sable-hero__content { position: relative; z-index: 2; padding: 64px 56px; max-width: 640px; }
@media (max-width: 749px) { .sable-hero__content { padding: 32px 20px; text-align: center; max-width: 100%; } }

.sable-hero__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BA36A; margin-bottom: 16px; display: block;
}
.sable-hero__title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.8rem,6vw,5rem) !important;
  font-weight: 500 !important; letter-spacing: 0.01em !important;
  color: #F5F5F5 !important; line-height: 1.08 !important; margin-bottom: 22px;
}
.sable-hero__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 300;
  color: rgba(245,245,245,0.58); line-height: 1.75; margin-bottom: 36px;
}

/* Brand statement */
.sable-statement {
  background: #111111;
  border-top: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  padding: 96px 40px; text-align: center;
}
.sable-statement__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BA36A; margin-bottom: 18px; display: block;
}
.sable-statement__title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2rem,4vw,3.2rem) !important;
  font-weight: 500 !important; color: #F5F5F5 !important; margin-bottom: 16px;
}
.sable-statement__sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 300;
  color: rgba(245,245,245,0.55); max-width: 500px; margin: 0 auto; line-height: 1.75;
}

/* Section header */
.sable-section-header { text-align: center; padding: 64px 20px 40px; }
.sable-section-header__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #8BA36A; margin-bottom: 10px; display: block;
}
.sable-section-header__title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(1.7rem,3vw,2.4rem) !important;
  font-weight: 500 !important; color: #F5F5F5 !important;
}

/* Features */
.sable-features { background: #0B0B0B; padding: 80px 40px; }
.sable-features__grid {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 48px;
}
@media (max-width: 749px) {
  .sable-features__grid { grid-template-columns: 1fr; gap: 32px; }
  .sable-features { padding: 52px 20px; }
}
.sable-feature-item__line { width: 28px; height: 1px; background: #8BA36A; margin-bottom: 20px; }
.sable-feature-item__title {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.05rem !important; font-weight: 500 !important;
  color: #F5F5F5 !important; margin-bottom: 12px;
}
.sable-feature-item__text {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 300;
  color: rgba(245,245,245,0.52); line-height: 1.75;
}

/* Footer */
.footer,.footer-block,.shopify-section-group-footer-group {
  background: #0B0B0B !important;
  border-top: 1px solid #2A2A2A !important;
}
.footer__heading {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important; font-weight: 500 !important;
  letter-spacing: 0.14em !important; text-transform: uppercase !important;
  color: rgba(245,245,245,0.28) !important;
}
.footer-block__details-content a,.footer-block a,.footer a {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important; font-weight: 300 !important;
  color: rgba(245,245,245,0.48) !important; transition: var(--ease) !important;
}
.footer a:hover { color: #F5F5F5 !important; opacity: 1 !important; }
.footer__copyright,.footer__copyright p {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important; font-weight: 300 !important;
  color: rgba(245,245,245,0.2) !important;
}
.newsletter-form__field-wrapper .field__input {
  background: transparent !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 0 !important; color: #F5F5F5 !important;
  font-family: 'Inter', sans-serif !important;
}
.newsletter-form__field-wrapper .field__input::placeholder { color: rgba(245,245,245,0.3) !important; }
.newsletter-form__button {
  background: #8BA36A !important; border-radius: 0 !important;
  color: #0B0B0B !important; font-family: 'Inter', sans-serif !important; font-weight: 500 !important;
}

/* Cart */
.cart-drawer,#cart-drawer { background: #0B0B0B !important; border-left: 1px solid #2A2A2A !important; }
.cart-drawer__header { border-bottom: 1px solid #2A2A2A !important; }
.cart-drawer__heading { font-family: 'Playfair Display', serif !important; font-weight: 500 !important; color: #F5F5F5 !important; }
.cart-item__name,.cart-item__name a { font-family: 'Playfair Display', serif !important; font-size: 14px !important; font-weight: 500 !important; color: #F5F5F5 !important; }

/* Forms */
.field__input,.select__select,
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,textarea {
  background: transparent !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 0 !important; color: #F5F5F5 !important;
  font-family: 'Inter', sans-serif !important; font-size: 13px !important;
}
.field__input:focus,input:focus {
  border-color: #8BA36A !important; outline: none !important; box-shadow: none !important;
}
.field__label,label {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important; letter-spacing: 0.12em !important;
  text-transform: uppercase !important; color: rgba(245,245,245,0.4) !important;
}

/* Quantity */
.quantity { border: 1px solid #2A2A2A !important; border-radius: 0 !important; background: transparent !important; }
.quantity__input { background: transparent !important; color: #F5F5F5 !important; font-family: 'Inter', sans-serif !important; }
.quantity__button svg { stroke: rgba(245,245,245,0.45) !important; }

/* Shopify payment buttons */
.shopify-payment-button__button {
  border-radius: 0 !important; font-family: 'Inter', sans-serif !important;
  font-size: 11px !important; letter-spacing: 0.12em !important; text-transform: uppercase !important;
}
.shopify-payment-button__button--branded { border-radius: 0 !important; }

/* Breadcrumbs */
.breadcrumbs,.breadcrumbs a,.breadcrumbs span {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important; font-weight: 300 !important;
  letter-spacing: 0.08em !important; color: rgba(245,245,245,0.3) !important;
}

/* Collection title */
.collection__title,.collection-hero__title {
  font-family: 'Playfair Display', serif !important;
  font-weight: 500 !important; color: #F5F5F5 !important;
}

/* Announcement custom */
.sable-announcement {
  background: #8BA36A; color: #0B0B0B;
  text-align: center; padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
}

/* Scrollbar */
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: #0B0B0B; }
::-webkit-scrollbar-thumb { background: #8BA36A; }

/* Mobile padding */
@media (max-width: 749px) { .page-width { padding: 0 20px !important; } }
/* ============================================
   SABLE — Refinement Pass
   Append to bottom of sable.css
   ============================================ */

/* ── ANNOUNCEMENT BAR — slimmer, darker green ── */
.sable-announcement,
.announcement-bar,
.announcement-bar__message {
  background-color: #6B7F52 !important; /* darker, less neon */
  padding: 7px 20px !important;           /* ~20% slimmer */
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 0.16em !important;
}

/* ── HEADER — clean, no excess weight ── */
.header-wrapper {
  padding: 0 !important;
}
.header {
  min-height: 60px !important;
  padding: 0 32px !important;
}
.header__heading-link .h2,
.header__heading a,
.header__heading {
  font-size: 18px !important;
  letter-spacing: 0.22em !important;
  font-weight: 500 !important;
}
/* Remove decorative lines if present */
.header__heading-link::before,
.header__heading-link::after {
  display: none !important;
}

/* ── HERO — reduce background text opacity ── */
.sable-hero__bg-text {
  opacity: 0.025 !important;
}

/* ── SECTION SPACING — luxury breathing room ── */
.shopify-section {
  margin-bottom: 0 !important;
}
.sable-hero {
  min-height: 92vh !important;
}
.sable-statement {
  padding: 110px 40px !important;
}
.sable-features {
  padding: 100px 40px !important;
}
.sable-trust-bar {
  padding: 40px 40px !important;
}
.sable-newsletter > div {
  padding: 100px 40px !important;
}

/* ── TYPOGRAPHY REFINEMENTS ── */
.sable-hero__title {
  font-size: clamp(3rem, 7vw, 5.5rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0.01em !important;
}
.sable-hero__subtitle {
  font-size: 14px !important;
  line-height: 1.85 !important;
  color: rgba(245,245,245,0.55) !important;
  max-width: 400px !important;
  letter-spacing: 0.03em !important;
}
.sable-hero__eyebrow {
  letter-spacing: 0.28em !important;
  font-size: 9px !important;
  margin-bottom: 20px !important;
}
.sable-statement__title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
}
.sable-statement__sub {
  font-size: 14px !important;
  max-width: 520px !important;
  line-height: 1.85 !important;
  color: rgba(245,245,245,0.52) !important;
}
.sable-section-header__title {
  margin-top: 8px !important;
}

/* ── HERO BUTTON — refined ── */
.sable-hero__content a[style*="background:#8BA36A"] {
  padding: 16px 44px !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
}

/* ── PRODUCT GRID — tighter, more premium ── */
.card__content {
  padding: 14px 0 0 0 !important;
}
.card__heading .h3,
.card__heading a {
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  font-weight: 500 !important;
}
.price-item {
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  margin-top: 3px !important;
}

/* ── FOOTER — tighter and cleaner ── */
.footer__content-top {
  padding: 64px 40px 48px !important;
}
.footer__content-bottom {
  padding: 20px 40px !important;
}

/* ── FEATURE ITEMS — more breathing room ── */
.sable-feature-item__title {
  margin-bottom: 10px !important;
  letter-spacing: 0.04em !important;
}
.sable-feature-item__line {
  margin-bottom: 24px !important;
  width: 32px !important;
}
.sable-features__grid {
  gap: 60px !important;
}

/* ── TRUST BAR — more spacing ── */
.sable-trust-item {
  gap: 10px !important;
}
.sable-trust-item__label {
  letter-spacing: 0.12em !important;
  font-size: 10px !important;
}

/* ── MOBILE REFINEMENTS ── */
@media (max-width: 749px) {
  .sable-hero {
    min-height: 80vh !important;
  }
  .sable-hero__content {
    padding: 40px 24px !important;
  }
  .sable-statement {
    padding: 72px 24px !important;
  }
  .sable-features {
    padding: 72px 24px !important;
  }
  .sable-newsletter > div {
    padding: 72px 24px !important;
  }
  .sable-trust-bar {
    padding: 36px 24px !important;
  }
  .sable-features__grid {
    gap: 44px !important;
  }
  .header {
    padding: 0 20px !important;
  }
}

/* ── PRODUCT PAGE REFINEMENTS ── */
.sable-pdp-info {
  padding: 64px 52px !important;
}
@media (max-width: 749px) {
  .sable-pdp-info {
    padding: 32px 20px 80px !important;
  }
}

/* ── REMOVE GENERIC TEMPLATE FEEL ── */
/* Remove Craft's default section borders */
.color-scheme-1 + .color-scheme-1,
.color-scheme-2 + .color-scheme-2 {
  border-top: none !important;
}
/* Clean up any lingering white surfaces */
.gradient,
.color-background-1 {
  background: #0B0B0B !important;
}
/* ============================================
   SABLE — v2 Refinement CSS
   Append to bottom of sable.css
   ============================================ */

/* ── PRODUCT PAGE — larger images ── */
.sable-pdp-images {
  min-height: 100vh !important;
}
.sable-pdp-images > div:first-child {
  padding: 24px !important;
  min-height: 78vh;
}
.sable-pdp-images img#sable-main-img {
  max-height: 80vh !important;
  width: 100% !important;
  object-fit: contain !important;
}

/* Desktop — make image col wider */
@media (min-width: 750px) {
  .sable-pdp-wrap {
    grid-template-columns: 58% 42% !important;
  }
}

/* Mobile — full width image, larger */
@media (max-width: 749px) {
  .sable-pdp-images > div:first-child {
    min-height: 75vw !important;
    padding: 16px !important;
  }
  .sable-pdp-images img#sable-main-img {
    max-height: 75vw !important;
  }
}

/* ── COLLECTION GRID — hover second image ── */
.card__media {
  position: relative !important;
  overflow: hidden !important;
}
.card__media .card__media-second {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.45s ease !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.card-wrapper:hover .card__media-second {
  opacity: 1 !important;
}

/* ── QUICK ADD BUTTON ── */
.sable-quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11,11,11,0.92);
  border-top: 1px solid rgba(139,163,106,0.3);
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F5F5F5;
  text-align: center;
  cursor: pointer;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  z-index: 10;
}
.card-wrapper:hover .sable-quick-add {
  transform: translateY(0);
}

/* ── PRODUCT TITLE WRAPPING ── */
.product__title h1,
.product__title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  max-width: 520px;
}

/* ── BUNDLE MESSAGING ── */
.sable-bundle-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(139,163,106,0.08);
  border: 1px solid rgba(139,163,106,0.25);
  padding: 9px 16px;
  margin: 16px 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(245,245,245,0.75);
  width: 100%;
}
.sable-bundle-flag span {
  color: #8BA36A;
  font-weight: 500;
}
.sable-bundle-flag a {
  color: #8BA36A;
  text-decoration: none;
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.sable-bundle-flag a:hover { opacity: 1; }

/* ── POPUP — email capture ── */
.sable-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.sable-popup-overlay.is-visible {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
@keyframes sablePopupIn {
  to { transform: translateY(0); opacity: 1; }
}

.sable-popup {
  background: #0B0B0B;
  border: 1px solid #2A2A2A;
  max-width: 520px;
  width: calc(100% - 40px);
  padding: 56px 48px;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  animation: sablePopupIn 0.5s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;
}
@keyframes sablePopupIn {
  to { transform: translateY(0); opacity: 1; }
}

.sable-popup__close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(245,245,245,0.3);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s;
}
.sable-popup__close:hover { color: #F5F5F5; }

.sable-popup__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8BA36A;
  margin-bottom: 14px;
  display: block;
}

.sable-popup__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  color: #F5F5F5;
  line-height: 1.2;
  margin-bottom: 12px;
}

.sable-popup__sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.48);
  line-height: 1.7;
  margin-bottom: 28px;
}

.sable-popup__form {
  display: flex;
  gap: 0;
}
.sable-popup__input {
  flex: 1;
  background: transparent;
  border: 1px solid #2A2A2A;
  border-right: none;
  padding: 13px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #F5F5F5;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.sable-popup__input::placeholder { color: rgba(245,245,245,0.28); }
.sable-popup__input:focus { border-color: #8BA36A; }

.sable-popup__btn {
  background: #8BA36A;
  color: #0B0B0B;
  border: none;
  padding: 13px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  border-radius: 0;
}
.sable-popup__btn:hover { background: #7A9259; }

.sable-popup__privacy {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(245,245,245,0.2);
  margin-top: 12px;
  display: block;
}

.sable-popup__skip {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(245,245,245,0.25);
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: color 0.2s;
  background: none;
  border: none;
  width: 100%;
}
.sable-popup__skip:hover { color: rgba(245,245,245,0.5); }

@media (max-width: 749px) {
  .sable-popup { padding: 40px 28px; }
  .sable-popup__form { flex-direction: column; }
  .sable-popup__input { border-right: 1px solid #2A2A2A; border-bottom: none; }
  .sable-popup__input:focus { border-color: #8BA36A; }
}

/* ── NAVIGATION DROPDOWN ── */
.sable-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0B0B0B;
  border: 1px solid #2A2A2A;
  border-top: 1px solid #8BA36A;
  min-width: 180px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.2s ease;
  z-index: 100;
}
.header__menu-item:hover .sable-dropdown,
.sable-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sable-dropdown a {
  display: block;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(245,245,245,0.6) !important;
  transition: all 0.15s !important;
}
.sable-dropdown a:hover {
  color: #F5F5F5 !important;
  padding-left: 26px;
}

/* ── FOOTER — reduce top dead space ── */
.footer__content-top {
  padding-top: 40px !important;
}
.shopify-section-group-footer-group {
  margin-top: 0 !important;
}

/* ── FAQ / CONTACT / COLLECTION — reduce dead space ── */
.main-page-title ~ .page-width,
.collection__title ~ .collection-grid,
.template-page .page-width,
.template-collection .collection {
  padding-top: 24px !important;
}
.template-page main,
.template-collection main {
  padding-bottom: 0 !important;
}

/* ── NEWSLETTER — only on homepage ── */
.template-index .sable-newsletter { display: block; }
.template-page .sable-newsletter,
.template-collection .sable-newsletter,
.template-product .sable-newsletter { display: none; }

/* ── ANNOUNCEMENT BAR — static, no scroll ── */
.announcement-bar__message {
  animation: none !important;
  -webkit-animation: none !important;
}
.announcement-bar {
  background-color: #6B7F52 !important;
  padding: 8px 20px !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 0.14em !important;
}

/* ── BUTTON TRACKING — slightly reduce ── */
.button,
.btn,
button[type="submit"],
.product-form__submit,
button[name="add"],
.sable-sticky-atc__btn {
  letter-spacing: 0.12em !important;
}

/* ── PAYMENT ICONS — understated ── */
.shopify-payment-button__more-options,
.payment-icons,
[class*="payment-icon"] {
  opacity: 0.35 !important;
  filter: grayscale(1) !important;
}
.footer__payment-icons { opacity: 0.3 !important; }

/* ── REMOVE FOLLOW ON SHOP ── */
.shopify-features__container,
.follow-on-shop__button,
[class*="follow-on-shop"] {
  display: none !important;
}

/* ── CART BUNDLE REMINDER ── */
.sable-cart-bundle {
  background: rgba(139,163,106,0.06);
  border: 1px solid rgba(139,163,106,0.18);
  padding: 14px 18px;
  margin: 16px 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.sable-cart-bundle strong {
  color: #8BA36A;
  font-weight: 400;
}

/* ── IMAGE CONTAINERS — ready for editorial photography ── */
.card__media {
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
}
.card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.6s ease !important;
}
.card-wrapper:hover .card__media img:first-child {
  transform: scale(1.03) !important;
}

/* Future apparel — ensure grid handles portrait images */
.grid--2-col-tablet .card__media,
.grid--3-col-desktop .card__media {
  aspect-ratio: 3/4 !important;
}

/* ── MOBILE FINAL POLISH ── */
@media (max-width: 749px) {
  .sable-statement { padding: 72px 24px !important; }
  .sable-features { padding: 72px 24px !important; }
  .card__heading .h3 { font-size: 13px !important; }
  .sable-trust-bar__inner { grid-template-columns: repeat(2,1fr) !important; gap: 14px !important; }
  .sable-trust-item__label { font-size: 9px !important; }
  .footer__content-top { padding: 36px 20px 28px !important; }
}
.shopify-section-group--header-group {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}
}
/* ============================================
   SABLE — v2 Refinement CSS
   Append to bottom of sable.css
   ============================================ */

/* ── PRODUCT PAGE — larger images ── */
.sable-pdp-images {
  min-height: 100vh !important;
}
.sable-pdp-images > div:first-child {
  padding: 24px !important;
  min-height: 78vh;
}
.sable-pdp-images img#sable-main-img {
  max-height: 80vh !important;
  width: 100% !important;
  object-fit: contain !important;
}

/* Desktop — make image col wider */
@media (min-width: 750px) {
  .sable-pdp-wrap {
    grid-template-columns: 58% 42% !important;
  }
}

/* Mobile — full width image, larger */
@media (max-width: 749px) {
  .sable-pdp-images > div:first-child {
    min-height: 75vw !important;
    padding: 16px !important;
  }
  .sable-pdp-images img#sable-main-img {
    max-height: 75vw !important;
  }
}

/* ── COLLECTION GRID — hover second image ── */
.card__media {
  position: relative !important;
  overflow: hidden !important;
}
.card__media .card__media-second {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.45s ease !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.card-wrapper:hover .card__media-second {
  opacity: 1 !important;
}

/* ── QUICK ADD BUTTON ── */
.sable-quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11,11,11,0.92);
  border-top: 1px solid rgba(139,163,106,0.3);
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F5F5F5;
  text-align: center;
  cursor: pointer;
  transform: translateY(100%);
  transition: transform 0.25s ease;
  z-index: 10;
}
.card-wrapper:hover .sable-quick-add {
  transform: translateY(0);
}

/* ── PRODUCT TITLE WRAPPING ── */
.product__title h1,
.product__title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  max-width: 520px;
}

/* ── BUNDLE MESSAGING ── */
.sable-bundle-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(139,163,106,0.08);
  border: 1px solid rgba(139,163,106,0.25);
  padding: 9px 16px;
  margin: 16px 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(245,245,245,0.75);
  width: 100%;
}
.sable-bundle-flag span {
  color: #8BA36A;
  font-weight: 500;
}
.sable-bundle-flag a {
  color: #8BA36A;
  text-decoration: none;
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.sable-bundle-flag a:hover { opacity: 1; }

/* ── POPUP — email capture ── */
.sable-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.sable-popup-overlay.is-visible {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
@keyframes sablePopupIn {
  to { transform: translateY(0); opacity: 1; }
}

.sable-popup {
  background: #0B0B0B;
  border: 1px solid #2A2A2A;
  max-width: 520px;
  width: calc(100% - 40px);
  padding: 56px 48px;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  animation: sablePopupIn 0.5s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;
}
@keyframes sablePopupIn {
  to { transform: translateY(0); opacity: 1; }
}

.sable-popup__close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(245,245,245,0.3);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s;
}
.sable-popup__close:hover { color: #F5F5F5; }

.sable-popup__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8BA36A;
  margin-bottom: 14px;
  display: block;
}

.sable-popup__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  color: #F5F5F5;
  line-height: 1.2;
  margin-bottom: 12px;
}

.sable-popup__sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.48);
  line-height: 1.7;
  margin-bottom: 28px;
}

.sable-popup__form {
  display: flex;
  gap: 0;
}
.sable-popup__input {
  flex: 1;
  background: transparent;
  border: 1px solid #2A2A2A;
  border-right: none;
  padding: 13px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #F5F5F5;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.sable-popup__input::placeholder { color: rgba(245,245,245,0.28); }
.sable-popup__input:focus { border-color: #8BA36A; }

.sable-popup__btn {
  background: #8BA36A;
  color: #0B0B0B;
  border: none;
  padding: 13px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  border-radius: 0;
}
.sable-popup__btn:hover { background: #7A9259; }

.sable-popup__privacy {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(245,245,245,0.2);
  margin-top: 12px;
  display: block;
}

.sable-popup__skip {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(245,245,245,0.25);
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: color 0.2s;
  background: none;
  border: none;
  width: 100%;
}
.sable-popup__skip:hover { color: rgba(245,245,245,0.5); }

@media (max-width: 749px) {
  .sable-popup { padding: 40px 28px; }
  .sable-popup__form { flex-direction: column; }
  .sable-popup__input { border-right: 1px solid #2A2A2A; border-bottom: none; }
  .sable-popup__input:focus { border-color: #8BA36A; }
}

/* ── NAVIGATION DROPDOWN ── */
.sable-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0B0B0B;
  border: 1px solid #2A2A2A;
  border-top: 1px solid #8BA36A;
  min-width: 180px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.2s ease;
  z-index: 100;
}
.header__menu-item:hover .sable-dropdown,
.sable-dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sable-dropdown a {
  display: block;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(245,245,245,0.6) !important;
  transition: all 0.15s !important;
}
.sable-dropdown a:hover {
  color: #F5F5F5 !important;
  padding-left: 26px;
}

/* ── FOOTER — reduce top dead space ── */
.footer__content-top {
  padding-top: 40px !important;
}
.shopify-section-group-footer-group {
  margin-top: 0 !important;
}

/* ── FAQ / CONTACT / COLLECTION — reduce dead space ── */
.main-page-title ~ .page-width,
.collection__title ~ .collection-grid,
.template-page .page-width,
.template-collection .collection {
  padding-top: 24px !important;
}
.template-page main,
.template-collection main {
  padding-bottom: 0 !important;
}

/* ── NEWSLETTER — only on homepage ── */
.template-index .sable-newsletter { display: block; }
.template-page .sable-newsletter,
.template-collection .sable-newsletter,
.template-product .sable-newsletter { display: none; }

/* ── ANNOUNCEMENT BAR — static, no scroll ── */
.announcement-bar__message {
  animation: none !important;
  -webkit-animation: none !important;
}
.announcement-bar {
  background-color: #6B7F52 !important;
  padding: 8px 20px !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 0.14em !important;
}

/* ── BUTTON TRACKING — slightly reduce ── */
.button,
.btn,
button[type="submit"],
.product-form__submit,
button[name="add"],
.sable-sticky-atc__btn {
  letter-spacing: 0.12em !important;
}

/* ── PAYMENT ICONS — understated ── */
.shopify-payment-button__more-options,
.payment-icons,
[class*="payment-icon"] {
  opacity: 0.35 !important;
  filter: grayscale(1) !important;
}
.footer__payment-icons { opacity: 0.3 !important; }

/* ── REMOVE FOLLOW ON SHOP ── */
.shopify-features__container,
.follow-on-shop__button,
[class*="follow-on-shop"] {
  display: none !important;
}

/* ── CART BUNDLE REMINDER ── */
.sable-cart-bundle {
  background: rgba(139,163,106,0.06);
  border: 1px solid rgba(139,163,106,0.18);
  padding: 14px 18px;
  margin: 16px 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.sable-cart-bundle strong {
  color: #8BA36A;
  font-weight: 400;
}

/* ── IMAGE CONTAINERS — ready for editorial photography ── */
.card__media {
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
}
.card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.6s ease !important;
}
.card-wrapper:hover .card__media img:first-child {
  transform: scale(1.03) !important;
}

/* Future apparel — ensure grid handles portrait images */
.grid--2-col-tablet .card__media,
.grid--3-col-desktop .card__media {
  aspect-ratio: 3/4 !important;
}

/* ── MOBILE FINAL POLISH ── */
@media (max-width: 749px) {
  .sable-statement { padding: 72px 24px !important; }
  .sable-features { padding: 72px 24px !important; }
  .card__heading .h3 { font-size: 13px !important; }
  .sable-trust-bar__inner { grid-template-columns: repeat(2,1fr) !important; gap: 14px !important; }
  .sable-trust-item__label { font-size: 9px !important; }
  .footer__content-top { padding: 36px 20px 28px !important; }
}

/* ============================================
   SABLE — Header v2
   Full width, GOLF subtitle, language + wishlist
   ============================================ */

/* ── FULL WIDTH HEADER ── */
.header-wrapper,
.header {
  max-width: 100% !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.header__inner,
.header > div,
[class*="header__"] {
  max-width: 100% !important;
}

/* ── SABLE GOLF LOGO ── */
.sable-logo-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  gap: 0;
}

.sable-logo-lockup__name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: #F5F5F5;
  line-height: 1;
}

.sable-logo-lockup__sub {
  font-family: 'Inter', sans-serif;
  font-size: 7px;
  font-weight: 300;
  letter-spacing: 0.45em;
  color: rgba(245,245,245,0.45);
  text-transform: uppercase;
  margin-top: 3px;
  text-indent: 0.45em; /* compensate for letter-spacing so it centres visually */
}

/* ── WISHLIST ICON ── */
.sable-wishlist-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,245,245,0.6);
  transition: color 0.2s;
  position: relative;
}
.sable-wishlist-btn:hover { color: #F5F5F5; }

.sable-wishlist-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #8BA36A;
  color: #0B0B0B;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 500;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.sable-wishlist-count.has-items {
  display: flex;
}

/* ── LANGUAGE SELECTOR ── */
.sable-lang {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(245,245,245,0.45);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.sable-lang:hover { color: #F5F5F5; }
.sable-lang svg { opacity: 0.5; }

/* Hide Craft's default language selector if we're using custom */
.header .localization-form { display: none !important; }

/* ── MOBILE HEADER ── */
@media (max-width: 749px) {
  .header-wrapper,
  .header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sable-logo-lockup__name { font-size: 17px !important; }
  .sable-lang { display: none; }
}
.header__heading-link span span:last-child {
  margin-top: 9px !important;
}