:root {
  --sc-accent: var(--accent, #b21f2d);
  --sc-accent-hover: #8f1722;
  --sc-bg: #f7f5f1;
  --sc-surface: #fff;
  --sc-text: #171717;
  --sc-muted: #6b6b6b;
  --sc-line: #e8e4dd;
  --sc-container: 1240px;
  --sc-radius: 10px;
  --sc-card-shadow: 0 12px 36px rgba(23, 23, 23, .08);
  --sc-font: var(--font, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

html { overflow-x: hidden; }
body { max-width: 100vw; overflow-x: hidden; }
[hidden] { display: none !important; }
.sc-storefront-shell, .scpb-sec { box-sizing: border-box; font-family: var(--sc-font); }
.sc-storefront-shell *, .scpb-sec * { box-sizing: border-box; }
.sc-storefront-shell img, .scpb-sec img { max-width: 100%; }

.sc-storefront-header {
  align-items: center;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--sc-line);
  display: flex;
  gap: 28px;
  min-height: 68px;
  padding: 0 max(20px, calc((100vw - var(--sc-container)) / 2));
  position: sticky;
  top: 0;
  z-index: 200;
}
.sc-storefront-logo { align-items: center; color: var(--sc-text); display: flex; flex: 0 0 auto; font-size: 20px; font-weight: 800; gap: 10px; letter-spacing: .08em; text-decoration: none; }
.sc-storefront-logo img { height: 38px; max-width: 180px; object-fit: contain; }
.sc-storefront-nav { align-items: stretch; display: flex; flex: 1 1 auto; gap: 4px; list-style: none; margin: 0; padding: 0; }
.sc-storefront-nav > li { display: flex; position: relative; }
.sc-storefront-nav a { align-items: center; color: var(--sc-text); display: flex; font-size: 14px; font-weight: 600; padding: 22px 14px; text-decoration: none; }
.sc-storefront-nav a:hover, .sc-storefront-nav a:focus-visible { color: var(--sc-accent); }
.sc-storefront-subnav { background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: var(--sc-radius); box-shadow: var(--sc-card-shadow); display: none; left: 0; list-style: none; margin: 0; min-width: 210px; padding: 8px; position: absolute; top: calc(100% - 4px); }
.sc-storefront-subnav a { border-radius: calc(var(--sc-radius) - 3px); font-weight: 500; padding: 10px 12px; }
.sc-storefront-nav li:hover > .sc-storefront-subnav, .sc-storefront-nav li:focus-within > .sc-storefront-subnav { display: block; }
.sc-storefront-actions { align-items: center; display: flex; gap: 8px; margin-left: auto; }
.sc-storefront-action { align-items: center; background: transparent; border: 1px solid var(--sc-line); border-radius: 999px; color: var(--sc-text); display: inline-flex; font-size: 13px; font-weight: 600; gap: 7px; min-height: 40px; padding: 8px 14px; text-decoration: none; }
.sc-storefront-menu { background: transparent; border: 0; color: var(--sc-text); display: none; font-size: 24px; padding: 8px; }
.sc-storefront-header--centered { display: grid; gap: 0; min-height: 0; }
.sc-storefront-header-main { align-items: center; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); min-height: 72px; width: 100%; }
.sc-storefront-header-left { align-items: center; display: flex; justify-content: flex-start; min-width: 0; }
.sc-storefront-header--centered .sc-storefront-logo { justify-self: center; }
.sc-storefront-header--centered .sc-storefront-actions { justify-self: end; margin-left: 0; }
.sc-storefront-header--centered > .sc-storefront-nav { border-top: 1px solid var(--sc-line); flex: none; justify-content: center; width: 100%; }
.sc-storefront-header--centered > .sc-storefront-nav a { padding-bottom: 14px; padding-top: 14px; }

@media (min-width: 901px) {
  body .sc-storefront-header--centered {
    align-items: stretch !important;
    display: grid !important;
    gap: 0 !important;
    height: auto !important;
    justify-content: stretch !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 max(20px, calc((100vw - var(--sc-container)) / 2)) !important;
  }
  body .sc-storefront-header--centered .sc-storefront-header-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    height: auto !important;
    min-height: 100px !important;
  }
  body .sc-storefront-header--centered > .sc-storefront-nav {
    align-items: stretch !important;
    display: flex !important;
    height: auto !important;
    justify-content: center !important;
    min-height: 60px !important;
    padding: 0 !important;
    position: static !important;
  }
  body .sc-storefront-header--centered > .sc-storefront-nav > li > a { padding: 20px 18px !important; }
  body .sc-storefront-header--centered .sc-storefront-logo { font-size: 28px; line-height: 1; }
}

