:root {
  --bg: #f4f4f2;
  --surface: #fff;
  --surface-2: #eeeeeb;
  --ink: #171717;
  --muted: #686865;
  --line: #d7d7d2;
  --line-strong: #aaa9a4;
  --positive: #17683c;
  --danger: #a12c2c;
  --radius: 3px;
  --container: 1440px;
  --shadow: 0 16px 45px rgba(10,10,10,.1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.store-shell { margin: 0; color: var(--ink); background: var(--bg); font: 16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
button,input,select,textarea { color: inherit; font: inherit; }
button,a,select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 300; top: -80px; inset-inline-start: 12px; padding: 10px 14px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
::selection { color: #fff; background: #222; }

.announcement-bar { display: flex; align-items: center; justify-content: center; gap: 24px; min-height: 30px; padding: 5px 18px; color: #fff; background: #171717; font-size: 11px; letter-spacing: .02em; }
.announcement-bar p { margin: 0; }
.announcement-bar span { color: #bdbdb8; }
.site-header { position: sticky; z-index: 80; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-primary,.header-secondary { width: min(100%,var(--container)); margin: auto; padding-inline: 24px; }
.header-primary { display: grid; grid-template-columns: minmax(150px,1fr) minmax(300px,620px) minmax(190px,1fr); align-items: center; gap: 28px; min-height: 66px; }
.store-logo { display: inline-block; justify-self: start; font-size: 24px; font-weight: 720; letter-spacing: -.055em; white-space: nowrap; }
.header-search { display: flex; align-items: center; width: 100%; height: 40px; overflow: hidden; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); }
.header-search:focus-within { background: #fff; border-color: var(--ink); }
.header-search svg { width: 17px; height: 17px; margin-inline-start: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-search input { min-width: 0; flex: 1; height: 100%; padding: 8px 10px; background: transparent; border: 0; outline: 0; }
.header-search button { height: 100%; padding: 0 15px; background: transparent; border: 0; border-inline-start: 1px solid var(--line); font-size: 12px; font-weight: 650; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.header-action { position: relative; display: grid; place-items: center; gap: 1px; min-width: 37px; font-size: 11px; letter-spacing: .02em; }
.header-action svg,.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.header-action b { position: absolute; top: -5px; inset-inline-end: -5px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; color: #fff; background: var(--ink); border-radius: 9px; font-size: 9px; }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; background: transparent; border: 0; }
.drawer-toggle,.search-toggle { display: none; }
.header-secondary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 37px; border-top: 1px solid #ecece9; }
.desktop-menu,.store-submenu,.drawer-menu,.footer-menu { margin: 0; padding: 0; list-style: none; }
.desktop-menu { display: flex; align-items: center; gap: 24px; }
.desktop-menu>li { position: relative; }
.desktop-menu>li>a { display: block; padding: 9px 0; font-size: 13px; font-weight: 610; }
.store-submenu { position: absolute; top: calc(100% - 1px); inset-inline-start: -12px; display: none; min-width: 210px; padding: 7px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.has-submenu:hover>.store-submenu,.has-submenu:focus-within>.store-submenu { display: block; }
.store-submenu a { display: block; padding: 8px 9px; border-radius: 2px; font-size: 13px; }
.store-submenu a:hover { background: var(--bg); }
.header-localization { display: flex; align-items: center; gap: 4px; }
.header-localization select { width: auto; min-height: 28px; padding: 3px 23px 3px 7px; background-color: transparent; border: 0; font-size: 11px; }
.mobile-search { padding: 9px 14px; border-top: 1px solid var(--line); }
.mobile-search.open { display: block!important; }
.mobile-search form { display: flex; gap: 7px; }
.mobile-search input { flex: 1; min-width: 0; }

.drawer-backdrop { position: fixed; z-index: 89; inset: 0; background: rgba(0,0,0,.45); }
.mobile-drawer { position: fixed; z-index: 90; inset-block: 0; inset-inline-start: 0; width: min(380px,90vw); padding: 0 18px 24px; overflow-y: auto; visibility: hidden; pointer-events: none; background: #fff; box-shadow: var(--shadow); transform: translateX(-105%); transition: transform .2s ease,visibility 0s linear .2s; }
[dir="rtl"] .mobile-drawer { transform: translateX(105%); }
.mobile-drawer.open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
.drawer-heading { display: flex; align-items: center; justify-content: space-between; min-height: 64px; border-bottom: 1px solid var(--line); }
.drawer-heading b { font-size: 19px; letter-spacing: -.03em; }
.drawer-heading .icon-button { font-size: 29px; }
.drawer-menu>li { border-bottom: 1px solid var(--line); }
.drawer-menu a { display: block; padding: 13px 2px; font-weight: 620; }
.drawer-menu .store-submenu { position: static; display: block; padding: 0 0 8px 13px; border: 0; box-shadow: none; }
.drawer-menu .store-submenu a { padding: 6px 2px; color: var(--muted); font-weight: 400; }
.drawer-account-links { display: grid; margin: 18px 0; background: var(--bg); border: 1px solid var(--line); }
.drawer-account-links a { display: flex; justify-content: space-between; padding: 10px 11px; border-bottom: 1px solid var(--line); font-size: 14px; }
.drawer-signout button { width: 100%; padding: 11px; color: var(--danger); background: transparent; border: 0; text-align: start; }
.drawer-localization { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.drawer-localization label { font-size: 11px; }

.site-main { width: min(100%,var(--container)); min-height: 48vh; margin: auto; padding: 0 24px 64px; }
.store-notice { display: flex; align-items: center; gap: 9px; width: min(calc(100% - 48px),var(--container)); margin: 12px auto 0; padding: 9px 11px; background: #fff; border: 1px solid var(--line); border-inline-start-width: 3px; font-size: 13px; }
.store-notice span { display: grid; place-items: center; width: 19px; height: 19px; flex: 0 0 auto; color: #fff; border-radius: 50%; font-size: 11px; }
.store-notice.success { border-inline-start-color: var(--positive); }
.store-notice.success span { background: var(--positive); }
.store-notice.error { border-inline-start-color: var(--danger); }
.store-notice.error span { background: var(--danger); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 17px; background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius); font-weight: 640; line-height: 1.2; transition: background .14s,color .14s,border-color .14s; }
.button:hover { border-color: var(--ink); }
.button-primary { color: #fff; background: var(--ink); border-color: var(--ink); }
.button-primary:hover { color: #fff; background: #363636; }
.button-secondary { background: #fff; border-color: var(--ink); }
.button-light { color: #fff; background: transparent; border-color: #fff; }
.button-wide { width: 100%; }
.button:disabled,button:disabled { opacity: .48; cursor: not-allowed; }
.text-button { padding: 0; background: transparent; border: 0; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.text-button.danger,.danger { color: var(--danger); }
.text-link { font-weight: 620; text-decoration: underline; text-underline-offset: 4px; }
.overline { display: block; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: var(--muted); }
.back-link,.continue-link { display: inline-block; color: var(--muted); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.back-link { margin-bottom: 15px; }

label { display: grid; gap: 5px; color: #353532; font-size: 13px; font-weight: 590; }
input:not([type="checkbox"]):not([type="radio"]),select,textarea { width: 100%; min-height: 43px; padding: 9px 11px; color: var(--ink); background: #fff; border: 1px solid #babab5; border-radius: var(--radius); outline: 0; }
textarea { min-height: 108px; resize: vertical; line-height: 1.5; }
input:focus,select:focus,textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
label small { color: var(--muted); font-size: 11px; font-weight: 400; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.check-field { display: flex!important; align-items: center; gap: 8px; }
.check-field input { margin: 0; }
.honeypot { position: absolute; inset-inline-start: -10000px; width: 1px; height: 1px; overflow: hidden; }
.search-select { display: grid; gap: 5px; }
.search-select input { min-height: 36px!important; background: var(--bg)!important; }

.page-hero { max-width: 780px; padding: 34px 0 20px; }
.page-hero.compact { padding-bottom: 17px; }
.page-hero h1 { margin: 5px 0 7px; font-size: clamp(32px,4vw,50px); font-weight: 620; letter-spacing: -.05em; line-height: 1.03; }
.page-hero p { margin: 0; color: var(--muted); font-size: 14px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.section-heading h2 { margin: 3px 0 0; font-size: clamp(23px,2.3vw,31px); font-weight: 610; letter-spacing: -.03em; line-height: 1.1; }
.section-heading p { max-width: 670px; margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.section-heading>a { flex: 0 0 auto; font-size: 13px; font-weight: 620; }

.home-module { min-width: 0; max-width: 100%; padding: 28px 0; }
.home-module+.home-module { border-top: 1px solid var(--line); }
.home-module-hero { padding-top: 18px; }
.home-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.8fr); align-items: center; gap: 14px 28px; padding: 22px 24px; overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); }
.home-hero.has-background-image { color: #fff; background-image: linear-gradient(90deg,rgba(12,12,12,.88),rgba(12,12,12,.38)),var(--hero-image); background-position: center; background-size: cover; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy h1 { max-width: 710px; margin: 5px 0 8px; font-size: clamp(28px,3vw,36px); font-weight: 620; letter-spacing: -.04em; line-height: 1.08; }
.hero-copy p { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; }
.has-background-image .hero-copy p,.has-background-image .overline { color: #dededa; }
.hero-actions { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.hero-product-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.hero-product-mosaic a { position: relative; min-height: 90px; overflow: hidden; background: #deded9; }
.hero-product-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.hero-product-mosaic span { position: absolute; inset-inline: 7px; bottom: 7px; padding: 6px 8px; background: rgba(255,255,255,.92); font-size: 11px; }
.catalog-search { display: flex; width: 100%; max-width: 580px; height: 44px; overflow: hidden; background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius); }
.catalog-search input { min-width: 0; height: 100%; flex: 1; border: 0!important; box-shadow: none!important; }
.catalog-search .button { height: 100%; border-radius: 0; }
.category-pills,.blog-category-nav { display: flex; width: 100%; max-width: 100%; min-width: 0; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
.category-pills { grid-column: 1/-1; }
.category-pills a,.blog-category-nav a { flex: 0 0 auto; padding: 6px 11px; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-size: 11px; }
.category-pills a.active,.category-pills a:hover,.blog-category-nav a.active,.blog-category-nav a:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.home-announcement { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 72px; padding: 16px; color: #fff; background: #262626; text-align: center; }
.home-announcement p { margin: 0; color: #d0d0cb; }
.home-announcement a { text-decoration: underline; }
.collection-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
.collection-card { position: relative; min-width: 0; min-height: 62px; padding: 10px 26px 10px 11px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.collection-card::after { position: absolute; top: 50%; inset-inline-end: 10px; content: "→"; color: var(--muted); transform: translateY(-50%); }
.collection-art { display: none; }
.collection-card strong { display: block; font-size: 13px; }
.collection-card small { display: block; color: var(--muted); font-size: 12px; }
.image-text-module { display: grid; grid-template-columns: 1fr 1fr; min-height: 360px; overflow: hidden; background: var(--surface-2); border-radius: var(--radius); }
.image-text-module.image-right .image-text-media { order: 2; }
.image-text-media img { width: 100%; height: 100%; object-fit: cover; }
.image-text-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(25px,4vw,55px); }
.image-text-copy h2,.rich-text-module h2 { margin: 5px 0 11px; font-size: clamp(28px,3.3vw,43px); font-weight: 610; letter-spacing: -.045em; line-height: 1.05; }
.image-text-copy p { color: var(--muted); font-size: 15px; }
.rich-text-module { max-width: 840px; margin: auto; text-align: center; }
.home-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; padding: clamp(24px,4vw,45px); color: #fff; background: #242424; border-radius: var(--radius); }
.home-newsletter h2 { margin: 5px 0; font-size: clamp(27px,3vw,39px); letter-spacing: -.04em; }
.home-newsletter p { margin: 4px 0 0; color: #c9c9c5; }
.home-newsletter form,.newsletter-form { display: flex; gap: 6px; }
.home-newsletter input { border-color: #777!important; }

.product-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 24px 11px; }
.product-card { min-width: 0; }
.product-card-media { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: #e9e9e5; border: 1px solid #e0e0dc; border-radius: var(--radius); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card:hover .product-card-media img { transform: scale(1.025); }
.product-badge { position: absolute; top: 6px; inset-inline-start: 6px; padding: 3px 6px; color: #fff; background: var(--ink); border-radius: 2px; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.product-card-cta { position: absolute; inset-inline: 6px; bottom: 6px; padding: 7px; color: #fff; background: rgba(20,20,20,.92); text-align: center; font-size: 10px; font-weight: 650; opacity: 0; transform: translateY(5px); transition: opacity .15s,transform .15s; }
.product-card:hover .product-card-cta,.product-card:focus-within .product-card-cta { opacity: 1; transform: none; }
.product-card-content { padding: 8px 1px 0; }
.product-vendor { color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.product-card h3 { min-height: 39px; margin: 3px 0 5px; font-size: 14px; font-weight: 600; line-height: 1.4; }
.product-card-content>p { display: -webkit-box; margin: 0 0 7px; overflow: hidden; color: var(--muted); font-size: 11px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card-footer,.price { display: flex; align-items: center; justify-content: space-between; gap: 6px; font-size: 13px; }
.price { justify-content: flex-start; }
.price strong { font-weight: 680; }
.price s { color: var(--muted); font-size: 10px; }

.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 51px; margin-bottom: 15px; border-block: 1px solid var(--line); }
.catalog-toolbar>span { color: var(--muted); font-size: 12px; }
.catalog-toolbar form { margin-inline-start: auto; }
.catalog-toolbar label { display: flex; align-items: center; gap: 8px; }
.catalog-toolbar select { width: auto; min-height: 35px; }
.filter-toggle { display: none; }
.catalog-layout { display: grid; grid-template-columns: 215px minmax(0,1fr); align-items: start; gap: 22px; }
.catalog-results { min-width: 0; }
.catalog-filters { position: sticky; top: 118px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.catalog-filters form { display: grid; gap: 13px; }
.filter-heading { display: flex; align-items: center; justify-content: space-between; }
.filter-heading h2 { margin: 0 0 10px; font-size: 16px; }
.filter-heading .icon-button { display: none; }
.filter-reset { color: var(--muted); font-size: 12px; text-align: center; text-decoration: underline; }
.pagination { display: flex; justify-content: center; gap: 4px; margin: 28px 0 8px; }
.pagination a { display: grid; place-items: center; min-width: 37px; height: 37px; background: #fff; border: 1px solid var(--line); font-size: 12px; }
.pagination a.active { color: #fff; background: var(--ink); border-color: var(--ink); }

.breadcrumbs { display: flex; align-items: center; gap: 6px; padding: 15px 0; overflow: hidden; color: var(--muted); font-size: 11px; white-space: nowrap; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.product-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr); align-items: start; gap: clamp(28px,4vw,54px); }
.product-gallery { min-width: 0; }
.gallery-main { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); }
.gallery-main>img { width: 100%; height: 100%; object-fit: cover; }
.gallery-zoom { position: absolute; inset-inline-end: 10px; bottom: 10px; display: grid; place-items: center; width: 38px; height: 38px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 50%; }
.gallery-carousel-button { position: absolute; top: 50%; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 50%; font-size: 27px; transform: translateY(-50%); }
.gallery-carousel-button.previous { inset-inline-start: 10px; }
.gallery-carousel-button.next { inset-inline-end: 10px; }
.gallery-counter { position: absolute; bottom: 12px; left: 50%; padding: 4px 8px; color: #fff; background: rgba(20,20,20,.75); border-radius: 12px; font-size: 10px; transform: translateX(-50%); }
.gallery-thumbnails { display: flex; gap: 7px; margin-top: 8px; overflow-x: auto; scrollbar-width: thin; }
.gallery-thumb { width: 68px; aspect-ratio: 4/5; flex: 0 0 auto; padding: 0; overflow: hidden; background: var(--surface-2); border: 1px solid transparent; border-radius: 2px; }
.gallery-thumb.active { border-color: var(--ink); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-layout-thumbnails_left { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 8px; }
.gallery-layout-thumbnails_left .gallery-thumbnails { grid-column: 1; grid-row: 1; flex-direction: column; max-height: 650px; margin: 0; overflow-y: auto; }
.gallery-layout-thumbnails_left .gallery-main { grid-column: 2; grid-row: 1; }
.gallery-layout-stacked .gallery-main { display: none; }
.gallery-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gallery-stack figure { margin: 0; }
.gallery-stack img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: var(--surface-2); }
.product-info { position: sticky; top: 120px; }
.product-info h1 { margin: 6px 0 9px; font-size: clamp(31px,3.3vw,45px); font-weight: 620; letter-spacing: -.045em; line-height: 1.03; }
.product-lead { margin: 12px 0; color: var(--muted); font-size: 14px; }
.product-price { display: flex; align-items: baseline; gap: 7px 10px; margin: 8px 0; font-size: 22px; font-weight: 680; flex-wrap: wrap; }
.product-price s { color: var(--muted); font-size: 16px; font-weight: 500; }
.product-price span { padding: 2px 5px; color: var(--positive); background: #e9f2ec; font-size: 11px; font-weight: 650; }
.product-rating-summary { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.product-meta-line,.product-utility-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.product-stock-state { font-size: 12px; font-weight: 620; }
.product-stock-state.in-stock { color: var(--positive); }
.product-stock-state.out-of-stock { color: var(--danger); }
.product-utility-row { margin-top: 14px; color: var(--muted); font-size: 11px; }
.product-actions { display: grid; gap: 12px; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); }
.option-field { display: grid; gap: 6px; }
.option-field select { background: #fff; }
.quantity-field { display: flex; align-items: center; gap: 9px; }
.quantity-field input { width: 72px!important; }
.product-action-row { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 8px; }
.product-action-buttons { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.product-action-buttons .button:only-child { grid-column: 1/-1; }
.wishlist-action { justify-self: start; }
.customization-field textarea { min-height: 88px; }
.customization-note { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.product-assurances { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 17px; background: var(--line); border: 1px solid var(--line); }
.product-assurances>div { padding: 10px; background: var(--bg); text-align: start; }
.product-assurances b,.product-assurances span { display: block; }
.product-assurances b { margin-bottom: 2px; font-size: 12px; }
.product-assurances span { color: var(--muted); font-size: 11px; }
.product-unavailable { display: grid; gap: 2px; margin-top: 17px; padding: 13px; background: var(--surface-2); border: 1px solid var(--line); }
.product-unavailable span { color: var(--muted); font-size: 11px; }
.product-sticky-actions { display: none; }
.product-details-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.product-details-grid h2,.reviews-section h2 { font-size: 22px; letter-spacing: -.025em; }
.product-specifications dl { display: grid; grid-template-columns: minmax(90px,.8fr) minmax(0,1.2fr); margin: 0; border-top: 1px solid var(--line); }
.product-specifications dt,.product-specifications dd { margin: 0; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-specifications dt { color: var(--muted); }
.reviews-section { margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.review-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 28px; }
.review-card { padding: 15px 0; border-bottom: 1px solid var(--line); }
.review-card h3 { margin: 5px 0; font-size: 15px; }
.review-card p { margin: 5px 0; color: #444; }
.review-stars { letter-spacing: .09em; }
.review-form,.review-signin { padding: 17px; background: #fff; border: 1px solid var(--line); }
.review-form { display: grid; gap: 10px; }
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; margin: 0; padding: 0; border: 0; }
.star-rating input { position: absolute; opacity: 0; }
.star-rating label { padding: 4px; color: #aaa9a4; font-size: 26px; cursor: pointer; }
.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label { color: var(--ink); }
.star-rating input:focus-visible+label { outline: 2px solid var(--ink); outline-offset: 2px; }
.image-viewer { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: 4vw; background: rgba(0,0,0,.9); }
.image-viewer img { max-width: 90vw; max-height: 88vh; object-fit: contain; }
.image-viewer button { position: absolute; top: 18px; inset-inline-end: 20px; width: 42px; height: 42px; color: #fff; background: transparent; border: 1px solid #888; border-radius: 50%; font-size: 28px; }

.cart-layout,.enquiry-layout,.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: start; gap: 18px; }
.cart-card,.order-summary,.enquiry-contact-card,.checkout-section,.checkout-summary,.account-card,.article-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.cart-card,.checkout-section,.enquiry-contact-card,.account-card { padding: 19px; }
.card-heading,.checkout-section-heading { display: flex; gap: 11px; margin-bottom: 14px; padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.card-heading { align-items: flex-end; justify-content: space-between; }
.checkout-section-heading { align-items: flex-start; justify-content: flex-start; }
.checkout-section-heading>span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 auto; color: #fff; background: var(--ink); border-radius: 50%; font-size: 11px; }
.checkout-section-heading p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.card-heading h2,.checkout-section-heading h2 { margin: 0; font-size: 18px; }
.card-heading.compact { margin-bottom: 9px; padding-bottom: 8px; }
.cart-item-list,.order-item-list { display: grid; }
.cart-item { display: grid; grid-template-columns: 86px minmax(0,1fr) 82px auto; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item:first-child { padding-top: 0; }
.cart-item-media { aspect-ratio: 4/5; overflow: hidden; background: var(--surface-2); }
.cart-item-media img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-details>a,.cart-item-details h3 { display: block; margin: 0 0 4px; font-size: 14px; font-weight: 600; }
.cart-item-details span,.cart-item-details small,.cart-item-details p { display: block; margin: 2px 0; color: var(--muted); font-size: 12px; }
.cart-item>.quantity-field { align-items: end; }
.coupon-field { display: grid; grid-template-columns: 1fr auto; gap: 6px; margin-top: 15px; }
.order-summary,.checkout-summary { position: sticky; top: 120px; padding: 18px; }
.summary-lines { display: grid; gap: 8px; }
.summary-lines>div,.order-summary>div { display: flex; justify-content: space-between; gap: 14px; font-size: 13px; }
.summary-total { margin-top: 9px; padding-top: 11px; border-top: 1px solid var(--ink); font-size: 17px!important; }
.discount { color: var(--positive); }
.summary-note,.secure-note,.checkout-terms { color: var(--muted); font-size: 11px; }
.secure-note { margin-bottom: 0; text-align: center; }
.checkout-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 20px; padding: 29px 0 18px; }
.checkout-header>div { text-align: center; }
.checkout-header>span { justify-self: end; color: var(--muted); font-size: 12px; }
.checkout-header>a { color: var(--muted); font-size: 12px; }
.checkout-header h1 { margin: 5px 0; font-size: clamp(30px,4vw,45px); letter-spacing: -.045em; }
.checkout-form { display: grid; gap: 13px; }
.checkout-section { display: grid; gap: 11px; }
.checkout-submit { border-color: var(--line-strong); }
.option-card-list { display: grid; gap: 7px; }
.option-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 11px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.option-card:has(input:checked) { background: #fff; border-color: var(--ink); }
.option-card input { margin: 0; }
.option-card span { display: grid; }
.option-card small { color: var(--muted); }
.checkout-items { display: grid; gap: 9px; margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.checkout-items article { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 9px; }
.checkout-items article>div { position: relative; }
.checkout-items img { width: 48px; aspect-ratio: 4/5; object-fit: cover; background: var(--surface-2); }
.checkout-items article>div span { position: absolute; top: -5px; inset-inline-end: -5px; display: grid; place-items: center; min-width: 17px; height: 17px; color: #fff; background: var(--ink); border-radius: 9px; font-size: 9px; }
.checkout-items p,.checkout-items small { display: block; margin: 0; }
.checkout-items small { color: var(--muted); }
.enquiry-contact-card { display: grid; gap: 10px; position: sticky; top: 120px; }

.success-card { max-width: 720px; margin: 55px auto; padding: clamp(28px,5vw,58px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.success-mark { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 15px; color: #fff; background: var(--ink); border-radius: 50%; font-size: 22px; }
.success-card h1 { margin: 7px 0; font-size: clamp(30px,4vw,46px); letter-spacing: -.045em; }
.success-card p { color: var(--muted); }
.success-card dl { display: grid; grid-template-columns: minmax(0,1fr) auto; max-width: 470px; margin: 22px auto 0; text-align: start; border-top: 1px solid var(--line); }
.success-card dt,.success-card dd { margin: 0; padding: 8px 0; border-bottom: 1px solid var(--line); }
.success-card dt { color: var(--muted); }
.success-card dd { font-weight: 600; text-align: end; overflow-wrap: anywhere; }
.success-actions { display: flex; justify-content: center; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.manual-instructions { margin-top: 20px; padding: 15px; background: var(--bg); border: 1px solid var(--line); text-align: start; }
.empty-state { padding: 45px 20px; background: #fff; border: 1px solid var(--line); text-align: center; }
.empty-state.large { max-width: 720px; margin: 45px auto; padding: 65px 24px; }
.empty-icon,.empty-code { margin-bottom: 9px; color: #a3a39e; font-size: 48px; font-weight: 300; }
.empty-state h1,.empty-state h2 { margin: 5px 0; }
.empty-state p { max-width: 520px; margin: 6px auto 18px; color: var(--muted); }

.auth-shell { display: grid; grid-template-columns: .8fr 1.2fr; max-width: 920px; min-height: 520px; margin: 38px auto 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.auth-intro { display: flex; flex-direction: column; justify-content: end; padding: clamp(27px,4vw,48px); color: #fff; background: #222; }
.auth-intro h1 { margin: 7px 0; font-size: clamp(31px,4vw,46px); letter-spacing: -.05em; }
.auth-intro p { color: #c7c7c2; }
.auth-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(27px,5vw,62px); }
.auth-panel h2 { margin: 0 0 18px; font-size: 26px; }
.auth-panel form { display: grid; gap: 12px; }
.auth-switch { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; color: var(--muted); font-size: 13px; }
.auth-benefits { display: grid; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; color: #d4d4cf; font-size: 13px; }
.auth-benefits li::before { margin-inline-end: 7px; content: "✓"; }
.auth-panel-header p { margin-top: -10px; color: var(--muted); }

.account-page-header { padding: 32px 0 19px; }
.account-page-header h1 { margin: 4px 0; font-size: clamp(30px,4vw,44px); letter-spacing: -.045em; }
.account-page-header-detail h1 { overflow-wrap: anywhere; }
.account-shell { display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: start; width: 100%; min-width: 0; gap: 20px; }
.account-identity { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 15px; background: #fff; border: 1px solid var(--line); border-bottom: 0; }
.account-identity>span { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 auto; color: #fff; background: var(--ink); border-radius: 50%; font-size: 13px; }
.account-identity>div { min-width: 0; }
.account-identity b,.account-identity small { display: block; overflow: hidden; text-overflow: ellipsis; }
.account-identity small { color: var(--muted); font-size: 11px; }
.account-nav { position: sticky; top: 120px; min-width: 0; max-width: 100%; }
.account-nav>nav { display: grid; }
.account-nav>nav>a { display: block; padding: 10px 12px; background: #fff; border: 1px solid var(--line); border-top: 0; font-size: 13px; }
.account-nav>nav>a.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.account-nav>form { padding: 10px 12px; background: #fff; border: 1px solid var(--line); border-top: 0; }
.account-content { min-width: 0; max-width: 100%; display: grid; gap: 14px; }
.account-content>* { min-width: 0; }
.account-card h2 { margin-top: 0; }
.account-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.account-stat-grid>div,.account-stat-grid>a { padding: 16px; background: #fff; border: 1px solid var(--line); }
.account-stat-grid strong { display: block; font-size: 25px; font-weight: 600; }
.account-stat-grid span { color: var(--muted); font-size: 11px; }
.account-list { display: grid; }
.account-list-row { display: grid; grid-template-columns: minmax(0,1.3fr) repeat(2,minmax(90px,.7fr)) auto 18px; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.account-list-row:last-child { border-bottom: 0; }
.account-list-row>span { min-width: 0; overflow-wrap: anywhere; }
.account-list-row>span>b:not(.status-pill),.account-list-row small { display: block; }
.account-list-row small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.status-pill { display: inline-flex; width: fit-content; padding: 3px 7px; background: var(--surface-2); border-radius: 10px; font-size: 10px; text-transform: capitalize; }
.address-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.address-book { display: grid; gap: 12px; }
.address-card { padding: 14px; background: var(--bg); border: 1px solid var(--line); }
.address-card-heading { display: flex; justify-content: space-between; gap: 10px; }
.address-card address { color: var(--muted); font-size: 12px; font-style: normal; }
.address-form { display: grid; gap: 11px; }
.order-status-banner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; padding: 14px; background: var(--surface-2); border: 1px solid var(--line); }
.order-status-banner>div { min-width: 0; }
.order-status-banner span,.order-status-banner strong { display: block; overflow-wrap: anywhere; }
.order-status-banner span { margin-bottom: 2px; color: var(--muted); font-size: 11px; }
.order-status-banner h2 { margin: 0; font-size: 18px; }
.order-item-list>article { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.order-item-list>article small,.order-item-list>article b { display: block; }
.order-item-list>article small { color: var(--muted); }
.order-item-placeholder { display: grid; place-items: center; width: 58px; aspect-ratio: 4/5; background: var(--surface-2); color: var(--muted); }
.order-breakdown { display: grid; gap: 7px; }
.order-breakdown>div { display: flex; justify-content: space-between; }
.order-breakdown .total { padding-top: 8px; border-top: 1px solid var(--ink); font-size: 17px; }
.order-address-grid,.order-methods { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.order-methods { margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--line); }
.order-methods p { margin: 0; }
.order-methods span,.order-methods b { display: block; }
.order-methods span { margin-bottom: 3px; color: var(--muted); font-size: 11px; }
.order-address-grid address { color: var(--muted); font-size: 13px; font-style: normal; }
.shipment-timeline,.order-history { position: relative; display: grid; gap: 0; }
.shipment-timeline>article,.order-history>article { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding-block: 0 16px; padding-inline: 24px 0; border-inline-start: 1px solid var(--line); }
.shipment-timeline article b,.shipment-timeline article strong,.shipment-timeline article small,.order-history article b,.order-history article small { display: block; }
.shipment-timeline article small,.order-history article small { color: var(--muted); }
.timeline-marker { position: absolute; top: 2px; inset-inline-start: -5px; width: 9px; height: 9px; background: var(--ink); border-radius: 50%; }
.customer-message { padding: 14px; background: var(--bg); border-inline-start: 3px solid var(--ink); }

.blog-hero { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 20px; }
.blog-grid { display: grid; gap: 22px; }
.blog-category-nav { margin-bottom: 20px; }
.article-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.article-card { min-width: 0; overflow: hidden; }
.article-card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--surface-2); }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; }
.article-card>div { padding: 15px; }
.article-card h2,.article-card h3 { margin: 5px 0 7px; font-size: 18px; letter-spacing: -.025em; }
.article-card p { color: var(--muted); font-size: 13px; }
.article-meta { color: var(--muted); font-size: 11px; }
.article-page { max-width: 1040px; margin: auto; }
.article-header { max-width: 780px; margin: 25px auto; text-align: center; }
.article-header h1 { margin: 7px 0 10px; font-size: clamp(35px,5vw,58px); letter-spacing: -.055em; line-height: 1.04; }
.article-cover { width: 100%; margin: 0; background: var(--surface-2); }
.article-cover img { width: 100%; max-height: 620px; object-fit: cover; }
.article-content { max-width: 760px; margin: 34px auto; }
.related-articles { margin-top: 50px; padding-top: 27px; border-top: 1px solid var(--line); }
.content-page { max-width: 850px; margin: 35px auto 0; padding: clamp(22px,4vw,45px); background: #fff; border: 1px solid var(--line); }
.error-page { min-height: 52vh; display: grid; place-items: center; }
.cart-unavailable { display: grid; gap: 14px; }
.content-page h1 { margin: 6px 0 25px; font-size: clamp(34px,4vw,49px); letter-spacing: -.05em; }
.rte { overflow-wrap: anywhere; }
.rte h2,.rte h3 { margin: 1.6em 0 .55em; letter-spacing: -.02em; }
.rte p,.rte ul,.rte ol { margin: 0 0 1em; }
.rte a { text-decoration: underline; text-underline-offset: 3px; }
.rte img,.rte table { max-width: 100%; }
.rte table { width: 100%; border-collapse: collapse; }
.rte th,.rte td { padding: 8px; border: 1px solid var(--line); text-align: start; }

.store-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 17px max(24px,calc((100vw - var(--container))/2 + 24px)); background: var(--line); border-top: 1px solid var(--line); }
.store-benefits>div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 8px; background: var(--bg); }
.store-benefits svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.store-benefits span,.store-benefits b,.store-benefits small { display: block; }
.store-benefits b { font-size: 12px; }
.store-benefits small { color: var(--muted); font-size: 10px; }
.site-footer { color: var(--ink); background: #e9e9e5; border-top: 1px solid var(--line); }
.footer-grid,.footer-bottom { width: min(100%,var(--container)); margin: auto; padding-inline: 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.15fr; gap: clamp(25px,5vw,70px); padding-top: 41px; padding-bottom: 32px; }
.footer-brand p,.footer-newsletter p { max-width: 380px; color: var(--muted); font-size: 13px; }
.footer-mode-note { display: flex; gap: 6px; flex-wrap: wrap; }
.footer-mode-note span { padding: 3px 7px; color: var(--muted); border: 1px solid var(--line-strong); border-radius: 10px; font-size: 10px; }
.footer-links { display: grid; align-content: start; gap: 7px; }
.footer-links h3,.footer-newsletter h3 { margin: 3px 0 8px; color: var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-menu { display: grid; gap: 7px; }
.footer-links a { color: #4c4c48; font-size: 13px; }
.newsletter-form input { min-width: 0; background: #fff; border-color: var(--line-strong)!important; }
.newsletter-form button { padding: 0 12px; color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: var(--radius); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }

@media (max-width: 1180px) {
  .product-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .header-primary { grid-template-columns: 170px minmax(260px,1fr) auto; }
  .article-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .header-secondary,.header-primary>.header-search { display: none; }
  .header-primary { grid-template-columns: auto minmax(0,1fr) auto; min-height: 58px; padding-inline: 15px; gap: 10px; }
  .header-primary .store-logo { justify-self: center; }
  .drawer-toggle,.search-toggle { display: grid; }
  .site-main { padding-inline: 15px; }
  .product-layout { grid-template-columns: minmax(0,1fr); max-width: 760px; margin: auto; }
  .product-info { position: static; }
  .product-details-grid { grid-template-columns: 1fr; gap: 18px; }
  .cart-layout,.enquiry-layout,.checkout-layout { grid-template-columns: minmax(0,1fr) 320px; }
  .order-summary,.checkout-summary,.enquiry-contact-card { top: 70px; }
  .account-nav { top: 70px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-newsletter { grid-column: 1/-1; }
}
@media (max-width: 800px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .collection-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-hero { grid-template-columns: 1fr; }
  .hero-product-mosaic { display: none; }
  .image-text-module { min-height: 0; }
  .cart-layout,.enquiry-layout,.checkout-layout,.account-shell,.review-grid { grid-template-columns: 1fr; }
  .order-summary,.checkout-summary,.enquiry-contact-card,.account-nav { position: static; }
  .account-nav { display: grid; grid-template-columns: 1fr; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }
  .account-identity { grid-column: 1/-1; border-bottom: 1px solid var(--line); }
  .account-nav>nav { display: flex; width: 100%; min-width: 0; overflow-x: auto; scrollbar-width: thin; }
  .account-nav>nav>a { flex: 0 0 auto; border-top: 0; border-inline-end: 1px solid var(--line); white-space: nowrap; }
  .account-nav>form { border-top: 0; }
  .article-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-benefits { padding-inline: 15px; }
}
@media (max-width: 620px) {
  .announcement-bar { justify-content: center; min-height: 27px; }
  .announcement-bar span { display: none; }
  .header-actions { gap: 3px; }
  .header-action { min-width: 33px; }
  .header-action span { display: none; }
  .site-main { padding-inline: 12px; padding-bottom: 45px; }
  .store-notice { width: calc(100% - 24px); }
  .home-module { padding: 21px 0; }
  .home-module-hero { padding-top: 12px; }
  .home-hero { min-height: 0; padding: 19px 16px; }
  .hero-copy h1 { font-size: 31px; }
  .hero-copy p { font-size: 13px; }
  .hero-actions .button { flex: 1; }
  .home-announcement { align-items: flex-start; flex-direction: column; gap: 6px; text-align: start; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 23px; }
  .image-text-module { grid-template-columns: 1fr; }
  .image-text-module.image-right .image-text-media { order: 0; }
  .image-text-media { aspect-ratio: 16/10; }
  .image-text-copy { padding: 22px 17px; }
  .home-newsletter { grid-template-columns: 1fr; gap: 15px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 8px; }
  .product-card h3 { min-height: 39px; font-size: 14px; }
  .product-card-cta { display: none; }
  .page-hero { padding: 28px 0 17px; }
  .page-hero h1 { font-size: 32px; }
  .catalog-toolbar { gap: 7px; }
  .filter-toggle { display: inline-flex; min-height: 35px; padding: 6px 10px; }
  .catalog-toolbar label { font-size: 0; }
  .catalog-toolbar select { max-width: 160px; font-size: 11px; }
  .catalog-layout { display: block; }
  .catalog-filters { position: fixed; z-index: 110; inset-block: 0; inset-inline-start: 0; width: min(340px,88vw); padding: 18px; overflow-y: auto; visibility: hidden; pointer-events: none; box-shadow: var(--shadow); transform: translateX(-105%); transition: transform .2s,visibility 0s linear .2s; }
  [dir="rtl"] .catalog-filters { transform: translateX(105%); }
  .catalog-filters.open { visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .filter-heading .icon-button { display: grid; }
  .gallery-layout-thumbnails_left { display: block; }
  .gallery-layout-thumbnails_left .gallery-thumbnails { flex-direction: row; max-height: none; margin-top: 7px; overflow-x: auto; }
  .gallery-layout-thumbnails_left .gallery-main { display: block; }
  .gallery-stack { grid-template-columns: 1fr; }
  .product-info h1 { font-size: 32px; }
  .product-action-row { grid-template-columns: 1fr; }
  .product-action-buttons { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-assurances { grid-template-columns: 1fr; }
  body:has(.product-sticky-actions) .site-main { padding-bottom: 84px; }
  .product-sticky-actions { position: fixed; z-index: 70; inset-inline: 0; bottom: 0; display: flex; gap: 6px; padding: 8px 12px max(8px,env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -5px 20px rgba(0,0,0,.08); }
  .product-sticky-actions>span { display: none; }
  .product-sticky-actions .button { min-width: 0; flex: 1; padding-inline: 8px; }
  .checkout-header { grid-template-columns: 1fr auto; align-items: center; }
  .checkout-header>div { text-align: start; }
  .checkout-header>span { display: none; }
  .form-split,.order-address-grid,.order-methods,.address-card-grid { grid-template-columns: 1fr; }
  .cart-card,.checkout-section,.enquiry-contact-card,.account-card { padding: 14px; }
  .cart-item { grid-template-columns: 70px minmax(0,1fr); align-items: start; }
  .cart-item>.quantity-field,.cart-item>strong { grid-column: 2; }
  .coupon-field { grid-template-columns: 1fr; }
  .option-card { grid-template-columns: auto minmax(0,1fr); }
  .option-card>strong { grid-column: 2; }
  .auth-shell { grid-template-columns: 1fr; margin-top: 22px; }
  .auth-intro { min-height: 190px; }
  .account-page-header { padding: 26px 0 15px; }
  .account-nav { display: grid; grid-template-columns: 1fr; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; background: #fff; border: 1px solid var(--line); }
  .account-identity { width: 100%; min-width: 0; border: 0; border-bottom: 1px solid var(--line); }
  .account-nav>nav { display: flex; width: 100%; min-width: 0; overflow-x: auto; scrollbar-width: thin; }
  .account-nav>nav>a { flex: 0 0 auto; border: 0; border-inline-end: 1px solid var(--line); white-space: nowrap; }
  .account-nav>form { width: 100%; min-width: 0; border: 0; border-top: 1px solid var(--line); }
  .account-nav>form button { width: 100%; text-align: start; }
  .order-status-banner { grid-template-columns: 1fr; gap: 8px; }
  .order-status-banner>div { display: flex; justify-content: space-between; gap: 12px; }
  .account-stat-grid { grid-template-columns: repeat(2,1fr); }
  .account-list-row { grid-template-columns: 1fr auto; }
  .account-list-row>i { display: none; }
  .blog-hero { grid-template-columns: 1fr; }
  .article-card-grid { grid-template-columns: 1fr; }
  .content-page { padding: 20px 15px; }
  .store-benefits { grid-template-columns: 1fr; }
  .store-benefits>div { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-inline: 15px; }
  .footer-brand,.footer-newsletter { grid-column: 1/-1; }
  .footer-bottom { padding-inline: 15px; }
}
@media (max-width: 380px) {
  .header-primary { padding-inline: 8px; }
  .store-logo { font-size: 20px; }
  .header-inquiry { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,.footer-newsletter { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}
[dir="rtl"] .star-rating,.price { direction: ltr; }
[dir="rtl"] .star-rating { justify-content: flex-end; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}

/* =========================================================
   Papier storefront integration — GlobalCart 3.2.2
   The visual layer intentionally keeps the commerce/account
   markup intact so every feature remains backend-driven.
   ========================================================= */
:root {
  --bg: #fff;
  --surface: #fff;
  --surface-2: #f7f5f0;
  --paper: #f7f5f0;
  --paper-2: #fbfaf7;
  --ink: #151515;
  --muted: #77736c;
  --line: #dedbd4;
  --line-strong: #c9c5bd;
  --radius: 0px;
  --container: 1680px;
  --shadow: 0 15px 36px rgba(0,0,0,.055);
}
body.store-shell.papier-store {
  background: #fff;
  color: var(--ink);
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .02em;
}
.papier-store .site-main {
  width: min(100%,var(--container));
  padding: 0 42px 72px;
}
.papier-store .announcement-bar {
  min-height: 30px;
  padding: 5px 18px;
  background: #151515;
  color: #fff;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.papier-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.papier-header .papier-header-inner {
  width: min(100%,1760px);
  min-height: 70px;
  margin: auto;
  padding-inline: 42px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 46px;
}
.papier-header .store-logo {
  justify-self: start;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  white-space: nowrap;
}
.papier-header .desktop-navigation { height: 70px; min-width: 0; }
.papier-header .desktop-menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 0;
}
.papier-header .desktop-menu>li { height: 100%; display: flex; align-items: center; }
.papier-header .desktop-menu>li>a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.papier-header .desktop-menu>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 18px;
  height: 1px;
  background: var(--ink);
  transition: right .2s ease;
}
.papier-header .desktop-menu>li:hover>a::after,
.papier-header .desktop-menu>li:focus-within>a::after { right: 0; }
.papier-header .nav-chevron {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  color: #74716b;
  transition: transform .18s ease;
}
.papier-header .has-submenu:hover .nav-chevron,
.papier-header .has-submenu:focus-within .nav-chevron { transform: rotate(180deg); }
.papier-header .store-submenu {
  top: calc(100% - 1px);
  inset-inline-start: -18px;
  min-width: 220px;
  padding: 14px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}
.papier-header .store-submenu a {
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 3px 0;
  color: #555;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.papier-header .store-submenu a:hover { color: #111; background: transparent; }
.papier-header .header-actions { gap: 5px; }
.papier-header .header-action,
.papier-header .search-toggle {
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 8px;
  border: 1px solid transparent;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .09em;
  white-space: nowrap;
  transition: background .18s,border-color .18s;
}
.papier-header .search-toggle { display: inline-flex; width: auto; }
.papier-header .header-action:hover,
.papier-header .search-toggle:hover { background: var(--paper-2); border-color: var(--line); }
.papier-header .header-action svg,
.papier-header .search-toggle svg { width: 17px; height: 17px; }
.papier-header .header-action b {
  position: static;
  min-width: 18px;
  height: 18px;
  margin-inline-start: 1px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 9px;
}
.papier-header .header-localization { gap: 0; margin-inline: 2px; }
.papier-header .header-localization select {
  min-height: 34px;
  padding: 3px 17px 3px 4px;
  font-size: 9px;
  letter-spacing: .08em;
}
.localization-separator { color: #b5b0a8; font-size: 10px; }

/* Full-screen product search, using the existing dynamic catalog route. */
.store-search-overlay {
  position: fixed;
  z-index: 320;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: clamp(84px,14vh,150px) 42px 42px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(246,245,242,.96);
  backdrop-filter: blur(14px);
}
.store-search-overlay[hidden] { display: none !important; }
.store-search-overlay.open { display: grid !important; }
.store-search-dialog {
  position: relative;
  width: min(940px,100%);
  padding: 58px 52px 46px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(18,18,18,.12);
}
.store-search-overlay .search-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 88px;
  min-height: 40px;
  padding: 0 10px;
  color: #24231f;
  background: #fff;
  border: 1px solid #d5d1ca;
  border-radius: 2px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
  cursor: pointer;
}
.store-search-overlay .search-close:hover { background: var(--paper-2); border-color: #9d9991; }
.store-search-overlay .search-close:focus-visible { outline: 2px solid #111; outline-offset: 2px; }
.store-search-overlay .search-close svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.store-search-overlay .store-search-form {
  display: block !important;
  width: 100%;
  margin: 0;
}
.store-search-form>label { display: block; margin-bottom: 13px; color: #77736c; font-size: 10px; letter-spacing: .15em; }
.store-search-row { display: grid !important; grid-template-columns: minmax(0,1fr) 60px; align-items: stretch; gap: 0 !important; width: 100%; border-bottom: 1px solid #111; }
.store-search-row input {
  width: 100%;
  min-width: 0;
  min-height: 66px !important;
  padding: 7px 0 !important;
  color: #171717;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: clamp(23px,3vw,38px);
  font-weight: 400;
  letter-spacing: -.02em;
}
.store-search-row input:focus { outline: 0; }
.store-search-row button { display: grid; place-items: center; width: 60px; min-width: 60px; padding: 0; color: #171717; background: transparent; border: 0; cursor: pointer; }
.store-search-row button:hover { background: #f5f3ee; }
.store-search-row button:focus-visible { outline: 2px solid #111; outline-offset: -2px; }
.store-search-row svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.store-search-form p { display: block; margin: 12px 0 0; color: #8a867f; font-size: 10px; letter-spacing: .05em; }
body.search-open { overflow: hidden; }
body.search-open .papier-header { z-index: 300; }

/* Papier homepage */
.papier-section { padding: 62px 0; border-bottom: 1px solid var(--line); }
.papier-section.home-module-hero { padding-top: 0; }
.papier-container { width: 100%; margin: 0 auto; }
.papier-hero {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) minmax(320px,.45fr);
  margin-inline: -42px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.papier-hero>.hero-copy {
  min-height: 300px;
  padding: 38px 56px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-inline-end: 1px solid var(--line);
}
.papier-hero .overline { margin-bottom: 13px; color: var(--muted); font-size: 10px; letter-spacing: .18em; }
.papier-hero h1 {
  max-width: 800px;
  margin: 0 0 14px;
  font-size: clamp(34px,3.5vw,54px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.papier-hero .hero-copy>p { max-width: 660px; margin: 0 0 19px; color: #5b5852; font-size: 13px; line-height: 1.85; }
.papier-hero .hero-actions { margin: 0 0 20px; gap: 22px; }
.papier-hero .text-link,
.papier-hero .plain-link { font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.papier-hero-search { width: min(560px,100%); display: grid; grid-template-columns: minmax(0,1fr) auto; border-bottom: 1px solid var(--line-strong); }
.papier-hero-search input { min-height: 38px !important; padding: 5px 0 !important; border: 0 !important; box-shadow: none !important; font-size: 11px; }
.papier-hero-search button { padding: 0 4px 0 16px; background: transparent; border: 0; font-size: 9px; letter-spacing: .11em; }
.papier-hero .hero-aside { display: grid; grid-template-rows: 1fr auto; min-width: 0; background: var(--paper-2); }
.papier-hero .hero-note { padding: 26px 32px 22px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: 220px; }
.hero-note-image { width: 86px; aspect-ratio: 1; margin-bottom: 14px; object-fit: cover; border: 1px solid var(--line); }
.papier-hero .hero-note-label { margin-bottom: 7px; color: #8b8780; font-size: 9px; letter-spacing: .16em; }
.papier-hero .hero-note strong { margin-bottom: 6px; font-size: 15px; font-weight: 500; letter-spacing: .04em; }
.papier-hero .hero-note>span:not(.hero-note-label) { margin-bottom: 10px; color: #696660; font-size: 11px; line-height: 1.7; }
.papier-hero .hero-note a { display: inline-flex; gap: 6px; padding-bottom: 2px; border-bottom: 1px solid #111; font-size: 9px; letter-spacing: .1em; }
.papier-hero .hero-quick { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); }
.papier-hero .hero-quick a { min-width: 0; padding: 12px 10px; border-inline-end: 1px solid var(--line); font-size: 9px; line-height: 1.35; }
.papier-hero .hero-quick a:last-child { border-inline-end: 0; }
.papier-hero .hero-quick a:hover { background: #fff; }
.papier-hero .hero-quick span { display: block; margin-bottom: 3px; color: #999; }
.papier-section .section-heading { align-items: flex-end; margin-bottom: 27px; }
.papier-section .section-heading h2 { margin-top: 2px; font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
.papier-section .section-heading p { font-size: 12px; }
.papier-section .section-heading>a { padding-bottom: 2px; border-bottom: 1px solid #111; font-size: 10px; font-weight: 500; letter-spacing: .07em; }
.papier-section .category-strip {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}
.papier-section .category-card {
  min-height: 104px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  background: #fff;
  border: 0;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.papier-section .category-card::after { display: none; }
.papier-section .category-card:hover { background: var(--paper); }
.papier-section .category-card span:first-child,
.papier-section .category-card strong { font-size: 11px; font-weight: 500; line-height: 1.45; }
.papier-section .category-card span:last-child,
.papier-section .category-card small { color: #85827d; font-size: 9px; letter-spacing: .08em; }

/* Product cards use fixed square media and fixed text rows to prevent jumping. */
.papier-store .product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 22px; row-gap: 42px; align-items: start; }
.papier-store .product-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; height: 100%; align-content: start; }
.papier-store .product-card-media { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--paper); border: 1px solid transparent; }
.papier-store .product-card:hover .product-card-media { border-color: #d2cec6; }
.papier-store .product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.papier-store .product-card:hover .product-card-media img { transform: scale(1.025); }
.papier-store .product-badge { top: 10px; inset-inline-start: 10px; min-height: 24px; display: inline-flex; align-items: center; padding: 0 8px; color: #151515; background: rgba(255,255,255,.94); border: 1px solid rgba(222,219,212,.9); font-size: 8px; line-height: 1; letter-spacing: .1em; }
.papier-store .product-card-cta { inset-inline: 10px; bottom: 10px; padding: 9px; font-size: 9px; letter-spacing: .08em; }
.papier-store .product-card-content { padding: 12px 0 0; display: grid; grid-template-rows: 15px minmax(42px,auto) auto 20px; align-content: start; }
.papier-store .product-vendor { height: 15px; line-height: 15px; color: #87837c; font-size: 9px; font-weight: 500; letter-spacing: .11em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.papier-store .product-card h3 { min-height: 42px; margin: 0; padding-top: 2px; font-size: 12px; font-weight: 500; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.papier-store .product-card-content>p { margin: 4px 0 5px; font-size: 10px; }
.papier-store .product-card-footer,
.papier-store .product-card .price { min-height: 20px; font-size: 12px; }
.papier-store .product-card .price strong { font-weight: 500; }
.papier-store .product-card .price s { font-size: 9px; }

.papier-section .image-text-module.editorial { min-height: 420px; border: 1px solid var(--line); background: #faf9f6; }
.papier-section .editorial-copy { padding: 48px; }
.papier-section .editorial-copy h2 { margin: 0 0 16px; font-size: 30px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.papier-section .news-list { border-top: 1px solid var(--line); }
.papier-section .news-row { min-height: 70px; grid-template-columns: 120px minmax(0,1fr) 34px; gap: 18px; border-bottom: 1px solid var(--line); font-size: 12px; }
.papier-section .news-row time { color: #777; font-size: 10px; letter-spacing: .08em; }
.papier-section .home-newsletter { padding: 40px 0; color: #151515; background: #fff; border-block: 1px solid var(--line); }
.papier-section .home-newsletter h2 { color: #151515; font-size: 28px; font-weight: 500; }
.papier-section .home-newsletter p { color: #6f6b65; }
.papier-section .home-newsletter form { display: grid; grid-template-columns: minmax(0,1fr) auto; border-bottom: 1px solid #111; }
.papier-section .home-newsletter input { min-height: 46px !important; padding-inline: 0 !important; border: 0 !important; box-shadow: none !important; }
.papier-section .home-newsletter button { padding: 0 7px 0 18px; background: transparent; border: 0; color: #111; font-size: 10px; letter-spacing: .1em; }

/* Listing, product, editorial and customer pages retain all GlobalCart features. */
.papier-store .page-hero { padding: 48px 0 31px; border-bottom: 1px solid var(--line); }
.papier-store .page-hero h1 { margin-bottom: 12px; font-size: 38px; font-weight: 500; letter-spacing: -.03em; }
.papier-store .page-hero p { max-width: 650px; font-size: 12px; }
.papier-store .catalog-toolbar { min-height: 68px; margin-bottom: 28px; }
.papier-store .catalog-filters { top: 92px; padding: 17px 0; border: 0; border-top: 1px solid var(--line); }
.papier-store .catalog-filters label { font-size: 11px; }
.papier-store .filter-heading h2 { font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.papier-store .catalog-layout { grid-template-columns: 220px minmax(0,1fr); gap: 32px; }
.papier-store .breadcrumbs { padding: 20px 0; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.papier-store .product-layout { gap: clamp(34px,5vw,76px); }
.papier-store .gallery-main { aspect-ratio: 1/1; background: var(--paper); border: 1px solid var(--line); }
.papier-store .gallery-thumb { aspect-ratio: 1/1; background: var(--paper); }
.papier-store .product-info { position: sticky; top: 92px; padding-top: 8px; }
.papier-store .product-info h1 { font-size: clamp(28px,3vw,40px); font-weight: 500; letter-spacing: -.03em; }
.papier-store .product-info .product-vendor { font-size: 9px; }
.papier-store .product-info .price strong { font-weight: 500; }
.papier-store .product-tabs,
.papier-store .product-description,
.papier-store .product-assurances { border-color: var(--line); }
.papier-store .auth-shell,
.papier-store .checkout-layout,
.papier-store .cart-layout,
.papier-store .account-shell,
.papier-store .article-layout { margin-top: 34px; }
.papier-store .auth-intro,
.papier-store .auth-card,
.papier-store .cart-card,
.papier-store .cart-summary,
.papier-store .checkout-section,
.papier-store .checkout-summary,
.papier-store .account-card,
.papier-store .content-page,
.papier-store .enquiry-contact-card { border-radius: 0; box-shadow: none; }
.field-label-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.field-inline-link { color: #625e58; font-size: 11px; font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
.field-inline-link:hover { color: #111; }

/* Footer */
.papier-benefits {
  width: min(100%,1680px);
  margin: 0 auto;
  grid-template-columns: repeat(3,1fr);
  padding: 28px 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.papier-benefits>div { padding: 0 26px; border-inline-end: 1px solid var(--line); }
.papier-benefits>div:first-child { padding-inline-start: 0; }
.papier-benefits>div:last-child { border-inline-end: 0; }
.papier-benefits b { color: #99958e; font-size: 9px; font-weight: 500; }
.papier-benefits strong { font-size: 10px; font-weight: 500; letter-spacing: .11em; }
.papier-benefits small { color: #77736c; font-size: 10px; }
.papier-footer { background: #fff; border-top: 0; }
.papier-footer .footer-grid {
  width: min(100%,1680px);
  grid-template-columns: minmax(220px,1.4fr) repeat(2,minmax(130px,.7fr)) minmax(280px,1fr);
  gap: 42px;
  padding: 48px 42px 40px;
}
.papier-footer .footer-brand .store-logo { font-size: 18px; letter-spacing: .15em; }
.papier-footer h3 { color: #77736c; font-size: 9px; font-weight: 500; letter-spacing: .14em; }
.papier-footer a,
.papier-footer p { font-size: 10px; }
.papier-footer .footer-newsletter .newsletter-form { border-bottom: 1px solid #111; }
.papier-footer .footer-newsletter input { min-height: 39px !important; padding-inline: 0 !important; border: 0 !important; box-shadow: none !important; }
.papier-footer .footer-newsletter button { width: 42px; background: transparent; border: 0; }
.papier-footer .footer-bottom { width: min(100%,1680px); padding: 16px 42px 36px; color: #77736c; font-size: 9px; letter-spacing: .07em; }

/* Papier mobile navigation */
.papier-store .mobile-drawer { width: min(410px,94vw); padding: 0 20px 28px; box-shadow: none; }
.papier-store .drawer-heading { min-height: 70px; }
.papier-store .drawer-heading b { font-size: 10px; font-weight: 500; letter-spacing: .14em; }
.papier-store .drawer-heading .icon-button { width: auto; padding: 0 8px; font-size: 9px; letter-spacing: .08em; }
.drawer-logo { display: block; margin: 26px 0 22px; font-size: 20px; font-weight: 700; letter-spacing: .14em; }
.papier-store .drawer-menu a { min-height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 9px 0; font-size: 12px; font-weight: 500; letter-spacing: .05em; }
.papier-store .drawer-menu .store-submenu { padding: 0 0 10px 14px; }
.papier-store .drawer-menu .store-submenu a { min-height: 32px; font-size: 10px; }

@media (max-width: 1180px) {
  .papier-store .site-main { padding-inline: 28px; }
  .papier-header .papier-header-inner { padding-inline: 28px; gap: 28px; }
  .papier-header .desktop-menu { gap: 20px; }
  .papier-header .header-localization { display: none; }
  .papier-hero { margin-inline: -28px; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); }
  .papier-hero>.hero-copy { padding-inline: 34px; }
  .papier-section .category-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .papier-store .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .papier-footer .footer-grid,.papier-footer .footer-bottom,.papier-benefits { padding-inline: 28px; }
}
@media (max-width: 920px) {
  .papier-header .papier-header-inner { min-height: 60px; grid-template-columns: 36px minmax(0,1fr) auto; gap: 10px; padding-inline: 18px; }
  .papier-header .drawer-toggle { display: grid; }
  .papier-header .desktop-navigation { display: none; }
  .papier-header .store-logo { max-width: 220px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; }
  .papier-header .action-label,.papier-header .account-link { display: none; }
  .papier-header .header-action,.papier-header .search-toggle { width: 36px; min-width: 36px; height: 36px; padding: 0; }
  .papier-header .header-inquiry { display: none; }
  .papier-header .header-cart b { position: absolute; top: -2px; inset-inline-end: -2px; }
  .papier-store .site-main { padding-inline: 18px; }
  .store-search-overlay { padding-inline: 18px; }
  .papier-hero { display: block; margin-inline: -18px; }
  .papier-hero>.hero-copy { min-height: 0; padding: 31px 18px 28px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .papier-hero h1 { font-size: 38px; }
  .papier-hero .hero-aside { display: block; }
  .papier-hero .hero-note { min-height: 0; padding: 20px 18px; }
  .papier-section { padding: 46px 0; }
  .papier-section .section-heading { margin-bottom: 21px; }
  .papier-section .section-heading h2 { font-size: 21px; }
  .papier-section .category-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .papier-section .category-card { min-height: 94px; padding: 14px; }
  .papier-store .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 12px; row-gap: 30px; }
  .papier-store .product-card-content { grid-template-rows: 14px minmax(40px,auto) auto 20px; }
  .papier-store .product-card h3 { min-height: 40px; font-size: 11px; }
  .papier-section .image-text-module.editorial { grid-template-columns: 1fr; min-height: 0; }
  .papier-section .image-text-media { aspect-ratio: 4/3; }
  .papier-section .editorial-copy { padding: 28px 22px; }
  .papier-section .news-row { grid-template-columns: 86px minmax(0,1fr) 24px; gap: 10px; }
  .papier-store .page-hero { padding-top: 34px; }
  .papier-store .page-hero h1 { font-size: 32px; }
  .papier-store .product-info { position: static; }
  .papier-benefits { grid-template-columns: 1fr; padding-inline: 18px; }
  .papier-benefits>div { padding: 11px 0; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .papier-benefits>div:last-child { border-bottom: 0; }
  .papier-footer .footer-grid { grid-template-columns: 1fr 1fr; padding: 38px 18px 30px; gap: 28px; }
  .papier-footer .footer-brand,.papier-footer .footer-newsletter { grid-column: 1/-1; }
  .papier-footer .footer-bottom { padding: 16px 18px 26px; }
}
@media (max-width: 480px) {
  .papier-header .store-logo { max-width: 120px; font-size: 13px; letter-spacing: .09em; }
  .papier-header .header-actions { gap: 1px; }
  .papier-hero h1 { font-size: 32px; }
  .papier-store .product-grid { column-gap: 9px; row-gap: 26px; }
  .papier-store .product-card-content { padding-top: 10px; grid-template-rows: 14px minmax(38px,auto) auto 18px; }
  .papier-section .news-row { grid-template-columns: 76px minmax(0,1fr) 20px; font-size: 11px; }
  .papier-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Managed image logo */
.papier-store .store-logo img,.papier-store .drawer-logo img{display:block;max-width:180px;max-height:40px;width:auto;height:auto;object-fit:contain}
.papier-store .papier-footer .store-logo img{max-width:220px;max-height:54px}
@media (max-width:820px){.papier-store .store-logo img{max-width:145px;max-height:34px}.papier-store .drawer-logo img{max-width:180px;max-height:42px}}

/* v3.2.3 — storefront alignment hardening --------------------------------- */
/* Compact, readable language/currency controls. */
.papier-header .header-localization {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-inline: 5px;
}
.papier-header .localization-form { margin: 0; min-width: 0; }
.papier-header .localization-control {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 23px 0 8px;
  color: #2e2d2a;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-weight: 500;
  white-space: nowrap;
}
.papier-header .localization-control::after {
  content: "";
  position: absolute;
  inset-inline-end: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-inline-end: 1px solid #77736c;
  border-bottom: 1px solid #77736c;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.papier-header .localization-control:hover,
.papier-header .localization-control:focus-within { border-color: #8e8a83; background: var(--paper-2); }
.papier-header .localization-prefix {
  color: #9a968e;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
}
.papier-header .header-localization .localization-control select {
  width: auto;
  max-width: 92px;
  min-width: 42px;
  min-height: 32px;
  padding: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  color: #222;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
}
.papier-header .localization-currency select { max-width: 48px !important; }
.papier-header .header-localization .localization-control select:focus { outline: 0; }

.papier-store .drawer-localization {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.papier-store .drawer-localization form { min-width: 0; }
.papier-store .drawer-localization label { display: grid; gap: 7px; color: #77736c; font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.papier-store .drawer-select-wrap { position: relative; display: block; }
.papier-store .drawer-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 12px;
  width: 7px;
  height: 7px;
  border-inline-end: 1px solid #777;
  border-bottom: 1px solid #777;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.papier-store .drawer-localization select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 8px 32px 8px 10px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
}

/* Cart and enquiry share product primitives, but not the same column count. */
.papier-store .cart-layout,
.papier-store .enquiry-layout,
.papier-store .checkout-layout {
  grid-template-columns: minmax(0,1fr) minmax(340px,390px);
  gap: clamp(22px,3vw,42px);
}
.papier-store .cart-card,
.papier-store .order-summary,
.papier-store .checkout-section,
.papier-store .checkout-summary,
.papier-store .enquiry-contact-card {
  min-width: 0;
}
.papier-store .cart-card,
.papier-store .checkout-section,
.papier-store .enquiry-contact-card { padding: 24px; }
.papier-store .order-summary,
.papier-store .checkout-summary { padding: 24px; }
.papier-store .cart-item {
  grid-template-columns: 92px minmax(0,1fr) 94px minmax(78px,auto);
  gap: 16px;
  padding: 18px 0;
}
.papier-store .cart-item-media { width: 92px; aspect-ratio: 1/1; }
.papier-store .cart-item-details { min-width: 0; }
.papier-store .cart-item-details > a,
.papier-store .cart-item-details h3 { overflow-wrap: anywhere; font-size: 14px; line-height: 1.45; }
.papier-store .cart-item > strong { justify-self: end; align-self: center; white-space: nowrap; font-size: 13px; }
.papier-store .quantity-field { min-width: 0; }
.papier-store .quantity-field input { min-width: 0; }

.papier-store .enquiry-item {
  grid-template-columns: 92px minmax(0,1fr) 108px;
  align-items: start;
}
.papier-store .enquiry-item .quantity-field { align-self: start; }
.papier-store .customization-note { margin-top: 6px; padding: 7px 8px; background: var(--paper-2); border-inline-start: 2px solid #b8b3aa; line-height: 1.45; overflow-wrap: anywhere; }
.papier-store .item-inline-actions { margin-top: 9px; }
.papier-store .enquiry-form-card { align-content: start; }
.papier-store .enquiry-form-card .form-split { grid-template-columns: repeat(2,minmax(0,1fr)); }
.papier-store .enquiry-form-card label,
.papier-store .enquiry-form-card input,
.papier-store .enquiry-form-card select,
.papier-store .enquiry-form-card textarea { min-width: 0; }

/* Coupon is an independent row so its button can never stretch to label height. */
.papier-store .coupon-panel { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.papier-store .coupon-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.papier-store .coupon-panel-heading h3 { margin: 2px 0 0; font-size: 15px; font-weight: 500; }
.papier-store .coupon-active { color: var(--positive); font-size: 10px; }
.papier-store .coupon-field {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: stretch;
  gap: 8px;
  margin-top: 0;
}
.papier-store .coupon-field input { min-width: 0; min-height: 44px; }
.papier-store .coupon-field .button { min-width: 132px; min-height: 44px; height: 44px; align-self: end; white-space: nowrap; }

/* Summary rows and calls to action are separated explicitly. */
.papier-store .order-summary { display: grid; gap: 0; }
.papier-store .order-summary > div { display: block; }
.papier-store .order-summary > .summary-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  font-size: 13px;
}
.papier-store .order-summary > .summary-line b { white-space: nowrap; }
.papier-store .order-summary .summary-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 11px 12px;
  background: var(--paper-2);
  border: 1px solid var(--line);
}
.papier-store .order-summary .summary-note span { display: grid; place-items: center; width: 17px; height: 17px; flex: 0 0 auto; border: 1px solid #9b978f; border-radius: 50%; font-size: 9px; }
.papier-store .order-summary .summary-note p { margin: 0; line-height: 1.5; }
.papier-store .summary-actions { display: grid !important; gap: 10px; margin-top: 2px; }
.papier-store .cart-checkout-button { min-height: 48px; justify-content: space-between; padding-inline: 16px; }
.papier-store .summary-actions .continue-link { text-align: center; }
.papier-store .order-summary > .secure-note { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }

/* Checkout action belongs to the right order summary on desktop. */
.papier-store .checkout-form { min-width: 0; }
.papier-store .checkout-section .form-split { grid-template-columns: repeat(2,minmax(0,1fr)); }
.papier-store .checkout-section label,
.papier-store .checkout-section input,
.papier-store .checkout-section select,
.papier-store .checkout-section textarea { min-width: 0; }
.papier-store .compact-heading { margin-bottom: 4px; }
.papier-store .checkout-summary h2 { margin: 3px 0 18px; font-size: 20px; font-weight: 500; }
.papier-store .checkout-summary-actions { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.papier-store .checkout-order-button { min-height: 50px; }
.papier-store .checkout-summary-actions .checkout-terms { margin: 10px 0 0; line-height: 1.5; text-align: start; }
.papier-store .checkout-summary-actions .secure-note { margin: 12px 0 0; text-align: start; }

/* Catalog filter search controls need zero-min-width grids to prevent overflow. */
.papier-store .catalog-filters form { min-width: 0; }
.papier-store .catalog-filters .form-split { grid-template-columns: repeat(2,minmax(0,1fr)); }
.papier-store .catalog-filters input,
.papier-store .catalog-filters select,
.papier-store .search-select { min-width: 0; max-width: 100%; }

@media (max-width: 1280px) {
  .papier-header .localization-prefix { display: none; }
  .papier-header .localization-control { padding-inline-start: 6px; }
}
@media (max-width: 920px) {
  .papier-header .header-localization { display: none; }
  .papier-store .cart-layout,
  .papier-store .enquiry-layout,
  .papier-store .checkout-layout { grid-template-columns: 1fr; gap: 20px; }
  .papier-store .order-summary,
  .papier-store .checkout-summary,
  .papier-store .enquiry-contact-card { position: static; }
}
@media (max-width: 620px) {
  .papier-store .store-search-overlay { padding: 74px 12px 24px; }
  .papier-store .store-search-dialog { padding: 56px 18px 30px; }
  .papier-store .store-search-overlay .search-close { top: 10px; right: 10px; min-width: 44px; width: 44px; padding: 0; }
  .papier-store .store-search-overlay .search-close span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .papier-store .store-search-overlay .search-close svg { width: 18px; height: 18px; }
  .papier-store .store-search-row { grid-template-columns: minmax(0,1fr) 48px; }
  .papier-store .store-search-row button { width: 48px; min-width: 48px; }
  .papier-store .store-search-row input { min-height: 58px !important; font-size: 22px; }
  .papier-store .cart-card,
  .papier-store .order-summary,
  .papier-store .checkout-section,
  .papier-store .checkout-summary,
  .papier-store .enquiry-contact-card { padding: 16px; }
  .papier-store .cart-item,
  .papier-store .enquiry-item {
    grid-template-columns: 76px minmax(0,1fr);
    gap: 12px;
  }
  .papier-store .cart-item-media { width: 76px; }
  .papier-store .cart-item > .quantity-field,
  .papier-store .cart-item > strong,
  .papier-store .enquiry-item > .quantity-field { grid-column: 2; justify-self: stretch; }
  .papier-store .cart-item > strong { justify-self: start; }
  .papier-store .quantity-field { max-width: 130px; }
  .papier-store .coupon-panel-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .papier-store .coupon-field { grid-template-columns: 1fr; }
  .papier-store .coupon-field .button { width: 100%; min-width: 0; }
  .papier-store .enquiry-form-card .form-split,
  .papier-store .checkout-section .form-split,
  .papier-store .catalog-filters .form-split { grid-template-columns: 1fr; }
  .papier-store .drawer-localization { grid-template-columns: 1fr; }
}

@media (max-width: 1180px) {
  .papier-header .header-localization { display: none; }
}

/* v3.2.4 — aligned quantity controls, localization menus, in-dropdown country search, service pages */
.papier-store .quantity-field {
  display: grid;
  align-content: start;
  gap: 6px;
  width: 100%;
  max-width: none;
}
.papier-store .quantity-field > label,
.papier-store .quantity-field > span:first-child {
  color: #66625c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.papier-store .quantity-field > small { color: var(--muted); font-size: 9px; line-height: 1.3; }
.papier-store .quantity-stepper {
  display: grid;
  grid-template-columns: 38px minmax(46px,1fr) 38px;
  width: 128px;
  height: 44px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bdb9b1;
  border-radius: 2px;
}
.papier-store .quantity-stepper button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 42px;
  padding: 0;
  color: #242320;
  background: #f7f6f3;
  border: 0;
  border-radius: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.papier-store .quantity-stepper button:first-child { border-inline-end: 1px solid var(--line); }
.papier-store .quantity-stepper button:last-child { border-inline-start: 1px solid var(--line); }
.papier-store .quantity-stepper button:hover,
.papier-store .quantity-stepper button:focus-visible { background: #eceae5; outline: 0; }
.papier-store .quantity-stepper input,
.papier-store .quantity-field .quantity-stepper input {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px;
  min-height: 42px;
  padding: 0 3px;
  color: #1f1e1b;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}
.papier-store .quantity-stepper input::-webkit-inner-spin-button,
.papier-store .quantity-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.papier-store .product-action-row {
  grid-template-columns: 128px minmax(0,1fr);
  align-items: end;
  gap: 12px;
}
.papier-store .product-quantity-field { width: 128px; }
.papier-store .cart-item > .quantity-field { align-self: center; align-items: start; }
.papier-store .cart-quantity-field,
.papier-store .enquiry-quantity-field { width: 128px; }
.papier-store .enquiry-item { grid-template-columns: 92px minmax(0,1fr) 128px; }

/* Header localization: custom, keyboard-friendly menus instead of browser-default selects. */
.papier-header .header-localization { gap: 8px; margin-inline: 8px; }
.papier-header .localization-form { position: relative; }
.papier-header .localization-dropdown { position: relative; }
.papier-header .localization-dropdown > summary {
  display: grid;
  grid-template-columns: auto auto 10px;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 5px 10px;
  color: #292824;
  background: #fff;
  border: 1px solid #d4d0c8;
  border-radius: 2px;
  list-style: none;
  cursor: pointer;
  user-select: none;
}
.papier-header .localization-dropdown > summary::-webkit-details-marker { display: none; }
.papier-header .localization-dropdown > summary:hover,
.papier-header .localization-dropdown[open] > summary { background: #f6f4ef; border-color: #9e9990; }
.papier-header .localization-dropdown > summary:focus-visible { outline: 2px solid #33312c; outline-offset: 2px; }
.papier-header .localization-kicker { color: #99948b; font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.papier-header .localization-dropdown > summary b { max-width: 96px; overflow: hidden; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.papier-header .currency-dropdown > summary b { max-width: 58px; }
.papier-header .localization-dropdown > summary svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .16s ease; }
.papier-header .localization-dropdown[open] > summary svg { transform: rotate(180deg); }
.papier-header .localization-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 7px);
  inset-inline-end: 0;
  width: 245px;
  max-height: min(430px,70vh);
  overflow: auto;
  padding: 7px;
  background: #fff;
  border: 1px solid #bcb8b0;
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(36,34,29,.12);
}
.papier-header .currency-dropdown .localization-menu { width: 260px; }
.papier-header .localization-menu-title { display: block; padding: 7px 9px 8px; color: #918c83; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.papier-header .localization-option {
  display: grid;
  grid-template-columns: minmax(0,1fr) 18px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 10px;
  color: #272622;
  background: transparent;
  border: 0;
  border-radius: 1px;
  text-align: start;
  cursor: pointer;
}
.papier-header .localization-option:hover,
.papier-header .localization-option:focus-visible { background: #f3f1ec; outline: 0; }
.papier-header .localization-option span { display: grid; min-width: 0; gap: 2px; }
.papier-header .localization-option b { overflow: hidden; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.papier-header .localization-option small { color: #918d85; font-size: 9px; }
.papier-header .localization-option i { visibility: hidden; color: #282722; font-size: 12px; font-style: normal; text-align: center; }
.papier-header .localization-option.selected { background: #f7f5f1; }
.papier-header .localization-option.selected i { visibility: visible; }

.papier-store .drawer-localization { grid-template-columns: 1fr 1fr; gap: 10px; }
.papier-store .drawer-localization form { min-width: 0; }
.papier-store .drawer-localization-dropdown { position: relative; }
.papier-store .drawer-localization-dropdown > summary {
  display: grid;
  grid-template-columns: 1fr auto 10px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 11px;
  background: #fff;
  border: 1px solid var(--line);
  list-style: none;
  cursor: pointer;
}
.papier-store .drawer-localization-dropdown > summary::-webkit-details-marker { display: none; }
.papier-store .drawer-localization-dropdown > summary b { font-size: 12px; font-weight: 600; }
.papier-store .drawer-localization-dropdown > summary svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.papier-store .drawer-localization-dropdown[open] > summary svg { transform: rotate(180deg); }
.papier-store .drawer-localization .localization-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 5px);
  inset-inline: 0;
  max-height: 300px;
  overflow: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid #aaa69e;
  box-shadow: 0 16px 32px rgba(30,29,26,.14);
}
.papier-store .drawer-localization .localization-option {
  display: grid;
  grid-template-columns: minmax(0,1fr) 18px;
  align-items: center;
  width: 100%;
  padding: 9px;
  background: transparent;
  border: 0;
  text-align: start;
}
.papier-store .drawer-localization .localization-option span { display: grid; gap: 1px; }
.papier-store .drawer-localization .localization-option b { font-size: 12px; }
.papier-store .drawer-localization .localization-option small { color: var(--muted); font-size: 9px; }
.papier-store .drawer-localization .localization-option i { visibility: hidden; font-style: normal; }
.papier-store .drawer-localization .localization-option.selected { background: #f5f3ee; }
.papier-store .drawer-localization .localization-option.selected i { visibility: visible; }

/* Searchable select: the search input lives inside the dropdown panel. */
.smart-select { position: relative; width: 100%; min-width: 0; }
.enhanced-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.smart-select-trigger {
  display: grid;
  grid-template-columns: minmax(0,1fr) 12px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  color: #24231f;
  background: #fff;
  border: 1px solid #c7c3bb;
  border-radius: 2px;
  font: inherit;
  text-align: start;
  cursor: pointer;
}
.smart-select-trigger.placeholder { color: #77736c; }
.smart-select-trigger:hover,
.smart-select.open .smart-select-trigger { border-color: #77736c; }
.smart-select-trigger:focus-visible { outline: 2px solid #33312c; outline-offset: 2px; }
.smart-select-trigger[aria-invalid="true"] { border-color: #a43b31; }
.smart-select-trigger svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .16s ease; }
.smart-select.open .smart-select-trigger svg { transform: rotate(180deg); }
.smart-select-panel {
  position: absolute;
  z-index: 100;
  top: calc(100% + 5px);
  inset-inline: 0;
  min-width: min(100%,320px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #aaa69e;
  border-radius: 2px;
  box-shadow: 0 18px 42px rgba(36,34,29,.14);
}
.smart-select-search {
  display: grid;
  grid-template-columns: 18px minmax(0,1fr);
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #f8f7f4;
  border-bottom: 1px solid var(--line);
}
.smart-select-search svg { width: 17px; fill: none; stroke: #716d66; stroke-width: 1.5; }
.smart-select-search input {
  width: 100%;
  min-width: 0;
  min-height: 36px !important;
  padding: 6px 7px !important;
  background: #fff;
  border: 1px solid #d0ccc4 !important;
  border-radius: 1px !important;
  box-shadow: none !important;
  font-size: 12px !important;
}
.smart-select-options { max-height: 250px; overflow: auto; padding: 5px; }
.smart-select-option {
  display: grid;
  grid-template-columns: minmax(0,1fr) 18px;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 10px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  font-size: 12px;
  text-align: start;
  cursor: pointer;
}
.smart-select-option:hover,
.smart-select-option:focus-visible,
.smart-select-option[aria-selected="true"] { background: #f3f1ec; outline: 0; }
.smart-select-option i { font-style: normal; text-align: center; }

/* Information / policy pages. */
.papier-store .information-hero { max-width: none; }
.papier-store .information-layout {
  display: grid;
  grid-template-columns: 230px minmax(0,1fr);
  gap: clamp(28px,4vw,64px);
  align-items: start;
  padding: 32px 0 54px;
}
.papier-store .information-sidebar {
  position: sticky;
  top: 112px;
  padding: 18px 0;
  border-top: 1px solid #9f9a91;
  border-bottom: 1px solid var(--line);
}
.papier-store .information-sidebar nav { display: grid; margin-top: 11px; }
.papier-store .information-sidebar a {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 39px;
  padding: 8px 3px;
  color: #6f6b64;
  border-bottom: 1px solid #ece9e3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
}
.papier-store .information-sidebar a:hover,
.papier-store .information-sidebar a.active { color: #1f1e1b; }
.papier-store .information-sidebar a.active { padding-inline-start: 8px; border-inline-start: 2px solid #292823; }
.papier-store .information-content {
  max-width: none;
  margin: 0;
  padding: clamp(28px,4vw,52px);
  border-color: #d6d2ca;
}
.papier-store .information-content-heading { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.papier-store .information-content-heading h2 { margin: 5px 0 0; font-size: clamp(30px,4vw,48px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.papier-store .information-rte { color: #34322e; font-size: 14px; line-height: 1.72; }
.papier-store .information-rte > :first-child { margin-top: 0; }
.papier-store .information-rte h2 { margin: 2em 0 .65em; padding-top: 1.1em; border-top: 1px solid var(--line); font-size: 23px; font-weight: 500; }
.papier-store .information-rte h3 { margin-top: 1.55em; font-size: 16px; font-weight: 600; }
.papier-store .information-rte ul,
.papier-store .information-rte ol { padding-inline-start: 1.35em; }
.papier-store .information-rte li { margin-bottom: .38em; }
.papier-store .information-rte .info-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 22px 0; padding: 0; list-style: none; }
.papier-store .information-rte .info-cards > li { margin: 0; padding: 16px; background: #f7f5f0; border: 1px solid var(--line); }
.papier-store .information-rte .info-cards b { display: block; margin-bottom: 5px; }
.papier-store .information-rte .policy-note { margin: 20px 0; padding: 14px 16px; background: #f5f3ee; border-inline-start: 2px solid #807b72; }
.papier-store .service-page-module { margin: 0 0 34px; padding: 22px; background: #f7f5f0; border: 1px solid var(--line); }
.papier-store .service-module-intro { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 12px; margin-bottom: 18px; }
.papier-store .service-module-number { display: grid; place-items: center; width: 34px; height: 34px; background: #282722; color: #fff; border-radius: 50%; font-size: 10px; }
.papier-store .service-module-intro h3 { margin: 0 0 4px; font-size: 19px; font-weight: 600; }
.papier-store .service-module-intro p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.papier-store .service-form { display: grid; gap: 12px; }
.papier-store .service-form .form-split { grid-template-columns: repeat(2,minmax(0,1fr)); }
.papier-store .service-form .button { justify-self: start; min-width: 180px; }
.papier-store .tracking-form { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto; align-items: end; gap: 10px; }
.papier-store .tracking-form .button { min-height: 44px; white-space: nowrap; }
.papier-store .tracking-result { margin-top: 18px; padding: 18px; background: #fff; border: 1px solid var(--line); }
.papier-store .tracking-result.notice { color: #5c574e; background: #f5f3ee; }
.papier-store .tracking-result-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.papier-store .tracking-result-head h3 { margin: 3px 0 0; font-size: 20px; }
.papier-store .status-pill { padding: 5px 8px; background: #eceae5; border: 1px solid #d2cec6; font-size: 9px; font-weight: 600; letter-spacing: .06em; }
.papier-store .tracking-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; }
.papier-store .tracking-facts > div { padding: 13px 0; border-bottom: 1px solid #ece9e3; }
.papier-store .tracking-facts > div:nth-child(odd) { padding-inline-end: 15px; }
.papier-store .tracking-facts dt { color: var(--muted); font-size: 10px; }
.papier-store .tracking-facts dd { margin: 3px 0 0; font-size: 13px; font-weight: 600; }
.papier-store .shipment-list { display: grid; gap: 7px; margin-top: 14px; }
.papier-store .shipment-list article { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 12px; padding: 11px; background: #f7f5f0; }
.papier-store .shipment-list article > div { display: grid; }
.papier-store .shipment-list small { color: var(--muted); }
.papier-store .information-help-strip { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 38px; padding-top: 22px; border-top: 1px solid #aaa69e; }
.papier-store .information-help-strip > div { display: grid; gap: 4px; }
.papier-store .information-help-strip b { font-size: 13px; font-weight: 500; }

@media (max-width: 1180px) {
  .papier-header .localization-kicker { display: none; }
  .papier-header .localization-dropdown > summary { grid-template-columns: auto 10px; }
}
@media (max-width: 920px) {
  .papier-store .information-layout { grid-template-columns: 1fr; gap: 18px; }
  .papier-store .information-sidebar { position: static; padding: 10px 0 0; }
  .papier-store .information-sidebar nav { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 12px; }
  .papier-store .information-sidebar a.active { padding-inline-start: 3px; border-inline-start: 0; border-bottom-color: #292823; }
}
@media (max-width: 620px) {
  .papier-store .product-action-row { grid-template-columns: 1fr; align-items: stretch; }
  .papier-store .product-quantity-field { width: 100%; }
  .papier-store .product-quantity-field .quantity-stepper { width: 132px; }
  .papier-store .product-action-buttons { grid-template-columns: 1fr; }
  .papier-store .cart-item > .quantity-field,
  .papier-store .enquiry-item > .quantity-field { grid-column: 2; width: 128px; max-width: 100%; justify-self: start; }
  .papier-store .information-sidebar nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .papier-store .information-content { padding: 22px 16px; }
  .papier-store .information-rte .info-cards,
  .papier-store .service-form .form-split,
  .papier-store .tracking-facts { grid-template-columns: 1fr; }
  .papier-store .tracking-form { grid-template-columns: 1fr; }
  .papier-store .tracking-form .button { width: 100%; }
  .papier-store .shipment-list article { grid-template-columns: 1fr auto; }
  .papier-store .shipment-list article .text-link { grid-column: 1/-1; }
  .papier-store .information-help-strip { align-items: stretch; flex-direction: column; }
  .papier-store .information-help-strip .button { width: 100%; }
  .smart-select-panel { position: fixed; z-index: 160; top: auto; right: 12px; bottom: 12px; left: 12px; width: auto; max-height: 68vh; }
  .smart-select-options { max-height: 48vh; }
}
@media (max-width: 390px) {
  .papier-store .information-sidebar nav { grid-template-columns: 1fr; }
  .papier-store .cart-item > .quantity-field,
  .papier-store .enquiry-item > .quantity-field { width: 124px; }
  .papier-store .quantity-stepper { width: 124px; grid-template-columns: 36px minmax(44px,1fr) 36px; }
  .papier-store .quantity-stepper button { width: 36px; }
}
/* Quantity column width must match the rendered stepper width on desktop. */
@media (min-width: 621px) {
  .papier-store .cart-item { grid-template-columns: 92px minmax(0,1fr) 128px minmax(78px,auto); }
}
