/** Shopify CDN: Minification failed

Line 39:0 All "@import" rules must come first

**/
/* ===========================================================
   Sol Living — design system + custom homepage section styles
   Mirrors handoff/Sol Living Home Page.html as faithfully as possible.
   Loaded after theme.css and next.css in layout/theme.liquid.
   =========================================================== */

:root {
  --sl-bg: #ffffff;
  --sl-bg-soft: #FAF6F0;
  --sl-bg-section: #F2EBE0;
  --sl-ink: #1A1A1A;
  --sl-ink-2: #444;
  --sl-mute: #8A8480;
  --sl-line: #E8E2D6;
  --sl-plum: #5B3E5C;
  --sl-plum-deep: #432D45;
  --sl-plum-tint: #EFE6F0;
  --sl-sun: #E8B452;
  --sl-sale: #C04830;
  --sl-success: #4A7C59;
  --sl-orange: #C9531B;
  --sl-orange-deep: #A8421A;
  /* ---- Expanse live-theme brand palette (PDP/collection align to these) ---- */
  --sl-brand: #f78e1d;          /* Expanse color_button / announcement */
  --sl-brand-deep: #d9760f;     /* darker hover for brand orange */
  --sl-brand-tint: #fcf4f1;     /* Expanse scheme_3 warm cream */
  --sl-price: #202020;          /* Expanse color_price */
  --sl-sale-red: #ba4444;       /* Expanse color_sale_tag / savings */
  --sl-border: #e8e8e1;         /* Expanse color_borders */
  --sl-maxw: 1440px;
  --sl-gutter: clamp(16px, 3vw, 40px);
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* Global typography — Maanga style: clean geometric sans throughout, bold tight headings */
body,
button,
input,
select,
textarea,
.btn,
h1, h2, h3, h4, h5, h6,
.section-header__title, .product-single__title, .grid-product__title {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
}
/* Maanga headings: bold, tight tracking */
h1, h2, h3, h4, .h1, .h2, .h3,
.section-header__title, .product-single__title, .collection-hero__title {
  font-weight: 700; letter-spacing: -0.015em;
}

/* ============ Reusable container ============ */
.sl-container {
  max-width: var(--sl-maxw);
  margin: 0 auto;
  padding: 0 var(--sl-gutter);
}

/* ============ Buttons ============ */
.sl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}
.sl-btn--primary { background: var(--sl-plum); color: #fff; }
.sl-btn--primary:hover { background: var(--sl-plum-deep); color: #fff; }
.sl-btn--orange {
  background: var(--sl-orange);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.sl-btn--orange:hover { background: var(--sl-orange-deep); color: #fff; }
.sl-btn--ink { background: var(--sl-ink); color: #fff; }
.sl-btn--ink:hover { background: #000; color: #fff; }
.sl-btn--light { background: #fff; color: var(--sl-ink); border-color: var(--sl-ink); }
.sl-btn--light:hover { background: var(--sl-ink); color: #fff; }
.sl-btn--outline { background: transparent; color: var(--sl-ink); border-color: var(--sl-ink); }
.sl-btn--outline:hover { background: var(--sl-ink); color: #fff; }
.sl-btn--outline-light { background: transparent; color: #fff; border-color: #fff; }
.sl-btn--outline-light:hover { background: #fff; color: var(--sl-ink); }
.sl-btn--sm { padding: 10px 16px; font-size: 12px; }

/* ============ Section spacing + heads ============ */
.sl-section { padding: clamp(50px, 6vw, 80px) 0; }
.sl-section--tight { padding: clamp(30px, 4vw, 50px) 0; }
.sl-section--bg-soft { background: var(--sl-bg-soft); }
.sl-section--bg-section { background: var(--sl-bg-section); }

.sl-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.sl-section-head .left h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.sl-section-head .left .sub { color: var(--sl-mute); font-size: 14px; margin-top: 6px; }
.sl-section-head .right { display: flex; gap: 12px; align-items: center; color: var(--sl-ink-2); font-size: 14px; }
.sl-section-head .right a { font-weight: 700; border-bottom: 1.5px solid var(--sl-ink); padding-bottom: 1px; color: inherit; text-decoration: none; }

/* ============ Hero (carousel) ============ */
.sl-hero-carousel {
  position: relative;
  height: clamp(480px, 72vh, 680px);
  overflow: hidden;
  background: #C9B8A8;
}
.sl-hero-track { position: absolute; inset: 0; }
.sl-hero {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity .6s ease;
  background: #C9B8A8;
}
.sl-hero.is-active { opacity: 1; visibility: visible; z-index: 1; }
.sl-hero__img {
  position: absolute; inset: 0;
  background-size: cover;
  /* lifestyle product shots: subject sits right-of-centre, keep them in frame */
  background-position: 78% center;
}
.sl-hero__img::after {
  content: ""; position: absolute; inset: 0;
  /* stronger left scrim so white text stays legible over a bright studio shot */
  background: linear-gradient(to right, rgba(20,16,12,.62) 0%, rgba(20,16,12,.34) 42%, rgba(20,16,12,.05) 72%, rgba(0,0,0,0) 100%);
}
.sl-hero__body {
  position: relative; z-index: 1;
  height: 100%;
  display: flex; align-items: center;
}
.sl-hero__arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: background .15s ease;
}
.sl-hero__arrow:hover { background: rgba(255,255,255,.3); }
.sl-hero__arrow--prev { left: 24px; }
.sl-hero__arrow--next { right: 24px; }
.sl-hero__dots {
  display: flex; gap: 8px; align-items: center;
}
.sl-hero__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: 0; padding: 0;
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.sl-hero__dot.is-active { background: #fff; width: 22px; border-radius: 999px; }
@media (max-width: 640px) {
  .sl-hero__arrow { width: 36px; height: 36px; }
  .sl-hero__arrow--prev { left: 12px; }
  .sl-hero__arrow--next { right: 12px; }
}
.sl-hero__content { max-width: 560px; color: #fff; }
.sl-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  color: #fff; padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 22px;
}
.sl-hero__eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sl-sun); }
.sl-hero__title {
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.02;
  margin: 0 0 18px;
  color: #fff;
}
.sl-hero__sub {
  font-size: 16.5px; max-width: 460px; margin: 0 0 30px;
  color: rgba(255,255,255,.92); line-height: 1.55;
}
.sl-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.sl-hero__meta {
  position: absolute; left: var(--sl-gutter); right: var(--sl-gutter); bottom: 24px;
  display: flex; justify-content: space-between; align-items: center;
  color: #fff; font-size: 12.5px; z-index: 1;
}
.sl-hero__meta .stats { display: flex; gap: 24px; align-items: center; }
.sl-hero__meta .stat b { font-weight: 700; font-size: 15px; }

/* ============ Promo trio (3 banner cards) ============ */
.sl-promo-trio { padding: clamp(40px, 5vw, 70px) 0; background: #fff; }
.sl-promo-trio__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.sl-promo-card {
  position: relative;
  aspect-ratio: 3/2;
  border-radius: 4px; overflow: hidden;
  background-size: cover; background-position: center;
  color: #fff;
  display: flex; align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  background-color: #5B3E5C;
}
.sl-promo-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.05) 60%, transparent);
}
.sl-promo-card > * { position: relative; z-index: 1; }
.sl-promo-card__label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: .9; margin-bottom: 6px; color: #fff; }
.sl-promo-card__title { font-size: clamp(20px, 2.4vw, 28px); margin: 0 0 4px; font-weight: 700; color: #fff; }
.sl-promo-card__sub { font-size: 13.5px; opacity: .9; margin-bottom: 14px; color: #fff; }
.sl-promo-card__cta {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px; padding-bottom: 3px;
  border-bottom: 1.5px solid #fff;
  color: #fff;
}
.sl-promo-card__tag {
  position: absolute; top: 16px; right: 16px;
  background: var(--sl-sun); color: var(--sl-ink); font-weight: 800;
  font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 2px;
  z-index: 1;
}
.sl-promo-card--sale .sl-promo-card__tag { background: var(--sl-sale); color: #fff; }

/* ============ Categories ============ */
.sl-cats { background: var(--sl-bg-soft); }
.sl-cats__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.sl-cat {
  position: relative; text-align: center;
  padding: 22px 12px 18px;
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 4px;
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none; color: inherit;
}
.sl-cat:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,0,0,.08); }
.sl-cat__thumb {
  width: 92px; height: 92px; border-radius: 50%;
  margin: 0 auto 14px;
  background-size: cover; background-position: center;
  background-color: var(--sl-bg-section);
}
.sl-cat__name { font-size: 14px; font-weight: 700; color: var(--sl-ink); margin-bottom: 2px; }
.sl-cat__count { font-size: 11.5px; color: var(--sl-mute); font-weight: 500; }

/* ============ Product grid ============ */
.sl-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sl-product {
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 4px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .15s ease, box-shadow .15s ease;
  text-decoration: none; color: inherit;
}
.sl-product:hover { border-color: var(--sl-ink); box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.sl-product__frame {
  position: relative; aspect-ratio: 1/1;
  background-color: var(--sl-bg-section);
  overflow: hidden;
}
.sl-product__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-product__badges {
  position: absolute; top: 12px; left: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.sl-badge {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 2px;
  background: var(--sl-ink); color: #fff;
}
.sl-badge--sale { background: var(--sl-sale); color: #fff; }
.sl-badge--new { background: var(--sl-plum); color: #fff; }
.sl-badge--best { background: var(--sl-sun); color: var(--sl-ink); }
.sl-product__wish {
  position: absolute; top: 10px; right: 10px;
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; color: var(--sl-ink);
  display: inline-flex; align-items: center; justify-content: center;
  border: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  cursor: pointer;
}
.sl-product__info { padding: 14px 16px 16px; }
.sl-product__cat-tag { font-size: 11.5px; color: var(--sl-mute); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
.sl-product__title { font-size: 14.5px; font-weight: 600; color: var(--sl-ink); margin: 0 0 8px; line-height: 1.3; }
.sl-product__price-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sl-product__price { display: flex; align-items: baseline; gap: 6px; }
.sl-product__price b { font-size: 16px; font-weight: 800; color: var(--sl-ink); }
.sl-product__price s { color: var(--sl-mute); font-size: 13px; font-weight: 500; }
.sl-product__price .off { color: var(--sl-sale); font-size: 12px; font-weight: 700; margin-left: 2px; }

/* Tab strip */
.sl-tabs { display: flex; gap: 6px; margin-bottom: 28px; border-bottom: 1px solid var(--sl-line); flex-wrap: wrap; }
.sl-tab {
  background: transparent; border: 0;
  padding: 14px 18px;
  font-size: 14px; font-weight: 600;
  color: var(--sl-mute);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}
.sl-tab__count { background: var(--sl-bg-section); color: var(--sl-ink-2); padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.sl-tab.is-active { color: var(--sl-ink); border-bottom-color: var(--sl-ink); }
.sl-tab.is-active .sl-tab__count { background: var(--sl-ink); color: #fff; }

.sl-tab-panel { display: none; }
.sl-tab-panel.is-active { display: block; }

/* ============ Sale banner ============ */
.sl-sale-banner {
  position: relative;
  min-height: 360px;
  border-radius: 4px; overflow: hidden;
  background-size: cover; background-position: center;
  background-color: var(--sl-plum-deep);
  color: #fff;
  padding: clamp(30px, 4vw, 60px);
  display: flex; align-items: center;
}
.sl-sale-banner::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(67,45,69,.85), rgba(67,45,69,.25) 70%, transparent);
}
.sl-sale-banner__inner { position: relative; z-index: 1; max-width: 480px; }
.sl-sale-banner__tag {
  display: inline-block; background: var(--sl-sun); color: var(--sl-ink);
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px; margin-bottom: 16px;
}
.sl-sale-banner__title {
  font-size: clamp(34px, 4vw, 52px); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 14px;
  color: #fff;
}
.sl-sale-banner__title em { font-style: normal; color: var(--sl-sun); }
.sl-sale-banner__sub { color: rgba(255,255,255,.9); margin: 0 0 22px; font-size: 15px; max-width: 420px; }
.sl-sale-banner__timer { display: flex; gap: 10px; margin-bottom: 24px; }
.sl-sale-banner__unit {
  background: rgba(255,255,255,.12); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  padding: 8px 14px; border-radius: 4px;
  text-align: center; min-width: 60px;
}
.sl-sale-banner__v { font-size: 20px; font-weight: 800; line-height: 1; display: block; margin-bottom: 2px; }
.sl-sale-banner__k { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,.8); }

/* ============ Bundles ============ */
.sl-bundles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sl-bundle {
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 4px; overflow: hidden;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
}
.sl-bundle__frame {
  aspect-ratio: 5/3;
  background-size: cover; background-position: center;
  background-color: var(--sl-bg-section);
  position: relative;
}
.sl-bundle__save {
  position: absolute; top: 12px; left: 12px;
  background: var(--sl-success); color: #fff;
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px;
}
.sl-bundle__body { padding: 18px 20px 20px; }
.sl-bundle__tag { font-size: 11.5px; color: var(--sl-plum); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.sl-bundle__title { font-size: 18px; font-weight: 700; margin: 0 0 8px; color: var(--sl-ink); }
.sl-bundle__desc { color: var(--sl-ink-2); font-size: 13.5px; margin: 0 0 14px; }
.sl-bundle__incl { font-size: 12.5px; color: var(--sl-mute); margin-bottom: 14px; }
.sl-bundle__incl b { color: var(--sl-ink); font-weight: 600; }
.sl-bundle__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding-top: 14px; border-top: 1px solid var(--sl-line);
}
.sl-bundle__price b { font-size: 18px; font-weight: 800; }
.sl-bundle__price s { color: var(--sl-mute); font-size: 13px; margin-left: 6px; }

/* ============ Trust strip ============ */
.sl-strip { background: var(--sl-bg-section); padding: 28px 0; border-top: 1px solid var(--sl-line); border-bottom: 1px solid var(--sl-line); }
.sl-strip__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sl-strip__item { display: flex; align-items: center; gap: 14px; padding: 6px 14px; }
.sl-strip__ic {
  width: 40px; height: 40px; border-radius: 50%; background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sl-plum); flex-shrink: 0;
  border: 1px solid var(--sl-line);
}
.sl-strip__t { font-weight: 700; font-size: 13.5px; color: var(--sl-ink); margin-bottom: 2px; }
.sl-strip__d { font-size: 12.5px; color: var(--sl-mute); }

/* ============ Newsletter ============ */
.sl-news { background: var(--sl-plum); color: #fff; }
.sl-news__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.sl-news__title { color: #fff; font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin: 0 0 12px; }
.sl-news__title em { font-style: normal; color: var(--sl-sun); }
.sl-news__body { color: rgba(255,255,255,.85); margin-bottom: 18px; max-width: 440px; }
.sl-news__perks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.sl-news__perks li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.95); }
.sl-news__perks li::before { content: "✓"; color: var(--sl-sun); font-weight: 800; font-size: 14px; }
.sl-news__form { background: #fff; border-radius: 4px; padding: 8px; display: flex; gap: 8px; max-width: 460px; }
.sl-news__form input[type="email"] { flex: 1; border: 0; outline: 0; font-family: inherit; font-size: 14.5px; padding: 12px 14px; color: var(--sl-ink); background: transparent; }
.sl-news__small { font-size: 11.5px; color: rgba(255,255,255,.7); margin-top: 12px; }

/* ============ Instagram strip ============ */
.sl-insta__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.sl-insta__tile {
  aspect-ratio: 1/1; position: relative;
  background-size: cover; background-position: center;
  background-color: var(--sl-bg-section);
  overflow: hidden;
  display: block;
}
.sl-insta__overlay {
  position: absolute; inset: 0;
  background: rgba(91,62,92,.7); color: #fff;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s ease;
  font-size: 13px; font-weight: 600;
}
.sl-insta__tile:hover .sl-insta__overlay { opacity: 1; }

/* ============ Header restyle (preserves Expanse markup) ============ */
.site-header,
.header-wrapper {
  background: #fff !important;
  border-bottom: 1px solid var(--sl-line);
}
.site-header__element--top,
.header-layout {
  min-height: 76px;
}
.header-item--logo img,
.header-logo img {
  max-height: 48px !important;
  width: auto;
}

/* Search pill */
.site-header__search,
.site-header__search-container,
.header-item--search {
  background: transparent;
}
.site-header__search input[type="search"],
.header-search-input,
.search-bar input[type="search"],
.header-item--search input[type="search"] {
  background: var(--sl-bg-soft) !important;
  border: 1px solid var(--sl-line) !important;
  border-radius: 999px !important;
  padding: 10px 18px 10px 40px !important;
  font-size: 14px !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  color: var(--sl-ink) !important;
  height: auto !important;
}

/* Nav links */
.site-nav__link,
.site-nav__link--underline,
.site-nav__link--has-dropdown {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: var(--sl-ink) !important;
  padding: 14px 14px !important;
}
.site-nav__link:hover { color: var(--sl-plum) !important; }

/* Icons */
.site-header__icons,
.header-item--icons {
  display: flex;
  gap: 6px;
  align-items: center;
}
.site-header__icons-wrapper a,
.header-item--icons a,
.site-header__icon {
  position: relative;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: var(--sl-ink) !important;
  transition: background .15s ease;
}
.site-header__icons-wrapper a:hover,
.header-item--icons a:hover {
  background: var(--sl-bg-soft) !important;
}
.site-header__cart-count,
.cart-count-bubble,
.header__cart-count {
  background: var(--sl-plum) !important;
  color: #fff !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5px !important;
  position: absolute;
  top: 2px; right: 2px;
}

/* Announcement / promo bar */
.announcement-bar,
.toolbar__item--announcements,
.toolbar--has-announcement {
  background: var(--sl-plum) !important;
  color: #fff !important;
}
.announcement-bar a { color: #fff !important; }
.announcement-bar__message,
.announcement-bar p {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
  color: #fff !important;
}

/* ============ Footer restyle ============ */
.site-footer,
.site-footer__bottom,
.site-footer-wrapper {
  background: var(--sl-ink) !important;
  color: rgba(255,255,255,.7) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
}
.site-footer__column-title,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .h4,
.footer__heading {
  color: #fff !important;
  font-size: 12.5px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  margin-bottom: 16px !important;
}
.site-footer a,
.site-footer__linklist a {
  color: rgba(255,255,255,.65) !important;
  font-size: 13.5px;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff !important;
}
.site-footer__linklist,
.site-footer ul {
  list-style: none; padding: 0; margin: 0;
}
.site-footer__linklist li,
.site-footer ul li {
  margin-bottom: 9px;
}
.site-footer__copyright,
.site-footer__bottom-block {
  color: rgba(255,255,255,.5) !important;
  font-size: 12.5px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  margin-top: 24px;
}
/* Social icons inside footer */
.site-footer .social-icons a,
.site-footer__social a {
  width: 34px; height: 34px;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  display: inline-flex !important;
  align-items: center; justify-content: center;
  color: rgba(255,255,255,.8) !important;
  background: transparent !important;
}
.site-footer .social-icons a:hover,
.site-footer__social a:hover {
  background: var(--sl-plum) !important;
  border-color: var(--sl-plum) !important;
  color: #fff !important;
}
/* Payment chips */
.site-footer__payment img,
.site-footer .payment-icons {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9;
}

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .sl-promo-trio__grid { grid-template-columns: 1fr; }
  .sl-cats__grid { grid-template-columns: repeat(3, 1fr); }
  .sl-product-grid { grid-template-columns: repeat(2, 1fr); }
  .sl-bundles { grid-template-columns: 1fr; }
  .sl-news__inner { grid-template-columns: 1fr; gap: 24px; }
  .sl-strip__row { grid-template-columns: 1fr 1fr; }
  .sl-insta__grid { grid-template-columns: repeat(3, 1fr); }
  .sl-hero__meta { display: none; }
}
@media (max-width: 640px) {
  .sl-product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .sl-product__info { padding: 10px 12px 12px; }
  .sl-product__title { font-size: 13.5px; }
  .sl-product__price b { font-size: 14px; }
  .sl-cats__grid { grid-template-columns: repeat(2, 1fr); }
  .sl-insta__grid { grid-template-columns: repeat(2, 1fr); }
  .sl-tabs { overflow-x: auto; flex-wrap: nowrap; }
}

/* ===========================================================
   PDP (sl-pdp) + Collection (sl-collection) — aligned to
   Expanse live brand palette (orange #f78e1d, sale #ba4444).
   =========================================================== */

/* ---------------- PDP ---------------- */
.sl-pdp { padding: clamp(20px, 3vw, 36px) 0 0; }
.sl-pdp__crumb { font-size: 12.5px; color: var(--sl-mute); margin-bottom: 18px; }
.sl-pdp__crumb a { color: var(--sl-mute); text-decoration: none; }
.sl-pdp__crumb a:hover { color: var(--sl-ink); }
.sl-pdp__crumb span { margin: 0 6px; opacity: .5; }

.sl-pdp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

/* Gallery */
.sl-gallery { position: sticky; top: 90px; }
.sl-gallery__main {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--sl-brand-tint);
  border: 1px solid var(--sl-border);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}
.sl-gallery__main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-gallery__badges { position: absolute; top: 14px; left: 14px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.sl-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.sl-gallery__thumb {
  aspect-ratio: 1/1; border: 1px solid var(--sl-border); border-radius: 4px;
  overflow: hidden; cursor: pointer; background: var(--sl-brand-tint); padding: 0;
}
.sl-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-gallery__thumb.is-active { border-color: var(--sl-ink); border-width: 2px; }

/* Buy box */
.sl-buybox__type { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sl-brand); margin-bottom: 8px; }
.sl-buybox__title { font-size: clamp(24px, 3vw, 34px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; margin: 0 0 12px; color: var(--sl-ink); }
.sl-buybox__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: 13px; color: var(--sl-mute); }
.sl-buybox__rating .stars { color: var(--sl-brand); letter-spacing: 1px; font-size: 14px; }
.sl-buybox__rating a { color: var(--sl-mute); text-decoration: underline; }

.sl-price-block { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.sl-price-block .now { font-size: 26px; font-weight: 800; color: var(--sl-price); }
.sl-price-block .was { font-size: 16px; color: var(--sl-mute); text-decoration: line-through; }
.sl-price-block .save { font-size: 12.5px; font-weight: 800; color: #fff; background: var(--sl-sale-red); padding: 3px 8px; border-radius: 3px; text-transform: uppercase; letter-spacing: .03em; }
.sl-price-history { font-size: 12px; color: var(--sl-mute); text-decoration: underline; background: none; border: 0; cursor: pointer; padding: 0; margin-bottom: 20px; }

.sl-opt { margin-bottom: 20px; }
.sl-opt__label { font-size: 13px; font-weight: 700; color: var(--sl-ink); margin-bottom: 8px; }
.sl-opt__label .val { font-weight: 500; color: var(--sl-mute); }
.sl-opt__values { display: flex; flex-wrap: wrap; gap: 8px; }
.sl-swatch {
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--sl-border); box-shadow: 0 0 0 2px #fff inset; position: relative;
}
.sl-swatch.is-active { box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px var(--sl-ink); }
.sl-swatch.is-soldout { opacity: .35; position: relative; }
.sl-swatch.is-soldout::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top left, transparent 45%, var(--sl-mute) 45%, var(--sl-mute) 55%, transparent 55%); border-radius: 50%; }
.sl-size-opt.is-soldout { opacity: .4; text-decoration: line-through; }
.sl-size-opt {
  padding: 10px 16px; border: 1px solid var(--sl-border); border-radius: 3px;
  background: #fff; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--sl-ink);
  font-family: inherit;
}
.sl-size-opt.is-active { border-color: var(--sl-ink); background: var(--sl-ink); color: #fff; }

/* ----- Buy box: quantity + Add to cart + Buy with Shop on ONE row -----
   Shopify hoists the dynamic-checkout button to be a direct child of the
   <form>, so we lay the form out as a flex-wrap row: most fields break to
   their own full-width line, while .sl-qty + .sl-addcart + .sl-dynamic-checkout
   flow together on a single line. */
.sl-buy-grid { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px; }
/* Full-width form rows (force a line break before/after) */
.sl-buy-grid > .sl-price-block,
.sl-buy-grid > .sl-opt,
.sl-buy-grid > .sl-bnpl,
.sl-buy-grid > input[type="hidden"] { flex: 1 1 100%; margin: 0; }
.sl-buy-grid > .sl-price-block { margin-bottom: 4px; }
.sl-buy-grid > .sl-opt { margin-bottom: 8px; }
.sl-buy-grid > .sl-bnpl { margin-top: 2px; }

.sl-qty { display: inline-flex; align-items: center; border: 1px solid var(--sl-border); border-radius: 999px; overflow: hidden; flex: 0 0 auto; height: 52px; }
.sl-qty button { width: 40px; height: 100%; border: 0; background: #fff; font-size: 18px; cursor: pointer; color: var(--sl-ink); }
.sl-qty input { width: 34px; text-align: center; border: 0; font-family: inherit; font-size: 15px; -moz-appearance: textfield; }
.sl-qty input::-webkit-outer-spin-button, .sl-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.sl-addcart {
  flex: 1 1 160px; min-width: 0; height: 52px;
  background: var(--sl-ink); color: #fff; border: 0; border-radius: 999px;
  font-size: 14.5px; font-weight: 700; letter-spacing: 0; text-transform: none;
  cursor: pointer; padding: 0 18px; transition: background .15s ease;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sl-addcart:hover { background: #000; }
.sl-addcart:disabled { background: var(--sl-mute); cursor: not-allowed; }

/* Buy with Shop / dynamic checkout — third item in the row; More payment options drops below it */
/* Shop Pay / dynamic checkout renders via <shopify-accelerated-checkout>.
   Pin the wrapper to a fixed 52px box that aligns with the Add-to-cart pill,
   and vertically centre the component inside it so the purple button lines up
   exactly with Add-to-cart regardless of the component's internal spacing. */
/* The <shopify-accelerated-checkout> component renders its button at its top
   edge, but the component box sits ~10px below the Add-to-cart pill in this row.
   align-self:flex-start + a measured -10px margin-top lands the purple button's
   top exactly on the Add-to-cart top (both 52px tall). */
.sl-dynamic-checkout {
  flex: 1 1 160px; min-width: 0; align-self: flex-start; margin-top: -10px;
}
.sl-dynamic-checkout .shopify-payment-button { min-width: 0; }
.sl-dynamic-checkout shopify-accelerated-checkout,
.sl-dynamic-checkout .shopify-payment-button {
  --shopify-accelerated-checkout-button-block-size: 52px;
  --shopify-accelerated-checkout-button-border-radius: 999px;
  display: block;
}
.sl-dynamic-checkout .shopify-payment-button__button { border-radius: 999px !important; height: 52px !important; }

@media (max-width: 600px) {
  /* Stack on narrow screens: qty its own line, then ATC + Shop full width */
  .sl-qty { width: 100%; justify-content: space-between; }
  .sl-qty input { flex: 1; width: auto; }
  .sl-addcart, .sl-dynamic-checkout { flex: 1 1 100%; }
}

/* Wishlist heart — floating top-right of gallery (matches reference) */
.sl-gallery__wish {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sl-ink); box-shadow: 0 2px 8px rgba(0,0,0,.12);
  transition: color .15s ease, transform .15s ease;
}
.sl-gallery__wish:hover { color: var(--sl-sale-red); transform: scale(1.08); }

.sl-ship-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--sl-success); margin-bottom: 22px; font-weight: 600; }

/* Trust row */
.sl-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px 0; border-top: 1px solid var(--sl-border); border-bottom: 1px solid var(--sl-border); margin-bottom: 22px; }
.sl-trust-row .item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; font-size: 11.5px; color: var(--sl-ink-2); font-weight: 600; }
.sl-trust-row .item svg { color: var(--sl-brand); }

/* Accordions */
.sl-acc { border-top: 1px solid var(--sl-border); }
.sl-acc__item { border-bottom: 1px solid var(--sl-border); }
.sl-acc__head { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 16px 2px; background: none; border: 0; cursor: pointer; font-size: 14px; font-weight: 700; color: var(--sl-ink); font-family: inherit; text-align: left; }
.sl-acc__head .ico { transition: transform .2s ease; }
.sl-acc__item.is-open .sl-acc__head .ico { transform: rotate(45deg); }
.sl-acc__body { display: none; padding: 0 2px 18px; font-size: 14px; line-height: 1.6; color: var(--sl-ink-2); }
.sl-acc__item.is-open .sl-acc__body { display: block; }
.sl-acc__body p { margin: 0 0 10px; }

/* Spec table */
.sl-spec { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.sl-spec tr { border-bottom: 1px solid var(--sl-border); }
.sl-spec td { padding: 9px 4px; }
.sl-spec td:first-child { color: var(--sl-mute); font-weight: 600; width: 40%; }
.sl-spec td:last-child { color: var(--sl-ink); }

/* Benefit blocks */
.sl-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 18px; }
.sl-benefit { padding: 20px; border: 1px solid var(--sl-border); border-radius: 6px; background: var(--sl-brand-tint); }
.sl-benefit .ic { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--sl-brand); margin-bottom: 12px; border: 1px solid var(--sl-border); }
.sl-benefit h4 { font-size: 14px; font-weight: 700; margin: 0 0 6px; color: var(--sl-ink); }
.sl-benefit p { font-size: 13px; line-height: 1.5; color: var(--sl-ink-2); margin: 0; }

/* Complete your studio */
.sl-studio { padding: clamp(40px, 5vw, 64px) 0; }
.sl-studio__rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

@media (max-width: 900px) {
  .sl-pdp__grid { grid-template-columns: 1fr; }
  .sl-gallery { position: static; }
  .sl-studio__rail { grid-template-columns: repeat(2, 1fr); }
  .sl-benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .sl-trust-row { grid-template-columns: 1fr; gap: 14px; }
  .sl-studio__rail { grid-template-columns: 1fr 1fr; }
  .sl-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
}

/* ---------------- Collection enhancements ---------------- */
.sl-coll-intro { padding: clamp(24px, 3vw, 40px) 0 6px; }
.sl-coll-intro__title { font-size: clamp(26px, 3vw, 36px); font-weight: 700; letter-spacing: -.02em; margin: 0 0 10px; color: var(--sl-ink); }
.sl-coll-intro__text { max-width: 720px; color: var(--sl-ink-2); font-size: 15px; line-height: 1.6; margin: 0 0 18px; }
.sl-coll-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.sl-coll-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border: 1px solid var(--sl-border); border-radius: 999px;
  font-size: 13px; font-weight: 600; color: var(--sl-ink); text-decoration: none;
  background: #fff; transition: all .15s ease;
}
.sl-coll-chip:hover, .sl-coll-chip.is-active { background: var(--sl-brand); border-color: var(--sl-brand); color: #fff; }
.sl-coll-banner {
  position: relative; border-radius: 6px; overflow: hidden; margin-bottom: 10px;
  min-height: 200px; display: flex; align-items: center;
  background-size: cover; background-position: center; background-color: var(--sl-brand-tint);
}
.sl-coll-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.05)); }
.sl-coll-banner__inner { position: relative; z-index: 1; padding: clamp(24px, 4vw, 48px); color: #fff; max-width: 540px; }
.sl-coll-banner__inner h1 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 8px; color: #fff; }
.sl-coll-banner__inner p { font-size: 15px; color: rgba(255,255,255,.92); margin: 0; }

/* ===========================================================
   About / Contact / Article pages — Expanse brand palette
   =========================================================== */

/* Shared brand button */
.sl-btn--brand { background: var(--sl-brand); color: #fff; }
.sl-btn--brand:hover { background: var(--sl-brand-deep); color: #fff; }
.sl-btn--block { width: 100%; }

/* ---------------- About ---------------- */
.sl-about-hero {
  position: relative; min-height: clamp(340px, 48vw, 520px);
  display: flex; align-items: center;
  background-size: cover; background-position: center;
  background-color: var(--sl-brand-tint);
}
.sl-about-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.1)); }
.sl-about-hero__inner { position: relative; z-index: 1; max-width: 640px; color: #fff; padding: 40px 0; }
.sl-about-hero__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; color: var(--sl-brand); }
.sl-about-hero__title { font-size: clamp(32px, 5vw, 58px); font-weight: 800; letter-spacing: -.025em; line-height: 1.05; margin: 0 0 16px; color: #fff; }
.sl-about-hero__sub { font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.92); margin: 0; max-width: 520px; }

.sl-about-tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sl-brand); margin-bottom: 12px; }
.sl-about-mission__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.sl-about-mission__copy h2 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 700; letter-spacing: -.02em; margin: 0 0 16px; }
.sl-about-mission__copy .rte { color: var(--sl-ink-2); font-size: 15.5px; line-height: 1.7; }
.sl-about-mission__img { aspect-ratio: 4/3; border-radius: 8px; background-size: cover; background-position: center; background-color: var(--sl-brand-tint); }

.sl-about-pillars__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.sl-about-pillar { background: #fff; border: 1px solid var(--sl-border); border-radius: 8px; padding: 28px 24px; text-align: center; }
.sl-about-pillar__ic { width: 52px; height: 52px; border-radius: 50%; background: var(--sl-brand-tint); color: var(--sl-brand); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.sl-about-pillar h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.sl-about-pillar p { font-size: 14px; line-height: 1.55; color: var(--sl-ink-2); margin: 0; }

.sl-about-elements__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.sl-about-element { text-align: center; padding: 24px 12px; border: 1px solid var(--sl-border); border-radius: 8px; background: var(--sl-brand-tint); }
.sl-about-element__name { font-size: 18px; font-weight: 800; color: var(--sl-brand); text-transform: capitalize; margin-bottom: 6px; }
.sl-about-element__label { font-size: 12.5px; color: var(--sl-ink-2); line-height: 1.4; }

.sl-about-cta__inner { text-align: center; max-width: 640px; margin: 0 auto; }
.sl-about-cta__inner h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; }
.sl-about-cta__inner p { font-size: 16px; color: var(--sl-ink-2); margin: 0 0 24px; }
.sl-about-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 800px) {
  .sl-about-mission__grid { grid-template-columns: 1fr; }
  .sl-about-elements__row { grid-template-columns: 1fr 1fr; }
}

/* ---------------- Contact ---------------- */
.sl-contact__head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.sl-contact__head h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; }
.sl-contact__head p { font-size: 16px; color: var(--sl-ink-2); margin: 0; }
.sl-contact__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(28px, 5vw, 56px); max-width: 980px; margin: 0 auto; }
.sl-contact__item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.sl-contact__ic { width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; background: var(--sl-brand-tint); color: var(--sl-brand); display: inline-flex; align-items: center; justify-content: center; }
.sl-contact__k { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--sl-mute); margin-bottom: 3px; }
.sl-contact__item a { color: var(--sl-ink); font-weight: 600; text-decoration: none; }
.sl-contact__item a:hover { color: var(--sl-brand); }
.sl-contact__faq { display: inline-block; margin-top: 6px; color: var(--sl-brand); font-weight: 700; text-decoration: none; }
.sl-contact__note { margin-top: 18px; font-size: 13px; color: var(--sl-mute); }
.sl-contact__formwrap { background: #fff; border: 1px solid var(--sl-border); border-radius: 8px; padding: clamp(24px, 4vw, 36px); }
.sl-field { margin-bottom: 18px; }
.sl-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--sl-ink); }
.sl-field input, .sl-field textarea { width: 100%; border: 1px solid var(--sl-border); border-radius: 4px; padding: 12px 14px; font-family: inherit; font-size: 14.5px; color: var(--sl-ink); }
.sl-field input:focus, .sl-field textarea:focus { outline: none; border-color: var(--sl-brand); }
.sl-contact__success { background: #ecf6ee; color: var(--sl-success); border: 1px solid var(--sl-success); border-radius: 4px; padding: 12px 14px; margin-bottom: 18px; font-size: 14px; }
.sl-contact__error { background: #fdecec; color: var(--sl-sale-red); border: 1px solid var(--sl-sale-red); border-radius: 4px; padding: 12px 14px; margin-bottom: 18px; font-size: 14px; }
@media (max-width: 800px) { .sl-contact__grid { grid-template-columns: 1fr; } }

/* ---------------- Article ---------------- */
.sl-article { padding: clamp(24px, 4vw, 44px) 0 clamp(48px, 6vw, 80px); }
.sl-article__container { max-width: 820px; }
.sl-article__head { margin: 14px 0 24px; }
.sl-article__cat { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--sl-brand); margin-bottom: 12px; }
.sl-article__title { font-size: clamp(30px, 4.4vw, 50px); font-weight: 800; letter-spacing: -.025em; line-height: 1.08; margin: 0 0 14px; }
.sl-article__meta { font-size: 13.5px; color: var(--sl-mute); display: flex; gap: 8px; align-items: center; }
.sl-article__meta .dot { opacity: .5; }
.sl-article__hero { border-radius: 8px; overflow: hidden; margin-bottom: 32px; }
.sl-article__hero img { width: 100%; display: block; }
.sl-article__body { font-size: 17px; line-height: 1.75; color: var(--sl-ink-2); }
.sl-article__body h2 { font-size: 26px; font-weight: 700; margin: 32px 0 12px; color: var(--sl-ink); letter-spacing: -.01em; }
.sl-article__body h3 { font-size: 20px; font-weight: 700; margin: 24px 0 10px; color: var(--sl-ink); }
.sl-article__body p { margin: 0 0 18px; }
.sl-article__body a { color: var(--sl-brand); text-decoration: underline; }
.sl-article__body img { border-radius: 6px; margin: 18px 0; }
.sl-article__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.sl-article__news { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: var(--sl-brand-tint); border: 1px solid var(--sl-border); border-radius: 8px; padding: 28px; margin: 36px 0; }
.sl-article__news h3 { font-size: 20px; font-weight: 800; margin: 0 0 6px; }
.sl-article__news p { font-size: 14px; color: var(--sl-ink-2); margin: 0; }
.sl-article__news-form { display: flex; gap: 8px; }
.sl-article__news-form input { border: 1px solid var(--sl-border); border-radius: 4px; padding: 11px 14px; font-family: inherit; font-size: 14px; min-width: 220px; }
.sl-article__related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sl-article-card { text-decoration: none; color: inherit; border: 1px solid var(--sl-border); border-radius: 8px; overflow: hidden; display: block; transition: box-shadow .15s ease; }
.sl-article-card:hover { box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.sl-article-card__img { aspect-ratio: 16/10; background-size: cover; background-position: center; background-color: var(--sl-brand-tint); }
.sl-article-card__body { padding: 16px; }
.sl-article-card__cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--sl-brand); margin-bottom: 6px; }
.sl-article-card__body h3 { font-size: 15px; font-weight: 700; line-height: 1.3; margin: 0 0 8px; }
.sl-article-card__date { font-size: 12.5px; color: var(--sl-mute); }
@media (max-width: 700px) {
  .sl-article__news { grid-template-columns: 1fr; }
  .sl-article__news-form input { min-width: 0; flex: 1; }
  .sl-article__related { grid-template-columns: 1fr; }
}

