: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: var(--section-space-desktop, 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(--announcement-bg, var(--ink)); color: var(--announcement-text, #fff); text-align: center; font-size: 13px; font-weight: 700; }
.site-header { position: relative; top: 0; z-index: 40; background: var(--header-bg, rgba(255,255,255,.96)); color: var(--header-text, var(--ink)); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.site-header--sticky { position: sticky; }
.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: var(--header-logo-width, 46px); height: auto; max-height: var(--header-logo-width, 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); }
/* Desktop mega menu: 6 category groups across a single row (Products menu currently has 6 groups). */
.submenu { position: absolute; left: 28px; right: 28px; top: 100%; width: auto; padding: 25px; display: none; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; background: #fff; border: 1px solid var(--line); border-top: 0; 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-editor { background: var(--hero-background, #ddd5c7); }
.hero-editor .hero-wrap { min-height: 0; height: auto; aspect-ratio: var(--hero-desktop-ratio, 4 / 1); background: var(--hero-background, #ddd5c7); }
.hero-editor .hero-media { z-index: 0; }
.hero-editor .hero-media img { object-fit: var(--hero-desktop-fit, cover); object-position: var(--hero-desktop-position, center center); }
.hero-editor.hero--image-overlay .hero-wrap::after { position: absolute; z-index: 1; inset: 0; display: block; content: ""; background: var(--hero-image-overlay, rgba(0,0,0,.25)); pointer-events: none; }
.hero-editor .hero-overlay { position: absolute; z-index: 2; inset: 0; width: auto; padding: clamp(24px, 5vw, 72px); display: flex; transform: none; color: var(--hero-text, #fff); pointer-events: none; }
.hero-editor .hero-overlay-inner { width: min(570px, 100%); pointer-events: auto; }
.hero-editor .hero-overlay-box { padding: clamp(18px, 3vw, 34px); border-radius: var(--radius); background: var(--hero-content-box, rgba(0,0,0,.65)); backdrop-filter: blur(2px); }
.hero-editor .hero-overlay h1 { max-width: 100%; margin: 0 0 18px; color: inherit; font-size: clamp(28px, 6vw, var(--hero-heading-desktop, 64px)); }
.hero-editor .hero-overlay > p:not(.eyebrow), .hero-editor .hero-overlay-inner > p:not(.eyebrow) { max-width: 100%; color: inherit; }
.hero-editor .hero-overlay .eyebrow { color: var(--hero-eyebrow, #ffd7a9); }
.hero-overlay--desktop-top-left { align-items: flex-start; justify-content: flex-start; text-align: left; }
.hero-overlay--desktop-top-center { align-items: flex-start; justify-content: center; text-align: center; }
.hero-overlay--desktop-top-right { align-items: flex-start; justify-content: flex-end; text-align: right; }
.hero-overlay--desktop-middle-left { align-items: center; justify-content: flex-start; text-align: left; }
.hero-overlay--desktop-middle-center { align-items: center; justify-content: center; text-align: center; }
.hero-overlay--desktop-middle-right { align-items: center; justify-content: flex-end; text-align: right; }
.hero-overlay--desktop-bottom-left { align-items: flex-end; justify-content: flex-start; text-align: left; }
.hero-overlay--desktop-bottom-center { align-items: flex-end; justify-content: center; text-align: center; }
.hero-overlay--desktop-bottom-right { align-items: flex-end; justify-content: flex-end; text-align: right; }
.hero-editor .hero-action { bottom: 8%; white-space: nowrap; }
.hero-editor .hero-action--left { right: auto; left: max(24px, calc((100% - var(--container))/2 + 28px)); transform: none; }
.hero-editor .hero-action--center { right: auto; left: 50%; transform: translateX(-50%); }
.hero-editor .hero-action--right { right: max(24px, calc((100% - var(--container))/2 + 28px)); left: auto; transform: none; }
.hero-editor .hero-action--left:hover, .hero-editor .hero-action--right:hover { transform: translateY(-1px); }
.hero-editor .hero-action--center:hover { transform: translateX(-50%) translateY(-1px); }
.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: var(--button-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); }
.collection-title-link, .featured-category-title-link, .featured-collection-title-link { color: inherit; text-decoration: none; }
.collection-title-link:hover, .featured-category-title-link:hover, .featured-collection-title-link:hover { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .12em; }
.collection-title-link:focus-visible, .featured-category-title-link:focus-visible, .featured-collection-title-link:focus-visible { outline: 3px solid rgba(201,75,40,.3); outline-offset: 3px; border-radius: 3px; }
.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; }
.featured-category-action { margin: 26px 0 0; text-align: center; }
.featured-category-action .btn { min-width: 208px; }
.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, .recently-purchased-badge { position: absolute; left: 10px; bottom: 10px; padding: 5px 10px; border-radius: 999px; background: #fff; font-size: 11px; font-weight: 800; }
.recently-purchased-badge { color: #0f5b49; background: #e7f6ef; }
.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; overflow: visible; }
.gallery { min-width: 0; max-width: 100%; position: sticky; top: 94px; bottom: auto; align-self: start; height: fit-content; 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: contain; background: #fff; 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, .product-form, [data-product-form] { min-width: 0; max-width: 100%; }
.product-form > [data-product-form] { display: grid; gap: 17px; }
.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 { min-width: 0; max-width: 100%; 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 { min-width: 0; max-width: 100%; padding-top: 8px; }
.personalization-intro { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.personalization-fields { min-width: 0; max-width: 100%; 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 { min-width: 0; max-width: 100%; margin-top: 12px; }
.field label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 800; }
.field input, .field textarea { width: 100%; min-width: 0; max-width: 100%; height: 48px; min-height: 48px; padding: 11px 13px; border: 1px solid #d8d2c9; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(31,27,20,.04); line-height: 1.45; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.field input::placeholder, .field textarea::placeholder { color: #77736d; opacity: 1; }
.field input:hover, .field textarea:hover { border-color: #bdb6ab; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,75,40,.15), 0 1px 2px rgba(31,27,20,.04); }
.field textarea { resize: none; overflow-y: auto; }
.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; gap: 5px; overflow: hidden; border: 0; border-radius: 0; background: #5a31f4; box-shadow: none; font-size: clamp(12px, 1.6vw, 18px); letter-spacing: 0; white-space: nowrap; }
.buy-now-button-copy, .buy-now-button-meta, .buy-now-button-color, .buy-now-button-price { flex: 0 0 auto; min-width: 0; white-space: nowrap; }
.buy-now-button-size { min-width: 0; overflow: hidden; flex: 0 1 auto; text-overflow: ellipsis; white-space: nowrap; }
.buy-now-button-separator { flex: 0 0 auto; color: rgba(255,255,255,.7); }
.buy-now-color-summary { display: inline-flex; align-items: center; gap: 5px; }
.buy-now-button-swatch { --buy-now-swatch: conic-gradient(#d14b38, #e9b949, #4b9b72, #477bc1, #9361a9, #d14b38); width: 15px; height: 15px; flex: 0 0 15px; display: inline-block; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--buy-now-swatch); box-shadow: 0 0 0 1px rgba(0,0,0,.18); }
.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,.3); border-radius: 0; background: #5a31f4; color: #fff; box-shadow: none; }
.btn-add-square:hover { background: #4320c7; }
.btn-add-square:focus-visible { position: relative; z-index: 2; outline: 3px solid rgba(255,255,255,.72); outline-offset: -5px; }
.btn-add-square svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; 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: #356052; font-size: 11px; font-weight: 400; line-height: 1.4; 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-copy .buy-now-mini-options { color: var(--ink); font-weight: 700; }
.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-icon { width: 44px; height: 28px; padding: 2px 4px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d9d9d9; border-radius: 4px; background: #fff; }
.payment-icon svg { width: 100%; max-height: 24px; display: block; }
.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; visibility: hidden; opacity: 0; pointer-events: none; background: rgba(0,0,0,.52); transition: opacity .24s ease, visibility 0s linear .24s; }
.cart-drawer-overlay.open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.cart-drawer { position: fixed; z-index: 81; inset: 0 0 0 auto; width: min(500px, 100vw); display: flex; flex-direction: column; visibility: hidden; pointer-events: none; transform: translateX(102%); background: #fff; box-shadow: none; transition: transform .28s cubic-bezier(.22,.7,.24,1), visibility 0s linear .28s; }
.cart-drawer.open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
.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: none; }
.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 { margin-top: 16px; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.65; }
.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); }
.footer-selector-row { margin-top: 42px; padding-top: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; border-top: 1px solid var(--line); }
.footer-selector-row .footer-market-row, .footer-selector-row .footer-audience-row { max-width: none; margin: 0; padding: 0; border: 0; }
.market-selector, .audience-selector { max-width: 430px; }
.market-selector label, .audience-selector label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.market-selector-control, .audience-selector-control { display: flex; align-items: stretch; gap: 8px; }
.market-selector select, .audience-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-fixed-value { min-height: 44px; padding: 11px 13px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: #f7f5f1; color: var(--ink); font-size: 13px; font-weight: 700; }
.market-selector-submit { min-height: 44px; padding: 0 17px; }
.market-selector small, .audience-selector small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.footer-audience-row { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.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) {
  .product-layout { align-items: start; overflow: visible; }
  .gallery { position: sticky; top: 80px; bottom: auto; align-self: start; height: fit-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: var(--section-space-mobile, 28px) 0; }
  .announcement { font-size: 11px; }
  .header-inner { min-height: 66px; gap: 9px; }
  .brand img { width: var(--header-logo-mobile-width, 38px); max-height: var(--header-logo-mobile-width, 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-editor .hero-wrap { min-height: 0; height: auto; aspect-ratio: var(--hero-mobile-ratio, 3 / 4); }
  .hero-editor .hero-media img { object-fit: var(--hero-mobile-fit, cover); object-position: var(--hero-mobile-position, center center); }
  .hero-editor .hero-overlay { padding: 18px; }
  .hero-editor .hero-overlay h1 { font-size: var(--hero-heading-mobile, 36px); }
  .hero-editor .hero-overlay-inner > p:not(.eyebrow) { margin-bottom: 18px; font-size: 15px; }
  .hero-editor .hero-overlay-box { padding: 18px; }
  .hero-overlay--mobile-top-left { align-items: flex-start; justify-content: flex-start; text-align: left; }
  .hero-overlay--mobile-top-center { align-items: flex-start; justify-content: center; text-align: center; }
  .hero-overlay--mobile-top-right { align-items: flex-start; justify-content: flex-end; text-align: right; }
  .hero-overlay--mobile-middle-left { align-items: center; justify-content: flex-start; text-align: left; }
  .hero-overlay--mobile-middle-center { align-items: center; justify-content: center; text-align: center; }
  .hero-overlay--mobile-middle-right { align-items: center; justify-content: flex-end; text-align: right; }
  .hero-overlay--mobile-bottom-left { align-items: flex-end; justify-content: flex-start; text-align: left; }
  .hero-overlay--mobile-bottom-center { align-items: flex-end; justify-content: center; text-align: center; }
  .hero-overlay--mobile-bottom-right { align-items: flex-end; justify-content: flex-end; text-align: right; }
  .hero-editor .hero-action { bottom: 6%; }
  .hero-editor .hero-action--left { right: auto; left: 17px; transform: none; }
  .hero-editor .hero-action--center { right: auto; left: 50%; transform: translateX(-50%); }
  .hero-editor .hero-action--right { right: 17px; left: auto; transform: none; }
  .hero-editor .hero-action--left:hover, .hero-editor .hero-action--right:hover { transform: translateY(-1px); }
  .hero-editor .hero-action--center: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; }
  .footer-selector-row { grid-template-columns: 1fr; gap: 24px; }
  .market-selector, .market-selector-control, .market-selector select, .audience-selector, .audience-selector-control, .audience-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; }
  .btn-add-buy-now-selection { min-height: 48px; padding: 8px 12px; overflow: visible; line-height: 1.25; text-align: center; text-overflow: clip; white-space: normal; }
  .buy-now-mini-lines { display: grid; gap: 7px; overflow: visible; scroll-snap-type: none; }
  .buy-now-mini-line,
  .buy-now-mini-lines[data-line-count="1"] .buy-now-mini-line,
  .buy-now-mini-lines[data-line-count="2"] .buy-now-mini-line,
  .buy-now-mini-lines[data-line-count="3"] .buy-now-mini-line { height: 62px; min-height: 62px; width: 100%; flex: 1 1 auto; grid-template-columns: 46px minmax(0, 1fr) 84px; gap: 8px; }
  .buy-now-mini-line > img,
  .buy-now-mini-image-placeholder,
  .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 strong { font-size: 11px; }
  .buy-now-mini-copy span { font-size: 10px; }
  .buy-now-mini-quantity,
  .buy-now-mini-lines[data-line-count="1"] .buy-now-mini-quantity { height: 31px; grid-template-columns: 27px 28px 27px; }
  .featured-category + .featured-category { margin-top: 38px; padding-top: 34px; }
  .featured-category-head { align-items: flex-start; gap: 0px}
  .featured-category-action { margin-top: 20px; }
  .featured-category-action .btn { width: 100%; max-width: 320px; }
  .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-icon { width: 36px; height: 24px; padding: 1px 3px; flex: 1 1 36px; }
  .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(64px + env(safe-area-inset-bottom)); }
  .mobile-buy-now-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 999; padding: 7px 12px calc(7px + env(safe-area-inset-bottom)); display: block; border-top: 1px solid rgba(29,29,27,.1); background: rgba(255,255,255,.98); box-shadow: 0 -7px 22px rgba(31,27,20,.12); backdrop-filter: blur(12px); }
.mobile-buy-now-button {
    width: 100%;
    min-height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #5a31f4;
    border-radius: 6px;
    background: #5a31f4;
    color: #fff;
    font: inherit;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}  .mobile-buy-now-button:hover:not(:disabled) { background: #4320c7; }
  .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 { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(94px, 1fr) auto; align-items: center; overflow: hidden; white-space: nowrap; }
.mobile-buy-now-copy {
    min-width: 0;
    padding: 0 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}  
.mobile-buy-now-meta {
    min-width: 0;
    padding: 0 12px 0 7px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    overflow: hidden;
    color: rgba(255,255,255,.92);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0;
}  .mobile-buy-now-meta-part { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .mobile-buy-now-meta-size { max-width: 74px; }
  .mobile-buy-now-meta-color { flex: 0 0 auto; }
  .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: 15px; height: 15px; flex: 0 0 15px; display: inline-block; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--buy-now-swatch); box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
  .mobile-buy-now-button svg { display: none; }
  .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; }
}

/* Shopify theme integration */
.hero-media { width: 100%; height: 100%; object-fit: cover; }
.product-card-media, .collection-card-media { overflow: hidden; background: #eee8dd; }
.product-card-media { aspect-ratio: 1 / 1; }
.product-card-media img, .collection-card-media img, .product-card-media svg, .collection-card-media svg { width: 100%; height: 100%; object-fit: cover; }
.product-card-copy { padding: 15px; }
.product-card-copy h3 { margin: 2px 0 8px; font-size: 15px; line-height: 1.35; }
.product-vendor { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.product-card-price { display: flex; gap: 8px; margin: 0; }
.main-image img { width: 100%; }
.main-image { width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.main-image img { height: 100%; object-fit: cover; }
.thumbnail-list { position: absolute; inset: 0 auto 0 0; width: 78px; display: flex; flex-direction: column; gap: 8px; overflow-y: auto; scrollbar-width: none; }
.thumbnail-list::-webkit-scrollbar { display: none; }
.thumbnail { padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.thumbnail { width: 78px; height: 78px; flex: 0 0 78px; }
.thumbnail.active { border-color: var(--ink); }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.btn-add-square svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-dynamic-checkout { margin-top: 10px; }
.product-dynamic-checkout .shopify-payment-button { width: 100%; }
.product-dynamic-checkout .shopify-payment-button__button { min-height: 52px; border-radius: 8px; font-size: 14px; font-weight: 800; }
.product-dynamic-checkout .shopify-payment-button__more-options { margin-top: 8px; color: var(--muted); font-size: 12px; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }.article-card h2,.article-card p { margin: 14px; }.article-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.pagination { margin-top: 32px; text-align: center; }.pagination .page,.pagination a { padding: 8px; }
.hg-toast { position: fixed; z-index: 200; right: 20px; bottom: 20px; max-width: 360px; padding: 13px 17px; border-radius: 8px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
@media(max-width:720px){.thumbnail-list{position:static;order:2;width:100%;height:68px;flex-direction:row;overflow-x:auto;overflow-y:hidden}.thumbnail{width:64px;height:64px;flex-basis:64px}.article-grid{grid-template-columns:1fr}.hero-overlay h1{font-size:38px}}

/* Production home sections ported from the previous HolliGift theme. */
.recently-purchased-section { padding: 50px 0 34px; background: var(--page); }
.recently-purchased-head { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.recently-purchased-head .eyebrow { margin-bottom: 5px; }
.recently-purchased-head h2 { margin: 0; font-size: clamp(28px, 3vw, 36px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.recently-purchased-head p:not(.eyebrow) { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.hg-confidence { padding: 48px 0 44px; border-top: 1px solid var(--line); background: #fff; color: #161616; overflow: hidden; }
.hg-confidence-heading { max-width: 900px; margin: 0 auto 40px; text-align: center; }
.hg-confidence-heading h2 { margin: 0; font-size: clamp(26px, 3.1vw, 34px); font-weight: 850; line-height: 1.15; letter-spacing: -.025em; }
.hg-confidence-heading p { margin: 16px 0 0; color: #46433e; font-size: clamp(15px, 1.5vw, 19px); }
.hg-confidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.hg-confidence-card { min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hg-confidence-icon { width: 68px; height: 68px; margin-bottom: 16px; display: grid; place-items: center; }
.hg-confidence-icon img { width: 58px; height: 58px; object-fit: contain; }
.hg-confidence-icon span { font-size: 43px; line-height: 1; }
.hg-confidence-card h3 { margin: 0; font-size: 19px; font-weight: 850; line-height: 1.22; }
.hg-confidence-card p { margin: 12px 0 0; color: #494640; font-size: 14px; line-height: 1.62; }
.hg-confidence-card a, .hg-confidence-read { margin-top: 15px; color: #4d73bd; font-size: 15px; font-weight: 600; }
.hg-confidence-card a:hover { color: var(--accent); }

.customer-marquee { padding: 20px 0 98px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.customer-marquee h2 { margin: 0 0 30px; color: #181818; font-size: clamp(27px, 3vw, 34px); font-weight: 850; line-height: 1.2; letter-spacing: -.025em; text-align: center; }
.customer-marquee-window { width: 100%; overflow: hidden; }
.customer-marquee-track { width: max-content; display: flex; align-items: center; animation: hg-customer-marquee 60s linear infinite; will-change: transform; }
.customer-marquee-card { width: 200px; height: 200px; flex: 0 0 200px; margin: 0 10px; overflow: hidden; border-radius: 10px; background: var(--soft); }
.customer-marquee-card img, .customer-marquee-placeholder { width: 100%; height: 100%; object-fit: cover; }
.customer-marquee-placeholder { display: grid; place-items: center; color: var(--muted); font-size: 12px; background: linear-gradient(135deg, #eee8dd, #ded7cb); }
.customer-marquee:hover .customer-marquee-track { animation-play-state: paused; }
@keyframes hg-customer-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .hg-confidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
}
@media (max-width: 720px) {
  .recently-purchased-section { padding: 31px 0 25px; }
  .recently-purchased-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .recently-purchased-head .featured-category-link { margin-top: 1px; }
  .hg-confidence { padding: 37px 0 39px; }
  .hg-confidence-heading { margin-bottom: 31px; }
  .hg-confidence-heading p { margin-top: 12px; font-size: 15px; line-height: 1.55; }
  .hg-confidence-grid { grid-template-columns: 1fr; gap: 34px; }
  .hg-confidence-icon { margin-bottom: 10px; }
  .hg-confidence-card p { max-width: 330px; margin-top: 8px; }
  .hg-confidence-card a, .hg-confidence-read { margin-top: 9px; }
  .customer-marquee { padding: 23px 0 56px; }
  .customer-marquee h2 { margin-bottom: 21px; font-size: 25px; }
  .customer-marquee-card { width: 152px; height: 152px; flex-basis: 152px; margin: 0 7px; }
}
@media (prefers-reduced-motion: reduce) { .customer-marquee-track { animation: none; } }

/* Ads-ready collection and product discovery layer. */
.priority-nav { border-top: 1px solid var(--line); background: #fff; }
.priority-nav-inner { width: min(100%, var(--container)); margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 5px; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain; }
.priority-nav-inner::-webkit-scrollbar { display: none; }
.priority-nav a { padding: 9px 10px; flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 750; white-space: nowrap; }
.priority-nav a:hover, .priority-nav a[aria-current="page"] { color: var(--accent); }
.priority-nav-all { color: var(--ink) !important; font-weight: 850 !important; }

.collection-description { max-width: 860px; margin: -3px 0 20px; color: var(--muted); }
.collection-description > :first-child { margin-top: 0; }
.collection-description > :last-child { margin-bottom: 0; }
.collection-benefits { margin: 0 0 22px; padding: 12px 16px; display: flex; align-items: center; gap: 10px 24px; flex-wrap: wrap; border: 1px solid #cfe7df; border-radius: 12px; background: #edf8f4; color: #185d4d; font-size: 12px; font-weight: 750; }
.native-collection-filters { margin: -10px 0 30px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.native-filter-head { margin-bottom: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.native-filter-head strong, .native-filter-head span { display: block; }
.native-filter-head span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.native-filter-head a { color: var(--accent); font-size: 12px; font-weight: 800; }
.native-filter-groups { display: flex; align-items: flex-start; gap: 8px; flex-wrap: wrap; }
.native-filter-group { position: relative; min-width: 170px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.native-filter-group summary { padding: 9px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; list-style: none; font-size: 12px; font-weight: 800; }
.native-filter-group summary::-webkit-details-marker { display: none; }
.native-filter-group summary::after { content: "+"; color: var(--muted); }
.native-filter-group[open] summary::after { content: "−"; }
.native-filter-group summary span { min-width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--accent); color: #fff; font-size: 9px; }
.native-filter-values { max-height: 260px; padding: 5px 11px 11px; display: grid; gap: 5px; overflow-y: auto; }
.native-filter-value { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; cursor: pointer; }
.native-filter-value input { width: 16px; height: 16px; accent-color: var(--accent); }
.native-filter-value small { color: var(--muted); }
.native-filter-value.is-active { color: var(--ink); font-weight: 750; }
.collection-empty { grid-column: 1 / -1; }

.product-card-badges { min-height: 25px; margin: 11px 0 0; display: flex; gap: 6px; flex-wrap: wrap; }
.product-card-badges span { padding: 3px 7px; border-radius: 999px; background: #eee9df; color: #5d574f; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.product-card .product-title { min-height: 4.2em; margin-top: 6px; -webkit-line-clamp: 3; line-clamp: 3; }
.product-market-note { margin: 5px 0 13px; color: var(--muted); font-size: 11px; }
.product-market-note strong { color: var(--ink); }
.product-value-points { margin: 0 0 17px; padding: 13px 15px; display: grid; gap: 7px; border: 1px solid #cfe7df; border-radius: 12px; background: #edf8f4; color: #185d4d; font-size: 12px; font-weight: 700; list-style: none; }
.product-value-points li { position: relative; padding-left: 19px; }
.product-value-points li::before { position: absolute; left: 0; content: "✓"; font-weight: 900; }
.review-stars-empty { color: #a8a097; letter-spacing: .08em; }

@media (max-width: 1050px) {
  .priority-nav-inner { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 720px) {
  .priority-nav-inner { padding-left: 12px; padding-right: 12px; }
  .priority-nav a { padding: 8px; font-size: 10px; }
  .collection-benefits { align-items: flex-start; flex-direction: column; gap: 6px; }
  .native-filter-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .native-filter-groups { display: grid; grid-template-columns: 1fr 1fr; }
  .native-filter-group { min-width: 0; }
  .product-card-badges { min-height: 22px; margin-top: 9px; }
  .product-card-badges span { font-size: 8px; }
}

@media (max-width: 420px) {
  .native-filter-groups { grid-template-columns: 1fr; }
}

/* Merchant Center trust and customer-service pages */
.hg-page-hero { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.hg-page-hero h1 { margin: 5px 0 14px; font-size: clamp(40px, 6vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.hg-page-hero > p:last-child { margin: 0 auto; max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hg-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: start; }
.hg-contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hg-contact-card h2 { margin: 0 0 22px; font-size: 26px; }
.hg-contact-list { margin: 0; display: grid; gap: 20px; }
.hg-contact-list div { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.hg-contact-list div:last-child { padding-bottom: 0; border-bottom: 0; }
.hg-contact-list dt { margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hg-contact-list dd { margin: 0; line-height: 1.65; }
.hg-contact-list a, .hg-about-page a, .hg-faq-page a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.hg-contact-note { margin: 22px 0 0; padding: 14px; border-radius: 10px; background: var(--soft); color: var(--muted); font-size: 13px; line-height: 1.55; }
.hg-contact-form { display: grid; gap: 16px; }
.hg-contact-form label { margin-bottom: 6px; display: block; font-size: 12px; font-weight: 800; }
.hg-contact-form label span { color: var(--muted); font-weight: 500; }
.hg-contact-form input, .hg-contact-form select, .hg-contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font: inherit; }
.hg-contact-form textarea { resize: vertical; }
.hg-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hg-form-success { padding: 13px 15px; border: 1px solid #b7dfd1; border-radius: 9px; background: #edf8f4; color: #185d4d; }
.hg-policy-links { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hg-policy-links a { padding: 20px; display: grid; gap: 7px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); }
.hg-policy-links a:hover { border-color: var(--accent); transform: translateY(-1px); }
.hg-policy-links span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.hg-about-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.hg-about-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.hg-about-grid h2 { margin: 0 0 12px; font-size: 25px; }
.hg-about-grid p { color: var(--muted); line-height: 1.7; }
.hg-values { margin-top: 22px; padding: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; border-radius: 15px; background: var(--ink); color: #fff; }
.hg-values div { display: grid; gap: 6px; }
.hg-values span { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.5; }
.hg-narrow { max-width: 900px; }
.hg-faq-list { display: grid; gap: 12px; }
.hg-faq-list details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.hg-faq-list summary { padding: 18px 52px 18px 20px; position: relative; list-style: none; cursor: pointer; font-weight: 800; }
.hg-faq-list summary::-webkit-details-marker { display: none; }
.hg-faq-list summary::after { content: '+'; position: absolute; right: 20px; top: 14px; font-size: 26px; font-weight: 400; }
.hg-faq-list details[open] summary::after { content: '−'; }
.hg-faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.7; }
@media (max-width: 820px) {
  .hg-contact-grid, .hg-about-grid { grid-template-columns: 1fr; }
  .hg-policy-links, .hg-values { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hg-contact-card { padding: 20px; }
  .hg-form-row { grid-template-columns: 1fr; }
  .hg-page-hero h1 { font-size: 42px; }
}

/* Theme sync: homepage slideshow matching the Shopify theme block. */
.theme-slideshow { position: relative; width: 100%; max-width: 100%; overflow: hidden; background: #eee8dd; }
.theme-slideshow__container { position: relative; width: 100%; height: 450px; overflow: hidden; }
.theme-slideshow__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility .6s ease; }
.theme-slideshow__slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.theme-slideshow__slide > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.theme-slideshow__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.3); }
.theme-slideshow__content { position: absolute; z-index: 2; inset: 0; width: min(90%, 1000px); margin: auto; display: flex; align-items: center; justify-content: center; text-align: center; pointer-events: none; }
.theme-slideshow__button { pointer-events: auto; display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 24px; border-radius: 8px; background: #c94b28; color: #fff; font-size: 16px; font-weight: 800; text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,.14); transition: background .2s ease, transform .2s ease; }
.theme-slideshow__button:hover { background: #a83b1d; transform: translateY(-1px); }
.theme-slideshow__arrow { position: absolute; z-index: 4; top: 50%; width: 50px; height: 50px; margin-top: -25px; border: 0; border-radius: 50%; background: #fff; color: #1d1d1b; display: grid; place-items: center; font-size: 34px; line-height: 1; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.14); }
.theme-slideshow__arrow:hover { background: #f7f5f1; }
.theme-slideshow__arrow--prev { left: 18px; }
.theme-slideshow__arrow--next { right: 18px; }
.theme-slideshow__dots { position: absolute; z-index: 4; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; }
.theme-slideshow__dot { width: 12px; height: 12px; padding: 0; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 1px 5px rgba(0,0,0,.15); }
.theme-slideshow__dot.is-active { border-color: #c94b28; background: #c94b28; }
.api-warning { padding-top: 14px; padding-bottom: 14px; font-size: 14px; color: var(--muted); }

@media (max-width: 749px) {
  .theme-slideshow__container { height: 300px; }
  .theme-slideshow__arrow { width: 40px; height: 40px; margin-top: -20px; font-size: 28px; }
  .theme-slideshow__arrow--prev { left: 10px; }
  .theme-slideshow__arrow--next { right: 10px; }
  .theme-slideshow__button { min-height: 42px; padding: 9px 19px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .theme-slideshow__slide, .theme-slideshow__button { transition: none; }
}

/* ================================================================
   HolliGift US Ads storefront v2
   Conversion-first home, deterministic discovery, simplified product CTA.
   ================================================================ */

/* Theme banner: never crop, never darken. The active slide defines height. */
.theme-slideshow { background: #fff; }
.theme-slideshow__container { height: auto !important; min-height: 0; overflow: hidden; }
.theme-slideshow__slide { position: relative !important; inset: auto !important; display: none; opacity: 1; visibility: visible; transition: none; }
.theme-slideshow__slide.is-active { display: block; z-index: 1; }
.theme-slideshow__slide > a { display: block; width: 100%; }
.theme-slideshow__slide img,
.theme-slideshow__slide > img,
.theme-slideshow__slide > a > img { display: block; width: 100%; max-width: 100%; height: auto !important; object-fit: contain !important; object-position: center; }
.theme-slideshow__overlay { display: none !important; background: transparent !important; }
.theme-slideshow__arrow { top: 50%; transform: translateY(-50%); margin-top: 0; }
.theme-slideshow__dots { bottom: 14px; }

.us-hero-copy { padding: 38px 0 34px; background: #fff; border-bottom: 1px solid var(--line); }
.us-hero-copy__inner { display: grid; grid-template-columns: minmax(0,1.3fr) auto; align-items: center; gap: 34px; }
.us-hero-copy h1 { max-width: 850px; margin: 5px 0 12px; font-size: clamp(34px, 4.6vw, 62px); font-weight: 550; line-height: 1.02; letter-spacing: -.042em; }
.us-hero-copy p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.us-hero-actions { min-width: 260px; display: grid; gap: 10px; }
.us-hero-actions .btn { width: 100%; }

.us-trust-strip { padding: 18px 0; background: #f7f5f1; border-bottom: 1px solid var(--line); }
.us-trust-strip__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px 22px; }
.us-trust-strip article { min-width: 0; display: flex; align-items: flex-start; gap: 10px; }
.us-trust-strip article > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #185d4d; font-size: 13px; font-weight: 900; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.us-trust-strip strong, .us-trust-strip small { display: block; }
.us-trust-strip strong { margin-top: 1px; font-size: 11px; line-height: 1.25; }
.us-trust-strip small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.4; }

.home-intent-section--soft { background: #f8f6f2; }
.collection-grid-six { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; }
.home-collection-grid .collection-card { min-width: 0; }
.home-collection-grid .collection-image { aspect-ratio: 1 / 1; }
.home-collection-grid .collection-card-copy { padding: 13px 5px 0; }
.home-collection-grid .collection-card-copy h3 { margin-bottom: 5px; font-size: 13px; line-height: 1.3; }
.home-collection-grid .collection-card-copy p { display: none; }
.home-collection-grid .collection-card-copy span { font-size: 10px; }
.section-title-with-action { max-width: none; margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; text-align: left; }
.section-title-with-action > div { max-width: 760px; }
.section-title-with-action h2 { margin-bottom: 9px; }
.text-link { flex: 0 0 auto; color: var(--accent); font-size: 12px; font-weight: 850; }
.text-link:hover { text-decoration: underline; }

.home-reassurance { padding: 58px 0; background: var(--ink); color: #fff; }
.home-reassurance__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.home-reassurance article { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.04); }
.home-reassurance .eyebrow { color: #ffd7a9; }
.home-reassurance h2 { margin: 7px 0 10px; color: #fff; font-size: 23px; font-weight: 600; }
.home-reassurance p { color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.65; }
.home-reassurance a { color: #ffd7a9; font-weight: 800; }
.home-reassurance p a { color: #fff; text-decoration: underline; }

.collection-directory-group + .collection-directory-group { margin-top: 62px; }
.collection-directory-group .section-title { margin-left: 0; text-align: left; }
.collection-intro { max-width: 780px; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bestseller-status { margin: -2px 0 22px; padding: 9px 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #cfe7df; border-radius: 999px; background: #edf8f4; color: #185d4d; font-size: 10px; }
.bestseller-status strong { font-size: 10px; }

.bestseller-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 6px 9px; border-radius: 999px; background: #1d1d1b; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; box-shadow: 0 3px 9px rgba(0,0,0,.14); }
.product-best-seller-label { width: fit-content; margin: 0 0 8px; padding: 5px 9px; border-radius: 999px; background: #1d1d1b; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

/* Product page: one quantity, one Add to cart, one Buy now. */
.product-purchase-block { padding-top: 4px; display: grid; gap: 11px; }
.purchase-quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.purchase-quantity-row > label { font-size: 12px; font-weight: 800; }
.quantity-stepper { height: 42px; display: grid; grid-template-columns: 40px 54px 40px; overflow: hidden; border: 1px solid #d7d2ca; border-radius: 9px; background: #fff; }
.quantity-stepper button, .quantity-stepper input { width: 100%; min-width: 0; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: center; font: inherit; }
.quantity-stepper button { cursor: pointer; font-size: 18px; }
.quantity-stepper button:hover:not(:disabled) { background: var(--soft); }
.quantity-stepper button:disabled { opacity: .35; cursor: default; }
.quantity-stepper input { border-right: 1px solid #ece8e1; border-left: 1px solid #ece8e1; font-size: 13px; font-weight: 850; -moz-appearance: textfield; }
.quantity-stepper input::-webkit-inner-spin-button, .quantity-stepper input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.product-purchase-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-purchase-actions .btn { width: 100%; min-height: 50px; font-size: 12px; }
.btn-add-to-cart { border-color: var(--ink); background: #fff; color: var(--ink); }
.btn-add-to-cart:hover:not(:disabled) { background: var(--ink); color: #fff; }
.product-purchase-actions .btn-buy-now { border-color: #5a31f4; background: #5a31f4; color: #fff; }
.product-purchase-actions .btn-buy-now:hover:not(:disabled) { background: #4320c7; }
.shopify-checkout-reassurance { margin: -3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }

@media (max-width: 1050px) {
  .collection-grid-six { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .us-hero-copy__inner { grid-template-columns: 1fr; gap: 22px; }
  .us-hero-actions { min-width: 0; grid-template-columns: 1fr 1fr; }
  .us-trust-strip__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .theme-slideshow__container { height: auto !important; }
  .theme-slideshow__arrow { width: 38px; height: 38px; font-size: 26px; }
  .theme-slideshow__dots { bottom: 8px; }
  .theme-slideshow__dot { width: 9px; height: 9px; border-width: 1px; }
  .us-hero-copy { padding: 28px 0; }
  .us-hero-copy h1 { font-size: 34px; }
  .us-hero-copy p:not(.eyebrow) { font-size: 14px; }
  .us-hero-actions { grid-template-columns: 1fr; }
  .us-trust-strip__grid { grid-template-columns: 1fr 1fr; gap: 14px 10px; }
  .us-trust-strip article > span { width: 24px; height: 24px; flex-basis: 24px; }
  .us-trust-strip small { display: none; }
  .collection-grid-six,
  .home-collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 22px 12px; }
  .home-collection-grid .collection-card-copy h3 { font-size: 12px; }
  .section-title-with-action { align-items: flex-start; flex-direction: column; gap: 9px; }
  .home-reassurance__grid { grid-template-columns: 1fr; }
  .product-purchase-actions { grid-template-columns: 1fr; }
  .product-purchase-actions .btn { min-height: 49px; }
  .purchase-quantity-row { margin-top: 2px; }
  .collection-directory-group + .collection-directory-group { margin-top: 44px; }
}

/* 2026-08-11 storefront polish: compact home headings, no tracking. */
body, body * { letter-spacing: 0 !important; }

.home-main .us-hero-copy h1 {
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.14;
}
.home-main .section-title h2,
.home-main .section-title-with-action h2 {
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.16;
}
.home-main .section-title { margin-bottom: 28px; }
.home-main .section-title-with-action { margin-bottom: 24px; }
.home-main .customer-marquee h2,
.home-main .recently-purchased-head h2,
.home-main .hg-confidence-heading h2 {
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.18;
}

@media (max-width: 720px) {
  .home-main .us-hero-copy h1 { font-size: 25px; }
  .home-main .section-title h2,
  .home-main .section-title-with-action h2 { font-size: 23px; }
}


/* 2026-08-11 product detail: rounded Buy Now + live Shopify cart preview. */
.product-purchase-actions .btn {
  border-radius: 12px;
}
.product-purchase-actions .btn-buy-now {
  border-radius: 12px !important;
}

.purchase-selected-total {
  min-height: 34px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #e8e3dc;
  border-radius: 10px;
  background: #faf9f7;
  color: var(--muted);
  font-size: 11px;
}
.purchase-selected-total strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.product-inline-cart {
  min-width: 0;
  border: 1px solid #e4dfd7;
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
  transition: opacity .18s ease;
}
.product-inline-cart[aria-busy="true"] {
  opacity: .62;
  pointer-events: none;
}
.product-inline-cart-loading {
  min-height: 74px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--muted);
}
.product-inline-cart-loading > span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #e3ded7;
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: product-cart-spin .7s linear infinite;
}
@keyframes product-cart-spin { to { transform: rotate(360deg); } }

.product-inline-cart-card { min-width: 0; }
.product-inline-cart-head {
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #eeeae4;
  background: #faf9f7;
}
.product-inline-cart-head > div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.product-inline-cart-head strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}
.product-inline-cart-head small {
  color: var(--muted);
  font-size: 10px;
}
.product-inline-cart-head > a {
  color: var(--ink);
  font-size: 10px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-inline-cart-lines {
  max-height: 244px;
  padding: 0 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.product-inline-cart-line {
  min-width: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #f0ece6;
}
.product-inline-cart-line:last-child { border-bottom: 0; }
.product-inline-cart-image {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 9px;
  background: #f4f1ec;
}
.product-inline-cart-image img,
.product-inline-cart-image .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}
.product-inline-cart-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.product-inline-cart-title {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-inline-cart-copy > small {
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-inline-cart-bottom {
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-inline-cart-qty {
  height: 28px;
  display: grid;
  grid-template-columns: 27px 30px 27px;
  overflow: hidden;
  border: 1px solid #d9d4cd;
  border-radius: 8px;
  background: #fff;
}
.product-inline-cart-qty button,
.product-inline-cart-qty output {
  width: 100%;
  min-width: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  line-height: 1;
}
.product-inline-cart-qty button {
  cursor: pointer;
  font-size: 14px;
}
.product-inline-cart-qty button:hover { background: #f4f1ec; }
.product-inline-cart-qty output {
  border-right: 1px solid #eee9e2;
  border-left: 1px solid #eee9e2;
  font-size: 10px;
  font-weight: 850;
}
.product-inline-cart-line-total {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
}
.product-inline-cart-summary {
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #e9e4dd;
  background: #faf9f7;
  font-size: 11px;
}
.product-inline-cart-summary span { color: var(--muted); }
.product-inline-cart-summary strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}
.product-inline-cart-empty {
  min-height: 66px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  background: #faf9f7;
}
.product-inline-cart-empty-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-size: 15px;
}
.product-inline-cart-empty > div { min-width: 0; display: grid; gap: 2px; }
.product-inline-cart-empty strong { color: var(--ink); font-size: 11px; }
.product-inline-cart-empty small { color: var(--muted); font-size: 9px; line-height: 1.35; }

@media (max-width: 720px) {
  .product-purchase-actions .btn { border-radius: 11px; }
  .purchase-selected-total { min-height: 36px; }
  .product-inline-cart-lines { max-height: 220px; }
  .product-inline-cart-line { grid-template-columns: 50px minmax(0,1fr); }
  .product-inline-cart-image { width: 50px; height: 50px; }
}


/* 2026-08-11 compact collection breadcrumb + tighter home rhythm + selected cart row. */
.collection-products { padding-top: 24px; }
.collection-toolbar--breadcrumb {
  margin-bottom: 18px;
  align-items: center;
}
.collection-heading--breadcrumb { min-width: 0; }
.collection-breadcrumb {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.collection-breadcrumb a { color: var(--muted); }
.collection-breadcrumb a:hover { color: var(--accent); }
.collection-breadcrumb strong { color: var(--ink); font-weight: 800; }
.collection-breadcrumb small {
  padding: 3px 7px;
  border-radius: 999px;
  background: #eeeae4;
  color: var(--muted);
  font-size: 10px;
}

.home-main > .section { padding-top: 38px; padding-bottom: 38px; }
.home-main .section-title { margin-bottom: 18px; }
.home-main .section-title-with-action { margin-bottom: 18px; }
.home-main .home-collection-grid { row-gap: 18px; }
.home-main .customer-marquee { padding-top: 36px; padding-bottom: 44px; }
.home-main .home-reassurance { padding-top: 40px; padding-bottom: 40px; }

.product-inline-cart-line.is-current-selection {
  margin: 0 -8px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 10px;
  background: #f5f8f6;
  box-shadow: inset 3px 0 0 #2f7d67;
}
.product-inline-cart-draft {
  margin: 0 -8px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 10px;
  background: #faf7f1;
  box-shadow: inset 3px 0 0 var(--accent);
}
.product-inline-cart-draft .product-inline-cart-image { cursor: default; }
.product-inline-cart-draft .product-inline-cart-copy > small { color: #9b4d2d; font-weight: 700; }
.product-inline-cart-draft .product-inline-cart-qty button:disabled { opacity: .3; cursor: default; }

@media (max-width: 720px) {
  .collection-products { padding-top: 18px; }
  .collection-toolbar--breadcrumb { gap: 12px; }
  .collection-breadcrumb { font-size: 11px; gap: 6px; }
  .home-main > .section { padding-top: 28px; padding-bottom: 28px; }
  .home-main .section-title,
  .home-main .section-title-with-action { margin-bottom: 16px; }
  .home-main .customer-marquee { padding-top: 28px; padding-bottom: 32px; }
  .home-main .home-reassurance { padding-top: 30px; padding-bottom: 30px; }
}
