:root {
    --blue-950: #0f2853;
    --blue-900: #173d76;
    --blue-700: #2457a6;
    --blue-600: #2f68c5;
    --blue-100: #e8f0fc;
    --ink: #1f2937;
    --muted: #667085;
    --line: #e4e8ef;
    --surface: #ffffff;
    --surface-soft: #f5f7fa;
    --success: #1d7a4a;
    --shadow: 0 10px 30px rgb(15 40 83 / 10%);
    --radius: 16px;
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; min-width: 0; }
[hidden] { display: none !important; }
html { width: 100%; max-width: 100%; overflow-x: hidden; overscroll-behavior-x: none; scroll-behavior: smooth; }
body { position: relative; width: 100%; max-width: 100%; overflow-x: hidden; margin: 0; color: var(--ink); background: var(--surface); line-height: 1.55; }
body > * { max-width: 100%; }
button, input, select, textarea { max-width: 100%; font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.ui-icon { display: block; flex: 0 0 auto; }

:where(main, section, article, aside, nav, form, fieldset, div, dl) { min-width: 0; }
:where(h1, h2, h3, h4, p, a, strong, small, span, dt, dd, li, address) { overflow-wrap: anywhere; }

.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--blue-950); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { --header-tools-shift: 0px; position: sticky; top: 0; z-index: 20; background: transparent; pointer-events: none; }
.header-main-surface, .header-tools-surface, .category-navigation { pointer-events: auto; }
.header-main-surface, .header-tools-surface { background: var(--surface); }
.site-header.is-scrolled .category-navigation, .site-header.is-tools-hidden .header-main-surface { box-shadow: 0 8px 22px rgb(15 40 83 / 12%); }
.header-main { min-height: 96px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.brand { width: 210px; }
.account-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.account-navigation a { display: grid; justify-items: center; gap: 2px; color: #4b5563; text-decoration: none; font-size: 13px; }
.account-navigation a:hover, .account-navigation a:focus-visible { color: var(--blue-700); }
.account-navigation span { font-size: 25px; line-height: 1; }
.account-navigation .ui-icon { color: var(--blue-950); }
.cart-icon { position: relative; }
.cart-icon b { position: absolute; top: -10px; right: -14px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; border: 2px solid white; border-radius: 999px; background: var(--blue-700); color: white; font-size: 10px; line-height: 1; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.header-tools-surface { overflow: hidden; opacity: 1; visibility: visible; clip-path: inset(0); will-change: clip-path, opacity; }
.header-tools { display: grid; grid-template-columns: minmax(320px, 2fr) minmax(300px, 1fr); align-items: center; gap: 34px; padding-bottom: 16px; }
.site-header.is-tools-hidden .header-tools-surface { visibility: hidden; pointer-events: none; }
.site-search, .hero-search { display: flex; border-radius: 999px; box-shadow: 0 4px 14px rgb(15 40 83 / 10%); }
.site-search input, .hero-search input { width: 100%; min-width: 0; border: 2px solid #c8d1df; border-right: 0; border-radius: 999px 0 0 999px; padding: 12px 20px; background: #f8fafc; color: var(--ink); outline: none; }
.site-search input:focus, .hero-search input:focus { border-color: var(--blue-600); background: white; }
.site-search button, .hero-search button { border: 0; border-radius: 0 999px 999px 0; padding: 0 28px; background: var(--blue-600); color: white; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; }
.site-search button:hover, .hero-search button:hover { background: var(--blue-900); }

.vat-selector { display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--muted); font-size: 13px; }
.segmented-control { display: flex; padding: 3px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 999px; }
.segmented-control button { border: 0; border-radius: 999px; padding: 7px 12px; background: transparent; color: var(--muted); cursor: pointer; }
.segmented-control button[aria-pressed="true"] { background: var(--blue-700); color: white; box-shadow: 0 2px 7px rgb(15 40 83 / 20%); }
.segmented-control small { display: block; font-size: 10px; }

.category-navigation { background: var(--blue-950); color: white; transform: translateY(calc(-1 * var(--header-tools-shift))); will-change: transform; }
.category-navigation__inner { min-height: 46px; display: flex; align-items: stretch; }
.category-navigation a, .category-navigation button { display: flex; align-items: center; padding: 0 12px; border: 0; background: transparent; color: inherit; text-decoration: none; font-weight: 650; font-size: 13px; cursor: pointer; }
.category-navigation a:hover, .category-navigation button:hover { background: rgb(255 255 255 / 10%); }
.category-navigation__all { flex: 0 0 auto; background: rgb(255 255 255 / 12%) !important; }
.category-navigation__item { position: relative; display: flex; flex: 1 1 auto; min-width: 0; }
.category-navigation__item > a { flex: 1; justify-content: center; min-width: 0; text-align: center; }
.category-navigation__item > button { flex: 0 0 28px; justify-content: center; padding-inline: 4px; font-size: 16px; }
.category-navigation__dropdown { position: absolute; top: 100%; left: 0; z-index: 30; width: min(560px, 75vw); padding: 20px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 12px 12px; background: white; color: var(--ink); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 150ms ease, transform 150ms ease, visibility 150ms; }
.category-navigation__item:last-child .category-navigation__dropdown { right: 0; left: auto; }
.category-navigation__item:hover .category-navigation__dropdown, .category-navigation__item:focus-within .category-navigation__dropdown, .category-navigation__item.is-open .category-navigation__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.category-navigation__dropdown > strong { display: block; margin-bottom: 10px; color: var(--blue-950); font-size: 16px; }
.category-navigation__dropdown > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 14px; }
.category-navigation__dropdown a { min-height: 36px; padding: 7px 8px; border-radius: 6px; color: #344054; font-size: 12px; }
.category-navigation__dropdown a:hover { background: var(--blue-100); color: var(--blue-900); }

.mobile-category-backdrop, .mobile-category-drawer { display: none; }

.storefront-notifications { position: fixed; top: 18px; right: 18px; z-index: 80; display: grid; gap: 10px; width: min(410px, calc(100% - 36px)); pointer-events: none; }
.storefront-notification { display: grid; grid-template-columns: 40px minmax(0, 1fr) 30px; gap: 12px; align-items: start; padding: 17px; border: 1px solid #9bd1b5; border-radius: 14px; background: #f4fcf7; color: #164f34; box-shadow: 0 16px 45px rgb(15 40 83 / 20%); pointer-events: auto; animation: storefront-notification-in 180ms ease-out both; }
.storefront-notification.is-leaving { animation: storefront-notification-out 160ms ease-in both; }
.storefront-notification__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; background: var(--success); color: white; font-size: 21px; font-weight: 800; }
.storefront-notification__content { min-width: 0; }
.storefront-notification__content strong { display: block; color: #103d29; font-size: 16px; }
.storefront-notification__content p { margin: 3px 0 7px; color: #315d48; overflow-wrap: anywhere; }
.storefront-notification__content a { color: #135d39; font-size: 13px; font-weight: 800; }
.storefront-notification > button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #315d48; cursor: pointer; font-size: 23px; line-height: 1; }
.storefront-notification > button:hover, .storefront-notification > button:focus-visible { background: #dff3e8; color: #103d29; }
@keyframes storefront-notification-in { from { opacity: 0; transform: translateY(-12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes storefront-notification-out { to { opacity: 0; transform: translateY(-8px) scale(.98); } }

.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--blue-950), var(--blue-600)); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 22% 45%, rgb(255 255 255 / 15%), transparent 38%); }
.hero__content { position: relative; padding-block: 70px 92px; text-align: center; }
.eyebrow { margin: 0 0 8px; color: var(--blue-600); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #cfe0ff; }
.hero h1 { max-width: 780px; margin: 0 auto 14px; font-size: clamp(36px, 6vw, 62px); line-height: 1.07; letter-spacing: -.035em; }
.hero__content > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 30px; color: rgb(255 255 255 / 86%); font-size: clamp(17px, 2vw, 21px); }
.hero-search { width: min(620px, 100%); margin-inline: auto; background: white; padding: 5px; }
.hero-search input { border: 0; background: white; }
.hero-search button { border-radius: 999px; }

.trust-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: -32px; }
.trust-grid article { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.trust-grid span { color: var(--success); font-size: 25px; }

.content-section { padding-block: 72px 12px; }
.section-heading { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section-heading--left { max-width: none; margin-inline: 0; text-align: left; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 38px); letter-spacing: -.025em; }
.section-heading p { margin: 8px 0 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { overflow: hidden; min-height: 190px; display: grid; grid-template-rows: 1fr auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; text-align: center; text-decoration: none; box-shadow: 0 5px 18px rgb(15 40 83 / 7%); transition: transform 160ms ease, box-shadow 160ms ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card span { display: grid; place-items: center; background: var(--blue-100); color: var(--blue-700); font-size: 48px; }
.category-card strong { padding: 18px 12px; font-size: 17px; }
.development-notice { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 22px; border: 1px solid #b9d4ff; border-radius: 12px; background: #eef5ff; color: var(--blue-950); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 5px 18px rgb(15 40 83 / 7%); }
.product-card__image { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; padding: 16px; background: var(--surface-soft); color: var(--muted); text-decoration: none; }
.product-card__image > img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-card__eco-badge { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #b7dfca; border-radius: 50%; background: rgb(255 255 255 / 94%); box-shadow: 0 3px 10px rgb(22 101 52 / 16%); }
.product-card__eco-badge img { width: 28px; height: 28px; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.product-card__body > small { color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.product-card h3 { margin: 6px 0 16px; font-size: 16px; line-height: 1.35; }
.product-card h3 a { text-decoration: none; }
.product-card h3 a:hover { color: var(--blue-700); }
.product-price { margin: auto 0 4px; color: var(--blue-950); font-size: 20px; font-weight: 800; }
.product-price small { display: block; color: var(--muted); font-size: 11px; font-weight: 500; }
.product-price--large { margin: 22px 0 8px; font-size: 32px; }
.stock-status { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.stock-status.is-in-stock { color: var(--success); }
.product-card__purchase { display: grid; grid-template-columns: minmax(112px, .8fr) minmax(110px, 1fr); gap: 6px 8px; align-items: end; margin-top: 16px; }
.product-card__purchase label { grid-column: 1; color: var(--muted); font-size: 12px; font-weight: 700; }
.product-card__purchase .quantity-control { grid-column: 1; }
.product-card__purchase > button[type="submit"] { grid-column: 2; grid-row: 1 / span 2; min-width: 0; height: 42px; padding: 8px 11px; border: 0; border-radius: 999px; background: var(--blue-700); color: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.product-card__purchase > button[type="submit"]:hover { background: var(--blue-900); }
.product-card__purchase small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.quantity-control { display: grid; grid-template-columns: 32px minmax(46px, 1fr) 32px; overflow: hidden; min-width: 0; border: 1px solid #cbd5e1; border-radius: 9px; background: white; }
.quantity-control button { display: grid; place-items: center; padding: 0; border: 0; background: var(--surface-soft); color: var(--blue-950); font-size: 18px; font-weight: 750; cursor: pointer; }
.quantity-control button:hover { background: var(--blue-100); }
.quantity-control input[type="number"] { width: 100%; min-width: 0; padding: 8px 2px; border: 0; border-inline: 1px solid #cbd5e1; border-radius: 0; text-align: center; appearance: textfield; }
.quantity-control input[type="number"]::-webkit-inner-spin-button { margin: 0; appearance: none; }
.listing-page, .product-page { min-height: 55vh; padding-block: 54px 80px; }
.listing-page > h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); }
.listing-page > p:not(.eyebrow) { margin: 8px 0 32px; color: var(--muted); }
.breadcrumbs { margin-bottom: 30px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--blue-700); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 28px 0 18px; }
.catalog-toolbar > p { margin: 0; color: var(--muted); }
.catalog-toolbar--category { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; }
.catalog-toolbar--category .filter-toggle { grid-column: 1; grid-row: 1; justify-self: start; }
.catalog-toolbar--category .sort-form { grid-column: 2; grid-row: 1; justify-self: end; }
.catalog-toolbar--category .product-view-switcher { grid-column: 3; grid-row: 1; }
.catalog-toolbar--category .catalog-filters { grid-column: 1 / -1; grid-row: 2; width: 100%; margin: 0; }
.product-view-switcher { display: none; }
.filter-toggle { padding: 10px 18px; border: 1px solid var(--blue-700); border-radius: 999px; background: white; color: var(--blue-700); font-weight: 750; cursor: pointer; }
.sort-form { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.sort-form label { color: var(--muted); font-size: 13px; font-weight: 700; }
.sort-form select, .catalog-filters select { min-width: 0; padding: 9px 34px 9px 10px; border: 1px solid #cbd5e1; border-radius: 9px; background: white; color: var(--ink); }
.catalog-filters { display: none; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.catalog-filters.is-open { display: grid; }
.catalog-filters > label:not(.catalog-filters__check) { display: grid; gap: 6px; color: #344054; font-size: 12px; font-weight: 700; }
.catalog-filters__check { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.catalog-filters__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; }
.catalog-filters__actions button { padding: 10px 18px; border: 0; border-radius: 999px; background: var(--blue-700); color: white; font-weight: 750; cursor: pointer; }
.catalog-filters__actions a { color: var(--blue-700); }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin-top: 38px; }
.pagination a, .pagination span { min-width: 40px; min-height: 40px; display: grid; place-items: center; padding: 7px 11px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--blue-700); text-decoration: none; }
.pagination a:hover { border-color: var(--blue-600); background: var(--blue-100); }
.pagination .is-current { border-color: var(--blue-700); background: var(--blue-700); color: white; font-weight: 800; }
.subcategory-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0 34px; }
.subcategory-list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); text-decoration: none; }
.subcategory-list a:hover { border-color: #b9d4ff; background: var(--blue-100); }
.subcategory-list strong { min-width: 0; font-size: 14px; }
.subcategory-list small { flex: 0 0 auto; color: var(--muted); font-size: 11px; white-space: nowrap; }
.category-directory { min-height: 55vh; padding-block: 54px 80px; }
.category-directory > h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); }
.category-directory > p:not(.eyebrow) { margin: 8px 0 34px; color: var(--muted); }
.category-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.category-directory__group { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 5px 18px rgb(15 40 83 / 7%); }
.category-directory__group h2 { margin: 0; font-size: 19px; line-height: 1.3; }
.category-directory__group h2 a { color: var(--blue-950); text-decoration: none; }
.category-directory__group h2 a:hover { color: var(--blue-700); }
.category-directory__group > p { margin: 5px 0 16px; color: var(--muted); font-size: 12px; }
.category-directory__group ul { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.category-directory__group li a { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; color: #344054; font-size: 13px; text-decoration: none; }
.category-directory__group li a:hover span { color: var(--blue-700); text-decoration: underline; }
.category-directory__group li small { flex: 0 0 auto; color: var(--muted); }
.product-detail { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr); gap: 60px; align-items: center; }
.product-gallery { min-width: 0; }
.product-gallery__stage { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; padding: 30px; border-radius: var(--radius); background: var(--surface-soft); color: var(--muted); }
.product-gallery__stage img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-gallery__thumbnails { display: grid; grid-auto-columns: 76px; grid-auto-flow: column; gap: 9px; overflow-x: auto; margin-top: 12px; padding: 2px 2px 8px; scroll-snap-type: x proximity; }
.product-gallery__thumbnail { aspect-ratio: 1; overflow: hidden; padding: 5px; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; scroll-snap-align: start; }
.product-gallery__thumbnail:hover, .product-gallery__thumbnail.is-active { border-color: var(--blue-700); box-shadow: 0 0 0 2px rgb(50 94 183 / 14%); }
.product-gallery__thumbnail img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-detail h1 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
.add-to-cart { display: grid; grid-template-columns: minmax(150px, 180px) minmax(180px, 1fr); gap: 8px 14px; align-items: end; margin-top: 22px; }
.add-to-cart label { grid-column: 1; color: var(--muted); font-size: 13px; font-weight: 700; }
.add-to-cart .quantity-control { grid-column: 1; width: 100%; }
.buy-button { grid-column: 2; grid-row: 1 / span 2; width: 100%; padding: 14px 20px; border: 0; border-radius: 999px; background: var(--blue-700); color: white; font-weight: 800; cursor: pointer; }
.buy-button:hover { background: var(--blue-900); }
.product-share { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-share h2 { margin: 0 0 12px; font-size: 16px; }
.product-share__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.product-share__button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 8px 12px; border: 1px solid #cbd5e1; border-radius: 999px; background: white; color: var(--blue-950); font-size: 13px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; }
.product-share__button:hover { border-color: var(--blue-700); background: var(--blue-100); color: var(--blue-900); }
.product-share__button:focus-visible { outline: 3px solid rgb(47 104 197 / 28%); outline-offset: 2px; }
.product-share__button svg { width: 17px; height: 17px; flex: 0 0 auto; }
.product-share__status { min-height: 1.3em; margin: 9px 0 0; color: var(--success); font-size: 12px; }
.product-share__status.is-error { color: #a51d2d; }
.eco-labels { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.eco-labels span { padding: 5px 9px; border-radius: 999px; background: #e3f5eb; color: var(--success); font-size: 11px; font-weight: 800; }
.product-information { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); gap: 44px; margin-top: 60px; padding-top: 34px; border-top: 1px solid var(--line); }
.product-information > :only-child { grid-column: 1 / -1; max-width: 850px; }
.product-description { max-width: 850px; }
.product-description p { color: #4b5563; }
.product-information h2 { margin-top: 0; }
.product-specifications dl { margin: 0; border-top: 1px solid var(--line); }
.product-specifications dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.product-specifications dt { color: var(--muted); }
.product-specifications dd { margin: 0; text-align: right; font-weight: 650; }
.product-recommendations { margin-top: 64px; }
.content-page { min-height: 55vh; padding-block: 54px 80px; }
.content-page__header { max-width: 820px; margin-bottom: 30px; }
.content-page__header h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.08; }
.content-page__body { max-width: 880px; }
.content-page__body h2 { margin: 40px 0 12px; font-size: clamp(23px, 3vw, 30px); }
.content-page__body h3 { margin: 30px 0 10px; font-size: 20px; }
.content-page__body p, .content-page__body li, .content-page__body dd { color: #3f4a5a; }
.content-page__body a { color: var(--blue-700); }
.content-page__body address { padding: 16px; border-left: 4px solid var(--blue-600); background: var(--surface-soft); font-style: normal; }
.content-page__body table { width: 100%; max-width: 100%; display: block; overflow-x: auto; margin: 22px 0; border-collapse: collapse; overscroll-behavior-inline: contain; }
.content-page__body th, .content-page__body td { padding: 11px 13px; border: 1px solid var(--line); text-align: left; }
.content-page__body th { background: var(--surface-soft); }
.content-page__body dt { margin-top: 20px; }
.content-page__body dd { margin: 5px 0 0; }
.auth-page, .account-page { min-height: 55vh; padding-block: 54px 80px; }
.auth-card { width: min(520px, 100%); margin-inline: auto; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.auth-card--wide { width: min(780px, 100%); }
.auth-card h1 { margin: 0; font-size: clamp(32px, 5vw, 46px); }
.auth-card > p:not(.eyebrow) { color: var(--muted); }
.account-form { display: grid; gap: 16px; margin-top: 24px; }
.account-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; }
.account-form input, .account-form select { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid #cbd5e1; border-radius: 9px; background: white; color: var(--ink); }
.account-form label small { color: var(--muted); font-weight: 500; }
.account-form .terms-checkbox { display: flex; align-items: flex-start; }
.account-form .terms-checkbox input { width: auto; margin-top: 5px; }
.account-form .pay-button { width: 100%; }
.auth-card__links { display: flex; justify-content: space-between; gap: 18px; margin-top: 22px; font-size: 13px; }
.auth-card__links a { color: var(--blue-700); }
.form-success { margin: 18px 0; padding: 13px 15px; border: 1px solid #93d3ad; border-radius: 10px; background: #edf9f2; color: var(--success); }
.account-page__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.account-page__header h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); }
.account-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.account-summary article, .account-panel { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.account-summary article span, .account-summary article small { display: block; color: var(--muted); }
.account-summary article strong { display: block; margin: 4px 0; font-size: 18px; }
.account-summary article.is-member { border-color: #93d3ad; background: #edf9f2; }
.account-layout { width: 100%; max-width: 100%; display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 20px; }
.account-layout > *, .account-orders { min-width: 0; max-width: 100%; }
.account-panel h2 { margin-top: 0; }
.account-panel dl { margin: 0; }
.account-panel dl > div { padding: 8px 0; border-bottom: 1px solid var(--line); }
.account-panel dt { color: var(--muted); font-size: 12px; }
.account-panel dd, .account-panel p, .account-summary strong, .account-summary small { overflow-wrap: anywhere; }
.account-panel dd { margin: 2px 0 0; font-weight: 650; }
.table-scroll { width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.account-orders table { width: 100%; border-collapse: collapse; }
.account-orders th, .account-orders td { padding: 10px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.account-orders th { color: var(--muted); font-size: 12px; }
.account-order-link, .account-order-open { color: var(--blue-700); font-weight: 750; }
.account-order-open { display: inline-flex; padding: 7px 11px; border: 1px solid #b9c9e8; border-radius: 8px; text-decoration: none; }
.account-breadcrumb { display: flex; gap: 8px; overflow-wrap: anywhere; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.account-breadcrumb a { color: var(--blue-700); }
.account-order-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.account-order-header h1 { margin: 0; font-size: clamp(30px, 5vw, 48px); overflow-wrap: anywhere; }
.account-order-header p:last-child { margin-bottom: 0; color: var(--muted); }
.account-order-status { flex: none; padding: 8px 13px; border-radius: 999px; background: #eef3fb; color: var(--blue-950); font-size: 13px; font-weight: 800; }
.account-order-status--completed, .account-order-status--shipped { background: #e7f7ed; color: #17613a; }
.account-order-status--cancelled, .account-order-status--refunded { background: #fef0f0; color: #9b1c1c; }
.account-order-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 20px; }
.account-order-summary article { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }
.account-order-summary span, .account-order-summary small { display: block; color: var(--muted); font-size: 12px; }
.account-order-summary strong { display: block; overflow-wrap: anywhere; margin-top: 4px; }
.account-order-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .65fr); gap: 20px; align-items: start; }
.account-order-layout > *, .account-order-sidebar > * { min-width: 0; }
.account-order-lines table { width: 100%; border-collapse: collapse; }
.account-order-lines th, .account-order-lines td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.account-order-lines th { color: var(--muted); font-size: 12px; white-space: nowrap; }
.account-order-lines td strong, .account-order-lines td small { display: block; }
.account-order-lines td small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.account-order-lines .number { text-align: right; white-space: nowrap; }
.account-order-totals { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 20px; width: min(420px, 100%); margin: 24px 0 0 auto !important; }
.account-order-totals > * { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.account-order-totals dd { text-align: right; }
.account-order-totals dt:last-of-type, .account-order-totals dd:last-of-type { padding-top: 10px !important; border-top: 1px solid var(--line) !important; }
.account-order-sidebar { display: grid; gap: 16px; }
.account-order-sidebar address { overflow-wrap: anywhere; font-style: normal; line-height: 1.65; }
.account-order-tracking p span, .account-order-tracking p strong { display: block; }
.account-order-action { display: inline-flex; justify-content: center; width: 100%; padding: 11px 16px; border-radius: 9px; background: var(--blue-700); color: white; font-weight: 800; text-decoration: none; }
.account-order-history ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.account-order-history li { display: grid; gap: 2px; padding-left: 15px; border-left: 3px solid #b9c9e8; }
.account-order-history time { color: var(--muted); font-size: 12px; }
.account-order-footer { margin-top: 24px; }
.account-order-footer a { color: var(--blue-700); font-weight: 750; }
.cart-page { min-height: 55vh; padding-block: 54px 80px; }
.cart-page > h1 { margin: 0 0 30px; font-size: clamp(34px, 5vw, 52px); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .8fr); gap: 32px; align-items: start; }
.cart-layout > *, .checkout-layout > *, .product-detail > *, .product-information > *, .footer-grid > * { min-width: 0; }
.cart-lines { display: grid; gap: 14px; }
.cart-line { display: grid; grid-template-columns: 120px minmax(0, 1fr) 105px 120px; gap: 18px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); }
.cart-line > * { min-width: 0; }
.cart-line__image { aspect-ratio: 1; display: grid; place-items: center; padding: 8px; border-radius: 10px; background: var(--surface-soft); }
.cart-line__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.cart-line__main h2 { margin: 0 0 5px; font-size: 17px; line-height: 1.3; }
.cart-line__main h2 a { text-decoration: none; overflow-wrap: anywhere; }
.cart-line__main > p { margin: 3px 0; color: var(--muted); font-size: 13px; }
.cart-line__quantity { display: grid; gap: 5px; }
.cart-line__quantity label { font-size: 12px; font-weight: 700; }
.cart-line__quantity .quantity-control { grid-template-columns: 28px minmax(42px, 1fr) 28px; }
.cart-line__quantity > button[type="submit"], .text-button { padding: 0; border: 0; background: none; color: var(--blue-700); font-size: 12px; text-decoration: underline; cursor: pointer; }
.cart-line__quantity[data-cart-update-ready="true"] > button[type="submit"] { display: none; }
.cart-line__update-status { min-height: 18px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.cart-line__quantity.is-saving .cart-line__update-status { color: var(--blue-700); }
.cart-line__quantity.has-error .cart-line__update-status { color: #b42318; font-weight: 700; }
.cart-layout.is-updating .checkout-button { opacity: .62; pointer-events: none; }
.cart-line__price { text-align: right; }
.cart-line__price strong, .cart-line__price small { display: block; }
.cart-line__price small { color: var(--muted); font-size: 11px; }
.cart-line__price form { margin-top: 14px; }
.cart-summary { position: sticky; top: 240px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.cart-summary h2 { margin: 0 0 16px; }
.cart-summary h3 { margin: 28px 0 12px; }
.cart-summary dl { margin: 0; }
.cart-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 6px 0; }
.cart-summary dd { margin: 0; font-weight: 700; white-space: nowrap; }
.cart-summary__total { margin-top: 8px; padding-top: 14px !important; border-top: 1px solid var(--line); font-size: 17px; }
.shipping-options { display: grid; gap: 10px; }
.shipping-option { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.shipping-option:has(input:checked) { border-color: var(--blue-600); box-shadow: 0 0 0 2px rgb(47 104 197 / 16%); }
.shipping-option.is-unavailable { opacity: .58; cursor: not-allowed; }
.shipping-option span, .shipping-option small, .shipping-option em { display: block; }
.shipping-option small { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.shipping-option em { margin-top: 5px; color: #9a3412; font-size: 11px; }
.checkout-button { width: 100%; display: block; margin-top: 18px; padding: 13px; border: 0; border-radius: 999px; background: var(--blue-700); color: white; text-align: center; text-decoration: none; font-weight: 800; }
.checkout-button:hover { background: var(--blue-900); }
.checkout-page { min-height: 60vh; padding-block: 54px 80px; }
.checkout-page > h1 { margin: 0 0 30px; font-size: clamp(34px, 5vw, 52px); }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .7fr); gap: 34px; align-items: start; }
.checkout-form { display: grid; gap: 22px; }
.checkout-form fieldset { min-width: 0; display: grid; gap: 14px; margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.checkout-organization-fields { margin-top: 2px; }
.checkout-form legend { padding: 0 8px; color: var(--blue-950); font-size: 20px; font-weight: 800; }
.checkout-form label:not(.shipping-option, .terms-checkbox) { display: grid; gap: 6px; color: #344054; font-size: 13px; font-weight: 700; }
.checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form select { width: 100%; padding: 12px 13px; border: 1px solid #cbd5e1; border-radius: 10px; background: white; color: var(--ink); }
.checkout-form input:focus, .checkout-form select:focus { border-color: var(--blue-600); outline: 2px solid rgb(47 104 197 / 14%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.terms-checkbox { display: flex; align-items: flex-start; gap: 10px; }
.field-error { color: #b42318; font-weight: 650; }
.form-alert { margin-bottom: 18px; padding: 14px 18px; border: 1px solid #fda29b; border-radius: 10px; background: #fef3f2; color: #912018; }
.pay-button { width: 100%; margin: 22px 0 10px; padding: 14px; border: 0; border-radius: 999px; background: var(--blue-700); color: white; font-weight: 800; cursor: pointer; }
.pay-button:disabled { background: #cbd5e1; color: #64748b; cursor: not-allowed; }
.checkout-summary > small { display: block; color: var(--muted); font-size: 11px; line-height: 1.4; }
.payment-methods { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.payment-methods span { padding: 6px 9px; border: 1px solid #cbd7e6; border-radius: 7px; background: #f7faff; color: var(--blue-950); font-size: 11px; font-weight: 800; }

.why-webbgross { margin-top: 80px; padding-block: 76px; background: var(--surface-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature-grid article { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.feature-grid span { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-size: 32px; }
.feature-grid h3 { margin: 0 0 7px; }
.feature-grid p { margin: 0; color: var(--muted); }

/* Startsida */
.home-hero { position: relative; overflow: hidden; background: #0b2348; color: white; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 28%, rgb(72 128 218 / 46%), transparent 25%), radial-gradient(circle at 12% 110%, rgb(34 116 102 / 34%), transparent 36%); pointer-events: none; }
.home-hero::after { content: ""; position: absolute; top: -130px; right: -80px; width: 460px; height: 460px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / 3%), 0 0 0 140px rgb(255 255 255 / 2%); pointer-events: none; }
.home-hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .65fr); align-items: center; gap: clamp(42px, 8vw, 105px); min-height: 540px; padding-block: 72px 94px; }
.home-hero .eyebrow { color: #a9c8ff; }
.home-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 70px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.home-hero__lead { max-width: 710px; margin: 22px 0 30px; color: #d6e2f4; font-size: clamp(17px, 2vw, 21px); }
.home-hero .hero-search { position: relative; width: min(690px, 100%); margin: 0; padding: 5px; background: white; box-shadow: 0 14px 35px rgb(0 0 0 / 24%); }
.home-hero .hero-search__icon { display: grid; flex: 0 0 46px; place-items: center; color: var(--blue-700); }
.home-hero .hero-search input { padding-left: 0; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.home-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 10px; font-weight: 780; text-decoration: none; transition: transform 150ms ease, background 150ms ease, border-color 150ms ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button:focus-visible, .home-text-link:focus-visible, .home-category-card:focus-visible, .campaign-card a:focus-visible { outline: 3px solid #75a9ff; outline-offset: 3px; }
.home-button--primary { background: #fff; color: var(--blue-950); }
.home-button--primary:hover { background: #eaf2ff; }
.home-button--quiet { border-color: rgb(255 255 255 / 36%); color: #fff; }
.home-button--quiet:hover { border-color: rgb(255 255 255 / 65%); background: rgb(255 255 255 / 9%); }
.home-hero__panel { padding: 30px; border: 1px solid rgb(255 255 255 / 19%); border-radius: 22px; background: rgb(255 255 255 / 9%); box-shadow: 0 24px 60px rgb(0 0 0 / 20%); backdrop-filter: blur(12px); }
.home-hero__mark { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 18px; background: #fff; color: var(--blue-700); }
.home-hero__panel > p { margin: 0; color: #bdd2f1; font-size: 13px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.home-hero__panel > strong { display: block; margin-top: 3px; font-size: clamp(40px, 5vw, 58px); line-height: 1; letter-spacing: -.04em; }
.home-hero__panel > span { color: #e4ecf8; }
.home-hero__panel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 27px 0 20px; }
.home-hero__panel dl div { padding: 13px; border-radius: 12px; background: rgb(4 19 43 / 38%); }
.home-hero__panel dt { color: #bdd2f1; font-size: 12px; }
.home-hero__panel dd { margin: 2px 0 0; font-size: 18px; font-weight: 800; }
.home-hero__panel small { display: block; color: #aec3df; font-size: 11px; line-height: 1.45; }
.home-shell { padding-bottom: 88px; }
.home-trust { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: -33px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 16px 40px rgb(15 40 83 / 13%); }
.home-trust article { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 20px 18px; border-right: 1px solid var(--line); }
.home-trust article:last-child { border-right: 0; }
.home-trust article > div { min-width: 0; }
.home-trust strong, .home-trust small { display: block; }
.home-trust strong { color: var(--blue-950); font-size: 14px; }
.home-trust small { margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.home-icon { width: 43px; height: 43px; display: grid; flex: 0 0 43px; place-items: center; border-radius: 11px; background: var(--blue-100); color: var(--blue-700); }
.home-icon--green { background: #e3f4ea; color: var(--success); }
.home-section { padding-top: 82px; }
.home-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.home-section__heading > div { max-width: 730px; }
.home-section__heading h2 { margin: 0; color: var(--blue-950); font-size: clamp(29px, 4vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.home-section__heading p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); }
.home-section__heading--center { justify-content: center; text-align: center; }
.home-text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; color: var(--blue-700); font-size: 14px; font-weight: 780; text-decoration: none; }
.home-text-link:hover { text-decoration: underline; }
.home-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-category-card { min-width: 0; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 94px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--ink); text-decoration: none; box-shadow: 0 5px 18px rgb(15 40 83 / 6%); transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease; }
.home-category-card:hover { transform: translateY(-3px); border-color: #a9c8f2; box-shadow: 0 12px 26px rgb(15 40 83 / 12%); }
.home-category-card__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; background: var(--blue-100); color: var(--blue-700); }
.home-category-card__copy { min-width: 0; }
.home-category-card__copy strong, .home-category-card__copy small { display: block; }
.home-category-card__copy strong { color: var(--blue-950); font-size: 14px; line-height: 1.3; }
.home-category-card__copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.home-category-card__arrow { color: #9aa7b6; transition: transform 150ms ease; }
.home-category-card:hover .home-category-card__arrow { transform: translateX(3px); color: var(--blue-700); }
.home-category-showcases { margin-top: 82px; }
.home-showcase-stack { display: grid; gap: 34px; }
.home-category-showcase { display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 2fr); gap: 20px; align-items: stretch; }
.home-category-showcase--reverse { grid-template-columns: minmax(0, 2fr) minmax(250px, .68fr); }
.home-category-showcase--reverse .home-category-showcase__lead { grid-column: 2; }
.home-category-showcase--reverse .home-showcase-products { grid-column: 1; grid-row: 1; }
.home-category-showcase__lead { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border-radius: 18px; background: linear-gradient(145deg, #0f2853, #2457a6); color: white; }
.home-category-showcase:nth-child(2n) .home-category-showcase__lead { background: linear-gradient(145deg, #164e3a, #23855f); }
.home-category-showcase__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; background: rgb(255 255 255 / 13%); }
.home-category-showcase__lead .eyebrow { color: #cfe0ff; }
.home-category-showcase:nth-child(2n) .home-category-showcase__lead .eyebrow { color: #cdf1df; }
.home-category-showcase__lead h3 { margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; letter-spacing: -.03em; overflow-wrap: anywhere; }
.home-category-showcase__lead > p:not(.eyebrow) { margin: 15px 0 26px; color: #d9e5f6; font-size: 14px; }
.home-category-showcase:nth-child(2n) .home-category-showcase__lead > p:not(.eyebrow) { color: #d9f1e6; }
.home-category-showcase__lead .home-button { margin-top: auto; }
.home-showcase-products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.home-section--campaigns { margin-top: 82px; padding: 68px 54px 56px; border-radius: 24px; background: #f1f5fa; }
.home-section--campaigns .home-section__heading { margin-bottom: 26px; }
.campaign-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; }
.campaign-card { position: relative; overflow: hidden; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid #dfe5ed; border-radius: 18px; background: white; }
.campaign-card::after { content: ""; position: absolute; right: -54px; bottom: -62px; width: 170px; height: 170px; border-radius: 50%; background: currentColor; opacity: .045; }
.campaign-card--primary { border-color: #204e91; background: linear-gradient(145deg, #0f2853, #2457a6); color: white; }
.campaign-card--eco { color: #145d3b; }
.campaign-card--account { color: #274b86; }
.campaign-card__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; background: rgb(36 87 166 / 10%); color: inherit; }
.campaign-card--primary .campaign-card__icon { background: rgb(255 255 255 / 13%); }
.campaign-card__label { margin: 0 0 7px !important; color: inherit !important; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.campaign-card h3 { max-width: 410px; margin: 0; color: inherit; font-size: clamp(23px, 2.8vw, 34px); line-height: 1.1; letter-spacing: -.03em; }
.campaign-card > p:not(.campaign-card__label) { margin: 14px 0 24px; color: #566271; font-size: 14px; }
.campaign-card--primary > p:not(.campaign-card__label) { color: #d4e2f7; }
.campaign-card a { z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: inherit; font-size: 13px; font-weight: 800; text-decoration: none; }
.campaign-card a:hover { text-decoration: underline; }
.home-buying-guide { margin-top: 82px; padding: 68px 54px; border: 1px solid var(--line); border-radius: 24px; }
.home-buying-guide ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 38px 0 0; padding: 0; list-style: none; counter-reset: none; }
.home-buying-guide li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 0 28px; border-right: 1px solid var(--line); }
.home-buying-guide li:first-child { padding-left: 0; }
.home-buying-guide li:last-child { padding-right: 0; border-right: 0; }
.home-buying-guide li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-950); color: white; font-weight: 850; }
.home-buying-guide h3 { margin: 1px 0 6px; color: var(--blue-950); font-size: 17px; }
.home-buying-guide li p { margin: 0; color: var(--muted); font-size: 13px; }
.home-service-banner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; margin-top: 82px; padding: 32px 36px; border-radius: 18px; background: var(--blue-950); color: white; }
.home-service-banner__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; background: rgb(255 255 255 / 11%); color: #bcd4fa; }
.home-service-banner .eyebrow { margin-bottom: 3px; color: #a9c8ff; }
.home-service-banner h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); }
.home-service-banner p:not(.eyebrow) { margin: 4px 0 0; color: #cbd9ed; font-size: 13px; }
.home-service-banner__actions { display: flex; gap: 10px; }
.home-service-banner .home-button { white-space: nowrap; }

.simple-page { min-height: 50vh; padding-block: 90px; }
.simple-page h1 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 52px); }
.simple-page p { max-width: 680px; color: var(--muted); }
.button-link { display: inline-flex; margin-top: 16px; padding: 12px 20px; border-radius: 999px; background: var(--blue-700); color: white; text-decoration: none; font-weight: 750; }

.site-footer { margin-top: 0; background: #202936; color: #d8dee8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .85fr .85fr 1.2fr; gap: 44px; padding-block: 58px; }
.site-footer h2 { margin: 0 0 15px; color: white; font-size: 17px; }
.site-footer p, .site-footer address { margin: 0; color: #b8c1ce; font-style: normal; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer a { color: #d8dee8; text-decoration: none; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 22px; border-top: 1px solid rgb(255 255 255 / 13%); font-size: 13px; }
.footer-bottom button { padding: 0; border: 0; background: none; color: #d8dee8; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom button:hover, .footer-bottom button:focus-visible { color: white; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 100; width: min(920px, calc(100% - 36px)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-inline: auto; padding: 22px; border: 1px solid #cad5e5; border-radius: 16px; background: white; box-shadow: 0 22px 60px rgb(15 40 83 / 24%); }
.cookie-banner h2, .cookie-dialog h2 { margin: 0; color: var(--blue-950); font-size: 22px; }
.cookie-banner p { margin: 5px 0 3px; color: #475467; font-size: 14px; }
.cookie-banner a { color: var(--blue-700); font-size: 13px; font-weight: 750; }
.cookie-banner__actions, .cookie-dialog__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.cookie-button { min-height: 42px; padding: 9px 14px; border: 1px solid var(--blue-700); border-radius: 9px; cursor: pointer; font-weight: 750; }
.cookie-button--primary { background: var(--blue-700); color: white; }
.cookie-button--primary:hover, .cookie-button--primary:focus-visible { background: var(--blue-900); }
.cookie-button--quiet { background: white; color: var(--blue-700); }
.cookie-button--quiet:hover, .cookie-button--quiet:focus-visible { background: var(--blue-100); }
.cookie-dialog { width: min(620px, calc(100% - 24px)); max-height: min(760px, calc(100vh - 24px)); padding: 0; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 24px 70px rgb(15 40 83 / 30%); }
.cookie-dialog::backdrop { background: rgb(15 40 83 / 58%); }
.cookie-dialog form { display: grid; gap: 20px; padding: 28px; }
.cookie-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-dialog header .eyebrow { margin-bottom: 2px; }
.cookie-dialog form > p { margin: 0; color: #475467; }
.cookie-dialog__close { width: 38px; height: 38px; padding: 0; border: 0; border-radius: 9px; background: var(--surface-soft); color: var(--ink); cursor: pointer; font-size: 26px; line-height: 1; }
.cookie-dialog__close:hover, .cookie-dialog__close:focus-visible { background: var(--blue-100); color: var(--blue-900); }
.cookie-options { display: grid; gap: 10px; }
.cookie-option { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
.cookie-option span { min-width: 0; }
.cookie-option strong, .cookie-option small { display: block; }
.cookie-option small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.cookie-option input { width: 22px; height: 22px; accent-color: var(--blue-700); }

@media (max-width: 900px) {
    body.mobile-category-menu-open { overflow: hidden; }
    .header-main { grid-template-columns: auto 1fr auto; }
    .menu-toggle { display: block; }
    .brand { width: 175px; }
    .header-tools { grid-template-columns: 1fr; gap: 12px; }
    .vat-selector { justify-content: flex-start; }
    .category-navigation { display: none; }
    .mobile-category-backdrop { position: fixed; inset: 0; z-index: 90; display: block; width: 100%; padding: 0; border: 0; background: rgb(15 40 83 / 52%); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 180ms ease, visibility 180ms ease; }
    .mobile-category-backdrop.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
    .mobile-category-drawer { position: fixed; inset: 0 auto 0 0; z-index: 100; display: flex; width: min(340px, 90vw); flex-direction: column; background: white; box-shadow: 12px 0 34px rgb(15 40 83 / 24%); color: var(--ink); visibility: hidden; transform: translateX(-100%); transition: transform 220ms ease, visibility 220ms ease; }
    .mobile-category-drawer.is-open { visibility: visible; transform: translateX(0); }
    .mobile-category-drawer__header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 14px 20px; border-bottom: 1px solid var(--line); background: white; }
    .mobile-category-drawer__header strong { color: var(--blue-950); font-size: 20px; }
    .mobile-category-drawer__header button { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 10px; background: var(--surface-soft); color: var(--blue-950); cursor: pointer; font-size: 29px; line-height: 1; }
    .mobile-category-drawer__header button:hover, .mobile-category-drawer__header button:focus-visible { background: var(--blue-100); }
    .mobile-category-drawer__content { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding-bottom: 28px; }
    .mobile-category-drawer__all { display: block; padding: 15px 20px; border-bottom: 1px solid var(--line); background: var(--blue-950); color: white; font-weight: 750; text-decoration: none; }
    .mobile-category-tree__branch { border-bottom: 1px solid var(--line); }
    .mobile-category-tree__panel .mobile-category-tree__branch { border-bottom: 0; border-top: 1px solid #edf0f4; }
    .mobile-category-tree__row { display: grid; grid-template-columns: minmax(0, 1fr) 48px; align-items: stretch; }
    .mobile-category-tree__row > a { min-width: 0; display: flex; align-items: center; padding: 14px 12px 14px 20px; color: #243247; font-weight: 700; line-height: 1.3; text-decoration: none; overflow-wrap: anywhere; }
    .mobile-category-tree__branch[data-category-depth="1"] > .mobile-category-tree__row > a { padding-left: 32px; font-size: 14px; font-weight: 650; }
    .mobile-category-tree__branch[data-category-depth="2"] > .mobile-category-tree__row > a { padding-left: 44px; font-size: 13px; font-weight: 600; }
    .mobile-category-tree__branch[data-category-depth="3"] > .mobile-category-tree__row > a { padding: 10px 12px 10px 56px; color: #4b5563; font-size: 13px; font-weight: 500; }
    .mobile-category-tree__row > a:hover, .mobile-category-tree__row > a:focus-visible, .mobile-category-tree__row > a[aria-current="page"] { background: var(--blue-100); color: var(--blue-900); }
    .mobile-category-tree__row > button { display: grid; place-items: center; padding: 0; border: 0; border-left: 1px solid var(--line); background: white; color: var(--blue-900); cursor: pointer; font-size: 22px; }
    .mobile-category-tree__row > button:hover, .mobile-category-tree__row > button:focus-visible { background: var(--blue-100); }
    .mobile-category-tree__row > button span { transition: transform 180ms ease; }
    .mobile-category-tree__branch.is-open > .mobile-category-tree__row > button span { transform: rotate(180deg); }
    .mobile-category-tree__panel { display: grid; grid-template-rows: 0fr; background: #fafbfc; transition: grid-template-rows 200ms ease; }
    .mobile-category-tree__panel > div { min-height: 0; overflow: hidden; }
    .mobile-category-tree__branch.is-open > .mobile-category-tree__panel { grid-template-rows: 1fr; }
    .trust-grid, .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
    .subcategory-list, .category-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .home-hero__layout { grid-template-columns: 1fr; gap: 42px; padding-block: 60px 88px; }
    .home-hero__panel { max-width: 620px; }
    .home-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-trust article:nth-child(2) { border-right: 0; }
    .home-trust article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-category-showcase, .home-category-showcase--reverse { grid-template-columns: minmax(0, 1fr); }
    .home-category-showcase--reverse .home-category-showcase__lead, .home-category-showcase--reverse .home-showcase-products { grid-column: 1; grid-row: auto; }
    .home-showcase-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-section--campaigns, .home-buying-guide { padding-inline: 32px; }
    .campaign-grid { grid-template-columns: 1fr 1fr; }
    .campaign-card--primary { grid-column: 1 / -1; min-height: 280px; }
    .home-buying-guide ol { grid-template-columns: 1fr; gap: 25px; }
    .home-buying-guide li, .home-buying-guide li:first-child, .home-buying-guide li:last-child { padding: 0 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }
    .home-buying-guide li:last-child { padding-bottom: 0; border-bottom: 0; }
    .home-service-banner { grid-template-columns: auto 1fr; }
    .home-service-banner__actions { grid-column: 2; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 22px, 1180px); }
    .header-main { min-height: 78px; gap: 8px; }
    .brand { width: 145px; }
    .account-navigation { gap: 12px; }
    .account-navigation strong { display: none; }
    .header-tools { padding-bottom: 12px; }
    .vat-selector { align-items: center; flex-direction: row; gap: 7px; font-size: 11px; }
    .segmented-control { width: auto; max-width: 100%; padding: 2px; }
    .segmented-control button { flex: 0 1 auto; padding: 5px 8px; font-size: 11px; line-height: 1.1; }
    .segmented-control small { font-size: 8px; }
    .hero__content { padding-block: 54px 78px; }
    .trust-grid { gap: 8px; }
    .trust-grid article { flex-direction: column; gap: 4px; text-align: center; font-size: 13px; }
    .category-grid, .feature-grid, .footer-grid { grid-template-columns: 1fr; }
    .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .category-card { min-height: 155px; }
    .category-card span { font-size: 38px; }
    .category-card strong { font-size: 14px; }
    .product-grid { grid-template-columns: 1fr; }
    .subcategory-list, .category-directory__grid { grid-template-columns: 1fr; }
    .product-detail { grid-template-columns: 1fr; gap: 28px; }
    .product-gallery__thumbnails { grid-auto-columns: 64px; }
    .add-to-cart { grid-template-columns: minmax(140px, 170px) minmax(150px, 1fr); }
    .product-information { grid-template-columns: 1fr; gap: 28px; }
    .cart-layout { grid-template-columns: 1fr; }
    .checkout-layout { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .cart-summary { position: static; }
    .cart-line { grid-template-columns: 80px 1fr; }
    .cart-line__quantity, .cart-line__price { grid-column: 2; text-align: left; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .catalog-toolbar { align-items: stretch; flex-direction: column; }
    .sort-form { justify-content: space-between; margin-left: 0; }
    .catalog-toolbar--category { grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; }
    .catalog-toolbar--category .filter-toggle { grid-column: 1; grid-row: 1; padding: 7px 12px; font-size: 12px; line-height: 1.2; }
    .catalog-toolbar--category .sort-form { grid-column: 2; grid-row: 1; min-width: 0; justify-self: stretch; }
    .catalog-toolbar--category .catalog-filters { grid-column: 1 / -1; grid-row: 2; }
    .catalog-toolbar--category .product-view-switcher { grid-column: 1 / -1; grid-row: 3; }
    .product-view-switcher { display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); align-items: center; gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }
    .product-view-switcher > span:first-child { padding-inline: 7px 4px; color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
    .product-view-switcher button { min-width: 0; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 7px 5px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #475467; cursor: pointer; font-size: 11px; font-weight: 750; }
    .product-view-switcher button:hover, .product-view-switcher button:focus-visible { border-color: #b9d4ff; background: var(--blue-100); color: var(--blue-900); }
    .product-view-switcher button[aria-pressed="true"] { border-color: var(--blue-700); background: white; color: var(--blue-900); box-shadow: 0 2px 7px rgb(15 40 83 / 10%); }
    .product-grid[data-product-view="compact"] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
    .product-grid[data-product-view="compact"] .product-card__image { padding: 9px; }
    .product-grid[data-product-view="compact"] .product-card__eco-badge { top: 7px; right: 7px; width: 30px; height: 30px; }
    .product-grid[data-product-view="compact"] .product-card__eco-badge img { width: 20px; height: 20px; }
    .product-grid[data-product-view="compact"] .product-card__body { padding: 10px; }
    .product-grid[data-product-view="compact"] .product-card__body > small { display: none; }
    .product-grid[data-product-view="compact"] .product-card h3 { min-height: 32px; display: -webkit-box; overflow: hidden; margin: 0 0 8px; font-size: 12px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .product-grid[data-product-view="compact"] .product-price { font-size: 15px; }
    .product-grid[data-product-view="compact"] .product-price small { font-size: 9px; }
    .product-grid[data-product-view="compact"] .stock-status { font-size: 10px; }
    .product-grid[data-product-view="compact"] .product-card__purchase { display: block; margin-top: 8px; }
    .product-grid[data-product-view="compact"] .product-card__purchase label,
    .product-grid[data-product-view="compact"] .product-card__purchase .quantity-control { display: none; }
    .product-grid[data-product-view="compact"] .product-card__purchase > button[type="submit"] { width: 100%; height: 34px; padding: 6px 8px; font-size: 10px; }
    .product-grid[data-product-view="compact"] .product-card__purchase > small { display: block; margin-top: 4px; font-size: 9px; }
    .product-grid[data-product-view="list"] { grid-template-columns: 1fr; gap: 8px; }
    .product-grid[data-product-view="list"] .product-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
    .product-grid[data-product-view="list"] .product-card__image { aspect-ratio: 1; padding: 8px; border-right: 1px solid var(--line); }
    .product-grid[data-product-view="list"] .product-card__eco-badge { top: 6px; right: 6px; width: 28px; height: 28px; }
    .product-grid[data-product-view="list"] .product-card__eco-badge img { width: 18px; height: 18px; }
    .product-grid[data-product-view="list"] .product-card__body { min-width: 0; padding: 10px 11px; }
    .product-grid[data-product-view="list"] .product-card__body > small { font-size: 9px; }
    .product-grid[data-product-view="list"] .product-card h3 { display: -webkit-box; overflow: hidden; margin: 2px 0 5px; font-size: 12px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .product-grid[data-product-view="list"] .product-price { margin-top: 0; font-size: 15px; }
    .product-grid[data-product-view="list"] .product-price small { display: inline; margin-left: 2px; font-size: 9px; }
    .product-grid[data-product-view="list"] .stock-status { font-size: 10px; }
    .product-grid[data-product-view="list"] .product-card__purchase { display: block; margin-top: 6px; }
    .product-grid[data-product-view="list"] .product-card__purchase label,
    .product-grid[data-product-view="list"] .product-card__purchase .quantity-control { display: none; }
    .product-grid[data-product-view="list"] .product-card__purchase > button[type="submit"] { width: 100%; height: 32px; padding: 5px 8px; font-size: 10px; }
    .product-grid[data-product-view="list"] .product-card__purchase > small { display: block; margin-top: 3px; font-size: 9px; }
    .catalog-filters { grid-template-columns: 1fr; }
    .account-summary, .account-layout { grid-template-columns: 1fr; }
    .account-page, .account-layout, .account-panel, .account-orders { width: 100%; max-width: 100%; }
    .account-orders .table-scroll, .account-order-lines .table-scroll { overflow: visible; }
    .account-orders table, .account-orders thead, .account-orders tbody, .account-orders tr, .account-orders th, .account-orders td,
    .account-order-lines table, .account-order-lines thead, .account-order-lines tbody, .account-order-lines tr, .account-order-lines th, .account-order-lines td { display: block; width: 100%; max-width: 100%; }
    .account-orders thead, .account-order-lines thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
    .account-orders tbody, .account-order-lines tbody { display: grid; gap: 10px; }
    .account-orders tr, .account-order-lines tr { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px 14px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-soft); }
    .account-orders td, .account-order-lines td, .account-order-lines .number { min-width: 0; display: grid; gap: 2px; padding: 0; border: 0; text-align: left; white-space: normal; overflow-wrap: anywhere; }
    .account-orders td::before, .account-order-lines td::before { content: attr(data-label); color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
    .account-orders td:first-child, .account-orders td:last-child, .account-order-lines td:first-child { grid-column: 1 / -1; }
    .account-orders td:last-child { justify-items: start; }
    .account-order-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-order-layout { grid-template-columns: 1fr; }
    .account-order-header { align-items: flex-start; flex-direction: column; gap: 12px; }
    .account-page__header { align-items: flex-start; flex-direction: column; gap: 12px; }
    .auth-card { padding: 24px 20px; }
    .auth-card__links { align-items: flex-start; flex-direction: column; }
    .home-hero__layout { min-height: 0; padding-block: 48px 76px; }
    .home-hero h1 { font-size: clamp(38px, 12vw, 53px); }
    .home-hero__lead { font-size: 17px; }
    .home-hero .hero-search { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; }
    .home-hero .hero-search__icon { flex: none; }
    .home-hero .hero-search input { padding: 12px 4px; font-size: 14px; }
    .home-hero .hero-search button { padding-inline: 17px; }
    .home-hero__panel { padding: 24px; }
    .home-trust { margin-top: -24px; }
    .home-trust article { gap: 9px; padding: 15px 11px; }
    .home-icon { width: 38px; height: 38px; flex-basis: 38px; }
    .home-trust strong { font-size: 12px; }
    .home-trust small { font-size: 10px; }
    .home-section { padding-top: 62px; }
    .home-section__heading { align-items: flex-start; flex-direction: column; gap: 13px; }
    .home-category-grid { gap: 9px; }
    .home-category-card { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; min-height: 84px; padding: 12px; }
    .home-category-card__icon { width: 42px; height: 42px; }
    .home-category-card__arrow { display: none; }
    .home-category-showcases { margin-top: 62px; }
    .home-showcase-stack { gap: 40px; }
    .home-category-showcase__lead { padding: 24px 22px; }
    .home-category-showcase__lead .home-button { width: 100%; }
    .home-showcase-products,
    .product-recommendations .product-grid { display: flex; gap: 9px; overflow-x: auto; margin-inline: -11px; padding: 2px 11px 12px; scroll-padding-inline: 11px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
    .home-showcase-products .product-card,
    .product-recommendations .product-grid .product-card { flex: 0 0 min(44vw, 180px); border-radius: 12px; scroll-snap-align: start; }
    .home-showcase-products .product-card__image,
    .product-recommendations .product-card__image { padding: 8px; }
    .home-showcase-products .product-card__eco-badge,
    .product-recommendations .product-card__eco-badge { top: 6px; right: 6px; width: 28px; height: 28px; }
    .home-showcase-products .product-card__eco-badge img,
    .product-recommendations .product-card__eco-badge img { width: 18px; height: 18px; }
    .home-showcase-products .product-card__body,
    .product-recommendations .product-card__body { min-width: 0; padding: 10px; }
    .home-showcase-products .product-card__body > small,
    .product-recommendations .product-card__body > small { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
    .home-showcase-products .product-card h3,
    .product-recommendations .product-card h3 { min-height: 32px; display: -webkit-box; overflow: hidden; margin: 2px 0 7px; font-size: 12px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .home-showcase-products .product-price,
    .product-recommendations .product-price { margin-top: auto; font-size: 15px; }
    .home-showcase-products .product-price small,
    .product-recommendations .product-price small { font-size: 9px; }
    .home-showcase-products .stock-status,
    .product-recommendations .stock-status { font-size: 10px; }
    .home-showcase-products .product-card__purchase,
    .product-recommendations .product-card__purchase { display: block; margin-top: 7px; }
    .home-showcase-products .product-card__purchase label,
    .home-showcase-products .product-card__purchase .quantity-control,
    .product-recommendations .product-card__purchase label,
    .product-recommendations .product-card__purchase .quantity-control { display: none; }
    .home-showcase-products .product-card__purchase > button[type="submit"],
    .product-recommendations .product-card__purchase > button[type="submit"] { width: 100%; height: 34px; padding: 6px 7px; font-size: 10px; }
    .home-showcase-products .product-card__purchase > small,
    .product-recommendations .product-card__purchase > small { display: block; margin-top: 3px; font-size: 9px; }
    .home-section--campaigns, .home-buying-guide { margin-top: 62px; padding: 46px 18px 20px; border-radius: 18px; }
    .campaign-grid { grid-template-columns: 1fr; }
    .campaign-card--primary { grid-column: auto; }
    .campaign-card { min-height: 290px; padding: 24px; }
    .home-buying-guide { padding-bottom: 40px; }
    .home-buying-guide li { grid-template-columns: 42px 1fr; }
    .home-service-banner { grid-template-columns: 1fr; margin-top: 62px; padding: 28px 22px; }
    .home-service-banner__actions { grid-column: 1; flex-direction: column; }
    .home-service-banner .home-button { width: 100%; }
    .storefront-notifications { top: 10px; right: 11px; width: calc(100% - 22px); }
    .storefront-notification { grid-template-columns: 34px minmax(0, 1fr) 30px; gap: 10px; padding: 14px; }
    .storefront-notification__icon { width: 34px; height: 34px; font-size: 18px; }
    .cookie-banner { right: 11px; bottom: 11px; left: 11px; width: calc(100% - 22px); grid-template-columns: 1fr; gap: 16px; padding: 18px; }
    .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .cookie-banner__actions .cookie-button--primary { grid-column: 1 / -1; grid-row: 1; }
    .cookie-dialog form { padding: 22px 18px; }
    .cookie-dialog__actions { display: grid; grid-template-columns: 1fr; }
    .cookie-button { width: 100%; }
}

@media (max-width: 420px) {
    .shell { width: calc(100% - 16px); }
    .header-main { grid-template-columns: auto minmax(0, 1fr) auto; }
    .menu-toggle { padding: 4px; }
    .brand { width: min(125px, 100%); }
    .account-navigation { gap: 8px; }
    .site-search button, .home-hero .hero-search button { padding-inline: 14px; }
    .account-summary article, .account-panel { padding: 18px; }
    .account-order-summary { grid-template-columns: 1fr; }
    .account-order-lines th, .account-order-lines td { padding-inline: 8px; }
    .add-to-cart { grid-template-columns: minmax(0, 1fr); }
    .add-to-cart label, .add-to-cart .quantity-control, .buy-button { grid-column: 1; }
    .buy-button { grid-row: auto; }
    .cart-line { grid-template-columns: 68px minmax(0, 1fr); gap: 12px; padding: 14px; }
    .checkout-form fieldset { padding: 18px 14px; }
    .product-view-switcher > span:first-child { display: none; }
    .product-view-switcher { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-showcase-products,
    .product-recommendations .product-grid { margin-inline: -8px; padding-inline: 8px; scroll-padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .header-tools-surface, .category-navigation { transition: none; }
    .storefront-notification, .storefront-notification.is-leaving { animation: none; }
}