.sc-storefront-main { min-height: 65vh; }
.sc-storefront-container { margin: 0 auto; max-width: var(--sc-container); padding-left: 20px; padding-right: 20px; width: 100%; }
.sc-collection-breadcrumb { align-items: center; color: var(--sc-muted); display: flex; font-size: 13px; gap: 9px; margin: 0 auto; max-width: var(--sc-container); padding: 22px 20px 16px; width: 100%; }
.sc-collection-breadcrumb a { color: var(--sc-muted); text-decoration: none; }
.sc-collection-breadcrumb a:hover { color: var(--sc-accent); }
.sc-collection-hero { background: linear-gradient(135deg, #f4efe7, #fff); border-bottom: 1px solid var(--sc-line); padding: 54px 0 46px; text-align: center; }
.sc-collection-hero h1 { color: var(--sc-text); font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 0; }
.sc-collection-hero p { color: var(--sc-muted); font-size: 16px; margin: 14px auto 0; max-width: 680px; }
.sc-collection-toolbar { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; padding-bottom: 22px; padding-top: 30px; }
.sc-collection-summary { align-items: center; display: flex; gap: 12px; }
.sc-collection-count { color: var(--sc-muted); font-size: 14px; }
.sc-collection-controls, .sc-collection-controls form, #collection-sort-wrap { align-items: center; display: flex; gap: 10px; }
.sc-collection-controls label { color: var(--sc-muted); font-size: 13px; font-weight: 600; }
.sc-collection-controls input, .sc-collection-controls select { background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: 4px; color: var(--sc-text); min-height: 42px; min-width: 0; padding: 8px 12px; }
.sc-collection-controls select { padding-right: 36px; }
.sc-collection-controls button, .sc-collection-filter-toggle, .sc-collection-filter-head button { background: var(--sc-text); border: 1px solid var(--sc-text); border-radius: 4px; color: #fff; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; min-height: 42px; padding: 8px 14px; }
.sc-collection-filter-toggle { display: none; }
.sc-collection-layout { align-items: start; display: grid; gap: 28px; grid-template-columns: 220px minmax(0, 1fr); }
.sc-collection-results { min-width: 0; }
.sc-collection-filter-panel { border-top: 1px solid var(--sc-line); padding: 18px 0 40px; position: sticky; top: 130px; }
.sc-collection-filter-head { align-items: center; display: flex; justify-content: space-between; }
.sc-collection-filter-head h2 { font-size: 18px; margin: 0; }
.sc-collection-filter-head button { background: transparent; border: 0; color: var(--sc-accent); min-height: 36px; padding: 6px 0; }
.sc-collection-filter-summary { color: var(--sc-muted); font-size: 12px; line-height: 1.5; margin: 10px 0 0; overflow-wrap: anywhere; }
.sc-collection-filter-group { border-top: 1px solid var(--sc-line); margin-top: 18px; padding-top: 16px; }
.sc-collection-filter-group h3 { font-size: 13px; letter-spacing: .05em; margin: 0 0 9px; text-transform: uppercase; }
.sc-collection-filter-options { display: grid; gap: 4px; }
.sc-collection-filter-option { align-items: center; background: transparent; border: 0; color: var(--sc-text); cursor: pointer; display: flex; font: inherit; gap: 10px; justify-content: space-between; min-width: 0; padding: 8px 0; text-align: left; }
.sc-collection-filter-option span { min-width: 0; overflow-wrap: anywhere; }
.sc-collection-filter-option small { color: var(--sc-muted); flex: 0 0 auto; }
.sc-collection-filter-option[aria-pressed="true"] { color: var(--sc-accent); font-weight: 700; }
.sc-collection-grid { display: grid; gap: 24px 16px; grid-template-columns: repeat(6, minmax(0, 1fr)); padding-bottom: 38px; }
.sc-collection-empty { color: var(--sc-muted); grid-column: 1 / -1; padding: 70px 20px; text-align: center; }
.sc-collection-pagination { align-items: center; display: flex; gap: 8px; justify-content: center; padding: 0 20px 56px; }
.sc-collection-pagination button, .sc-collection-pagination a { align-items: center; background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: 8px; color: var(--sc-text); display: inline-flex; justify-content: center; min-height: 40px; min-width: 40px; padding: 8px 12px; text-decoration: none; }
.sc-collection-pagination [aria-current="page"] { background: var(--sc-accent); border-color: var(--sc-accent); color: #fff; }

.scpb-sec { color: var(--sc-text); }
.scpb-sec:not([data-scpb-type="banner"]):not([data-scpb-type="marquee"]) { padding-left: 20px; padding-right: 20px; }
.scpb-section-inner, .scpb-sec > :not(.scpb-marquee):not(.scpb-banner):not(.scpb-carousel) { margin-left: auto; margin-right: auto; max-width: var(--sc-container); }
.scpb-heading { color: var(--sc-text); font-size: clamp(26px, 3.2vw, 40px); line-height: 1.15; margin: 0 auto; padding: 44px 0 22px; text-align: center; }
.scpb-text { line-height: 1.5; margin: 0 auto; max-width: var(--sc-container); padding: 12px 0; }
.scpb-marquee { font-size: 13px; font-weight: 700; letter-spacing: .06em; padding: 10px 0; }
.scpb-banner img, .scpb-slide img { display: block; max-height: 620px; object-fit: cover; width: 100%; }
.scpb-carousel { overflow: hidden; position: relative; }
.scpb-track { display: flex; transition: transform .5s ease; }
.scpb-slide { display: block; flex: 0 0 100%; }
.scpb-dots { bottom: 16px; display: flex; gap: 8px; justify-content: center; left: 0; position: absolute; right: 0; }
.scpb-dot { background: rgba(255,255,255,.55); border: 0; border-radius: 999px; height: 9px; padding: 0; width: 9px; }
.scpb-dot.is-active { background: #fff; width: 28px; }
.scpb-hero-showcase { align-items: center; background: #f3f0e9; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); margin: 0 auto; max-width: var(--sc-container); min-height: 520px; overflow: hidden; padding: clamp(38px, 6vw, 88px); }
.scpb-hero-showcase > * { min-width: 0; }
.scpb-hero-showcase h1 { font-size: clamp(40px, 6vw, 78px); letter-spacing: -.035em; line-height: .98; margin: 10px 0 18px; }
.scpb-hero-showcase p { color: var(--sc-muted); font-size: clamp(15px, 1.6vw, 19px); line-height: 1.65; }
.scpb-hero-showcase-actions, .scpb-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.scpb-hero-showcase-media, .scpb-hero-gallery { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.scpb-hero-showcase-media a, .scpb-hero-showcase-media div, .scpb-hero-gallery a, .scpb-hero-gallery div { background: #fff; display: block; min-width: 0; overflow: hidden; }
.scpb-hero-showcase-media img, .scpb-hero-gallery img { aspect-ratio: 1 / 1; display: block; object-fit: cover; width: 100%; }
.scpb-sec[data-scpb-type="heroShowcase"] { padding-left: 0; padding-right: 0; }
.scpb-hero-showcase--banner { align-items: end; background: #171717; display: flex; isolation: isolate; max-width: none; min-height: clamp(540px, 56vw, 710px); padding: clamp(42px, 7vw, 92px) max(28px, calc((100vw - var(--sc-container)) / 2)); position: relative; }
.scpb-hero-showcase--banner::after { background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.58) 38%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.34) 100%); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.scpb-hero-showcase--banner .scpb-hero-copy { color: #fff; max-width: 650px; position: relative; z-index: 2; }
.scpb-hero-showcase--banner .scpb-hero-copy p { color: rgba(255,255,255,.82); max-width: 590px; }
.scpb-hero-showcase--banner .scpb-hero-secondary { color: #fff; }
.scpb-hero-showcase--banner .scpb-hero-gallery { gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); inset: 0; position: absolute; z-index: 0; }
.scpb-hero-showcase--banner .scpb-hero-gallery > * { height: 100%; }
.scpb-hero-showcase--banner .scpb-hero-gallery img { aspect-ratio: auto; filter: brightness(.72) saturate(.9); height: 100%; object-fit: cover; width: 100%; }
.scpb-align-left { justify-content: flex-start; text-align: left; }
.scpb-align-center { justify-content: center; text-align: center; }
.scpb-align-right { justify-content: flex-end; text-align: right; }
.scpb-button-row, .scpb-image { display: flex; margin: 0 auto; max-width: var(--sc-container); padding: 18px 0; }
.scpb-button { background: var(--scpb-button-bg, var(--sc-accent)); border: 1px solid var(--scpb-button-bg, var(--sc-accent)); border-radius: var(--sc-radius); color: var(--scpb-button-color, #fff); display: inline-flex; font-weight: 700; justify-content: center; min-height: 46px; padding: 11px 24px; text-decoration: none; }
.scpb-button:hover { filter: brightness(.92); }
.scpb-video, .scpb-html { margin: 0 auto; max-width: var(--sc-container); padding: 18px 0; }
.scpb-video iframe, .scpb-video video { aspect-ratio: 16 / 9; border: 0; border-radius: var(--sc-radius); display: block; width: 100%; }
.scpb-html iframe { border: 0; display: block; width: 100%; }
.scpb-divider { margin: 0 auto; max-width: var(--sc-container); padding: 18px 0; }
.scpb-divider hr { border: 0; border-top-style: solid; margin: 0; }

.scpb-product-grid { display: grid; gap: 24px 18px; grid-template-columns: repeat(var(--scpb-columns, 4), minmax(0, 1fr)); margin: 0 auto; max-width: var(--sc-container); padding-bottom: 38px; }
.scpb-product-grid--horizontal { grid-auto-columns: minmax(230px, 1fr); grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; padding-bottom: 24px; scroll-snap-type: x proximity; }
.scpb-product-grid--horizontal .scpb-product-card { scroll-snap-align: start; }
.scpb-product-grid--auto { animation: scpb-product-auto-scroll var(--scpb-scroll-duration, var(--scpb-scroll-speed, 32s)) linear infinite; grid-auto-columns: minmax(190px, 220px); grid-auto-flow: column; grid-template-columns: none; max-width: none; overflow: visible; padding-bottom: 24px; width: max-content; }
.scpb-product-grid--auto:hover { animation-play-state: paused; }
@keyframes scpb-product-auto-scroll { to { transform: translateX(calc(-50% - 9px)); } }
.scpb-product-card { background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: var(--sc-radius); min-width: 0; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.scpb-product-card:hover { box-shadow: var(--sc-card-shadow); transform: translateY(-3px); }
.scpb-product-media { background: #f2f0ec; display: block; overflow: hidden; position: relative; }
.scpb-product-media img { aspect-ratio: 1 / 1; display: block; object-fit: cover; transition: transform .3s; width: 100%; }
.scpb-product-card:hover .scpb-product-media img { transform: scale(1.025); }
.scpb-discount { background: var(--sc-accent); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 800; left: 10px; padding: 5px 8px; position: absolute; top: 10px; }
.scpb-product-body { padding: 14px 14px 16px; }
.scpb-product-name { color: var(--sc-text); display: -webkit-box; font-size: 14px; font-weight: 650; line-height: 1.4; min-height: 2.8em; overflow: hidden; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.scpb-product-price { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.scpb-product-price strong { color: var(--sc-text); font-size: 17px; }
.scpb-product-price del { color: var(--sc-muted); font-size: 13px; }
.scpb-product-rating, .scpb-stars { color: #e3a008; font-size: 12px; letter-spacing: .05em; margin-top: 7px; }
.scpb-product-rating span:last-child { color: var(--sc-muted); letter-spacing: 0; margin-left: 5px; }
.scpb-empty { color: var(--sc-muted); grid-column: 1 / -1; padding: 40px 20px; text-align: center; }
[data-sc-card-style="flat"] .scpb-product-card, [data-sc-card-style="flat"] .scpb-service-grid article, [data-sc-card-style="flat"] .scpb-service-grid a, [data-sc-card-style="flat"] .scpb-review-card, [data-sc-card-style="flat"] .scpb-tracking-grid article { background: transparent; border: 0; border-radius: 0; box-shadow: none; }
[data-sc-card-style="flat"] .scpb-product-card:hover { box-shadow: none; transform: none; }
[data-sc-card-style="flat"] .scpb-product-body { padding-left: 0; padding-right: 0; }

.scpb-tab-list { display: flex; gap: 8px; justify-content: center; margin: 0 auto 24px; max-width: var(--sc-container); overflow-x: auto; }
.scpb-tab-list button { background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: 999px; color: var(--sc-text); font: inherit; font-size: 13px; font-weight: 700; padding: 10px 18px; white-space: nowrap; }
.scpb-tab-list button[aria-selected="true"] { background: var(--sc-accent); border-color: var(--sc-accent); color: #fff; }
.scpb-faq { margin: 0 auto; max-width: 860px; padding-bottom: 48px; }
.scpb-faq details { background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: var(--sc-radius); margin-bottom: 10px; }
.scpb-faq summary { align-items: center; cursor: pointer; display: flex; font-weight: 700; justify-content: space-between; list-style: none; padding: 18px 20px; }
.scpb-faq details > div { color: var(--sc-muted); line-height: 1.65; padding: 0 20px 20px; white-space: pre-line; }
.scpb-service-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: var(--sc-container); padding: 24px 0 40px; }
.scpb-service-grid article, .scpb-service-grid a { align-items: flex-start; background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: var(--sc-radius); color: inherit; display: flex; gap: 13px; padding: 18px; text-decoration: none; }
.scpb-service-icon { font-size: 24px; line-height: 1; }
.scpb-service-grid strong { display: block; font-size: 14px; }
.scpb-service-grid p { color: var(--sc-muted); font-size: 13px; line-height: 1.5; margin: 5px 0 0; }
.scpb-newsletter { align-items: center; background: #171717; border-radius: var(--sc-radius); color: #fff; display: grid; gap: 40px; grid-template-columns: 1.2fr 1fr; margin: 38px auto; max-width: var(--sc-container); padding: 44px; }
.scpb-newsletter h2 { font-size: clamp(26px, 4vw, 40px); line-height: 1.1; margin: 7px 0 10px; }
.scpb-newsletter p, .scpb-newsletter small { color: rgba(255,255,255,.68); }
.scpb-newsletter form > div { display: flex; }
.scpb-newsletter input { border: 0; border-radius: var(--sc-radius) 0 0 var(--sc-radius); flex: 1 1 auto; min-height: 48px; min-width: 0; padding: 10px 14px; }
.scpb-newsletter button { background: var(--sc-accent); border: 0; border-radius: 0 var(--sc-radius) var(--sc-radius) 0; color: #fff; font-weight: 700; padding: 10px 20px; }
.scpb-newsletter small { display: block; font-size: 11px; margin-top: 8px; }
.scpb-newsletter--light { background: #f3f0e9; color: var(--sc-text); grid-template-columns: 1fr; max-width: 900px; text-align: center; }
.scpb-newsletter--light p, .scpb-newsletter--light small { color: var(--sc-muted); }
.scpb-newsletter--light form { margin: 0 auto; max-width: 620px; width: 100%; }
.scpb-newsletter--light input { border: 1px solid var(--sc-line); }
.scpb-form-status { font-size: 12px; margin: 8px 0 0; min-height: 1.4em; }
.scpb-eyebrow { color: var(--sc-accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.scpb-story { align-items: center; display: grid; gap: 48px; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: var(--sc-container); padding: 52px 0; }
.scpb-story--right .scpb-story-image { order: 2; }
.scpb-story-image img { aspect-ratio: 4 / 3; border-radius: var(--sc-radius); object-fit: cover; width: 100%; }
.scpb-story-copy h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.1; margin: 9px 0 16px; }
.scpb-story-copy p { color: var(--sc-muted); line-height: 1.75; margin: 0 0 22px; white-space: pre-line; }
.scpb-review-grid, .scpb-tracking-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: var(--sc-container); padding-bottom: 42px; }
.scpb-review-card, .scpb-tracking-grid article { background: var(--sc-surface); border: 1px solid var(--sc-line); border-radius: var(--sc-radius); padding: 20px; }
.scpb-review-card p { color: var(--sc-muted); font-size: 14px; line-height: 1.6; }
.scpb-review-card footer { align-items: center; display: flex; font-size: 13px; font-weight: 700; justify-content: space-between; margin-top: 14px; }
.scpb-review-card footer small { color: #168449; }
.scpb-tracking-product { align-items: center; color: var(--sc-text); display: flex; font-size: 13px; font-weight: 700; gap: 10px; margin-bottom: 14px; min-width: 0; text-decoration: none; }
.scpb-tracking-product img { background: #f5f5f5; border: 1px solid var(--sc-line); border-radius: calc(var(--sc-radius) * .7); flex: 0 0 54px; height: 54px; object-fit: cover; width: 54px; }
.scpb-tracking-product span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scpb-tracking-grid article > div { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.scpb-tracking-grid p { color: var(--sc-muted); margin: 16px 0 8px; }
.scpb-tracking-grid small { color: var(--sc-muted); }
.scpb-status { background: #e9f7ee; border-radius: 999px; color: #168449; font-size: 11px; font-weight: 800; padding: 5px 8px; }
.scpb-tracking-grid article footer { align-items: center; display: flex; gap: 10px; justify-content: space-between; margin-top: 14px; }
.scpb-sample-disclosure { background: #fff5d6; border: 1px solid #eed17a; border-radius: 999px; color: #735900 !important; display: inline-flex; font-size: 10px; font-weight: 800; line-height: 1; padding: 4px 7px; }
.scpb-sample-notice { color: #735900; font-size: 12px; margin: 0 auto 12px; max-width: var(--sc-container); text-align: right; }
.scpb-feed-loading { color: var(--sc-muted); padding: 32px 0; text-align: center; }
.scpb-purchase-toast { align-items: stretch; background: #fff; border: 1px solid rgba(17,24,39,.12); border-radius: 8px; bottom: 10px; box-shadow: 0 12px 38px rgba(17,24,39,.22); color: #171717; display: grid; gap: 12px; grid-template-columns: 80px minmax(0, 1fr); left: 10px; max-width: calc(100vw - 20px); min-height: 100px; opacity: 0; overflow: hidden; position: fixed; transform: translate3d(-115%,0,0); transition: opacity .3s ease, transform .3s ease; width: 336px; z-index: 50100; }
.scpb-purchase-toast.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.scpb-purchase-toast-media { background: #f4f4f4; display: block; height: 100%; min-height: 100px; }
.scpb-purchase-toast-media img { height: 100%; object-fit: cover; width: 100%; }
.scpb-purchase-toast-copy { align-self: center; min-width: 0; padding: 12px 28px 12px 0; }
.scpb-purchase-toast-copy > a { color: inherit; display: block; font-size: 13px; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.scpb-purchase-toast-copy p { color: #5f6368; font-size: 11px; line-height: 1.35; margin: 6px 0; }
.scpb-purchase-toast-copy p span { color: #262626; font-weight: 700; }
.scpb-purchase-toast-copy > div { align-items: center; display: flex; gap: 7px; justify-content: space-between; }
.scpb-purchase-toast-copy small { color: #888; font-size: 10px; }
.scpb-purchase-toast-close { align-items: center; background: transparent; border: 0; color: #777; cursor: pointer; display: flex; font-size: 20px; height: 28px; justify-content: center; line-height: 1; padding: 0; position: absolute; right: 2px; top: 2px; width: 28px; }
.scpb-trust { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 0 auto; max-width: var(--sc-container); padding: 22px 0; }
.scpb-trust > div { align-items: center; display: flex; font-size: 13px; gap: 7px; }

.sc-storefront-footer { background: #171717; color: rgba(255,255,255,.72); padding: 48px 20px 22px; }
.sc-storefront-footer-inner { display: grid; gap: 34px; grid-template-columns: minmax(220px, 1.4fr) repeat(3, 1fr); margin: 0 auto; max-width: var(--sc-container); }
.sc-storefront-footer h2, .sc-storefront-footer h3 { color: #fff; margin-top: 0; }
.sc-storefront-footer p { font-size: 13px; line-height: 1.7; }
.sc-storefront-footer ul { list-style: none; margin: 0; padding: 0; }
.sc-storefront-footer li { margin: 9px 0; }
.sc-storefront-footer a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.sc-storefront-footer a:hover { color: #fff; }
.sc-storefront-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; margin: 32px auto 0; max-width: var(--sc-container); padding-top: 18px; }
.sc-storefront-footer form { display: flex; flex-wrap: wrap; gap: 8px; }
.sc-storefront-footer input { border: 1px solid rgba(255,255,255,.2); border-radius: var(--sc-radius); flex: 1 1 150px; min-height: 42px; min-width: 0; padding: 8px 12px; }
.sc-storefront-footer form button { background: var(--sc-accent); border: 0; border-radius: var(--sc-radius); color: #fff; font-weight: 700; min-height: 42px; padding: 8px 14px; }
.sc-storefront-footer form small { flex-basis: 100%; }
.sc-storefront-footer--light { background: #f3f3f1; border-top: 1px solid var(--sc-line); color: var(--sc-muted); }
.sc-storefront-footer--light h2, .sc-storefront-footer--light h3 { color: var(--sc-text); }
.sc-storefront-footer--light a { color: var(--sc-muted); }
.sc-storefront-footer--light a:hover { color: var(--sc-accent); }
.sc-storefront-footer--light .sc-storefront-footer-bottom { border-top-color: var(--sc-line); }
.sc-storefront-footer--light input { background: #fff; border-color: var(--sc-line); color: var(--sc-text); }

.sc-age-gate { align-items: center; background: rgba(0,0,0,.72); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 10000; }
.sc-age-gate-card { background: #fff; border-radius: var(--sc-radius); box-shadow: 0 20px 80px rgba(0,0,0,.28); max-width: 460px; padding: 34px; text-align: center; width: 100%; }
.sc-age-gate-card h2 { font-size: 28px; margin: 0 0 12px; }
.sc-age-gate-card p { color: var(--sc-muted); line-height: 1.65; }
.sc-age-gate-actions { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 24px; }
.sc-age-gate-actions button, .sc-age-gate-actions a { border: 1px solid var(--sc-line); border-radius: var(--sc-radius); font-weight: 700; padding: 12px; text-decoration: none; }
.sc-age-gate-confirm { background: var(--sc-accent); border-color: var(--sc-accent) !important; color: #fff; }

@media (max-width: 900px) {
  body .sc-storefront-header--centered {
    align-items: stretch !important;
    display: block !important;
    height: auto !important;
    min-height: 60px !important;
    overflow: visible !important;
    padding: 0 14px !important;
    position: relative !important;
    z-index: 200 !important;
  }
  body .sc-storefront-header--centered .sc-storefront-header-main {
    display: grid !important;
    height: auto !important;
    min-height: 60px !important;
    width: 100% !important;
  }
  .sc-storefront-header { gap: 10px; min-height: 60px; padding: 0 14px; }
  .sc-storefront-header--centered { display: block; min-height: 60px; }
  .sc-storefront-header--centered .sc-storefront-header-main { grid-template-columns: minmax(72px, 1fr) auto minmax(72px, 1fr); min-height: 60px; }
  .sc-storefront-header--centered .sc-storefront-header-left { gap: 2px; }
  .sc-storefront-header--centered > .sc-storefront-nav { border-top: 0; }
  .sc-storefront-menu { display: inline-flex; }
  .sc-storefront-nav { background: #fff; border-bottom: 1px solid var(--sc-line); display: none; flex-direction: column; gap: 0; left: 0; padding: 8px 14px 16px; position: absolute; right: 0; top: 100%; z-index: 201; }
  .sc-storefront-header.is-menu-open .sc-storefront-nav { display: flex; }
  .sc-storefront-nav > li { display: block; }
  .sc-storefront-nav a { justify-content: space-between; padding: 12px; }
  .sc-storefront-subnav { border: 0; box-shadow: none; display: block; padding: 0 0 0 14px; position: static; }
  .sc-storefront-action span { display: none; }
  .sc-collection-filter-toggle { display: inline-flex; }
  .sc-collection-layout { grid-template-columns: minmax(0, 1fr); }
  .sc-collection-filter-panel { display: none; position: static; }
  .sc-collection-filter-panel.is-open { display: block; }
  .sc-collection-grid, .scpb-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .scpb-product-grid--horizontal, .scpb-product-grid--auto { grid-template-columns: none; }
  .scpb-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scpb-review-grid, .scpb-tracking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scpb-newsletter, .scpb-story, .scpb-hero-showcase { gap: 26px; grid-template-columns: 1fr; }
  .scpb-hero-showcase { min-height: 0; padding: 42px 28px; }
  .scpb-hero-showcase--banner { min-height: 620px; padding: 40px 28px; }
  .scpb-hero-showcase--banner .scpb-hero-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .scpb-story--right .scpb-story-image { order: 0; }
  .sc-storefront-footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .sc-storefront-logo { font-size: 16px; letter-spacing: .04em; }
  .sc-storefront-logo img { height: 30px; max-width: 135px; }
  .sc-storefront-header--centered .sc-storefront-action { border: 0; min-height: 36px; padding: 7px; }
  .sc-collection-hero { padding: 38px 0 34px; }
  .sc-collection-toolbar { align-items: flex-start; flex-direction: column; }
  .sc-collection-summary, .sc-collection-controls, .sc-collection-controls form, #collection-sort-wrap { width: 100%; }
  .sc-collection-controls { align-items: stretch; flex-direction: column; }
  .sc-collection-controls form { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; }
  #collection-sort-wrap { display: grid; grid-template-columns: auto minmax(0, 1fr); }
  .sc-collection-grid, .scpb-product-grid { gap: 14px 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scpb-product-grid--horizontal, .scpb-product-grid--auto { grid-template-columns: none; }
  .scpb-sec:not([data-scpb-type="banner"]):not([data-scpb-type="marquee"]) { padding-left: 14px; padding-right: 14px; }
  .scpb-heading { font-size: 25px; padding: 34px 0 18px; }
  .scpb-product-body { padding: 11px; }
  .scpb-product-name { font-size: 13px; }
  .scpb-product-price strong { font-size: 15px; }
  .scpb-product-grid--horizontal { grid-auto-columns: minmax(180px, 72vw); }
  .scpb-service-grid, .scpb-review-grid, .scpb-tracking-grid { grid-template-columns: 1fr; }
  .scpb-newsletter { border-radius: 0; margin-left: -14px; margin-right: -14px; padding: 34px 20px; }
  .scpb-newsletter form > div { display: grid; gap: 8px; }
  .scpb-newsletter input, .scpb-newsletter button { border-radius: var(--sc-radius); width: 100%; }
  .scpb-story { padding: 40px 0; }
  .sc-storefront-footer-inner { grid-template-columns: 1fr; }
  .sc-age-gate-actions { grid-template-columns: 1fr; }
  .scpb-purchase-toast { bottom: 8px; grid-template-columns: 72px minmax(0, 1fr); left: 8px; max-width: calc(100vw - 16px); min-height: 92px; width: 336px; }
  .scpb-purchase-toast-media { min-height: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  .scpb-product-grid--auto { animation: none; max-width: var(--sc-container); overflow-x: auto; width: auto; }
  .scpb-purchase-toast { transition: none; }
}
