:root {
  --page: #f7f5f1;
  --surface: #ffffff;
  --ink: #1d1d1b;
  --muted: #6c6861;
  --line: #dedad2;
  --accent: #c94b28;
  --accent-dark: #a83b1d;
  --soft: #eee8dd;
  --success: #12715b;
  --danger: #b42318;
  --container: 1280px;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(31, 27, 20, .09);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--page); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: #fff; border: 2px solid var(--ink); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(100%, var(--container)); margin: 0 auto; padding: 0 28px; }
.section { padding: 72px 0; }
.eyebrow { margin: 0 0 9px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.announcement { padding: 8px 16px; background: var(--ink); color: #fff; text-align: center; font-size: 13px; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { position: relative; width: min(100%, var(--container)); min-height: 78px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.02em; }
.brand img { width: 46px; height: 46px; border-radius: 10px; object-fit: contain; }
.brand span { font-size: 16px; }
.nav { display: flex; justify-content: center; align-items: stretch; gap: 18px; }
.nav-item { position: static; display: flex; align-items: center; }
.nav-link { padding: 27px 0; font-size: 13px; font-weight: 700; white-space: nowrap; }
.nav-link:hover { color: var(--accent); }
.has-children > .nav-link::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.submenu { position: absolute; left: 28px; right: 28px; top: calc(100% - 1px); width: auto; padding: 25px; display: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; background: #fff; border: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow); }
.has-children:hover > .submenu, .has-children:focus-within > .submenu { display: grid; }
.submenu-group { display: grid; align-content: start; gap: 7px; }
.submenu-title { font-weight: 800; margin-bottom: 2px; }
.submenu-group > a:not(.submenu-title) { color: var(--muted); font-size: 13px; }
.submenu-group a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.currency { color: var(--muted); font-size: 12px; font-weight: 700; }
.icon-btn { min-width: 38px; min-height: 38px; padding: 8px; display: inline-grid; place-items: center; border: 0; border-radius: 999px; background: transparent; }
.icon-btn:hover { background: var(--soft); }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-link { position: relative; }
.cart-link > span { position: absolute; right: -4px; top: -3px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; }
.mobile-menu-toggle { display: none; gap: 4px; }
.mobile-menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; background: currentColor; }
.header-search { max-width: 720px; margin: 0 auto; padding: 14px 28px 18px; display: flex; gap: 8px; }
.header-search input, .search-page-form input { min-width: 0; flex: 1; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.system-notice, .flash { padding: 10px 20px; text-align: center; background: #fff5d6; border-bottom: 1px solid #ead69a; font-size: 13px; }
.system-notice a { text-decoration: underline; font-weight: 800; }
.system-notice.danger, .flash.error { background: #fff0ef; color: var(--danger); border-color: #f3c5c0; }
.flash.success { background: #eaf8f3; color: var(--success); border-color: #b8e2d6; }
.api-warning { padding: 10px 28px; display: flex; justify-content: center; align-items: center; gap: 12px; background: #fff5d6; color: #6d5310; border-bottom: 1px solid #ead69a; font-size: 13px; text-align: center; }
.api-warning a { font-weight: 800; text-decoration: underline; white-space: nowrap; }

.hero { background: #ddd5c7; }
.hero-wrap { position: relative; width: 100%; min-height: 0; aspect-ratio: 4 / 1; overflow: hidden; }
.hero-wrap > img, .hero-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-wrap > img, .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media { display: block; }
.hero-wrap::after { display: none; }
.hero-action { position: absolute; z-index: 2; left: 15%; bottom: 13%; box-shadow: 0 4px 12px rgba(0,0,0,.22); }
.hero-overlay { position: absolute; z-index: 2; left: max(28px, calc((100% - var(--container))/2 + 28px)); top: 50%; width: min(570px, calc(100% - 56px)); transform: translateY(-50%); color: #fff; }
.hero-overlay h1 { max-width: 540px; margin: 0 0 18px; font-size: clamp(44px, 6vw, 82px); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.hero-overlay > p:not(.eyebrow) { max-width: 500px; margin: 0 0 26px; color: rgba(255,255,255,.88); font-size: clamp(16px, 2vw, 20px); }
.hero-overlay .eyebrow { color: #ffd7a9; }
.hero-canada { background: linear-gradient(115deg, #6f0f16, #bd2630 52%, #f1ddd6); }
.hero-canada .hero-wrap { min-height: 400px; aspect-ratio: 3.2 / 1; }
.hero-canada .hero-wrap::after { position: absolute; inset: 0; display: block; content: ""; background: linear-gradient(90deg, rgba(27,7,8,.82) 0%, rgba(44,8,10,.63) 42%, rgba(44,8,10,.08) 75%); }
.hero-canada .hero-wrap > img { opacity: .92; }
.hero-canada .hero-overlay h1 { font-size: clamp(40px, 5vw, 68px); }

.btn { min-height: 46px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 8px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: background .18s ease, transform .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.btn-accent { background: var(--accent); border-color: var(--accent); }
.btn-accent:hover { background: var(--accent-dark); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-full { width: 100%; }

.section-title { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.section-title h2, .page-heading h1 { margin: 0 0 12px; font-size: clamp(34px, 4.5vw, 56px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.section-title > p:last-child, .page-heading > p:last-child { margin: 0; color: var(--muted); }
.section-action { margin: 42px 0 0; text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 20px; }
.featured-sellers-section { padding-top: 56px; }
.featured-category + .featured-category { margin-top: 48px; padding-top: 42px; border-top: 1px solid var(--line); }
.featured-category-head { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.featured-category-head h3 { margin: 0; font-size: clamp(25px, 2.8vw, 34px); font-weight: 500; line-height: 1.08; }
.featured-category-head p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.featured-category-link { flex: 0 0 auto; color: var(--accent); font-size: 12px; font-weight: 800; }
.featured-category-link:hover { text-decoration: underline; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.image-placeholder { width: 100%; height: 100%; min-height: 180px; background: linear-gradient(135deg, #eee9df, #dcd4c6); }
.sale-badge, .sold-badge { position: absolute; left: 10px; bottom: 10px; padding: 5px 10px; border-radius: 999px; background: #fff; font-size: 11px; font-weight: 800; }
.sold-badge { left: auto; right: 10px; background: var(--ink); color: #fff; }
.product-vendor { margin: 14px 0 3px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-title { min-height: 2.8em; margin: 11px 0 7px; display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.4; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.product-vendor + .product-title { margin-top: 3px; }
.price { margin: 0; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price del { color: var(--muted); }

.feature-band { padding: 48px 0 40px; background: var(--ink); color: #fff; }
.confidence-title { margin-bottom: 32px; padding: 0 28px; color: #fff; }
.confidence-title h2 { margin: 0; color: #fff; font-size: clamp(30px, 4vw, 46px); font-weight: 500; }
.confidence-title .eyebrow { color: #ffd7a9; }
.features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.feature { display: flex; align-items: flex-start; gap: 12px; }
.feature:hover b { color: #ffd7a9; }
.feature-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #ffd7a9; }
.feature b { display: block; margin-bottom: 3px; }
.feature p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.5; }
.content-band { padding: 60px 0; background: #fff; }

.collection-products { padding-top: 40px; }
.collection-toolbar { margin-bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.collection-heading .eyebrow { margin-bottom: 7px; font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.collection-toolbar h1 { margin: 0; font-size: clamp(31px, 3.8vw, 48px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.collection-toolbar h1 a { display: inline-flex; align-items: baseline; gap: .14em; color: inherit; }
.collection-toolbar h1 a:hover { color: var(--accent); }
.collection-title-count { color: var(--muted); font-size: .58em; font-weight: 500; letter-spacing: -.015em; }
.collection-toolbar h1 a:hover .collection-title-count { color: inherit; }
.collection-sort-form { flex: 0 0 auto; }
.collection-sort-form select, .option-select select { min-width: 210px; padding: 11px 38px 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; }
.collection-category-panel { margin-bottom: 34px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); box-shadow: 0 9px 30px rgba(31,27,20,.045); }
.collection-category-heading { margin-bottom: 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.collection-category-heading > div strong, .collection-category-heading > div span { display: block; }
.collection-category-heading strong { font-size: 13px; letter-spacing: .015em; }
.collection-category-heading > div span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.collection-category-heading > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.collection-category-filter { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.collection-category-filter::-webkit-scrollbar { display: none; }
.collection-category-chip { min-height: 43px; padding: 5px 8px 5px 6px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d8d3ca; border-radius: 11px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 800; line-height: 1; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.collection-category-chip:hover { border-color: var(--ink); transform: translateY(-1px); box-shadow: 0 6px 14px rgba(31,27,20,.07); }
.category-chip-icon { min-width: 34px; height: 31px; padding: 0 6px; display: inline-grid; place-items: center; border-radius: 7px; background: var(--soft); color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .045em; }
.category-chip-label { white-space: nowrap; }
.category-chip-count { min-width: 23px; height: 23px; padding: 0 6px; display: inline-grid; place-items: center; border-radius: 999px; background: #f1eee8; color: var(--muted); font-size: 9px; }
.collection-category-chip.is-active { border-color: var(--ink); background: var(--ink); color: #fff; box-shadow: 0 7px 17px rgba(29,29,27,.14); }
.collection-category-chip.is-active .category-chip-icon { background: var(--accent); color: #fff; }
.collection-category-chip.is-active .category-chip-count { background: rgba(255,255,255,.15); color: #fff; }
.collection-filter-result { margin: -17px 0 28px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 9px; background: #eee9df; color: var(--muted); font-size: 11px; }
.collection-filter-result strong { color: var(--ink); }
.collection-filter-result a { color: var(--accent); font-weight: 800; white-space: nowrap; }
.collection-filter-result a:hover { text-decoration: underline; }
.pagination { margin-top: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination-link { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 800; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease; }
.pagination-link:hover { border-color: var(--ink); transform: translateY(-1px); }
.pagination-link.is-current { border-color: var(--ink); background: var(--ink); color: #fff; cursor: default; }
.pagination-link.is-disabled { color: #b8b3aa; background: var(--soft); cursor: default; }
.pagination-link.is-disabled:hover { border-color: var(--line); transform: none; }
.pagination-arrow { font-size: 23px; font-weight: 500; }
.pagination-ellipsis { min-width: 20px; color: var(--muted); text-align: center; }
.collection-empty { margin: 35px 0; padding: 42px 20px; border-radius: var(--radius); background: var(--soft); color: var(--muted); text-align: center; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.collection-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.collection-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.collection-card { overflow: hidden; background: transparent; border-radius: var(--radius); box-shadow: none; }
.collection-image { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: var(--soft); }
.collection-image img, .collection-image .image-placeholder { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.collection-card-copy { padding: 18px 20px 21px; }
.collection-card h2, .collection-card h3 { margin: 0 0 6px; font-size: 25px; font-weight: 500; line-height: 1.1; }
.collection-card p { margin: 0 0 10px; color: var(--muted); display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.collection-card-copy span { color: var(--accent); font-size: 12px; font-weight: 800; }
.collection-card:hover img { transform: scale(1.025); }
.collection-card img { transition: transform .3s ease; }
.collection-showcase { background: #fff; }
.new-arrivals-section { background: var(--soft); }
.popular-categories { background: #fff; }
.canadian-business { padding: 18px 0; background: #efe9df; border-bottom: 1px solid var(--line); }
.canadian-business .container { display: flex; justify-content: center; align-items: center; gap: 14px 25px; flex-wrap: wrap; text-align: center; }
.canadian-business strong { font-size: 19px; font-weight: 500; }
.canadian-business span { color: var(--muted); font-size: 12px; }

.product-detail { padding: 28px 0 0; background: #fff; }
.product-breadcrumb { margin-bottom: 24px; display: flex; align-items: center; gap: 8px; overflow: hidden; color: var(--muted); font-size: 12px; white-space: nowrap; }
.product-breadcrumb a { color: var(--ink); }
.product-breadcrumb > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-layout { min-width: 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 55px; align-items: start; }
.gallery { min-width: 0; max-width: 100%; position: sticky; top: 115px; padding-left: 92px; }
.gallery-single { padding-left: 0; }
.thumb-rail { min-width: 0; max-width: 100%; position: absolute; inset: 0 auto 0 0; width: 78px; min-height: 0; display: flex; flex-direction: column; gap: 7px; }
.thumbs { min-width: 0; min-height: 0; flex: 1 1 auto; display: flex; flex-direction: column; align-items: stretch; gap: 10px; overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior: contain; }
.thumbs::-webkit-scrollbar { display: none; }
.thumb-scroll { width: 100%; min-height: 32px; flex: 0 0 32px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 20px; line-height: 1; cursor: pointer; transition: border-color .16s ease, background .16s ease, opacity .16s ease; }
.thumb-scroll[hidden] { display: none; }
.thumb-scroll:hover:not(:disabled) { border-color: var(--ink); background: var(--soft); }
.thumb-scroll:disabled { opacity: .3; cursor: default; }
.thumb-arrow-mobile { display: none; }
.thumb { width: 78px; height: 78px; padding: 0; flex: 0 0 78px; overflow: hidden; border: 1px solid transparent; border-radius: 9px; background: transparent; scroll-snap-align: start; }
.thumb.active { border-color: var(--ink); box-shadow: 0 0 0 2px #fff inset; }
.thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.main-photo { --zoom-x: 50%; --zoom-y: 50%; width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--soft); cursor: zoom-in; }
.main-photo img { width: 100%; height: 100%; object-fit: cover; transform-origin: var(--zoom-x) var(--zoom-y); transition: transform .2s ease-out; will-change: transform; }
.main-photo.is-zooming { cursor: zoom-out; }
.main-photo.is-zooming img { transform: scale(1.7); }
.product-info { min-width: 0; max-width: 100%; }
.product-info h1 { margin: 0 0 16px; overflow-wrap: anywhere; font-size: clamp(22px, 1.85vw, 29px); font-weight: 700; line-height: 1.16; letter-spacing: -.02em; }
.product-review-summary { width: fit-content; max-width: 100%; margin: -6px 0 12px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.product-review-summary:hover { color: var(--accent); }
.review-stars { color: #d9841d; font-size: 15px; letter-spacing: .05em; line-height: 1; }
.product-review-summary strong { color: var(--ink); }
.review-new { padding-left: 7px; border-left: 1px solid var(--line); }
.product-price { margin: 14px 0 6px; display: flex; align-items: baseline; gap: 8px; line-height: 1.08; }
.product-price del { color: #85817a; font-size: 15px; font-weight: 500; text-decoration-color: #85817a; text-decoration-line: line-through; text-decoration-thickness: 1px; }
.product-price strong { color: #151513; font-size: 27px; font-weight: 850; letter-spacing: -.025em; }
.product-status-line { min-width: 0; min-height: 24px; display: flex; align-items: center; gap: 8px 18px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.product-status-line > span { max-width: 100%; overflow-wrap: anywhere; }
.stock-status { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-weight: 800; }
.stock-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(108,104,97,.1); }
.stock-status.in-stock { color: var(--success); }
.stock-status.sold-out { color: var(--danger); }
.tax-note { margin: 3px 0 20px; color: var(--muted); font-size: 12px; }
.product-offer { margin: 0 0 15px; padding: 11px 13px; border: 1px solid #b9dfd2; border-radius: 8px; background: #eef9f5; color: #245b49; font-size: 13px; font-weight: 600; }
.product-offer strong { color: var(--accent); }
.product-form { min-width: 0; max-width: 100%; display: grid; gap: 17px; }
.option-picker { min-width: 0; margin: 0; padding: 0; border: 0; }
.option-picker legend { width: 100%; margin-bottom: 9px; display: flex; align-items: baseline; gap: 10px; font-size: 13px; font-weight: 800; }
.option-picker legend strong { color: var(--muted); font-size: 12px; font-weight: 600; }
.option-picker legend strong::before { content: ": "; }
.option-values { min-width: 0; max-width: 100%; display: flex; flex-wrap: wrap; gap: 9px; }
.option-picker-color .option-values { padding-bottom: 7px; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #c9c3ba transparent; }
.option-picker-color .option-value { flex: 0 0 auto; }
.option-picker-color.is-expanded .option-values { padding-bottom: 0; flex-wrap: wrap; overflow: visible; }
.color-options-toggle { margin-left: auto; padding: 2px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--accent); font-size: 11px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.color-options-toggle:hover { color: var(--accent-dark); }
.option-value { position: relative; max-width: 100%; min-height: 43px; min-width: 52px; padding: 9px 15px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; overflow-wrap: anywhere; text-align: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 13px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.option-value:hover { border-color: #9c968c; }
.option-value.selected { border-color: var(--ink); background: var(--ink); color: #fff; }
.option-input:focus-visible + .option-value { outline: 3px solid rgba(201,75,40,.28); outline-offset: 2px; }
.option-value.is-sold-out:not(.selected) { color: #aaa59d; background: linear-gradient(to top right, transparent calc(50% - .5px), #c9c4bc 50%, transparent calc(50% + .5px)); }
.option-value-color { padding-left: 11px; }
.option-swatch { width: 21px; height: 21px; flex: 0 0 auto; border: 1px solid rgba(0,0,0,.2); border-radius: 50%; background: var(--swatch-color); box-shadow: 0 0 0 2px #fff; }
.option-value.selected .option-swatch { box-shadow: 0 0 0 2px var(--ink), 0 0 0 3px rgba(255,255,255,.7); }
.swatch-multi { background: conic-gradient(#d14b38, #e9b949, #4b9b72, #477bc1, #9361a9, #d14b38); }
.personalize { padding: 16px;    border-radius: 10px;background: var(--page); }
.personalizer { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--page); }
.personalize h2, .personalizer h2 { margin: 0 0 8px; font-size: 25px; font-weight: 500; }
.personalizer > p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.personalizer iframe { width: 100%; min-height: 620px; border: 0; border-radius: 8px; background: #fff; }
.personalization-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; }
.personalization-heading::-webkit-details-marker { display: none; }
.personalization-heading .eyebrow { margin: 0 0 1px; font-size: 10px; letter-spacing: 0; line-height: 1.15; }
.personalization-heading h2 { margin: 0; font-size: 22px; line-height: 1.12; }
.personalize:not([open]) { padding: 11px 14px; }
.personalize:not([open]) .personalization-heading h2 { font-size: 20px; }
.personalization-summary-action { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; text-align: right; }
.personalization-summary-action small { font-size: inherit; }
.personalization-summary-action i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 18px; font-style: normal; font-weight: 400; line-height: 1; }
.personalization-summary-action i::before { content: "+"; }
.personalize[open] .personalization-summary-action i::before { content: "−"; }
.personalization-content { padding-top: 8px; }
.personalization-intro { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.personalization-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
.personalization-fields .field:last-child:nth-child(odd) { grid-column: 1 / -1; }
.field { margin-top: 12px; }
.field label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(201,75,40,.15); border-color: var(--accent); }
.field textarea { min-height: 85px; resize: vertical; }
.personalization-preview-button { margin-top: 14px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--accent); font-size: 12px; font-weight: 800; }
.personalization-preview { margin-top: 14px; padding: 12px; display: grid; grid-template-columns: 92px 1fr; gap: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.personalization-preview img { width: 92px; height: 92px; object-fit: cover; border-radius: 8px; background: var(--soft); }
.personalization-preview dl { margin: 7px 0 5px; display: grid; grid-template-columns: minmax(85px, .55fr) 1fr; gap: 2px 8px; font-size: 11px; }
.personalization-preview dt { color: var(--muted); }
.personalization-preview dd { margin: 0; overflow-wrap: anywhere; font-weight: 700; }
.personalization-preview small { display: block; color: var(--muted); font-size: 9px; line-height: 1.4; }
.qty-row { display: grid; grid-template-columns: 122px 1fr; gap: 10px; }
.qty { height: 48px; display: grid; grid-template-columns: 38px 1fr 38px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.qty button, .qty input { min-width: 0; border: 0; background: #fff; text-align: center; }
.express-checkout-action { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 52px; overflow: hidden; border: 1px solid #5a31f4; border-radius: 10px; background: #5a31f4;}
.btn-buy-now { min-width: 0; min-height: 50px; padding: 0 10px; overflow: hidden; border: 0; border-radius: 0; background: #5a31f4; box-shadow: none; font-size: clamp(15px, 3vw, 18px); letter-spacing: 0; white-space: nowrap; }
.buy-now-button-copy, .buy-now-button-size, .buy-now-button-price { min-width: 0; white-space: nowrap; }
.buy-now-button-size { overflow: hidden; text-overflow: ellipsis; }
.buy-now-button-swatch { --buy-now-swatch: conic-gradient(#d14b38, #e9b949, #4b9b72, #477bc1, #9361a9, #d14b38); width: 15px; height: 15px; margin: 0 4px; flex: 0 0 15px; display: inline-block; border: 1px solid rgba(255,255,255,.85); border-radius: 4px; background: var(--buy-now-swatch); box-shadow: 0 0 0 1px rgba(0,0,0,.16); }
.btn-buy-now:hover { border-color: #4320c7; background: #4320c7; }
.btn-add-square { width: 52px; min-width: 52px; min-height: 50px; padding: 0; border: 0; border-left: 1px solid rgba(255,255,255,.28); border-radius: 0; background: #5a31f4; color: #fff; box-shadow: none; }
.btn-add-square:hover { background: #4320c7; }
.btn-add-square svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.express-checkout-action .btn:hover { transform: none; }
.express-checkout-block { padding-top: 2px; display: grid; gap: 9px; }
.express-checkout-label { margin: 1px 0 0; color: #1d4e40; font-size: 12px; font-weight: 750; line-height: 1.35; text-align: center; }
.btn-add-buy-now-selection { width: 100%; min-height: 42px; padding: 0 14px; overflow: hidden; border-color: #baaaf8; background: #f5f2ff; color: #4d35ad; font-size: 12px; letter-spacing: .01em; text-overflow: ellipsis; white-space: nowrap; }
.btn-add-buy-now-selection:hover:not(:disabled) { border-color: #5a31f4; background: #ece6ff; transform: none; }
.btn-add-buy-now-selection:disabled { border-color: var(--line); background: #f7f5f1; color: var(--muted); opacity: 1; }
.buy-now-mini-cart { min-width: 0; display: grid; gap: 6px; }
.buy-now-mini-head { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; line-height: 1.2; }
.buy-now-mini-head strong { color: var(--ink); font-size: 11px; font-weight: 750; }
.buy-now-mini-head span { white-space: nowrap; }
.buy-now-mini-lines { min-width: 0; display: flex; gap: 7px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; scroll-snap-type: x proximity; }
.buy-now-mini-lines::-webkit-scrollbar { display: none; }
.buy-now-mini-line { height: 54px; min-width: 0; flex: 0 0 calc((100% - 14px) / 3); padding: 5px; display: grid; grid-template-columns: 38px minmax(0, 1fr) 72px; align-items: center; gap: 5px; scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 2px 7px rgba(31,27,20,.04); }
.buy-now-mini-lines[data-line-count="1"] .buy-now-mini-line { height: 58px; flex-basis: 100%; grid-template-columns: 46px minmax(0, 1fr) 84px; gap: 8px; }
.buy-now-mini-lines[data-line-count="2"] .buy-now-mini-line { flex-basis: calc((100% - 7px) / 2); }
.buy-now-mini-lines[data-line-count="3"] .buy-now-mini-line { flex-basis: calc((100% - 14px) / 3); }
.buy-now-mini-line > img, .buy-now-mini-image-placeholder { width: 38px; height: 38px; border-radius: 6px; background: var(--soft); object-fit: cover; }
.buy-now-mini-lines[data-line-count="1"] .buy-now-mini-line > img, .buy-now-mini-lines[data-line-count="1"] .buy-now-mini-image-placeholder { width: 46px; height: 46px; }
.buy-now-mini-copy { min-width: 0; display: grid; gap: 1px; line-height: 1.25; }
.buy-now-mini-copy strong, .buy-now-mini-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.buy-now-mini-copy strong { font-size: 11px; font-weight: 750; }
.buy-now-mini-copy span { color: var(--muted); font-size: 10px; }
.buy-now-mini-quantity { height: 29px; min-width: 0; display: grid; grid-template-columns: 23px 24px 23px; align-items: stretch; overflow: hidden; border: 1px solid #d7d2ca; border-radius: 7px; background: #faf9f7; }
.buy-now-mini-lines[data-line-count="1"] .buy-now-mini-quantity { height: 31px; grid-template-columns: 27px 28px 27px; }
.buy-now-mini-quantity button, .buy-now-mini-quantity output { min-width: 0; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); font-size: 13px; line-height: 1; }
.buy-now-mini-quantity button { cursor: pointer; }
.buy-now-mini-quantity button:hover:not(:disabled) { background: var(--soft); }
.buy-now-mini-quantity button:focus-visible { position: relative; z-index: 1; outline: 2px solid #5a31f4; outline-offset: -2px; }
.buy-now-mini-quantity button:disabled { opacity: .35; cursor: default; }
.buy-now-mini-quantity output { font-size: 11px; font-weight: 800; }
.buy-now-mini-empty { min-height: 58px; margin: 0; padding: 8px 12px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--muted); font-size: 11px; font-weight: 500; text-align: center; }
.form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 12px; }
.form-status:empty { display: none; }
.payment-badges { min-height: 31px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; }
.payment-badge { min-width: 46px; height: 27px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #d9d9d9; border-radius: 4px; background: #fff; color: #141414; font-size: 10px; font-style: normal; font-weight: 800; line-height: 1; letter-spacing: -.03em; white-space: nowrap; box-shadow: 0 1px 1px rgba(0,0,0,.03); }
.payment-badge.shop-pay { min-width: 60px; background: #5a31f4; border-color: #5a31f4; color: #fff; font-size: 11px; }
.payment-badge.shop-pay span { margin-left: 1px; padding: 2px 3px; border-radius: 2px; background: #fff; color: #5a31f4; }
.payment-badge.paypal { color: #003087; font-style: italic; font-size: 11px; }
.payment-badge.paypal b { color: #0070e0; }
.payment-badge.visa { color: #142787; font-size: 13px; font-style: italic; }
.payment-badge.mastercard { position: relative; min-width: 45px; }
.payment-badge.mastercard i { width: 17px; height: 17px; border-radius: 50%; background: #eb001b; }
.payment-badge.mastercard i + i { margin-left: -6px; background: rgba(247,158,27,.9); }
.payment-badge.amex { background: #1677a8; border-color: #1677a8; color: #fff; font-size: 9px; }
.payment-badge.apple-pay { font-size: 12px; letter-spacing: -.07em; }
.payment-badge.google-pay b { margin-right: 2px; color: #4285f4; font-size: 13px; }
.payment-badges-compact { margin: 10px 0 2px; gap: 4px; }
.payment-badges-compact .payment-badge { min-width: 38px; height: 23px; transform: scale(.92); }
.accordions { margin-top: 12px; border-top: 1px solid var(--line); }
.accordions details { padding: 16px 0; border-bottom: 1px solid var(--line); }
.accordions summary { cursor: pointer; font-weight: 800; }
.accordions .rich-content { margin-top: 13px; }
.mobile-buy-now-bar { display: none; }
.product-facts { margin: 13px 0 0; }
.product-facts > div { padding: 7px 0; display: grid; grid-template-columns: 125px 1fr; gap: 15px; border-top: 1px solid #eeeae3; }
.product-facts dt { color: var(--muted); }
.product-facts dd { margin: 0; font-weight: 700; }
.related-products-section { margin-top: 70px; background: var(--soft); }
.related-products-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.customer-proof-section { margin-top: 70px; padding-top: 42px; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 36px; border-top: 1px solid var(--line); }
.customer-review-card h2 { margin: 0 0 13px; font-size: clamp(30px, 3.6vw, 43px); font-weight: 500; line-height: 1.05; }
.customer-rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.customer-rating strong { font-size: 18px; }
.customer-rating > span:last-child, .review-empty { color: var(--muted); font-size: 12px; }
.review-empty { margin: 0; max-width: 480px; }
.trust-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.trust-proof-grid article { padding: 18px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--page); }
.trust-proof-grid article > span { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-weight: 800; }
.trust-proof-grid strong { display: block; font-size: 12px; }
.trust-proof-grid p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.cart-page { display: grid; grid-template-columns: 1fr 370px; gap: 30px; align-items: start; }
.cart-line { margin-bottom: 12px; padding: 14px; display: grid; grid-template-columns: 105px 1fr auto; gap: 17px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.cart-line img { width: 105px; height: 105px; object-fit: cover; border-radius: 9px; }
.cart-line-info { display: grid; justify-items: start; gap: 3px; }
.cart-product-title { font-weight: 800; }
.cart-line-info span { color: var(--muted); font-size: 12px; }
.cart-quantity { margin-top: 7px; display: flex; align-items: end; gap: 10px; }
.cart-quantity label { display: grid; gap: 2px; color: var(--muted); font-size: 11px; }
.cart-quantity input { width: 70px; padding: 6px; border: 1px solid var(--line); border-radius: 5px; }
.text-button { padding: 0; border: 0; background: none; color: var(--accent); font-size: 12px; text-decoration: underline; }
.text-button.danger { color: var(--danger); }
.cart-summary { position: sticky; top: 115px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.cart-summary h2 { margin: 0 0 20px; font-size: 28px; font-weight: 500; }
.cart-summary p { display: flex; justify-content: space-between; gap: 20px; }
.summary-total { padding-top: 16px; border-top: 1px solid var(--line); font-size: 17px; }
.cart-summary small { display: block; margin: 0 0 17px; color: var(--muted); }
.cart-summary .btn, .cart-summary form { margin-top: 10px; }

body.cart-drawer-open { overflow: hidden; }
.cart-drawer-overlay { position: fixed; inset: 0; z-index: 80; opacity: 0; background: rgba(18,17,15,.52); backdrop-filter: blur(2px); transition: opacity .24s ease; }
.cart-drawer-overlay.open { opacity: 1; }
.cart-drawer { position: fixed; z-index: 81; inset: 0 0 0 auto; width: min(500px, 100vw); display: flex; flex-direction: column; transform: translateX(102%); background: #fff; transition: transform .28s cubic-bezier(.22,.7,.24,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-header { min-height: 92px; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.cart-drawer-header .eyebrow { margin-bottom: 1px; }
.cart-drawer-header h2 { margin: 0; font-size: 28px; font-weight: 500; line-height: 1.1; }
.cart-drawer-close { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; font-size: 35px; font-weight: 300; line-height: 1; }
.cart-drawer-close:hover { background: var(--soft); }
.cart-drawer-body { min-height: 0; flex: 1; display: flex; }
.cart-drawer-loading { width: 100%; margin: auto; padding: 42px 24px; display: grid; justify-items: center; gap: 12px; color: var(--muted); text-align: center; }
.cart-drawer-loading span { width: 27px; height: 27px; border: 3px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: cart-drawer-spin .7s linear infinite; }
.cart-drawer-loading p { margin: 0; font-size: 13px; }
@keyframes cart-drawer-spin { to { transform: rotate(360deg); } }
.cart-drawer-content { min-height: 0; width: 100%; display: flex; flex-direction: column; }
.cart-drawer-items { min-height: 0; padding: 0 24px; flex: 1; overflow-y: auto; overscroll-behavior: contain; }
.cart-drawer-line { padding: 20px 0; display: grid; grid-template-columns: 105px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.cart-drawer-image { width: 105px; height: 118px; overflow: hidden; border-radius: 9px; background: var(--soft); }
.cart-drawer-image img, .cart-drawer-image .image-placeholder { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.cart-drawer-line-info { min-width: 0; display: grid; align-content: start; gap: 5px; }
.cart-drawer-line-head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: start; }
.cart-drawer-line-head .cart-product-title { font-size: 14px; line-height: 1.35; }
.cart-drawer-line-head strong { font-size: 13px; white-space: nowrap; }
.cart-drawer-variant, .cart-drawer-attribute { color: var(--muted); font-size: 11px; line-height: 1.45; }
.cart-drawer-actions { margin-top: 9px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.drawer-quantity { height: 38px; display: grid; grid-template-columns: 34px 42px 34px; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.drawer-quantity button, .drawer-quantity input { width: 100%; min-width: 0; padding: 0; border: 0; background: #fff; text-align: center; }
.drawer-quantity input { appearance: textfield; }
.drawer-quantity input::-webkit-inner-spin-button, .drawer-quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.drawer-remove { padding: 4px 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; }
.cart-drawer-summary { padding: 18px 24px 20px; flex: 0 0 auto; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -12px 30px rgba(33,27,20,.05); }
.cart-drawer-summary p { margin: 5px 0; display: flex; justify-content: space-between; gap: 20px; }
.cart-drawer-summary .drawer-total { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 16px; }
.cart-drawer-summary small { display: block; margin: 8px 0 14px; color: var(--muted); line-height: 1.45; }
.btn-drawer-checkout { min-height: 55px; border-color: #050505; border-radius: 999px; background: #050505; }
.btn-drawer-checkout:hover { background: #2a2927; }
.drawer-wallet-note { display: none !important; }
.drawer-view-cart { margin-top: 7px; display: block; color: var(--muted); font-size: 11px; text-align: center; text-decoration: underline; }
.cart-drawer-empty { width: 100%; margin: auto; padding: 45px 30px; text-align: center; }
.cart-drawer-empty h3 { margin: 0 0 10px; font-size: 31px; font-weight: 500; }
.cart-drawer-empty > p:not(.eyebrow) { margin: 0 auto 22px; max-width: 330px; color: var(--muted); }

.page-heading { max-width: 760px; margin-bottom: 36px; }
.page-heading h1 { font-size: clamp(40px, 6vw, 68px); }
.empty-state, .api-error { padding: 60px 25px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.empty-state h1, .empty-state h2, .api-error h1 { margin-top: 0; font-size: 36px; font-weight: 500; }
.empty-state p, .api-error p { color: var(--muted); }
.prose-page { max-width: 850px; }
.prose-page > h1, .article-page > h1 { margin: 0 0 28px; font-size: clamp(38px, 6vw, 66px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.rich-content { color: #393733; }
.rich-content img { height: auto; border-radius: 8px; }
.rich-content a { color: var(--accent); text-decoration: underline; }
.rich-content h2, .rich-content h3 { color: var(--ink); }
.rich-content table { width: 100%; margin: 20px 0; border-collapse: collapse; background: #fff; }
.rich-content th, .rich-content td { padding: 11px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.rich-content th { background: var(--soft); color: var(--ink); font-size: 12px; }
.policy-note { padding: 14px 16px; border-left: 4px solid var(--accent); background: #fff7f3; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.article-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.article-card time, .article-meta { display: block; margin-top: 13px; color: var(--muted); font-size: 12px; }
.article-card h2 { margin: 7px 0; font-size: 27px; font-weight: 500; line-height: 1.15; }
.article-card p { margin: 0; color: var(--muted); }
.article-hero { width: 100%; max-height: 580px; margin: 30px 0; object-fit: cover; border-radius: var(--radius); }
.search-page-form { margin-bottom: 36px; display: flex; gap: 8px; }
.search-results { margin-top: 20px; }
.setup-page { max-width: 900px; }
.setup-card { margin-bottom: 35px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.setup-card p { margin: 0; padding: 14px 18px; display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(150px, .9fr); align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.setup-card p:last-child { border: 0; }
.setup-card span:last-child { color: var(--muted); font-size: 12px; text-align: right; overflow-wrap: anywhere; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #bbb; }
.status-dot.ok { background: var(--success); }
.status-dot.missing { background: var(--danger); }
code { padding: 2px 5px; border-radius: 4px; background: var(--soft); }

.newsletter-band { padding: 42px 0; background: var(--soft); border-top: 1px solid var(--line); }
.newsletter-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); align-items: center; gap: 50px; }
.newsletter-inner h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 46px); font-weight: 500; line-height: 1.05; }
.newsletter-inner p:not(.eyebrow) { margin: 0; color: var(--muted); }
.newsletter-form { display: flex; gap: 9px; }
.newsletter-form input[type="email"] { min-width: 0; flex: 1; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.footer { padding: 60px 0 24px; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 45px; }
.footer-brand p { max-width: 350px; color: var(--muted); }
.footer-brand .footer-contact { font-size: 12px; }
.footer-brand .footer-contact a { display: inline; color: var(--accent); }
.footer-social { font-weight: 800; }
.footer h3 { margin: 0 0 13px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.footer > .container a:not(.brand) { display: block; padding: 4px 0; color: var(--muted); font-size: 13px; }
.footer > .container a:hover { color: var(--accent); }
.footer-market-row { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.market-selector { max-width: 430px; }
.market-selector label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.market-selector-control { display: flex; align-items: stretch; gap: 8px; }
.market-selector select { min-width: 245px; padding: 11px 38px 11px 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 13px; font-weight: 700; }
.market-selector-submit { min-height: 44px; padding: 0 17px; }
.market-selector small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.copyright { margin-top: 40px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.privacy-choices { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; }
.consent-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 120; max-width: 720px; margin: auto; padding: 17px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 55px rgba(20,18,15,.22); }
.consent-banner p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.consent-banner strong { color: var(--ink); }
.consent-actions { display: flex; gap: 8px; }
.consent-actions .btn { min-height: 38px; padding: 0 14px; font-size: 11px; }

@media (min-width: 1051px) {
  .gallery { position: sticky; top: 115px; align-self: start; height: max-content; }
}

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .mobile-menu-toggle { display: grid; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100vh - 110px); padding: 12px 24px 22px; display: none; overflow: auto; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: block; }
  .nav-item { position: relative; display: block; }
  .nav-link { display: block; padding: 11px 0; }
  .submenu { position: static; width: auto; padding: 5px 0 14px 15px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); transform: none; border: 0; box-shadow: none; }
  .header-actions { margin-left: auto; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-grid-four, .collection-grid-five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-layout { grid-template-columns: 1fr; }
  .gallery { position: relative; top: auto; }
  .customer-proof-section { grid-template-columns: 1fr; }
  .related-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newsletter-inner { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 720px) {
  .mobile-buy-now-meta .mobile-buy-now-meta-separator:first-child {display: none;}
  .container, .header-inner { padding-left: 17px; padding-right: 17px; }
  .section { padding: 25px 0; }
  .announcement { font-size: 11px; }
  .header-inner { min-height: 66px; gap: 9px; }
  .brand img { width: 38px; height: 38px; }
  .brand span, .currency { display: none; }
  .header-actions { gap: 2px; }
  .header-search { padding: 10px 17px 15px; }
  .api-warning { padding: 9px 17px; align-items: flex-start; flex-direction: column; gap: 2px; text-align: left; }
  .hero-wrap { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .hero-wrap > img, .hero-media img { height: 100%; object-position: center; }
  .hero-america .hero-wrap { aspect-ratio: 2 / 2.28; }
  .hero-action { left: 50%; bottom: 9%; min-height: 40px; padding: 0 18px; transform: translateX(-50%); white-space: nowrap; }
  .hero-america .hero-action { bottom: 4%; }
  .hero-action:hover { transform: translateX(-50%) translateY(-1px); }
  .hero-canada .hero-wrap { min-height: 430px; aspect-ratio: auto; }
  .hero-canada .hero-wrap > img { object-position: center; }
  .hero-canada .hero-wrap::after { background: linear-gradient(90deg, rgba(27,7,8,.86), rgba(44,8,10,.56)); }
  .hero-canada .hero-overlay { left: 22px; width: calc(100% - 44px); }
  .hero-canada .hero-overlay h1 { font-size: clamp(35px, 11vw, 48px); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .product-title { font-size: 13px; }
  .features, .collection-grid, .collection-grid-four, .collection-grid-five, .article-grid, .footer-grid { grid-template-columns: 1fr; }
  .market-selector, .market-selector-control, .market-selector select { width: 100%; max-width: none; }
  .market-selector-control { align-items: stretch; flex-direction: column; }
  .market-selector-submit { width: 100%; }
  .copyright { align-items: flex-start; flex-direction: column; }
  .collection-toolbar { align-items: stretch; flex-direction: column; gap: 17px; }
  .collection-products { padding-top: 28px; }
  .collection-sort-form, .collection-sort-form select { width: 100%; }
  .collection-category-panel { margin-right: 0; margin-left: 0; padding: 16px; border-radius: 12px; }
  .collection-category-heading > span { display: none; }
  .collection-category-filter { margin-right: 0; padding-right: 0; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
  .collection-category-filter::-webkit-scrollbar { display: none; }
  .collection-category-chip { flex: 0 0 auto; }
  .collection-filter-result { margin-top: -18px; }
  .product-detail { padding-top: 16px; }
  .product-breadcrumb { min-width: 0; margin-bottom: 14px; font-size: 11px; }
  .product-layout { width: 100%; min-width: 0; display: block; }
  .gallery, .gallery-single { width: 100%; min-width: 0; max-width: 100%; padding-left: 0; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
  .main-photo { width: 100%; min-width: 0; max-width: 100%; border-radius: 10px; cursor: default; }
  .main-photo.is-zooming img { transform: none; }
  .thumb-rail { position: static; order: 2; width: 100%; min-width: 0; max-width: 100%; height: 64px; display: flex; flex-direction: row; gap: 6px; overflow: hidden; }
  .thumbs { width: 0; min-width: 0; max-width: 100%; flex: 1 1 0; flex-direction: row; gap: 7px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; overscroll-behavior-x: contain; }
  .thumb { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 7px; }
  .thumb-scroll { width: 32px; min-height: 0; height: 100%; flex: 0 0 32px; }
  .thumb-arrow-desktop { display: none; }
  .thumb-arrow-mobile { display: inline; }
  .product-info { width: 100%; min-width: 0; max-width: 100%; margin-top: 23px; }
  .product-info h1 { margin-bottom: 12px; font-size: clamp(19px, 5.6vw, 22px); line-height: 1.2; }
  .product-price { margin-top: 10px; gap: 7px; }
  .product-price del { font-size: 14px; }
  .product-price strong { font-size: 24px; }
  .tax-note { margin-bottom: 17px; }
  .personalization-summary-action small { display: none; }
  .express-checkout-action { grid-template-columns: minmax(0, 1fr) 50px; }
  .btn-add-square { width: 50px; min-width: 50px; }
  .buy-now-mini-lines:not([data-line-count="1"]):not([data-line-count="2"]) .buy-now-mini-line { height: 82px; grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: 32px 28px; align-content: center; gap: 5px; }
  .buy-now-mini-lines:not([data-line-count="1"]):not([data-line-count="2"]) .buy-now-mini-line > img, .buy-now-mini-lines:not([data-line-count="1"]):not([data-line-count="2"]) .buy-now-mini-image-placeholder { width: 30px; height: 30px; }
  .buy-now-mini-lines:not([data-line-count="1"]):not([data-line-count="2"]) .buy-now-mini-copy strong { font-size: 10px; }
  .buy-now-mini-lines:not([data-line-count="1"]):not([data-line-count="2"]) .buy-now-mini-copy span { font-size: 9px; }
  .buy-now-mini-lines:not([data-line-count="1"]):not([data-line-count="2"]) .buy-now-mini-quantity { width: 100%; height: 28px; grid-column: 1 / -1; grid-template-columns: 1fr 24px 1fr; }
  .featured-category + .featured-category { margin-top: 38px; padding-top: 34px; }
  .featured-category-head { align-items: flex-start; gap: 0px}
  .personalizer iframe { min-height: 520px; }
  .personalization-fields { grid-template-columns: 1fr; }
  .personalization-fields .field { grid-column: 1; }
  .qty-row { min-width: 0; grid-template-columns: minmax(96px, 105px) minmax(0, 1fr); }
  .option-picker legend { display: block; }
  .option-picker-color legend { display: flex; }
  .option-picker legend strong { margin-left: 4px; }
  .option-values { gap: 8px; }
  .option-value { min-height: 42px; padding: 9px 12px; font-size: 12px; }
  .payment-badges { min-height: 25px;
        flex-wrap: nowrap;
        gap: 2px;
        overflow: hidden;
        width: 90%;
        margin-left: 5%; }
  .payment-badge { min-width: 32px; height: 23px; padding: 0 3px; flex: 1 1 0; font-size: 8px; }
  .payment-badge.shop-pay { min-width: 44px; font-size: 9px; }
  .payment-badge.paypal { font-size: 9px; }
  .payment-badge.visa { font-size: 11px; }
  .payment-badge.mastercard { min-width: 32px; }
  .payment-badge.mastercard i { width: 14px; height: 14px; }
  .payment-badge.amex { font-size: 7px; }
  .payment-badge.apple-pay { font-size: 10px; }
  .payment-badge.google-pay b { font-size: 11px; }
  body.has-mobile-buy-now { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .mobile-buy-now-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); display: block; border-top: 1px solid rgba(29,29,27,.1); background: rgba(255,255,255,.92); box-shadow: 0 -8px 28px rgba(31,27,20,.13); backdrop-filter: blur(12px); }
.mobile-buy-now-button {
    width: 100%;
    min-height: 45px;
    padding: 8px 12px 8px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "content icon";
    align-items: center;
    column-gap: 12px;
    overflow: hidden;
    border: 0 solid #5a31f4;
    border-radius: 8px;
    background: linear-gradient(135deg, #693df6, #4d26df);
    color: #fff;
    font: inherit;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}  .mobile-buy-now-button:hover:not(:disabled) { background: linear-gradient(135deg, #5c31e8, #3f1dcc); }
  .mobile-buy-now-button:focus-visible { outline: 3px solid rgba(90,49,244,.35); outline-offset: 3px; }
  .mobile-buy-now-button:disabled { border-color: #d9d4cc; background: #e9e5df; color: #89837b; box-shadow: none; cursor: default; }
  .mobile-buy-now-label { grid-area: content; min-width: 0; display: flex; align-items: end; overflow: hidden; white-space: nowrap; }
.mobile-buy-now-copy {
    flex: 0 0 auto;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}  
.mobile-buy-now-meta {
    min-width: 0;
    display: flex;
    align-items: end;
    overflow: hidden;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: auto;
}  .mobile-buy-now-meta-part { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .mobile-buy-now-meta-size { max-width: 62px; }
  .mobile-buy-now-meta-price { flex: 0 0 auto; }
  .mobile-buy-now-meta-separator {
    flex: 0 0 auto;
    color: rgba(255,255,255,.7);
    margin-left: 3px;
    margin-right: 3px;
}
  .mobile-buy-now-meta-empty { overflow: hidden; text-overflow: ellipsis; }
  .mobile-buy-now-swatch { --buy-now-swatch: conic-gradient(#d14b38, #e9b949, #4b9b72, #477bc1, #9361a9, #d14b38); width: 18px; height: 18px; flex: 0 0 18px; display: inline-block; border: 1px solid rgba(255,255,255,.88); border-radius: 6px; background: var(--buy-now-swatch); box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
  .mobile-buy-now-button svg { grid-area: icon; width: 29px; height: 29px; fill: none; display: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .trust-proof-grid { grid-template-columns: 1fr; }
  .customer-proof-section { margin-top: 48px; padding-top: 32px; }
  .related-products-section { margin-top: 48px; }
  .related-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cart-page { grid-template-columns: 1fr; }
  .cart-line { grid-template-columns: 78px 1fr; }
  .cart-line img { width: 78px; height: 78px; }
  .cart-line > strong { grid-column: 2; }
  .cart-summary { position: static; }
  .search-page-form { flex-direction: column; }
  .copyright { flex-direction: column; }
  .consent-banner { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; }
  .consent-actions .btn { flex: 1; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form .btn { width: 100%; }
  .cart-drawer { width: 100%; }
  .cart-drawer-header { min-height: 78px; padding: 15px 17px; }
  .cart-drawer-header h2 { font-size: 24px; }
  .cart-drawer-items { padding: 0 17px; }
  .cart-drawer-line { grid-template-columns: 86px 1fr; gap: 12px; }
  .cart-drawer-image { width: 86px; height: 104px; }
  .cart-drawer-line-head { grid-template-columns: 1fr; gap: 2px; }
  .cart-drawer-line-head strong { grid-row: 2; }
  .cart-drawer-actions { align-items: flex-end; }
  .cart-drawer-summary { padding: 16px 17px 18px; }
  .setup-card p { grid-template-columns: auto 1fr; gap: 6px 10px; }
  .setup-card span:last-child { grid-column: 2; text-align: left; }
}

@media (max-width: 380px) {
  .container, .header-inner { padding-left: 13px; padding-right: 13px; }
  .product-info h1 { font-size: 19px; }
  .thumb-rail { height: 58px; }
  .thumb { width: 58px; height: 58px; flex-basis: 58px; }
  .thumb-scroll { width: 29px; flex-basis: 29px; }
  .qty-row { grid-template-columns: 1fr; }
  .qty { width: 100%; }
  .qty-row .btn { width: 100%; }
  .option-value { min-width: 48px; padding: 8px 10px; }
  .personalization-heading { align-items: center; flex-direction: row; gap: 10px; }
  .personalization-preview { grid-template-columns: 72px 1fr; }
  .personalization-preview img { width: 72px; height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