/* ===========================================================
   CRO conversion elements — PDP (BNPL, scarcity, free-ship, sticky ATC)
   =========================================================== */
.sl-bnpl { font-size: 13px; color: var(--sl-ink-2); margin: 4px 0 16px; }
.sl-bnpl b { color: var(--sl-ink); font-weight: 700; }
.sl-bnpl__brand { color: #5a31f4; font-weight: 700; }

.sl-scarcity {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--sl-sale-red);
  margin: 0 0 12px;
}
.sl-scarcity b { font-weight: 800; }
.sl-scarcity__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sl-sale-red); animation: sl-pulse 1.4s ease-in-out infinite; }
@keyframes sl-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

.sl-freeship-nudge {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--sl-ink-2);
  background: var(--sl-brand-tint); border: 1px solid var(--sl-border);
  border-radius: 4px; padding: 10px 12px; margin: 0 0 22px;
}
.sl-freeship-nudge svg { color: var(--sl-brand); flex-shrink: 0; }
.sl-freeship-nudge b { color: var(--sl-ink); font-weight: 700; }
.sl-freeship-nudge--qualified { color: var(--sl-success); }
.sl-freeship-nudge--qualified svg { color: var(--sl-success); }

/* Sticky add-to-cart */
.sl-sticky-atc {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: #fff; border-top: 1px solid var(--sl-border);
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
  transform: translateY(100%); transition: transform .25s ease;
  padding: 10px 0;
}
.sl-sticky-atc.is-visible { transform: translateY(0); }
.sl-sticky-atc__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sl-sticky-atc__product { display: flex; align-items: center; gap: 12px; min-width: 0; }
.sl-sticky-atc__product img { width: 50px; height: 50px; border-radius: 4px; object-fit: cover; border: 1px solid var(--sl-border); }
.sl-sticky-atc__title { font-size: 13.5px; font-weight: 600; color: var(--sl-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-sticky-atc__price { font-size: 15px; font-weight: 800; color: var(--sl-price); }
.sl-sticky-atc__btn { flex: 0 0 auto; min-width: 200px; padding: 13px 28px; }
@media (max-width: 600px) {
  .sl-sticky-atc__title { max-width: 130px; }
  .sl-sticky-atc__btn { min-width: 0; flex: 1; padding: 13px 16px; }
}

/* ===========================================================
   CRO — star ratings on product cards (browse-stage social proof)
   =========================================================== */
.sl-product__rating { display: flex; align-items: center; gap: 5px; margin: 2px 0 6px; font-size: 12px; color: var(--sl-mute); }
.sl-product__rating .stars { color: var(--sl-brand); letter-spacing: .5px; font-size: 12.5px; }
.sl-product__rating .count { color: var(--sl-mute); }

/* ===========================================================
   CRO — cart free-shipping progress bar
   =========================================================== */
.sl-cart-progress { padding: 14px 16px; background: var(--sl-brand-tint); border: 1px solid var(--sl-border); border-radius: 6px; margin-bottom: 16px; }
.sl-cart-progress__text { font-size: 13.5px; color: var(--sl-ink); margin-bottom: 8px; text-align: center; }
.sl-cart-progress__text b { color: var(--sl-brand); font-weight: 800; }
.sl-cart-progress__bar { height: 8px; border-radius: 999px; background: #fff; border: 1px solid var(--sl-border); overflow: hidden; }
.sl-cart-progress__fill { height: 100%; background: var(--sl-brand); border-radius: 999px; transition: width .4s ease; }
.sl-cart-progress--qualified .sl-cart-progress__text { color: var(--sl-success); }
.sl-cart-progress--qualified .sl-cart-progress__fill { background: var(--sl-success); }

/* ===========================================================
   Reviews/ratings — TEMPORARILY HIDDEN storefront-wide.
   Reviews are still collected via Judge.me post-purchase emails.
   To re-enable display: remove this block (and re-add the rating
   markup in sl-pdp.liquid / sl-product-card.liquid + the review
   widget block in product templates).
   =========================================================== */
.jdgm-widget,
.jdgm-preview-badge,
.jdgm-prev-badge,
.jdgm-rev-widg,
.jdgm-all-reviews-widget,
.jdgm-star,
.jdgm-histogram,
.jdgm-write-rev-link,
[data-jdgm-template],
.sl-buybox__rating,
.sl-product__rating,
.spr-badge,
.spr-reviews,
.shopify-product-reviews-badge {
  display: none !important;
}

/* ===========================================================
   Hero split / two-model layout (activewear, shapewear)
   Left image | centered text panel | right image
   =========================================================== */
.sl-hero--split { background: var(--sl-brand-tint); }
.sl-hero--split .sl-hero__side {
  position: absolute; top: 0; bottom: 0; width: 34%;
  background-size: cover; background-position: center top;
}
.sl-hero--split .sl-hero__side--left { left: 0; }
.sl-hero--split .sl-hero__side--right { right: 0; }
/* soft fade from each image into the center panel */
.sl-hero--split .sl-hero__side--left::after,
.sl-hero--split .sl-hero__side--right::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 22%;
}
.sl-hero--split .sl-hero__side--left::after { right: 0; background: linear-gradient(to right, rgba(252,244,241,0), var(--sl-brand-tint)); }
.sl-hero--split .sl-hero__side--right::after { left: 0; background: linear-gradient(to left, rgba(252,244,241,0), var(--sl-brand-tint)); }
.sl-hero--split .sl-hero__img::after { display: none; }
/* center text panel — dark text on the light cream center */
.sl-hero--split .sl-hero__body { justify-content: center; }
.sl-hero__content--center {
  max-width: 460px; margin: 0 auto; text-align: center; color: var(--sl-ink);
}
.sl-hero__content--center .sl-hero__eyebrow {
  background: #fff; color: var(--sl-brand); border: 1px solid var(--sl-border); backdrop-filter: none;
}
.sl-hero__content--center .sl-hero__title { color: var(--sl-ink); }
.sl-hero__content--center .sl-hero__sub { color: var(--sl-ink-2); margin-left: auto; margin-right: auto; }
.sl-hero__content--center .sl-hero__ctas { justify-content: center; }
.sl-hero--split .sl-hero__meta { color: var(--sl-ink-2); }
.sl-hero--split .sl-hero__meta .stat b { color: var(--sl-ink); }

/* ---- Composed editorial banner (Dear-Lover / Shewin style) ---- */
.sl-hero--composed { background: var(--sl-card-bg, #6b8f71); }
.sl-hero--composed .sl-hero__strip {
  position: absolute; inset: 0; display: flex; align-items: stretch;
}
.sl-hero--composed .sl-hero__panel {
  flex: 1 1 0; min-width: 0;
  background-size: cover; background-position: center 18%;
}
/* center text card overlaps the panels, sits in the middle */
.sl-hero--composed .sl-hero__card {
  flex: 0 0 38%; align-self: stretch;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 0 3.5%;
  background: var(--sl-card-bg, #6b8f71);
  color: var(--sl-card-ink, #fff);
  position: relative; z-index: 2;
}
.sl-hero--composed .sl-hero__card-eyebrow {
  font-size: 13px; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 600; opacity: .85; margin-bottom: 14px;
}
.sl-hero--composed .sl-hero__card-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 64px); line-height: .98; font-weight: 700;
  letter-spacing: .01em; margin: 0 0 16px; color: inherit; text-transform: uppercase;
}
.sl-hero--composed .sl-hero__card-sub {
  font-size: clamp(14px, 1.2vw, 17px); line-height: 1.5; opacity: .92;
  max-width: 30ch; margin: 0 0 24px;
}
.sl-hero--composed .sl-hero__card-cta {
  display: inline-block; background: #fff; color: #1a1a1a;
  font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: 14px 38px; border-radius: 2px; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
.sl-hero--composed .sl-hero__card-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
@media (max-width: 900px) {
  .sl-hero--composed .sl-hero__panel--2, .sl-hero--composed .sl-hero__panel--4 { display: none; }
  .sl-hero--composed .sl-hero__card { flex-basis: 52%; }
}
@media (max-width: 600px) {
  .sl-hero--composed .sl-hero__panel { display: none; }
  .sl-hero--composed .sl-hero__panel:first-child { display: block; }
  .sl-hero--composed .sl-hero__card { flex-basis: 64%; }
  .sl-hero--composed .sl-hero__card-title { font-size: 34px; }
}

/* ---- Media-right hero: full lifestyle photo on right, text panel on left ---- */
.sl-hero--media-right { background: var(--sl-brand-tint); }
.sl-hero--media-right .sl-hero__media {
  position: absolute; top: 0; right: 0; bottom: 0; width: 56%;
  background-size: cover; background-position: center center;
}
/* soft blend from photo into the cream text panel */
.sl-hero--media-right .sl-hero__media::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 28%;
  background: linear-gradient(to right, var(--sl-brand-tint), rgba(252,244,241,0));
}
.sl-hero--media-right .sl-hero__body { justify-content: flex-start; }
.sl-hero--media-right .sl-hero__content {
  max-width: 44%; padding-right: 4%; color: var(--sl-ink);
}
.sl-hero--media-right .sl-hero__eyebrow {
  background: #fff; color: var(--sl-brand); border: 1px solid var(--sl-border); backdrop-filter: none;
}
.sl-hero--media-right .sl-hero__title { color: var(--sl-ink); }
.sl-hero--media-right .sl-hero__sub { color: var(--sl-ink-2); }
.sl-hero--media-right .sl-hero__meta { color: var(--sl-ink-2); }
.sl-hero--media-right .sl-hero__meta .stat b { color: var(--sl-ink); }

@media (max-width: 900px) {
  /* On mobile: stack — show only the left image as a top band, text below */
  .sl-hero--split .sl-hero__side { width: 50%; }
  .sl-hero--split .sl-hero__side--left::after,
  .sl-hero--split .sl-hero__side--right::after { display: none; }
  .sl-hero__content--center { max-width: 92%; }
  .sl-hero--media-right .sl-hero__media { width: 48%; }
  .sl-hero--media-right .sl-hero__content { max-width: 52%; }
}
@media (max-width: 600px) {
  .sl-hero--split .sl-hero__side--right { display: none; }
  .sl-hero--split .sl-hero__side--left { width: 100%; opacity: .25; }
  .sl-hero--media-right .sl-hero__media { position: relative; width: 100%; height: 200px; }
  .sl-hero--media-right .sl-hero__content { max-width: 100%; padding: 0; }
}

/* ===========================================================
   Collection filters — Dear-Lover top chips + Shewin sidebar
   Reads Shopify native collection.filters; keeps Expanse AJAX.
   =========================================================== */

/* ---- Collection title now lives inline in the breadcrumb; hide the big H1 ---- */
.template-collection .collection-hero__content .section-header__title,
.template-collection .page-content .section-header__title { display: none; }
/* tighten the header block so the breadcrumb sits close to the toolbar */
.template-collection .page-content--top { padding-top: 18px; }

/* ---- Tighten sidebar column + close gap to product grid (Shewin-tight) ---- */
@media (min-width: 768px) {
  .collection-content .grid__item--sidebar {
    width: 220px !important;
    max-width: 220px;
    flex: 0 0 220px;
    padding-right: 0;
  }
  .collection-content .grid__item--content {
    width: calc(100% - 220px) !important;
    max-width: calc(100% - 220px);
    flex: 1 1 auto;
  }
  /* reduce the big inter-column gutter Expanse adds */
  .collection-content .grid { margin-left: -16px; }
  .collection-content .grid > .grid__item { padding-left: 16px; }
  /* pull product grid flush-left so it sits right next to the filters */
  .collection-content .grid__item--content .collection-grid,
  .collection-content .grid__item--content .grid--uniform { margin-left: -10px; margin-right: -10px; }
  /* hide the redundant "Filter" drawer toggle on desktop — sidebar is always visible.
     Keeps the toolbar as count (left) + sort/view (right), aligned over the grid. */
  .collection-content .collection-filter__item--drawer { display: none; }
  .collection-content .collection-filter__item--count { margin-left: 0; }
}

/* ---- Top quick-filter chip bar (Dear-Lover) ---- */
.sl-cf__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.sl-cf__chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border: 1px solid var(--sl-border); border-radius: 999px;
  font-size: 13px; font-weight: 600; color: var(--sl-ink); text-decoration: none;
  background: #fff; transition: all .15s ease; line-height: 1;
}
.sl-cf__chip:hover { border-color: var(--sl-brand); color: var(--sl-brand); }
.sl-cf__chip.is-active { background: var(--sl-brand); border-color: var(--sl-brand); color: #fff; }
.sl-cf__chip-count { font-size: 11px; opacity: .65; font-weight: 500; }
.sl-cf__chip.is-active .sl-cf__chip-count { opacity: .85; }

/* ---- Active filter pills + clear all ---- */
.sl-cf__active { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 16px; }
.sl-cf__active-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px 6px 12px; border-radius: 999px;
  background: var(--sl-brand-tint); border: 1px solid var(--sl-border);
  font-size: 12.5px; font-weight: 600; color: var(--sl-ink); text-decoration: none;
}
.sl-cf__active-pill:hover { border-color: var(--sl-sale-red); color: var(--sl-sale-red); }
.sl-cf__active-pill svg { opacity: .6; }
.sl-cf__clear { font-size: 12.5px; font-weight: 700; color: var(--sl-brand); text-decoration: underline; margin-left: 4px; }

/* ---- Sidebar (Shewin) — compact, no scroll, fits on screen ---- */
.sl-cf__sidebar { font-family: "Manrope", sans-serif; overflow: visible; max-height: none; }
.sl-cf, .sl-cf *, .grid__item--sidebar, .grid__item--sidebar * {
  overflow: visible !important; max-height: none !important;
}
.sl-cf__group { border-bottom: 1px solid var(--sl-border); padding: 0; }
.sl-cf__group-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: 0; cursor: pointer; padding: 9px 2px;
  font-size: 11.5px; font-weight: 500; color: #6b6b6b; font-family: inherit;
  text-transform: uppercase; letter-spacing: .02em;
}
.sl-cf__chevron { transition: transform .2s ease; color: var(--sl-mute); width: 14px; height: 14px; }
.sl-cf__group.is-collapsed .sl-cf__chevron { transform: rotate(-90deg); }
.sl-cf__group-body { padding: 0 8px 10px 2px; }
.sl-cf__group.is-collapsed .sl-cf__group-body { display: none; }

.sl-cf__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.sl-cf__opt label { display: flex; align-items: center; gap: 7px; cursor: pointer; padding: 2px 0; font-size: 12px; color: var(--sl-ink-2); font-weight: 400; }
.sl-cf__sidebar .sl-cf__opt label,
.sl-cf__sidebar .sl-cf__opt-label,
.sl-cf__sidebar .sl-cf__swatch-label { font-weight: 400 !important; color: #4a4a4a; font-size: 12px; }
/* Hide per-value counts entirely */
.sl-cf__opt-count, .sl-cf__chip-count, [data-fam-count] { display: none !important; }
.sl-cf__opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.sl-cf__check {
  width: 17px; height: 17px; border: 1.5px solid var(--sl-border); border-radius: 3px;
  flex-shrink: 0; position: relative; transition: all .15s ease;
}
.sl-cf__opt input:checked + .sl-cf__check { background: var(--sl-brand); border-color: var(--sl-brand); }
.sl-cf__opt input:checked + .sl-cf__check::after {
  content: ""; position: absolute; left: 5px; top: 1.5px; width: 4px; height: 9px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.sl-cf__opt-label { flex: 0 1 auto; }
.sl-cf__opt-count { font-size: 12px; color: var(--sl-mute); }
.sl-cf__opt-count::before { content: "("; }
.sl-cf__opt-count::after { content: ")"; }
.sl-cf__opt.is-active .sl-cf__opt-label { color: var(--sl-ink); font-weight: 400; }
.sl-cf__opt.is-disabled { display: none; }

/* Color list — single tight column, uniform with all other filters (Maanga-style) */
.sl-cf__list--swatches { display: flex; flex-direction: column; gap: 0; }
.sl-cf__list--swatches .sl-cf__opt label { gap: 7px; padding: 2px 0; }
.sl-cf__swatch {
  width: 15px; height: 15px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--sl-border); background-size: cover; background-position: center;
  box-shadow: inset 0 0 0 1px #fff; transition: box-shadow .15s ease;
}
.sl-cf__opt input:checked + .sl-cf__swatch { box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--sl-ink); }
.sl-cf__swatch-label { font-size: 12px; color: var(--sl-ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-cf__opt.is-active .sl-cf__swatch-label { color: var(--sl-ink); font-weight: 400; }
.sl-cf__swatch--multi { width: 15px; height: 15px; }

/* Price range tweaks */
.sl-cf__price { padding-top: 2px; }
.sl-cf__price-display { display: flex; justify-content: space-between; font-size: 12px; font-weight: 400; color: #4a4a4a; margin-bottom: 6px; }
.sl-cf__price-display sup, .sl-cf__price-display .price-range__display-min, .sl-cf__price-display .price-range__display-max { font-weight: 400 !important; color: #4a4a4a !important; }

/* ---- Grouped colour family swatches (clean ~10 set) ---- */
.sl-cf__opt--fam { }
.sl-cf__fam-btn {
  display: flex; align-items: center; gap: 7px; width: 100%;
  background: none; border: 0; cursor: pointer; padding: 2px 0; font-family: inherit;
}
.sl-cf__opt--fam.is-active .sl-cf__swatch-label { color: var(--sl-ink); font-weight: 400; }
.sl-cf__opt--fam.is-active .sl-cf__swatch { box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--sl-ink); }
.sl-cf__swatch--multi {
  width: 15px; height: 15px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--sl-border); box-shadow: inset 0 0 0 1px #fff;
  background: conic-gradient(#e74c3c, #f39c12, #f1c40f, #2ecc71, #3498db, #9b59b6, #e74c3c);
}
.sl-cf__opt--fam .sl-cf__opt-count { margin-left: 0; }
.sl-cf__fam-btn .sl-cf__swatch-label { flex: 0 1 auto; }

/* ============================================================
   MAANGA DESIGN SYSTEM — store-wide type, spacing, components
   Serif display headings + clean sans body, airy grid,
   bold prices, red sale badges, black pill CTAs.
   ============================================================ */

/* --- Headings: editorial serif, tighter tracking --- */
.h1, .h2, .h3, h1, h2, h3,
.section-header__title, .product-single__title, .collection-hero__title {
  letter-spacing: -0.01em;
}
/* Body sans stays crisp */
body { -webkit-font-smoothing: antialiased; letter-spacing: 0; }

/* --- Airier section rhythm (Maanga uses generous vertical space) --- */
.index-section { padding-top: 46px; padding-bottom: 46px; }
@media (min-width: 768px){ .index-section { padding-top: 64px; padding-bottom: 64px; } }

/* --- Product cards: clean, larger image, tidy meta (Maanga grid) --- */
.grid-product__title { font-size: 14px; line-height: 1.4; color: var(--sl-ink); font-weight: 500; }
.grid-product__price { font-weight: 700; color: var(--sl-ink); font-size: 15px; }
.grid-product__price .sale-price,
.grid-product__price .price--sale { color: var(--sl-sale); font-weight: 700; }
.grid-product__price s, .grid-product__price .was-price, .price--compare {
  color: #9a9a9a; font-weight: 400; text-decoration: line-through; margin-left: 4px;
}
/* Sale badge: small red pill like Maanga's -10% / Save $X */
.product-tag--sale, .grid-product__tag--sale, .sale-tag {
  background: var(--sl-sale) !important; color: #fff !important;
  font-size: 11px; font-weight: 700; letter-spacing: .02em;
  padding: 3px 8px; border-radius: 3px; text-transform: none;
}

/* --- Buttons: black pill primary (Maanga 'Add to cart') --- */
.btn, .product-form__cart-submit, .shopify-payment-button__button--unbranded {
  border-radius: 999px !important; font-weight: 600; letter-spacing: .01em;
  text-transform: none;
}
.product-form__cart-submit,
.btn--add-to-cart, .add-to-cart {
  background: var(--sl-ink) !important; color: #fff !important; border: none !important;
}
.product-form__cart-submit:hover, .add-to-cart:hover { background: #000 !important; }

/* --- Price block on PDP: big bold, sale red + struck compare --- */
.product__price, .price__regular .price-item, .product-single__price {
  font-weight: 700; color: var(--sl-ink);
}
.price__sale .price-item--sale, .product__price--sale { color: var(--sl-sale); font-weight: 700; }
.price__sale .price-item--regular, .product__price--compare {
  color: #9a9a9a; text-decoration: line-through; font-weight: 400;
}

/* --- Top utility/announcement bar: Maanga clean black --- */
.announcement-bar, .toolbar { letter-spacing: .01em; }

/* --- Inputs / size chips rounded + crisp (Maanga) --- */
.variant-input span, .swatch__element, .size-swatch {
  border-radius: 8px; border: 1px solid var(--sl-border);
}
.variant-input input:checked + span,
.variant-input--selected span { border-color: var(--sl-ink); background: var(--sl-ink); color: #fff; }

/* Cart "Continue shopping" — match black design-system primary (was orange) */
.cart__continue, .cart--empty .btn, .cart-empty__continue,
.empty-page-content .btn, .supports-cookies .cart--empty a.btn {
  background: var(--sl-ink) !important; color: #fff !important;
  border-color: var(--sl-ink) !important; border-radius: 999px !important;
}
.cart__continue:hover, .cart--empty .btn:hover { background: #000 !important; }

/* Empty-state "Continue shopping" (empty cart + 404 reuse .section-header--404 .btn) → black */
.section-header--404 .btn,
.cart__empty-text + .btn,
.cart-page .btn--secondary {
  background: var(--sl-ink) !important; color: #fff !important;
  border-color: var(--sl-ink) !important; border-radius: 999px !important;
}
.section-header--404 .btn:hover { background: #000 !important; }
