/* Sparkling Luxe storefront styles (Blocksy + WooCommerce + Elementor) */

:root {
  --sl-ink: #1A1A1A;
  --sl-black: #0A0A0A;
  --sl-muted: #666666;
  --sl-soft: #737373;
  --sl-faint: #A3A3A3;
  --sl-line: #E5E5E5;
  --sl-line-soft: #F0F0F0;
  --sl-surface: #FAFAFA;
  --sl-catalog: #FAF9F5;
  --sl-night: #111111;
  --sl-accent: #D77A8A;
  --sl-accent-hover: #C96677;
  --sl-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sl-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --sl-radius: 2px;
  --sl-max: 1280px;
  --sl-gutter: clamp(16px, 3vw, 32px);
  --sl-ease: cubic-bezier(.22, .61, .36, 1);
}

html.sl-locked { overflow: hidden; }
body { font-family: var(--sl-sans); color: var(--sl-ink); -webkit-font-smoothing: antialiased; }
::selection { background: #171717; color: #fff; }
.sl-icon { display: inline-block; flex-shrink: 0; vertical-align: middle; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

/* ---------- Typography helpers ---------- */
.sl-eyebrow { margin: 0 0 6px; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--sl-soft); }
.sl-h2 { margin: 0; font-family: var(--sl-serif); font-weight: 300; font-size: clamp(26px, 3vw, 32px); line-height: 1.15; color: #000; }
.sl-textlink { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #525252; text-decoration: none; }
.sl-textlink:hover { color: #000; }
.sl-link { display: inline-flex; align-items: center; gap: 4px; padding: 0; border: 0; background: none; font: inherit; font-size: 11px; color: #525252; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.sl-link:hover { color: #000; }
.sl-muted-italic { color: var(--sl-soft); font-style: italic; }

/* ---------- Buttons ---------- */
.sl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border: 1px solid transparent; border-radius: var(--sl-radius); font-family: var(--sl-sans); font-size: 12px; font-weight: 600; letter-spacing: .2em; line-height: 1; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background-color .25s var(--sl-ease), color .25s var(--sl-ease), border-color .25s var(--sl-ease), transform .2s var(--sl-ease), box-shadow .25s; white-space: nowrap; }
.sl-btn:active { transform: translateY(1px); }
.sl-btn--dark { background: #000; color: #fff; }
.sl-btn--dark:hover { background: #262626; color: #fff; }
.sl-btn--light { background: #fff; color: #000; border-color: #D4D4D4; }
.sl-btn--light:hover { background: #000; color: #fff; border-color: #000; }
.sl-btn--outline { background: #fff; color: #262626; border-color: var(--sl-line); font-weight: 500; letter-spacing: 0; text-transform: none; padding: 11px 14px; }
.sl-btn--outline:hover { background: var(--sl-surface); color: #000; }
.sl-btn--accent { background: var(--sl-accent); color: #fff; font-weight: 500; }
.sl-btn--accent:hover { background: var(--sl-accent-hover); color: #fff; box-shadow: 0 6px 18px -8px rgba(201, 102, 119, .6); }
.sl-btn--accent:disabled { opacity: .55; cursor: not-allowed; }
.sl-btn--xs { padding: 9px 14px; font-size: 11px; letter-spacing: .08em; font-weight: 500; gap: 6px; }
.sl-btn--sm { padding: 11px 24px; font-size: 11px; letter-spacing: .1em; font-weight: 500; }
.sl-btn--lg { padding: 16px 28px; }
.sl-btn--block { display: flex; width: 100%; }
.sl-btn--grow { flex: 1; }
.sl-btn.is-added { background: #262626; color: #fff; }
.sl-btn.is-busy, .is-busy { opacity: .6; pointer-events: none; }
.sl-icon-btn { display: inline-flex; padding: 4px; border: 0; background: none; color: var(--sl-faint); cursor: pointer; transition: color .2s; }
.sl-icon-btn:hover { color: #000; }

/* ---------- Tags & badges ---------- */
.sl-tag { display: inline-block; padding: 4px 10px; background: rgba(255, 255, 255, .95); border: 1px solid #F5F5F5; border-radius: var(--sl-radius); box-shadow: 0 1px 2px rgba(0, 0, 0, .04); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--sl-ink); }
.sl-tag--dark { background: #000; color: #fff; border-color: #000; font-weight: 600; }
.sl-badge { position: absolute; top: -4px; right: -6px; display: flex; align-items: center; justify-content: center; min-width: 14px; height: 14px; padding: 0 3px; border-radius: 999px; background: #000; color: #fff; font-size: 9px; font-weight: 500; line-height: 1; }
.sl-badge .sl-cart-count { font: inherit; color: inherit; }
.sl-badge[data-count="0"], .sl-badge:has(.sl-cart-count[data-count="0"]) { display: none; }

/* ---------- Announcement bar (Blocksy top row text element) ---------- */
.sl-announce { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; width: 100%; font-family: var(--sl-sans); }
.sl-announce p { margin: 0; }
.sl-announce__left { font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: #D4D4D4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-announce__center { display: flex; align-items: center; justify-content: center; gap: 12px; min-width: 0; }
.sl-announce__track { display: grid; text-align: center; }
.sl-announce__item { grid-area: 1 / 1; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #D4D4D4; opacity: 0; visibility: hidden; transition: opacity .35s; white-space: nowrap; }
.sl-announce__item.is-active { opacity: 1; visibility: visible; }
.sl-announce__item.is-highlight { color: #fff; font-weight: 500; letter-spacing: .22em; }
.sl-announce__prev, .sl-announce__next, .sl-announce__close { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; padding: 0; border: 0; background: none; color: rgba(255, 255, 255, .6); cursor: pointer; font-size: 16px; line-height: 1; transition: color .2s; }
.sl-announce__prev:hover, .sl-announce__next:hover, .sl-announce__close:hover { color: #fff; }
.sl-announce__right { display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-size: 10px; letter-spacing: .05em; color: rgba(255, 255, 255, .7); }
@media (max-width: 1279px) { .sl-announce__right span { display: none; } }
@media (max-width: 1149px) { .sl-announce__left { visibility: hidden; } }
@media (max-width: 999px) {
  .sl-announce { grid-template-columns: 1fr; }
  .sl-announce__left, .sl-announce__right span { display: none; }
  .sl-announce__right { position: absolute; right: 12px; }
  .sl-announce__item { font-size: 10px; white-space: normal; }
}
@media (max-width: 689px) { .sl-announce__right { display: none; } }
.sl-announce__center { flex-wrap: nowrap; }
.sl-announce__track { flex: 1 1 auto; min-width: 0; }
.sl-announce__prev, .sl-announce__next { flex: 0 0 22px; }
@media (max-width: 689px) {
  .sl-announce__item { font-size: 9px; letter-spacing: .14em; line-height: 1.3; }
  #header [data-device="mobile"] .site-title-container .site-title { letter-spacing: .14em !important; font-size: 16px !important; }
  #header [data-device="mobile"] .site-title-container .site-description { letter-spacing: .2em !important; font-size: 8px !important; }
}

/* Calm single-message announcement bar */
.sl-announce--simple { display: flex; justify-content: center; }
.sl-announce--simple .sl-announce__item { font-size: 10px; font-weight: 400; letter-spacing: .24em; color: rgba(255, 255, 255, .82); transition: opacity .6s ease; }
@media (max-width: 689px) { .sl-announce--simple .sl-announce__item { font-size: 9px; letter-spacing: .18em; white-space: nowrap; } }

/* ---------- Header ---------- */
.site-title-container .site-description { margin-top: 9px !important; }
/* Compact sticky header: slimmer logo row, tagline tucked away */
#header [data-sticky*="yes"] [data-row*="middle"] { --height: 64px !important; --shrink-height: 64px !important; }
#header [data-sticky*="yes"] [data-row*="bottom"] { --height: 44px !important; --shrink-height: 44px !important; }
#header [data-sticky*="yes"] .site-description { display: none; }
#header [data-row*="bottom"] .menu > li > a { font-weight: 400; }
#header [data-row*="bottom"] .menu > .current-menu-item > a { font-weight: 500; }
#header [data-row*="top"] .ct-header-text { width: 100%; }
#header [data-row*="top"] .ct-header-text .entry-content { width: 100%; }
#header .ct-header-text .entry-content > * { margin: 0; }
.site-title-container .site-title { font-family: var(--sl-serif) !important; font-weight: 300 !important; letter-spacing: .24em !important; text-transform: uppercase; line-height: 1 !important; }
.site-title-container .site-description { margin-top: 6px !important; font-size: 9px !important; letter-spacing: .32em !important; text-transform: uppercase; line-height: 1 !important; }
#header .menu .sl-menu-sep > a { pointer-events: none; padding-inline: 0 !important; font-size: 0 !important; }
#header .menu .sl-menu-sep > a::before { content: ""; display: block; width: 1px; height: 12px; background: currentColor; opacity: .35; }
.sl-hicon { position: relative; display: inline-flex; }
#header .sl-menu-cart > a, #header .sl-menu-wishlist > a { display: inline-flex; align-items: center; gap: 8px; }
.sl-hlabel { font-size: 12px; font-weight: 500; letter-spacing: .05em; text-transform: none; }
[data-transparent-row="yes"] .sl-badge { background: #fff; color: #000; }
.sl-menu-wishlist .sl-icon--heart { transition: fill .2s; }
.sl-menu-wishlist:has(.sl-wish-count:not([data-count="0"])) .sl-icon--heart { fill: currentColor; }
.ct-header-search .ct-label { font-size: 11px !important; font-weight: 500; letter-spacing: .16em !important; text-transform: uppercase; }
/* Mobile wishlist button in the header (Blocksy button element linking to #sl-wishlist) */
#header .ct-header-cta a[href$="#sl-wishlist"] { width: 36px; min-height: 36px; padding: 0 !important; background: transparent !important; border: 0 !important; font-size: 0 !important; }
#header .ct-header-cta a[href$="#sl-wishlist"]::before { content: ""; width: 18px; height: 18px; background: currentColor; -webkit-mask: var(--sl-heart) center / contain no-repeat; mask: var(--sl-heart) center / contain no-repeat; }
:root { --sl-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E"); }
/* Transparent header over the home video: soft top gradient for legibility */
[data-transparent-row="yes"] { background-image: none; }
.sl-has-hero #header [data-device][data-transparent]::before { content: ""; position: absolute; inset: 0 0 -60px; background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .2) 60%, transparent); pointer-events: none; transition: opacity .3s; z-index: -1; }
.sl-has-hero.sl-scrolled #header [data-device]::before { opacity: 0; }

/* ---------- Overlays: drawers & modal ---------- */
.sl-overlay, .sl-modal { position: fixed; inset: 0; z-index: 99999; visibility: hidden; pointer-events: none; }
.sl-overlay.is-open, .sl-modal.is-open { visibility: visible; pointer-events: auto; }
.sl-overlay__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 0; transition: opacity .3s var(--sl-ease); }
.is-open > .sl-overlay__backdrop { opacity: 1; }
.sl-drawer { position: absolute; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(448px, calc(100vw - 40px)); background: #fff; box-shadow: -20px 0 50px -12px rgba(0, 0, 0, .25); transform: translateX(100%); transition: transform .35s var(--sl-ease); }
.is-open > .sl-drawer { transform: translateX(0); }
.sl-cart-inner { display: flex; flex-direction: column; height: 100%; min-height: 0; transition: opacity .2s; }
.sl-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid #F5F5F5; }
.sl-drawer__title { display: flex; align-items: center; gap: 8px; color: #000; }
.sl-drawer__title h2 { margin: 0; font-family: var(--sl-serif); font-size: 20px; font-weight: 400; color: var(--sl-ink); }
.sl-icon.is-filled { fill: currentColor; }
.sl-drawer__close { display: inline-flex; padding: 6px; border: 0; background: none; color: var(--sl-faint); cursor: pointer; transition: color .2s; }
.sl-drawer__close:hover { color: var(--sl-ink); }
.sl-drawer__body { flex: 1; min-height: 0; overflow-y: auto; padding: 24px; }
.sl-drawer__foot { padding: 24px; background: var(--sl-surface); border-top: 1px solid var(--sl-line); display: grid; gap: 16px; }
.sl-drawer__note { margin: 0; text-align: center; font-size: 10px; color: var(--sl-faint); }
.sl-drawer__empty { padding: 72px 0; text-align: center; font-size: 12px; color: #525252; display: grid; justify-items: center; gap: 12px; }
.sl-drawer__empty > .sl-icon { color: #D4D4D4; }
.sl-drawer__empty p { margin: 0; }
.sl-drawer__empty-title { font-family: var(--sl-serif); font-size: 18px !important; color: #000; }

.sl-cart-shipping { padding: 12px 24px; background: var(--sl-surface); border-bottom: 1px solid var(--sl-line); font-size: 12px; color: #525252; }
.sl-cart-shipping p { display: flex; align-items: center; gap: 6px; margin: 0; }
.sl-cart-shipping p strong, .sl-cart-shipping .is-free { color: #000; font-weight: 500; }
.sl-progress { height: 6px; margin-top: 8px; border-radius: 999px; background: var(--sl-line); overflow: hidden; }
.sl-progress span { display: block; height: 100%; border-radius: inherit; background: #000; transition: width .4s var(--sl-ease); }

.sl-cart-items, .sl-wish-items { list-style: none; margin: 0; padding: 0; }
.sl-cart-item, .sl-wish-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid #F5F5F5; }
.sl-cart-item:first-child, .sl-wish-item:first-child { padding-top: 0; }
.sl-cart-item__img { flex: 0 0 80px; width: 80px; height: 80px; overflow: hidden; border: 1px solid #F5F5F5; border-radius: var(--sl-radius); background: var(--sl-surface); }
.sl-cart-item__img img { width: 100%; height: 100%; object-fit: cover; }
.sl-cart-item__info { flex: 1; min-width: 0; display: grid; gap: 4px; align-content: start; }
.sl-cart-item__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.sl-cart-item__name { font-family: var(--sl-serif); font-size: 15px; font-weight: 500; line-height: 1.2; color: #000; text-decoration: none; }
.sl-cart-item__name:hover { text-decoration: underline; }
.sl-cart-item__meta p { margin: 0; font-size: 11px; line-height: 1.5; color: #525252; }
.sl-cart-item__meta span { color: #000; font-weight: 500; }
.sl-cart-item__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 6px; }
.sl-cart-item__price { font-family: var(--sl-serif); font-size: 15px; font-weight: 600; color: #000; }
.sl-wish-item { align-items: center; }
.sl-wish-item__price { margin: 0; font-family: var(--sl-serif); font-size: 13px; font-weight: 600; color: #000; }
.sl-wish-item__actions { display: flex; align-items: center; gap: 8px; padding-top: 6px; }

.sl-qty { display: inline-flex; align-items: stretch; height: 48px; border: 1px solid #D4D4D4; border-radius: var(--sl-radius); background: #fff; }
.sl-qty button { width: 38px; border: 0; background: none; color: var(--sl-soft); font-size: 15px; font-weight: 500; cursor: pointer; transition: color .2s; }
.sl-qty button:hover { color: #000; }
.sl-qty input { width: 36px; border: 0 !important; padding: 0 !important; background: none !important; box-shadow: none !important; text-align: center; font-size: 12px; font-weight: 500; color: #000; -moz-appearance: textfield; }
.sl-qty input::-webkit-outer-spin-button, .sl-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.sl-qty--sm { height: auto; background: var(--sl-surface); border-color: var(--sl-line); }
.sl-qty--sm button { width: 28px; padding: 4px 0; font-size: 12px; color: #000; }
.sl-qty--sm button:hover { background: var(--sl-line); }
.sl-qty--sm span { min-width: 24px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }

.sl-gift { padding-top: 20px; margin-top: 4px; border-top: 1px solid var(--sl-line); display: grid; gap: 10px; }
.sl-check { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 12px; }
.sl-check input { margin: 2px 0 0; width: 14px; height: 14px; accent-color: #000; flex-shrink: 0; }
.sl-check__text { display: grid; gap: 2px; }
.sl-check__text strong { display: flex; align-items: center; gap: 6px; font-weight: 500; color: #000; }
.sl-check__text small { font-size: 11px; color: #525252; }
.sl-check--inline { align-items: center; color: #404040; }
.sl-check--inline input { margin: 0; }
.sl-gift textarea { width: 100%; min-height: 58px; padding: 8px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); background: var(--sl-surface); font: 12px/1.5 var(--sl-sans); color: #000; resize: vertical; }
.sl-gift textarea:focus, .sl-coupon input:focus { outline: none; border-color: #000; }

.sl-coupon { display: flex; gap: 8px; margin: 0; }
.sl-coupon input { flex: 1; min-width: 0; height: 34px; padding: 0 12px; border: 1px solid #D4D4D4; border-radius: var(--sl-radius); background: #fff; font: 12px var(--sl-sans); text-transform: uppercase; }
.sl-coupon input::placeholder { color: var(--sl-faint); }
.sl-coupon__error { margin: -8px 0 0; font-size: 11px; color: #262626; }
.sl-coupon-applied { display: flex; align-items: center; justify-content: space-between; padding: 8px; background: #fff; border: 1px solid #D4D4D4; border-radius: var(--sl-radius); font-size: 12px; color: #000; }
.sl-coupon-applied span { display: inline-flex; align-items: center; gap: 4px; font-weight: 500; }
.sl-coupon-applied button { border: 0; background: none; padding: 0; font-size: 11px; color: var(--sl-soft); text-decoration: underline; cursor: pointer; }
.sl-totals { display: grid; gap: 6px; margin: 0; font-size: 12px; color: #525252; }
.sl-totals > div { display: flex; justify-content: space-between; }
.sl-totals dt, .sl-totals dd { margin: 0; }
.sl-totals dd { color: #000; font-weight: 500; }
.sl-totals .is-discount dt, .sl-totals .is-discount dd { color: #000; font-weight: 500; }
.sl-totals .is-total { padding-top: 8px; margin-top: 2px; border-top: 1px solid var(--sl-line); align-items: baseline; font-size: 14px; font-weight: 600; color: #000; }
.sl-totals .is-total dd { font-family: var(--sl-serif); font-size: 18px; }

.sl-modal { display: flex; align-items: center; justify-content: center; padding: 16px; overflow-y: auto; }
.sl-modal__box { position: relative; width: 100%; max-width: 512px; padding: clamp(24px, 4vw, 32px); background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25); opacity: 0; transform: translateY(12px); transition: opacity .3s, transform .3s var(--sl-ease); display: grid; gap: 24px; }
.sl-modal.is-open .sl-modal__box { opacity: 1; transform: none; }
.sl-modal__close { position: absolute; top: 12px; right: 12px; }
.sl-modal__head { text-align: center; }
.sl-modal__head h3 { margin: 0 0 4px; font-family: var(--sl-serif); font-size: 24px; font-weight: 400; color: #000; }
.sl-modal__head p:last-child { margin: 0; font-size: 12px; color: #525252; }
.sl-calc { padding: 16px; background: var(--sl-surface); border: 1px solid var(--sl-line); border-radius: var(--sl-radius); }
.sl-calc h4 { display: flex; align-items: center; gap: 6px; margin: 0 0 8px; font-family: var(--sl-sans); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #000; }
.sl-calc p { margin: 0 0 12px; font-size: 12px; color: #525252; }
.sl-calc form { display: flex; gap: 8px; }
.sl-calc input { flex: 1; height: 34px; padding: 0 12px; border: 1px solid #D4D4D4; border-radius: var(--sl-radius); font-size: 12px; }
.sl-calc__result { margin: 12px 0 0 !important; padding: 10px; background: #fff; border: 1px solid #A7F3D0; border-radius: var(--sl-radius); color: #065F46 !important; }
.sl-sizetable { width: 100%; margin: 0; border: 1px solid var(--sl-line); border-collapse: collapse; font-size: 12px; }
.sl-sizetable th { padding: 10px 12px; background: var(--sl-surface); border-bottom: 1px solid var(--sl-line); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-align: left; color: var(--sl-ink); }
.sl-sizetable td { padding: 8px 12px; border-top: 1px solid #F5F5F5; color: var(--sl-muted); }
.sl-sizetable td:first-child { font-weight: 600; color: var(--sl-ink); }

.sl-toast { position: fixed; right: 24px; bottom: 24px; z-index: 100000; display: flex; align-items: center; gap: 8px; max-width: calc(100vw - 48px); padding: 12px 16px; background: var(--sl-ink); color: #fff; border: 1px solid #404040; border-radius: var(--sl-radius); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .2); font-size: 12px; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s var(--sl-ease); }
.sl-toast.is-visible { opacity: 1; transform: none; }

/* ---------- Product grid & card ---------- */
ul.sl-grid, .sl-catalog ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin: 0 !important; padding: 0 !important; list-style: none; }
ul.sl-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
ul.sl-grid > li, .sl-catalog ul.products > li { width: auto !important; margin: 0 !important; padding: 0 !important; float: none !important; list-style: none; }
ul.sl-grid::before, ul.sl-grid::after, .sl-catalog ul.products::before, .sl-catalog ul.products::after { display: none !important; }
@media (max-width: 1023px) { ul.sl-grid, .sl-catalog ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } }
@media (max-width: 639px) { ul.sl-grid, .sl-catalog ul.products { grid-template-columns: 1fr; } }

ul.sl-grid > li, .sl-catalog ul.products > li { min-width: 0; align-items: stretch !important; }
.sl-card, .sl-card__body, .sl-card__body > div { min-width: 0; }
.sl-card { width: 100%; container-type: inline-size; }
.sl-card__swatches { flex-wrap: nowrap !important; }
@container (max-width: 250px) {
  .sl-card__body { padding: 16px; }
  .sl-card__count { display: none; }
  .sl-card__swatches { gap: 6px !important; }
  .sl-card__swatch { width: 16px; height: 16px; }
  .sl-card__foot { flex-wrap: wrap; row-gap: 10px; }
  .sl-card__foot .sl-btn { width: 100%; }
}
.sl-card { position: relative; display: flex; flex-direction: column; height: 100%; overflow: hidden; background: #fff; border: 1px solid #F5F5F5; border-radius: var(--sl-radius); transition: border-color .3s, box-shadow .3s; }
.sl-card:hover { border-color: var(--sl-line); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .06), 0 2px 4px -2px rgba(0, 0, 0, .05); }
.sl-card__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--sl-surface); }
.sl-card__img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .5s var(--sl-ease), opacity .4s; }
.sl-card__img--hover { opacity: 0; }
.sl-card:hover .sl-card__img { transform: scale(1.1); }
.sl-card:hover .sl-card__img--hover { opacity: 1; }
.sl-card__badges { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.sl-card__view { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s var(--sl-ease); }
.sl-card:hover .sl-card__view { opacity: 1; transform: none; }
.sl-card__view .sl-btn { box-shadow: 0 4px 12px rgba(0, 0, 0, .12); }
@media (hover: none), (max-width: 639px) { .sl-card__view { display: none; } }
.sl-wish { position: absolute; top: 12px; right: 12px; z-index: 3; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .9); color: #525252; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); cursor: pointer; transition: transform .2s, color .2s; }
.sl-wish:hover { transform: scale(1.1); color: #000; }
.sl-wish.is-active { color: #000; }
.sl-wish.is-active .sl-icon, [data-sl-wish].is-active .sl-icon--heart { fill: currentColor; }
.sl-card__body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 20px; }
.sl-card__title { margin: 0; font-family: var(--sl-serif); font-size: 18px; font-weight: 400; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-card__title a { color: #000; text-decoration: none; }
.sl-card:hover .sl-card__title a { text-decoration: underline; text-underline-offset: 3px; }
.sl-card__sub { margin: 2px 0 0; font-size: 12px; font-weight: 300; color: var(--sl-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-card__colors { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 12px; }
.sl-card__swatches { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; padding: 3px; }
.sl-card__swatch { width: 18px; height: 18px; padding: 0; border: 0; border-radius: 999px; background: var(--sl-swatch); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 -1px 2px rgba(0, 0, 0, .12); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.sl-card__swatch:hover { transform: scale(1.12); }
.sl-card__swatch.is-active { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px #FFFFFF, 0 0 0 3px #1A1A1A; }
.sl-card__swatch:focus-visible { outline: 2px solid #1A1A1A; outline-offset: 3px; }
.sl-card__more { font-size: 11px; color: var(--sl-soft); }
.sl-card__count { flex-shrink: 0; font-size: 11px; font-weight: 400; letter-spacing: .04em; color: var(--sl-soft); }
.sl-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 12px; border-top: 1px solid #F5F5F5; }
.sl-card__price { display: flex; align-items: baseline; gap: 8px; }
.sl-price, .sl-card__price .woocommerce-Price-amount { font-family: var(--sl-serif); font-size: 18px; font-weight: 500; color: #000; }
.sl-price-old { font-size: 12px; color: var(--sl-faint); }
.sl-card__soldout { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--sl-faint); }

.sl-empty { max-width: 512px; margin: 0 auto; padding: 64px 32px; background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); text-align: center; }
.sl-empty--dashed { max-width: none; border-style: dashed; }
.sl-empty__title { margin: 0 0 8px; font-family: var(--sl-serif); font-size: 20px; font-weight: 400; color: #171717; }
.sl-empty p { margin: 0 0 24px; font-size: 14px; line-height: 1.5; color: var(--sl-soft); }
.sl-empty--dashed p:last-child { margin: 0; font-size: 12px; }

/* ---------- Catalog (shop & categories) ---------- */
body.sl-catalog { background: var(--sl-catalog); }
body.sl-catalog .hero-section, body.sl-catalog .ct-breadcrumbs, body.sl-catalog .woo-listing-top { display: none !important; }
body.sl-catalog main#main > .ct-container, body.sl-catalog .ct-container-full { padding-top: 0 !important; }
.sl-cat-hero { margin-inline: calc(50% - 50vw); padding: clamp(40px, 5vw, 56px) 16px clamp(48px, 6vw, 64px); background: #fff; border-bottom: 1px solid rgba(229, 229, 229, .8); text-align: center; }
.sl-cat-hero__inner { max-width: 896px; margin: 0 auto; }
.sl-cat-hero__crumbs { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 16px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sl-faint); }
.sl-cat-hero__crumbs a { color: var(--sl-faint); text-decoration: none; }
.sl-cat-hero__crumbs a:hover { color: #000; }
.sl-cat-hero__crumbs span { color: #000; font-weight: 500; }
.sl-cat-hero__title { margin: 0; font-family: var(--sl-serif); font-size: clamp(30px, 4.5vw, 48px); font-weight: 300; letter-spacing: -.01em; line-height: 1.1; color: var(--sl-ink); }
.sl-cat-hero__sub { margin: 8px 0 0; font-size: clamp(12px, 1.2vw, 14px); font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--sl-soft); }
.sl-cat-hero__desc { max-width: 672px; margin: 16px auto 0; font-size: 14px; font-weight: 300; line-height: 1.625; color: #525252; }
.sl-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 32px; }
.sl-pill { padding: 8px 16px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); background: #fff; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: #404040; text-decoration: none; transition: border-color .2s, background-color .2s, color .2s; }
.sl-pill:hover { border-color: #000; color: #000; }
.sl-pill.is-active { background: #000; border-color: #000; color: #fff; font-weight: 500; }
.sl-catalog-wrap { padding-top: 32px; }
.sl-filterbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 32px; padding: 16px; background: #fff; border: 1px solid rgba(229, 229, 229, .8); border-radius: var(--sl-radius); box-shadow: 0 1px 1px rgba(0, 0, 0, .02); }
.sl-filterbar__left, .sl-filterbar__right { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.sl-filterbar__label { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: var(--sl-soft); }
.sl-filterbar__guide { font-size: 12px; color: var(--sl-soft); margin-left: 8px; }
.sl-filterbar__count { font-size: 12px; color: var(--sl-soft); }
.sl-filterbar__count strong { font-weight: 500; color: #000; }
.sl-filterbar__sort { display: inline-flex; align-items: center; gap: 8px; color: var(--sl-faint); }
.sl-filterbar select { height: auto !important; padding: 6px 30px 6px 12px !important; border: 1px solid var(--sl-line) !important; border-radius: var(--sl-radius) !important; background-color: var(--sl-catalog) !important; font: 500 12px var(--sl-sans) !important; color: #262626 !important; cursor: pointer; }
@media (max-width: 767px) { .sl-filterbar__right { width: 100%; justify-content: space-between; padding-top: 12px; border-top: 1px solid #F5F5F5; } .sl-filterbar__guide { display: none; } }
.sl-catalog .woocommerce-pagination { margin-top: 48px; }

/* ---------- Single product ---------- */
.sl-single { box-sizing: border-box; width: 100%; max-width: calc(var(--sl-max) + 2 * var(--sl-gutter)); margin-inline: auto; padding: 0 var(--sl-gutter) 80px; color: var(--sl-ink); }
body.sl-product-page .ct-container-full[data-vertical-spacing] { padding-top: 24px; }
.sl-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; font-size: 12px; font-weight: 300; color: var(--sl-soft); }
.sl-crumbs a { color: var(--sl-soft); text-decoration: none; }
.sl-crumbs a:hover { color: #000; }
.sl-crumbs > span:not([class]) { color: #D4D4D4; }
.sl-crumbs__current { color: #000; font-weight: 500; }
.sl-back { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 24px; font-size: 12px; color: var(--sl-soft); text-decoration: none; }
.sl-back:hover { color: #000; }
.sl-back:hover .sl-icon { transform: translateX(-2px); }
.sl-back .sl-icon { transition: transform .2s; }
.sl-single__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: start; }
.sl-single__gallery { display: grid; gap: 16px; }
.sl-single__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sl-zoom { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: #F7F7F7; border: 1px solid #F5F5F5; border-radius: var(--sl-radius); cursor: zoom-in; }
.sl-zoom img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--sl-ease); }
.sl-zoom.is-zoomed img { transform: scale(2.6); }
.sl-zoom__badge { position: absolute; top: 12px; left: 12px; }
.sl-zoom__sale { position: absolute; top: 12px; right: 12px; }
.sl-zoom__hint { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; background: rgba(0, 0, 0, .6); color: #fff; font-size: 10px; letter-spacing: .02em; border-radius: var(--sl-radius); pointer-events: none; white-space: nowrap; transition: opacity .2s; }
.sl-zoom.is-zoomed .sl-zoom__hint { opacity: 0; }
.sl-zoom__studio { position: absolute; right: 12px; bottom: 12px; padding: 5px 10px; background: rgba(0, 0, 0, .6); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; border-radius: var(--sl-radius); pointer-events: none; }
.sl-zoom:has(.sl-zoom__studio) .sl-zoom__hint { left: 12px; transform: none; }
.sl-thumbs { display: flex; gap: 12px; overflow-x: auto; padding: 4px 0 8px; }
.sl-thumb { flex: 0 0 80px; width: 80px; height: 80px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: var(--sl-radius); background: none; opacity: .6; cursor: pointer; transition: opacity .2s, border-color .2s; }
.sl-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sl-thumb:hover, .sl-thumb.is-active { opacity: 1; }
.sl-thumb.is-active { border-color: #000; }
.sl-guarantees { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 16px; background: var(--sl-surface); border: 1px solid #F5F5F5; border-radius: var(--sl-radius); text-align: center; font-size: 12px; }
.sl-guarantees > div { display: grid; justify-items: center; gap: 6px; padding: 8px; }
.sl-guarantees strong { font-weight: 500; color: #000; }
.sl-guarantees span { font-size: 10px; color: var(--sl-soft); }
.sl-single__summary { display: grid; gap: 24px; }
.sl-single__head { display: grid; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid #F5F5F5; }
.sl-single__title { margin: 0; font-family: var(--sl-serif); font-size: clamp(24px, 2.6vw, 32px); font-weight: 300; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; color: #000; }
.sl-single__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; padding-top: 8px; }
.sl-single__price [data-sl-price], .sl-single__price [data-sl-price] .woocommerce-Price-amount { font-family: var(--sl-serif); font-size: clamp(24px, 2.4vw, 30px); font-weight: 400; color: #000; }
.sl-single__price del { font-size: 15px; color: var(--sl-faint); }
.sl-single__price small { font-size: 11px; color: var(--sl-soft); }
.sl-rating { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #525252; text-decoration: none; }
.sl-rating strong { color: #000; font-weight: 500; }
.sl-rating__dot { color: var(--sl-faint); }
.sl-stars { position: relative; display: inline-flex; color: #E5E5E5; }
.sl-stars .sl-icon { fill: currentColor; stroke: currentColor; }
.sl-stars::after { content: ""; position: absolute; inset: 0; width: var(--sl-rating, 100%); background: inherit; }
.sl-stars:not(.sl-stars--solid) { background: linear-gradient(90deg, #000 var(--sl-rating, 100%), #E5E5E5 var(--sl-rating, 100%)); -webkit-background-clip: text; }
.sl-stars:not(.sl-stars--solid) .sl-icon { color: transparent; fill: #000; stroke: #000; }
.sl-stars--solid { color: #000; gap: 2px; }
.sl-buy { display: grid; gap: 22px; margin: 0; }
.sl-option { margin: 0; padding: 0; border: 0; display: grid; gap: 10px; min-width: 0; }
.sl-option__row { display: flex; align-items: center; justify-content: space-between; }
.sl-option__label { padding: 0; font-size: 11px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: #000; }
.sl-option__label span { font-weight: 400; text-transform: none; color: #525252; }
.sl-swatches { display: flex; flex-wrap: wrap; gap: 14px; padding: 5px; }
.sl-swatch { position: relative; cursor: pointer; }
.sl-option__label:has(+ .sl-swatches) { font-family: var(--sl-serif); font-size: 18px; font-weight: 400; letter-spacing: 0; text-transform: none; color: #1A1A1A; }
.sl-option__label:has(+ .sl-swatches) span { color: #1A1A1A; }
.sl-swatch input, .sl-size input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.sl-swatch > span { display: block; width: 40px; height: 40px; border-radius: 999px; background: var(--sl-swatch); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08), inset 0 -2px 4px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .08); transition: box-shadow .2s, transform .2s; }
.sl-swatch:hover > span { transform: scale(1.04); }
.sl-swatch input:checked + span { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08), inset 0 -2px 4px rgba(0, 0, 0, .12), 0 0 0 4px #FFFFFF, 0 0 0 5.5px #1A1A1A; }
.sl-swatch input:focus-visible + span, .sl-size input:focus-visible + span { outline: 2px solid #000; outline-offset: 3px; }
.sl-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.sl-size { cursor: pointer; }
.sl-size span { display: inline-block; padding: 7px 12px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); background: #fff; font-size: 12px; font-weight: 500; color: #404040; transition: border-color .2s, background .2s, color .2s; }
.sl-size:hover span { border-color: #A3A3A3; }
.sl-size input:checked + span { background: #000; border-color: #000; color: #fff; }
.sl-buy__row { display: flex; gap: 12px; }
.sl-buy__submit { flex: 1; height: 48px; letter-spacing: .2em; }
.sl-payments { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -8px; }
.sl-payments span { padding: 4px 8px; background: #F5F5F5; border: 1px solid var(--sl-line); border-radius: 4px; font-size: 10px; font-weight: 600; letter-spacing: .05em; color: #000; }
.sl-payments .is-klarna { color: #BE185D; }
.sl-payments .is-wero { color: #065F46; }
.sl-payments .is-visa { color: #1E40AF; }
.sl-payments .is-mc { color: #DC2626; }
.sl-payments .is-paypal { color: #1D4ED8; }
.sl-single__actions { display: flex; gap: 12px; margin-top: -8px; }
.sl-single__actions [data-sl-wish].is-active { color: var(--sl-accent); }
.sl-single__actions [data-sl-wish].is-active .sl-icon { fill: var(--sl-accent); }
.sl-shipline { padding-top: 8px; border-top: 1px solid #F5F5F5; font-size: 12px; }
.sl-shipline p { display: flex; align-items: center; gap: 8px; margin: 0; }
.sl-shipline p .sl-icon { color: #047857; }
.sl-shipline strong { font-weight: 500; color: #000; }
.sl-shipline__sub { margin-top: 8px !important; padding-left: 24px; font-size: 11px; line-height: 1.6; color: var(--sl-soft); }
.sl-accordion { padding-top: 16px; border-top: 1px solid var(--sl-line); display: grid; gap: 12px; }
.sl-accordion details { padding-bottom: 12px; border-bottom: 1px solid #F5F5F5; }
.sl-accordion summary { display: flex; align-items: center; justify-content: space-between; padding: 4px 0; list-style: none; cursor: pointer; font-size: 12px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: #000; }
.sl-accordion summary::-webkit-details-marker { display: none; }
.sl-accordion summary .sl-icon { transition: transform .25s; }
.sl-accordion details[open] summary .sl-icon { transform: rotate(180deg); }
.sl-accordion__body { padding-top: 8px; font-size: 12px; font-weight: 300; line-height: 1.7; color: #525252; }
.sl-accordion__body p { margin: 0 0 8px; }
.sl-accordion__body strong { font-weight: 600; color: #262626; }
.sl-specs { margin: 0; display: grid; }
.sl-specs > div { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; border-bottom: 1px solid #FAFAFA; }
.sl-specs dt { margin: 0; font-weight: 500; color: #000; }
.sl-specs dd { margin: 0; text-align: right; }
.sl-reviews .woocommerce-Reviews-title { font-family: var(--sl-serif); font-size: 18px; font-weight: 400; }
.sl-related { margin-top: 80px; padding-top: 48px; border-top: 1px solid var(--sl-line); }
.sl-section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 8px; margin-bottom: 32px; }
@media (max-width: 1023px) {
  .sl-single__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 767px) {
  .sl-single__pair { grid-template-columns: 1fr; }
  .sl-zoom { aspect-ratio: 1; }
  .sl-guarantees { grid-template-columns: repeat(2, 1fr); }
}
body.sl-product-page .hero-section, body.sl-product-page .ct-breadcrumbs { display: none !important; }

/* ---------- Elementor section helpers (home, story, contact, lookbook) ---------- */
.sl-collection-card { position: relative; overflow: hidden; border: 1px solid #F5F5F5; border-radius: var(--sl-radius); background: var(--sl-surface); transition: border-color .3s, box-shadow .3s; }
.sl-collection-card:hover { border-color: #D4D4D4; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .08); }
.sl-collection-card .sl-collection-media { position: relative; overflow: hidden; }
.sl-collection-card .sl-collection-media::before { transition: transform .7s var(--sl-ease) !important; }
.sl-collection-card:hover .sl-collection-media::before { transform: scale(1.05); }
.sl-collection-card .sl-collection-media > .elementor-background-overlay, .sl-collection-card .sl-collection-media::after { pointer-events: none; }
.sl-collection-card .elementor-widget-image { overflow: hidden; }
.sl-collection-card .elementor-widget-image img { transition: transform .7s var(--sl-ease); }
.sl-collection-card:hover .elementor-widget-image img { transform: scale(1.05); }
.sl-arrow-dot { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 999px; background: #fff; color: #000; box-shadow: 0 1px 3px rgba(0, 0, 0, .1); transform: translateY(4px); opacity: .9; transition: transform .3s, opacity .3s; }
.sl-collection-card:hover .sl-arrow-dot { transform: none; opacity: 1; }
.sl-review-card { transition: border-color .2s; }
.sl-review-card:hover { border-color: #000 !important; }
.sl-quote-icon { color: var(--sl-faint); }
.sl-verified { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: #404040; }
.sl-trustbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 32px; font-size: 12px; color: var(--sl-muted); }
.sl-trustbar strong { font-weight: 500; color: var(--sl-ink); }
.sl-trustbar i { font-style: normal; color: #D4D4D4; }
.sl-inline-list { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; }
.sl-inline-list span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: #0A0A0A; }
.sl-inline-list--check span { font-weight: 400; font-size: 12px; color: #000; }
.sl-inline-list--check .sl-icon { color: #059669; }
.sl-scroll-cue a { display: inline-flex; flex-direction: column; align-items: center; gap: 4px; color: rgba(255, 255, 255, .7) !important; font-size: 10px; font-weight: 300; letter-spacing: .25em; text-transform: uppercase; text-decoration: none; }
.sl-scroll-cue a:hover { color: #fff !important; }
.sl-scroll-cue .sl-icon { animation: sl-bounce 1.6s infinite; color: #fff; }
@keyframes sl-bounce { 0%, 100% { transform: translateY(-20%); animation-timing-function: cubic-bezier(.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, .2, 1); } }
.sl-video-controls { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: rgba(0, 0, 0, .5); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; color: #fff; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2); }
.sl-video-controls button { display: inline-flex; padding: 6px; border: 0; background: none; color: #fff; cursor: pointer; transition: opacity .2s; }
.sl-video-controls button:hover { opacity: .7; }
.sl-video-controls > span { width: 1px; height: 14px; background: rgba(255, 255, 255, .2); }
.sl-video-controls em { padding: 0 4px; font: normal 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; color: rgba(255, 255, 255, .7); }
.sl-video-controls .is-play, .sl-video-controls.is-paused .is-pause, .sl-video-controls .is-sound, .sl-video-controls.has-sound .is-muted { display: none; }
.sl-video-controls.is-paused .is-play, .sl-video-controls.has-sound .is-sound { display: inline-block; }
.sl-hero-video video { pointer-events: none; }
.sl-pill-tag .elementor-heading-title { display: inline-flex !important; }
.sl-lookbook-tip { border-left: 2px solid #000; padding-left: 16px; }

.sl-center-block { margin-left: auto !important; margin-right: auto !important; }

/* Home: hero */
.sl-hero { overflow: hidden; }
.sl-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .35) 11rem, transparent 18rem), linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3) 6rem, transparent 12rem); }
.sl-hero > .e-con-inner, .sl-hero > .elementor-element { position: relative; z-index: 2; }
.sl-hero .elementor-background-video-container { z-index: 0; }
.sl-hero .elementor-heading-title { text-shadow: 0 2px 4px rgba(0, 0, 0, .25); }
.sl-abs-bottom-center { position: absolute !important; left: 50%; bottom: 20px; transform: translateX(-50%); width: auto !important; margin: 0 !important; z-index: 3; }
.sl-abs-bottom-right { position: absolute !important; right: 24px; bottom: 24px; width: auto !important; margin: 0 !important; z-index: 3; }
@media (max-width: 767px) { .sl-abs-bottom-right { right: 12px; bottom: 12px; } .sl-abs-bottom-right .sl-video-controls em { display: none; } }
.sl-glass-pill .elementor-heading-title { -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

/* Home: collection cards (5 cards: 3 on top, 2 wider below) */
.sl-collections-grid > .sl-collection-card { grid-column: span 2; }
.sl-collections-grid > .sl-collection-card:nth-child(n+4) { grid-column: span 3; }
.sl-collections-grid > .sl-collection-card:nth-child(n+4) .sl-collection-media { aspect-ratio: 16 / 9; }
@media (max-width: 1024px) {
  .sl-collections-grid > .sl-collection-card, .sl-collections-grid > .sl-collection-card:nth-child(n+4) { grid-column: auto; }
  .sl-collections-grid > .sl-collection-card:nth-child(n+4) .sl-collection-media { aspect-ratio: 4 / 3; }
  .sl-collections-grid > .sl-collection-card:last-child { grid-column: 1 / -1; }
  .sl-collections-grid > .sl-collection-card:last-child .sl-collection-media { aspect-ratio: 16 / 7; }
}
@media (max-width: 767px) { .sl-collections-grid > .sl-collection-card:last-child .sl-collection-media { aspect-ratio: 4 / 3; } }

/* Home: collection cards */
.sl-collection-card { display: flex !important; text-decoration: none; }
.sl-collection-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #F5F5F5; }
.sl-collection-media::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .1) 55%, transparent); }
.sl-collection-media > .sl-fill { position: absolute !important; inset: 0; margin: 0 !important; width: 100% !important; height: 100%; }
.sl-fill img, .sl-fill .elementor-widget-container, .sl-fill .elementor-image { width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover; }
.sl-collection-badge { position: absolute !important; top: 12px; left: 12px; z-index: 2; width: auto !important; margin: 0 !important; }
.sl-collection-arrow { position: absolute !important; right: 12px; bottom: 12px; z-index: 2; width: auto !important; margin: 0 !important; }
.sl-collection-arrow p { margin: 0; }
.sl-collection-card:hover .elementor-widget-heading:not(.sl-collection-badge) .elementor-heading-title { color: #404040 !important; }

/* Home: story teaser & lookbook banner */
.sl-ratio-43 img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--sl-radius); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1); }
.sl-ratio-45 img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--sl-radius); }
.sl-lookbook-banner { overflow: hidden; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .15), 0 8px 10px -6px rgba(0, 0, 0, .1); }
.sl-lookbook-banner .elementor-background-video-container video { opacity: .5; }
.sl-inline-list p, .sl-rating-head p, .sl-trustbar p { margin: 0; }

/* Home: reviews */
.sl-rating-head { display: inline-flex; align-items: center; gap: 8px; }
.sl-rating-head strong { font-size: 12px; font-weight: 600; color: #000; }
.sl-review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.sl-review-title { margin: 0 0 12px !important; font-family: var(--sl-serif) !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.4 !important; color: #000 !important; }
.sl-review-text { margin: 0 !important; font-size: 12px; font-weight: 300; line-height: 1.625; color: #525252; }
.sl-review-author { padding-top: 16px; border-top: 1px solid var(--sl-line); font-size: 12px; }
.sl-review-author > span:first-child { display: flex; justify-content: space-between; gap: 8px; }
.sl-review-author strong { font-weight: 500; color: #000; }
.sl-review-author em { font-style: normal; font-size: 11px; color: var(--sl-faint); }
.sl-review-author .sl-verified { margin-top: 4px; }
.sl-review-card .elementor-widget-text-editor p:last-child { margin-bottom: 0; }

/* Home: USP strip */
.sl-usp { display: flex; align-items: flex-start; gap: 16px; }
.sl-usp__icon { flex: 0 0 40px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: #fff; border: 1px solid #D4D4D4; color: #000; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
.sl-usp h4 { margin: 0 0 4px !important; font-family: var(--sl-serif) !important; font-size: 16px !important; font-weight: 400 !important; color: #000 !important; line-height: 1.3 !important; }
.sl-usp p { margin: 0 !important; font-size: 12px; font-weight: 300; line-height: 1.625; color: #525252; }

/* Contact & story helpers */
.sl-dark-card { color: #D4D4D4; }
.sl-contact-list { display: grid; gap: 16px; font-size: 12px; }
.sl-contact-list > div { display: flex; align-items: flex-start; gap: 12px; }
.sl-contact-list strong { display: block; font-weight: 500; color: #000; }
.sl-contact-list span { color: #525252; }
.sl-contact-list .sl-icon { margin-top: 2px; color: #000; }
.sl-kv { display: grid; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #262626; font-size: 12px; color: #D4D4D4; }
.sl-kv > div { display: flex; justify-content: space-between; }
.sl-kv strong { font-weight: 500; color: #fff; }
.sl-faq .elementor-toggle-item { border-bottom: 1px solid #F5F5F5; }
.sl-faq .elementor-tab-title { border: 0 !important; padding: 16px 0 !important; }
.sl-faq .elementor-tab-content { border: 0 !important; padding: 0 4px 16px !important; }
.sl-story-media { aspect-ratio: 4 / 5; overflow: hidden; }
@media (max-width: 1024px) { .sl-story-media { aspect-ratio: 4 / 5; max-width: 560px; margin-inline: auto; } }
.sl-contact-list p { margin: 0; }
.sl-crumbs p { margin: 0; }
.sl-quote-card { background: rgba(0, 0, 0, .5); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.sl-pillar-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: #F5F5F5; color: #000; }

/* Inspiratie: model photos + videos with "Shop the look" */
.sl-insp-tile { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background-size: cover; transition: background-size .8s var(--sl-ease), box-shadow .3s; }
.sl-insp-tile::after, .sl-insp-video::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .25) 38%, rgba(0, 0, 0, 0) 62%); }
.sl-insp-tile > .elementor-element, .sl-insp-video > .elementor-element { position: relative; z-index: 2; }
.sl-insp-tile:hover { box-shadow: 0 24px 40px -20px rgba(0, 0, 0, .35); }
@media (hover: hover) { .sl-insp-tile .elementor-widget-button { opacity: .92; transform: translateY(4px); transition: opacity .3s, transform .3s var(--sl-ease); } .sl-insp-tile:hover .elementor-widget-button { opacity: 1; transform: none; } }
.sl-insp-video { position: relative; aspect-ratio: 16 / 9; max-height: 640px; overflow: hidden; }
.sl-insp-video::after { background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(to right, rgba(0, 0, 0, .35), transparent 60%); }
.sl-insp-video .elementor-background-video-container { z-index: 0; }
@media (max-width: 767px) { .sl-insp-video { aspect-ratio: 4 / 5; max-height: none; } }

/* Lookbook */
.sl-look-tabs { display: flex; justify-content: center; gap: 12px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 40px; }
.sl-look-tab { flex-shrink: 0; padding: 10px 20px; border: 1px solid var(--sl-line); border-radius: 999px; background: #fff; font: 12px var(--sl-sans); letter-spacing: .1em; text-transform: uppercase; color: #525252; cursor: pointer; transition: background .2s, color .2s; }
.sl-look-tab:hover { color: #000; }
.sl-look-tab.is-active { background: #000; border-color: #000; color: #fff; font-weight: 500; box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }
.sl-look { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.sl-look[hidden] { display: none; }
.sl-look__stage { aspect-ratio: 16 / 10; overflow: visible; border-radius: var(--sl-radius); background: #E5E5E5; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .12); }
.sl-look__img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--sl-radius); }
.sl-hotspot__card { position: absolute; left: 50%; bottom: calc(100% + 4px); width: 240px; transform: translateX(-50%); display: grid; gap: 10px; padding: 14px; background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25); opacity: 0; visibility: hidden; transition: opacity .2s; z-index: 6; }
.sl-hotspot:hover .sl-hotspot__card, .sl-hotspot:focus-within .sl-hotspot__card { opacity: 1; visibility: visible; }
.sl-hotspot__row { display: flex; align-items: center; gap: 12px; }
.sl-hotspot__row img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--sl-radius); background: var(--sl-surface); }
.sl-hotspot__name { margin: 0; font-size: 12px; font-weight: 600; color: #000; }
.sl-hotspot__price { margin: 0; font-family: var(--sl-serif); font-size: 13px; font-weight: 600; color: #000; }
@media (hover: none) { .sl-hotspot__card { display: none; } }
.sl-look__panel { padding: 28px; background: #fff; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); box-shadow: 0 1px 2px rgba(0, 0, 0, .04); }
.sl-look__title { margin: 4px 0 4px; font-family: var(--sl-serif); font-size: 24px; font-weight: 400; color: #000; }
.sl-look__sub { margin: 0 0 16px; font-size: 12px; font-weight: 300; color: #525252; }
.sl-look__items { list-style: none; margin: 0; padding: 0; }
.sl-look__items li { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid #F5F5F5; }
.sl-look__thumb img { width: 56px; height: 56px; object-fit: cover; border: 1px solid #F5F5F5; border-radius: var(--sl-radius); background: var(--sl-surface); }
.sl-look__meta { flex: 1; min-width: 0; display: grid; gap: 2px; }
.sl-look__meta a { font-size: 12px; font-weight: 500; color: #000; text-decoration: none; }
.sl-look__meta span { font-family: var(--sl-serif); font-size: 12px; font-weight: 600; color: #000; }
.sl-look__view { padding: 6px 12px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #000; text-decoration: none; transition: background .2s, color .2s; }
.sl-look__view:hover { background: #000; color: #fff; }
@media (max-width: 1023px) { .sl-look { grid-template-columns: 1fr; } .sl-look__stage { aspect-ratio: 4 / 3; } }

/* ---------- Lopende band (Elementor widget) ---------- */
.sl-marquee { --sl-marquee-gap: 32px; position: relative; overflow: hidden; background: #1A1A1A; padding: 18px 0; }
.sl-marquee__track { display: flex; width: max-content; animation: sl-marquee var(--sl-marquee-duration, 40s) linear infinite; will-change: transform; }
.sl-marquee[data-direction="right"] .sl-marquee__track { animation-direction: reverse; }
.sl-marquee--pause:hover .sl-marquee__track { animation-play-state: paused; }
.sl-marquee__group { display: flex; flex-shrink: 0; align-items: center; }
.sl-marquee__item { padding: 0 var(--sl-marquee-gap); font-family: var(--sl-sans); font-size: 12px; font-weight: 500; letter-spacing: .24em; line-height: 1.4; text-transform: uppercase; white-space: nowrap; color: #fff; }
.sl-marquee__item a { color: inherit; text-decoration: none; }
.sl-marquee__item a:hover { text-decoration: underline; text-underline-offset: 4px; }
.sl-marquee__sep { font-size: 11px; line-height: 1; color: rgba(255, 255, 255, .45); }
@keyframes sl-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 767px) { .sl-marquee__item { font-size: 11px; letter-spacing: .18em; } }
@media (prefers-reduced-motion: reduce) { .sl-marquee__track { animation: none; } }

/* Keep the 8-item main menu on one line on small laptops */
@media (max-width: 1279px) { #header [data-row*="bottom"] .menu > li > a { padding-inline: 13px !important; font-size: 11px !important; letter-spacing: .12em !important; } }
@media (max-width: 1099px) { #header [data-row*="bottom"] .menu > li > a { padding-inline: 9px !important; letter-spacing: .08em !important; } }

/* ---------- Header dropdown (Sieraden) ---------- */
/* Frosted-glass dropdown: light glass on the white header, smoked glass over the hero video */
#header .menu .sub-menu { --dropdown-width: auto; width: max-content !important; min-width: 100% !important; padding: 10px 0 !important; background: rgba(255, 255, 255, .62) !important; -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%); border: 1px solid rgba(255, 255, 255, .55); border-radius: var(--sl-radius); box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .18) !important; }
#header .menu .sub-menu li { border: 0 !important; }
#header .menu .sub-menu a { padding: 11px 22px !important; font-family: var(--sl-sans) !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: .16em !important; text-transform: uppercase; color: #404040 !important; background: transparent !important; transition: color .2s, padding .2s; }
#header .menu .sub-menu a:hover, #header .menu .sub-menu .current-menu-item > a { color: #000000 !important; padding-left: 26px !important; }
#header [data-transparent-row="yes"] .menu .sub-menu { background: rgba(15, 15, 15, .38) !important; border-color: rgba(255, 255, 255, .14); box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .35) !important; }
#header [data-transparent-row="yes"] .menu .sub-menu a { color: rgba(255, 255, 255, .78) !important; }
#header [data-transparent-row="yes"] .menu .sub-menu a:hover, #header [data-transparent-row="yes"] .menu .sub-menu .current-menu-item > a { color: #FFFFFF !important; }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) { #header .menu .sub-menu { background: rgba(255, 255, 255, .94) !important; } #header [data-transparent-row="yes"] .menu .sub-menu { background: rgba(15, 15, 15, .82) !important; } }
#header .menu .ct-toggle-dropdown-desktop svg, #header .menu .ct-toggle-dropdown-desktop-ghost svg { width: 8px; height: 8px; }

/* ---------- Cookie & privacy banner ---------- */
.sl-cookie { position: fixed; inset: 0; z-index: 100001; pointer-events: none; }
.sl-cookie[hidden] { display: none; }
.sl-cookie__backdrop { position: absolute; inset: 0; background: rgba(17, 17, 17, .45); opacity: 0; transition: opacity .3s; }
.sl-cookie.is-prefs .sl-cookie__backdrop { opacity: 1; pointer-events: auto; }
.sl-cookie__card { position: absolute; left: 24px; bottom: 24px; width: min(440px, calc(100vw - 32px)); max-height: calc(100vh - 48px); overflow-y: auto; padding: 32px; background: #FBF4F5; border: 1px solid #EBD9DC; border-radius: var(--sl-radius); box-shadow: 0 30px 60px -20px rgba(26, 26, 26, .35); color: var(--sl-ink); pointer-events: auto; animation: sl-cookie-in .45s var(--sl-ease) both; }
.sl-cookie.is-prefs .sl-cookie__card { left: 50%; top: 50%; bottom: auto; width: min(520px, calc(100vw - 32px)); max-height: min(86vh, 760px); transform: translate(-50%, -50%); animation: none; }
@keyframes sl-cookie-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (max-width: 639px) { .sl-cookie__card { left: 16px; right: 16px; bottom: 16px; width: auto; padding: 26px 22px; } .sl-cookie.is-prefs .sl-cookie__card { left: 16px; right: 16px; width: auto; transform: translateY(-50%); } }
.sl-cookie__eyebrow { margin: 0 0 8px; font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--sl-accent); }
.sl-cookie__title { margin: 0 0 12px; font-family: var(--sl-serif); font-size: 26px; font-weight: 400; line-height: 1.15; color: #1A1A1A; }
.sl-cookie__text { margin: 0; font-size: 13px; font-weight: 300; line-height: 1.7; color: #404040; }
.sl-cookie__text a { color: #1A1A1A; text-decoration: underline; text-underline-offset: 3px; }
.sl-cookie__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.sl-cookie__actions--stack { grid-template-columns: 1fr; margin-top: 8px; }
.sl-cookie__btn { height: 46px; padding: 0 18px; border: 1px solid #1A1A1A; border-radius: var(--sl-radius); background: #fff; font-family: var(--sl-sans); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #1A1A1A; cursor: pointer; transition: background .2s, color .2s; }
.sl-cookie__btn:hover, .sl-cookie__btn:focus-visible { background: #1A1A1A; color: #fff; }
.sl-cookie__link { display: block; margin: 18px auto 0; padding: 0; border: 0; background: none; font-family: var(--sl-sans); font-size: 12px; color: #1A1A1A; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.sl-cookie__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.sl-cookie__close { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex-shrink: 0; border: 1px solid #1A1A1A; border-radius: 999px; background: transparent; color: #1A1A1A; cursor: pointer; }
.sl-cookie__close:hover { background: #1A1A1A; color: #fff; }
.sl-cookie__prefs { margin-top: 28px; padding-top: 24px; border-top: 1px solid #EBD9DC; }
.sl-cookie__prefs h3 { margin: 0 0 8px; font-family: var(--sl-serif); font-size: 20px; font-weight: 500; color: #1A1A1A; }
.sl-cookie__cat { position: relative; display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid #F1E4E6; cursor: pointer; }
.sl-cookie__prefs .sl-cookie__text + .sl-cookie__cat { margin-top: 18px; }
.sl-cookie__cat input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.sl-cookie__box { flex: 0 0 26px; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin-top: 1px; border: 1.5px solid #1A1A1A; border-radius: 4px; background: #fff; color: transparent; transition: background .2s, color .2s; }
.sl-cookie__cat input:checked + .sl-cookie__box { background: #1A1A1A; color: #fff; }
.sl-cookie__cat input:disabled + .sl-cookie__box { background: #D9C3C7; border-color: #D9C3C7; color: #fff; }
.sl-cookie__cat input:focus-visible + .sl-cookie__box { outline: 2px solid var(--sl-accent); outline-offset: 2px; }
.sl-cookie__cat-text { display: grid; gap: 4px; }
.sl-cookie__cat-text strong { font-family: var(--sl-serif); font-size: 17px; font-weight: 600; color: #1A1A1A; }
.sl-cookie__cat-text em { margin-left: 6px; font-family: var(--sl-sans); font-size: 10px; font-style: normal; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--sl-accent); }
.sl-cookie__cat-text small { font-size: 12px; font-weight: 300; line-height: 1.65; color: #525252; }
html.sl-cookie-locked { overflow: hidden; }

/* ---------- Categoriebalk (Elementor widget) ---------- */
.sl-catstrip { --sl-strip-img: 110px; --sl-strip-item: 170px; background: #F7F7F7; padding: 48px 16px; }
.sl-catstrip__track { display: flex; justify-content: center; gap: 8px; max-width: 1280px; margin: 0 auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.sl-catstrip__track::-webkit-scrollbar { display: none; }
@media (max-width: 1024px) { .sl-catstrip__track { justify-content: flex-start; } }
.sl-catstrip__item { flex: 0 0 var(--sl-strip-item); display: grid; justify-items: center; align-content: start; gap: 16px; padding: 8px 4px; text-align: center; text-decoration: none; scroll-snap-align: start; }
.sl-catstrip__img { display: flex; align-items: flex-end; justify-content: center; width: 100%; height: var(--sl-strip-img); }
.sl-catstrip__img img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s var(--sl-ease); }
.sl-catstrip__ph { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 999px; background: #EDEDED; color: #A3A3A3; }
.sl-catstrip__title { font-family: var(--sl-sans); font-size: 14px; font-weight: 400; line-height: 1.35; color: #1A1A1A; }
.sl-catstrip__item:hover .sl-catstrip__img img { transform: translateY(-5px); }
.sl-catstrip__item:hover .sl-catstrip__title { text-decoration: underline; text-underline-offset: 4px; }
.sl-cat-template { margin-inline: calc(50% - 50vw); }

/* ---------- Chat assistant ---------- */
.sl-chat { position: fixed; right: 24px; bottom: 24px; z-index: 99990; }
.sl-chat__launcher { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 26px 0 22px; border: 0; border-radius: 999px; background: #1A1A1A; color: #fff; font-family: var(--sl-serif); font-size: 19px; font-weight: 500; letter-spacing: .02em; cursor: pointer; box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .45); transition: transform .25s var(--sl-ease), background .2s, opacity .2s; }
.sl-chat__launcher:hover { background: #000; transform: translateY(-2px); }
.sl-chat.is-open .sl-chat__launcher { opacity: 0; pointer-events: none; transform: scale(.9); }
.sl-chat__panel { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; width: 400px; height: min(640px, calc(100vh - 48px)); overflow: hidden; background: linear-gradient(180deg, #FBF4F5 0%, #FFFFFF 42%); border: 1px solid #EDE3E4; border-radius: 18px; box-shadow: 0 30px 70px -20px rgba(26, 26, 26, .35); animation: sl-chat-in .35s var(--sl-ease) both; }
.sl-chat__panel[hidden] { display: none; }
@keyframes sl-chat-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.sl-chat__top { display: flex; align-items: center; justify-content: space-between; padding: 18px 18px 6px 24px; }
.sl-chat__brand { font-family: var(--sl-serif); font-size: 15px; letter-spacing: .22em; text-transform: uppercase; color: #1A1A1A; }
.sl-chat__tools { display: flex; gap: 8px; }
.sl-chat__round { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 0; border-radius: 999px; background: #fff; color: #1A1A1A; box-shadow: 0 4px 14px -6px rgba(0, 0, 0, .25); cursor: pointer; transition: transform .2s; }
.sl-chat__round:hover { transform: scale(1.06); }
.sl-chat__round[hidden] { display: none; }
.sl-chat__body { flex: 1; min-height: 0; overflow-y: auto; padding: 8px 24px 12px; }
.sl-chat__intro { position: relative; min-height: 220px; padding-top: 34px; }
.sl-chat__intro[hidden] { display: none; }
.sl-chat__hello { position: relative; z-index: 3; max-width: 46%; }
.sl-chat__cards { width: 168px !important; right: -8px !important; }
.sl-chat__card { width: 104px !important; }
.sl-chat__card img { width: 80px !important; height: 80px !important; }
.sl-chat__card--1 { top: 58px !important; }
.sl-chat__hello h2 { margin: 0 0 10px; font-family: var(--sl-serif); font-size: 34px; font-weight: 400; line-height: 1; color: #1A1A1A; }
.sl-chat__hello p { margin: 0; font-size: 13px; line-height: 1.6; color: #404040; }
.sl-chat__cards { position: absolute; top: 6px; right: -4px; width: 190px; height: 220px; }
.sl-chat__card { position: absolute; display: grid; justify-items: center; gap: 6px; width: 118px; padding: 10px 10px 12px; background: #fff; border: 1px solid #EDEDED; border-radius: 10px; box-shadow: 0 16px 30px -18px rgba(0, 0, 0, .35); text-decoration: none; transition: transform .35s var(--sl-ease); }
.sl-chat__card img { width: 96px; height: 96px; object-fit: contain; mix-blend-mode: multiply; }
.sl-chat__card span { font-family: var(--sl-serif); font-size: 13px; color: #1A1A1A; text-align: center; line-height: 1.2; }
.sl-chat__card--0 { top: 0; left: 0; z-index: 2; transform: rotate(-3deg); }
.sl-chat__card--1 { top: 46px; right: 0; transform: rotate(7deg); }
.sl-chat__intro:hover .sl-chat__card--0 { transform: rotate(-5deg) translateY(-3px); }
.sl-chat__intro:hover .sl-chat__card--1 { transform: rotate(9deg) translateY(-3px); }
.sl-chat__log { display: grid; gap: 10px; padding-top: 12px; }
.sl-chat__msg { max-width: 86%; padding: 11px 14px; border-radius: 14px; font-size: 13px; line-height: 1.6; }
.sl-chat__msg--bot { justify-self: start; background: #fff; border: 1px solid #EFE6E7; color: #262626; border-bottom-left-radius: 4px; }
.sl-chat__msg--user { justify-self: end; background: #1A1A1A; color: #fff; border-bottom-right-radius: 4px; }
.sl-chat__msg a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.sl-chat__follow { color: #737373; font-size: 12px; }
.sl-chat__typing { display: inline-flex; gap: 4px; padding: 3px 0; }
.sl-chat__typing i { width: 6px; height: 6px; border-radius: 999px; background: #A3A3A3; animation: sl-typing 1s infinite ease-in-out; }
.sl-chat__typing i:nth-child(2) { animation-delay: .15s; }
.sl-chat__typing i:nth-child(3) { animation-delay: .3s; }
@keyframes sl-typing { 0%, 80%, 100% { opacity: .3; transform: none; } 40% { opacity: 1; transform: translateY(-3px); } }
.sl-chat__bottom { padding: 10px 20px 18px; }
.sl-chat__note { margin: 0 4px 10px; font-size: 10.5px; line-height: 1.5; color: #8A8A8A; }
.sl-chat__chips { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 12px; scrollbar-width: none; }
.sl-chat__chips::-webkit-scrollbar { display: none; }
/* Quick-question row with arrows */
.sl-chat__chipbar { position: relative; }
.sl-chat__chipbar .sl-chat__chips { scroll-behavior: smooth; }
.sl-chat__chipbar.has-next .sl-chat__chips { -webkit-mask-image: linear-gradient(to right, #000 82%, transparent); mask-image: linear-gradient(to right, #000 82%, transparent); }
.sl-chat__chipbar.has-prev .sl-chat__chips { -webkit-mask-image: linear-gradient(to left, #000 82%, transparent); mask-image: linear-gradient(to left, #000 82%, transparent); }
.sl-chat__chipbar.has-prev.has-next .sl-chat__chips { -webkit-mask-image: linear-gradient(to right, transparent, #000 18%, #000 82%, transparent); mask-image: linear-gradient(to right, transparent, #000 18%, #000 82%, transparent); }
.sl-chat__chipnav { position: absolute; top: 2px; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: 1px solid #1A1A1A; border-radius: 999px; background: #FFFFFF; color: #1A1A1A; box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .35); cursor: pointer; transition: background .2s, color .2s; }
.sl-chat__chipnav:hover { background: #1A1A1A; color: #FFFFFF; }
.sl-chat__chipnav[hidden] { display: none; }
.sl-chat__chipnav--prev { left: -4px; }
.sl-chat__chipnav--next { right: -4px; }
.sl-chat__chip { flex-shrink: 0; padding: 9px 16px; border: 1px solid #E0D5D6; border-radius: 999px; background: #fff; font-family: var(--sl-serif); font-size: 15px; color: #1A1A1A; cursor: pointer; white-space: nowrap; transition: border-color .2s, background .2s; }
.sl-chat__chip:hover { border-color: #1A1A1A; background: #FAFAFA; }
.sl-chat__form { position: relative; display: flex; align-items: center; }
.sl-chat__form input { width: 100%; height: 52px; padding: 0 58px 0 22px !important; border: 1.5px solid #1A1A1A !important; border-radius: 999px !important; background: #fff !important; font: 15px var(--sl-serif) !important; color: #1A1A1A; box-shadow: none !important; }
.sl-chat__form input::placeholder { color: #737373; }
.sl-chat__form button { position: absolute; right: 6px; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 0; border-radius: 999px; background: #1A1A1A; color: #fff; cursor: pointer; }
.sl-chat__form button:hover { background: #000; }
@media (max-width: 639px) {
  .sl-chat { right: 14px; bottom: 14px; }
  .sl-chat__launcher { height: 48px; padding: 0 20px 0 18px; font-size: 17px; }
  .sl-chat.is-open { left: 10px; right: 10px; bottom: 10px; }
  .sl-chat__panel { width: 100%; height: min(82vh, 640px); }
  .sl-cookie:not([hidden]) ~ .sl-chat .sl-chat__launcher { display: none; }
}
@media (prefers-reduced-motion: reduce) { .sl-chat__panel, .sl-chat__typing i { animation: none; } }
/* Keep other floating UI clear of the chat button */
.sl-toast { bottom: 92px; }
.sl-abs-bottom-right { right: auto !important; left: 24px; }
@media (max-width: 767px) { .sl-abs-bottom-right { left: 12px; } }

/* ---------- Pop-up (content = Elementor template) ---------- */
.sl-popup { position: fixed; inset: 0; z-index: 100002; display: flex; align-items: center; justify-content: center; padding: 16px; }
.sl-popup[hidden] { display: none; }
.sl-popup__backdrop { position: absolute; inset: 0; background: rgba(17, 17, 17, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; transition: opacity .35s var(--sl-ease); }
.sl-popup__dialog { position: relative; width: min(840px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; border-radius: var(--sl-radius); background: #FAF8F4; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .45); opacity: 0; transform: translateY(14px); transition: opacity .35s var(--sl-ease), transform .35s var(--sl-ease); scrollbar-width: none; }
.sl-popup__dialog::-webkit-scrollbar { display: none; }
.sl-popup.is-open .sl-popup__backdrop { opacity: 1; }
.sl-popup.is-open .sl-popup__dialog { opacity: 1; transform: none; }
.sl-popup__close { position: absolute; top: 14px; right: 14px; z-index: 5; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid #E6DFD2; border-radius: 999px; background: rgba(250, 248, 244, .92); color: #1A1A1A; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.sl-popup__close:hover { background: #1A1A1A; color: #fff; border-color: #1A1A1A; transform: rotate(90deg); }
.sl-popup-shell { overflow: hidden; }
.sl-popup-media { position: relative; }
.sl-popup-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset -1px 0 0 #E6DFD2; pointer-events: none; }
.sl-popup-card .elementor-heading-title em { font-style: italic; color: #A8894F; }
.sl-popup-eyebrow .elementor-heading-title { display: inline-flex !important; align-items: center; gap: 14px; }
.sl-popup-eyebrow .elementor-heading-title::before, .sl-popup-eyebrow .elementor-heading-title::after { content: ""; width: 28px; height: 1px; background: #C9B68E; }
.sl-popup-settings-note { padding: 10px 14px; border: 1px dashed #C9B68E; border-radius: 2px; font: 12px var(--sl-sans); color: #6B6B6B; text-align: center; }
@media (max-width: 767px) { .sl-popup__dialog { width: min(440px, 100%); } .sl-popup-media::after { box-shadow: inset 0 -1px 0 #E6DFD2; } .sl-popup__close { background: rgba(250, 248, 244, .95); } }
@media (prefers-reduced-motion: reduce) { .sl-popup__dialog, .sl-popup__backdrop { transition: none; } }
/* Countdown */
.sl-countdown { display: flex; align-items: center; justify-content: center; gap: 12px; }
.sl-countdown[hidden] { display: none; }
.sl-countdown__unit { display: grid; justify-items: center; align-content: center; gap: 4px; width: 76px; height: 74px; border: 1px solid #E6DFD2; border-radius: 2px; background: #FFFFFF; }
.sl-countdown__unit[hidden], .sl-countdown__sep[hidden] { display: none; }
.sl-countdown__num { font-family: var(--sl-serif); font-size: 32px; font-weight: 400; line-height: 1; color: #1A1A1A; font-variant-numeric: tabular-nums; }
.sl-countdown__label { font-family: var(--sl-sans); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #9A8458; }
.sl-countdown__sep { font-family: var(--sl-serif); font-size: 20px; color: #C9B68E; }
@media (max-width: 479px) { .sl-countdown { gap: 6px; } .sl-countdown__unit { width: 60px; height: 62px; } .sl-countdown__num { font-size: 28px; } }

/* Newsletter form inside the pop-up */
.sl-popup-form .fluentform fieldset { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.sl-popup-form .fluentform .ff-el-group { margin: 0 !important; }
.sl-popup-form .fluentform .ff-el-form-control { height: 52px; padding: 0 18px !important; border: 1px solid #D9D0BF !important; border-radius: var(--sl-radius) !important; background: #FFFFFF !important; font: 14px var(--sl-sans) !important; color: #1A1A1A !important; }
.sl-popup-form .fluentform .ff-el-form-control::placeholder { color: #9A9A9A; }
.sl-popup-form .fluentform .ff-el-form-control:focus { border-color: #1A1A1A !important; }
.sl-popup-form .fluentform .ff-btn-submit { width: 100%; height: 54px; border-radius: var(--sl-radius) !important; background: #1A1A1A !important; color: #FFFFFF !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .2em !important; text-transform: uppercase !important; box-shadow: none; transition: background .2s; }
.sl-popup-form .fluentform .ff-btn-submit:hover { background: #000000 !important; }
.sl-popup-form .fluentform .error, .sl-popup-form .fluentform .text-danger { color: #9B2C2C !important; }
.sl-popup-form .ff-message-success { border: 1px solid #E6DFD2 !important; border-radius: var(--sl-radius); background: #FFFFFF !important; color: #1A1A1A !important; }
.sl-popup-form .ff-message-success p { color: #5E5E5E !important; }
/* Hotspots (lookbook) */
.sl-look-stage { position: relative; }
.sl-hotspot { position: absolute; z-index: 5; }
.sl-hotspot__btn { position: relative; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; transform: translate(-50%, -50%); border-radius: 999px; background: #fff; color: #000; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .25); transition: transform .2s, background .2s, color .2s; text-decoration: none; }
.sl-hotspot__btn::after { content: ""; position: absolute; inset: -4px; border-radius: inherit; background: rgba(255, 255, 255, .4); animation: sl-ping 1.4s cubic-bezier(0, 0, .2, 1) infinite; pointer-events: none; }
.sl-hotspot__btn:hover { transform: translate(-50%, -50%) scale(1.25); background: #000; color: #fff; }
@keyframes sl-ping { 75%, 100% { transform: scale(1.8); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .sl-hotspot__btn::after, .sl-scroll-cue .sl-icon { animation: none; }
  .sl-card__img, .sl-zoom img, .sl-drawer { transition: none; }
}

/* ---------- Newsletter (Fluent Forms) ---------- */
.sl-newsletter .fluentform .ff-el-group { margin-bottom: 0 !important; }
.sl-newsletter .fluentform fieldset { display: flex; align-items: flex-start; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }
.sl-newsletter .fluentform fieldset > .ff-el-group:not(.ff_submit_btn_wrapper) { flex: 1; min-width: 0; }
@media (max-width: 639px) { .sl-newsletter .fluentform fieldset { flex-direction: column; align-items: stretch; } .sl-newsletter .fluentform .ff-btn-submit { width: 100%; } }
.sl-newsletter .fluentform .ff-el-input--content input.ff-el-form-control { height: 44px; padding-left: 40px !important; border: 1px solid #D4D4D4 !important; border-radius: var(--sl-radius); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a3a3a3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E") 14px center no-repeat !important; font-size: 12px; }
.sl-newsletter .fluentform .ff_submit_btn_wrapper { margin: 0 !important; }
.sl-newsletter .ff-message-success { border: 1px solid #D4D4D4; background: #fff; font-size: 12px; box-shadow: none; }

/* Fluent Forms base look (contact + newsletter) */
.fluentform .ff-el-input--label label { font-size: 12px !important; font-weight: 500 !important; color: #000 !important; }
.fluentform .ff-el-form-control { border: 1px solid #D4D4D4 !important; border-radius: var(--sl-radius) !important; background-color: var(--sl-surface) !important; font: 12px var(--sl-sans) !important; color: #000 !important; padding: 10px !important; box-shadow: none !important; }
.fluentform .ff-el-form-control:focus { border-color: #000 !important; }
.fluentform .ff-btn-submit { display: inline-flex !important; align-items: center; justify-content: center; gap: 8px; padding: 13px 32px !important; background: #000 !important; border: 0 !important; border-radius: var(--sl-radius) !important; font: 600 12px var(--sl-sans) !important; letter-spacing: .18em !important; text-transform: uppercase; color: #fff !important; }
.fluentform .ff-btn-submit:hover { background: #262626 !important; }
.sl-newsletter .fluentform .ff-btn-submit { height: 44px; padding: 0 24px !important; letter-spacing: .16em !important; font-weight: 500 !important; }
.fluentform .ff-message-success { padding: 24px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); background: var(--sl-surface); text-align: center; font-size: 13px; color: #000; box-shadow: none; }
.sl-code { display: inline-flex; align-items: center; gap: 12px; margin: 8px 0; padding: 8px 16px; background: var(--sl-surface); border: 1px solid #D4D4D4; border-radius: var(--sl-radius); font: 700 14px ui-monospace, SFMono-Regular, Menlo, monospace; color: #000; }

/* ---------- Footer ---------- */
#footer .sl-footer-brand { margin: 0 0 16px; font-family: var(--sl-serif); font-size: 24px; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
#footer .sl-footer-text { max-width: 384px; margin: 0; font-size: 12px; font-weight: 300; line-height: 1.625; color: #A3A3A3; }
#footer .sl-socials { display: flex; gap: 12px; padding-top: 24px; }
#footer .sl-socials a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 999px; background: #171717; border: 1px solid #262626; color: #A3A3A3; transition: background .2s, color .2s; }
#footer .sl-socials a:hover { background: #fff; color: #000; }
#footer .sl-footer-title { margin: 0 0 12px; font-family: var(--sl-sans); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
#footer .sl-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 12px; }
#footer .sl-footer-links a { color: #A3A3A3; text-decoration: none; transition: color .2s; }
#footer .sl-footer-links a:hover { color: #fff; }
#footer .sl-footer-contact { display: grid; gap: 8px; font-size: 12px; color: #D4D4D4; }
#footer .sl-footer-contact p { display: flex; align-items: flex-start; gap: 8px; margin: 0; }
#footer .sl-footer-contact .sl-icon { color: #fff; margin-top: 1px; }
#footer .sl-footer-contact a { color: #D4D4D4; text-decoration: none; }
#footer .sl-footer-contact small { font-size: 11px; color: var(--sl-soft); }
#footer .sl-footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; width: 100%; font-size: 12px; color: var(--sl-soft); }
#footer .sl-footer-bottom p { margin: 0; }
#footer .sl-footer-pay { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-size: 12px; color: #A3A3A3; }
@media (max-width: 999px) { #footer .sl-footer-pay { justify-content: center; } }
@media (max-width: 689px) { #footer .sl-footer-bottom { justify-content: center; text-align: center; } }

/* Footer credit */
#footer .sl-credit { display: inline-block; margin-top: 8px; font-size: 11px; letter-spacing: .08em; color: #8A8A8A; }\n#footer .sl-credit strong { font-weight: 500; color: #B8B8B8; }
