:root {
    --blue: #168fca;
    --blue-dark: #0b70b8;
    --blue-soft: #eaf7fd;
    --orange: #ff6a35;
    --orange-dark: #ef4f25;
    --orange-soft: #fff0ea;
    --ink: #152338;
    --muted: #66758a;
    --line: #e6ebf1;
    --surface: #f7f9fc;
    --white: #fff;
    --danger: #d93838;
    --success: #168354;
    --shadow: 0 18px 50px rgba(23, 50, 77, .10);
    --radius: 20px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    min-width: 320px;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}
button, input, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.is-hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(230, 235, 241, .9);
    backdrop-filter: blur(16px);
}
.header-inner, .footer-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.2rem; font-weight: 600; text-decoration: none; letter-spacing: -.025em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand strong { color: var(--blue-dark); font-weight: 800; }
.nav-group { display: flex; align-items: center; gap: 16px; }
.nav-link, .logout-button { color: var(--muted); font-weight: 700; text-decoration: none; }
.nav-link:hover, .logout-button:hover { color: var(--blue-dark); }
.logout-button { padding: 0; background: none; border: 0; cursor: pointer; }
.welcome { color: var(--muted); font-size: .92rem; }
.welcome strong { color: var(--ink); }
.cart-link { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; color: var(--blue-dark); background: var(--blue-soft); border-radius: 12px; font-weight: 800; text-decoration: none; }
.cart-count { min-width: 21px; height: 21px; display: grid; place-items: center; padding-inline: 5px; color: var(--white); background: var(--orange); border-radius: 999px; font-size: .72rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 22px; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border: 0; border-radius: 13px; box-shadow: 0 10px 24px rgba(11, 112, 184, .18); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(11, 112, 184, .25); }
.button-small { min-height: 40px; padding: 8px 16px; font-size: .9rem; }
.button-orange { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 10px 24px rgba(255, 106, 53, .20); }
.button-outline { color: var(--blue-dark); background: transparent; border: 1px solid rgba(22, 143, 202, .35); box-shadow: none; }
.button-danger { color: var(--danger); background: #fff1f1; border: 0; box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 82px 0 78px; background: rgb(230, 252, 255) }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue-dark); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: var(--orange); border-radius: 99px; }
.hero h1 { max-width: 650px; margin: 18px 0 22px; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-text { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--orange-dark); }
.store-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: var(--muted); list-style: none; font-size: .88rem; font-weight: 700; }
.store-points i { margin-right: 5px; color: var(--blue); }
.hero-art { position: relative; min-height: 460px; display: grid; place-items: center; }
.controller-card { position: relative; width: min(390px, 88%); aspect-ratio: 1; display: grid; place-items: center; background: rgba(255, 255, 255, .85); border: 1px solid rgba(22, 143, 202, .14); border-radius: 46% 54% 50% 50% / 50% 42% 58% 50%; box-shadow: var(--shadow); transform: rotate(3deg); }
.controller-card::before { content: ""; position: absolute; inset: 24px; border: 1px dashed rgba(22, 143, 202, .25); border-radius: inherit; }
.controller-card img { width: 67%; filter: drop-shadow(0 22px 20px rgba(21, 35, 56, .14)); }
.platform-pill { position: absolute; padding: 8px 13px; color: var(--blue-dark); background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 10px 24px rgba(21, 35, 56, .10); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.pill-one { top: 8%; left: -5%; }
.pill-two { top: 22%; right: -8%; color: var(--orange-dark); }
.pill-three { bottom: 18%; left: -10%; color: var(--orange-dark); }
.pill-four { bottom: 8%; right: 5%; }
.orbit { position: absolute; border: 1px solid rgba(22, 143, 202, .16); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 540px; height: 540px; border-style: dashed; }

.catalog-section { padding: 80px 0 100px; background: rgb(231, 231, 231) }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin-top: 8px; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.045em; }
.results-count { color: var(--muted); font-weight: 700; }
.catalog-tools { display: grid; grid-template-columns: 1fr 240px; gap: 14px; margin: 30px 0; }
.search-field, .filter-field { position: relative; display: flex; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.search-field:focus-within, .filter-field:focus-within, .form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22, 143, 202, .1); }
.search-field i { margin-left: 16px; color: var(--blue); }
.search-field input, .filter-field select { width: 100%; min-height: 52px; padding: 12px 16px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(23, 50, 77, .04); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(22, 143, 202, .35); box-shadow: var(--shadow); }
.product-media { position: relative; height: 250px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--blue-soft), #f4fbff 60%, var(--orange-soft)); }
.product-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.image-fallback { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; color: var(--blue-dark); text-align: center; }
.image-fallback i { display: block; margin-bottom: 10px; font-size: 3rem; }
.image-fallback strong, .image-fallback small { display: block; }
.image-fallback small { margin-top: 8px; color: var(--muted); }
.platform-tag { position: absolute; left: 15px; bottom: 15px; z-index: 2; padding: 6px 10px; color: var(--blue-dark); background: rgba(255, 255, 255, .92); border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.favorite-button { position: absolute; top: 14px; right: 14px; z-index: 3; width: 42px; height: 42px; display: grid; place-items: center; color: var(--muted); background: rgba(255, 255, 255, .94); border: 0; border-radius: 50%; box-shadow: 0 7px 18px rgba(21, 35, 56, .12); cursor: pointer; }
.favorite-button.is-favorite { color: var(--orange); }
.product-body { padding: 21px; }
.product-body h3 { min-height: 54px; font-size: 1.17rem; line-height: 1.35; }
.product-meta { margin: 7px 0 17px; color: var(--muted); font-size: .84rem; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { color: var(--ink); font-size: 1.3rem; font-weight: 900; }
.add-button { min-height: 42px; padding: 9px 14px; font-size: .83rem; }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; color: var(--muted); background: var(--white); border: 1px dashed #cad4df; border-radius: var(--radius); text-align: center; }
.empty-state i { display: block; margin-bottom: 10px; color: var(--blue); font-size: 2.2rem; }

.site-footer { color: var(--muted); background: var(--white); border-top: 1px solid var(--line); }
.footer-brand { font-size: 1rem; }
.footer-brand img { width: 38px; height: 38px; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 50; max-width: min(360px, calc(100% - 40px)); padding: 13px 17px; color: var(--white); background: var(--ink); border-left: 4px solid var(--orange); border-radius: 11px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-art { min-height: 400px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
    .container { width: min(100% - 28px, 1160px); }
    .header-inner { min-height: 72px; }
    .brand span { display: none; }
    .brand img { width: 44px; height: 44px; }
    .nav-group { gap: 10px; }
    .welcome { display: none; }
    .cart-link span:not(.cart-count) { display: none; }
    .hero { padding-top: 58px; }
    .hero h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
    .hero-actions, .store-points { align-items: flex-start; flex-direction: column; }
    .hero-art { min-height: 330px; }
    .orbit-one { width: 330px; height: 330px; }
    .orbit-two { width: 390px; height: 390px; }
    .platform-pill { font-size: .58rem; }
    .catalog-tools { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: 1fr; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .footer-inner { padding: 24px 0; flex-direction: column; text-align: center; }
    .footer-brand span { display: inline; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Account pages */
.auth-page { min-height: 100vh; background: var(--surface); }
.auth-main { min-height: calc(100vh - 83px); display: grid; align-items: center; padding: 58px 0; background: radial-gradient(circle at 15% 20%, rgba(22, 143, 202, .10), transparent 28%), radial-gradient(circle at 80% 80%, rgba(255, 106, 53, .09), transparent 28%); }
.auth-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.auth-intro h1 { margin: 17px 0; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.06em; }
.auth-intro > p:last-of-type { max-width: 520px; color: var(--muted); font-size: 1.03rem; }
.auth-logo-art { width: 280px; height: 180px; display: grid; place-items: center; margin-top: 36px; background: linear-gradient(145deg, var(--blue-soft), var(--orange-soft)); border-radius: 50% 50% 42% 58% / 55% 45% 55% 45%; }
.auth-logo-art img { width: 135px; }
.auth-benefits { display: grid; gap: 18px; margin-top: 34px; list-style: none; }
.auth-benefits li { display: flex; align-items: center; gap: 14px; }
.auth-benefits i { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue-dark); background: var(--blue-soft); border-radius: 13px; }
.auth-benefits span, .auth-benefits strong { display: block; }
.auth-benefits span { color: var(--muted); font-size: .87rem; }
.auth-benefits strong { color: var(--ink); font-size: .98rem; }
.auth-card { padding: clamp(28px, 5vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.form-kicker { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.auth-card h2, .order-summary h2 { margin: 5px 0 4px; font-size: 2rem; letter-spacing: -.04em; }
.form-subtitle { margin-bottom: 25px; color: var(--muted); }
.field-label { display: block; margin: 15px 0 7px; font-size: .84rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-control { display: flex; align-items: center; min-height: 50px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-control i { margin-left: 15px; color: var(--blue); }
.form-control input { width: 100%; min-height: 48px; padding: 10px 14px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.checkbox-row { display: flex; align-items: center; gap: 9px; margin: 18px 0; color: var(--muted); font-size: .88rem; cursor: pointer; }
.checkbox-row input { width: 17px; height: 17px; accent-color: var(--blue); }
.auth-submit { width: 100%; margin-top: 20px; }
.auth-switch { margin-top: 22px; color: var(--muted); text-align: center; }
.auth-switch a { color: var(--blue-dark); font-weight: 800; }
.form-message { margin-bottom: 16px; padding: 11px 13px; color: var(--danger); background: #fff1f1; border: 1px solid #ffd5d5; border-radius: 10px; font-size: .88rem; }
.form-message.success { color: var(--success); background: #effaf5; border-color: #caeddd; }

/* Member catalog */
.member-hero { padding: 56px 0; color: var(--white); background: linear-gradient(125deg, var(--blue-dark), var(--blue)); }
.member-hero .eyebrow { color: var(--white); }
.member-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.member-hero h1 { margin: 10px 0 6px; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.055em; }
.member-hero p:last-child { color: rgba(255, 255, 255, .78); }
.member-badge { display: flex; align-items: center; gap: 14px; padding: 18px 22px; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .25); border-radius: 18px; }
.member-badge i { color: #fff; font-size: 2.1rem; }
.member-badge span { font-size: .72rem; line-height: 1.25; letter-spacing: .13em; }
.member-badge strong { color: #ffd0bd; }
.member-catalog { padding-top: 62px; }

/* Cart */
.page-banner { padding: 34px 0; background: linear-gradient(145deg, var(--blue-soft), #fff 55%, var(--orange-soft)); border-bottom: 1px solid gre; }
.page-banner-inner { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.page-banner h1 { margin: 7px 0 4px; font-size: clamp(2.6rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.06em; }
.page-banner p:last-child { color: var(--muted); }
.cart-section { padding: 58px 0 74px; background: rgb(231, 231, 231); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 28px; }
.cart-items { display: grid; gap: 16px; }
.cart-card { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 20px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.cart-image { position: relative; height: 128px; overflow: hidden; background: linear-gradient(145deg, var(--blue-soft), var(--orange-soft)); border-radius: 13px; }
.cart-image img, .favorite-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.cart-image .image-fallback i, .favorite-image .image-fallback i { font-size: 1.8rem; }
.cart-card-body h2 { margin: 3px 0; font-size: 1.2rem; }
.cart-card-body p { color: var(--muted); font-size: .84rem; }
.cart-platform { color: var(--blue-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.remove-link { margin-top: 11px; color: var(--danger); background: none; border: 0; font-size: .82rem; font-weight: 800; cursor: pointer; }
.cart-controls { min-width: 128px; display: grid; justify-items: end; gap: 16px; }
.cart-controls > strong { font-size: 1.15rem; }
.quantity-control { display: grid; grid-template-columns: 36px 36px 36px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; text-align: center; }
.quantity-control button { height: 36px; color: var(--blue-dark); background: var(--blue-soft); border: 0; font-size: 1.1rem; font-weight: 800; cursor: pointer; }
.order-summary { position: sticky; top: 105px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 35px rgba(23, 50, 77, .06); }
.summary-line, .summary-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary-line { color: var(--muted); }
.free-label { color: var(--success); font-size: .84rem; }
.summary-total { margin-top: 5px; border: 0; font-size: 1.12rem; }
.summary-total strong { color: var(--orange-dark); font-size: 1.5rem; }
.summary-note { margin-top: 14px; color: var(--muted); font-size: .76rem; text-align: center; }
.summary-note i { color: var(--success); }
.cart-empty .button { margin-top: 20px; }
.favorites-section { padding: 74px 0 90px; }
.favorite-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.favorite-grid .empty-state { grid-column: 1 / -1; }
.favorite-card { display: grid; grid-template-columns: 120px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; }
.favorite-image { position: relative; min-height: 165px; overflow: hidden; background: linear-gradient(145deg, var(--blue-soft), var(--orange-soft)); }
.favorite-body { padding: 18px; }
.favorite-body > span { color: var(--blue-dark); font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.favorite-body h3 { margin: 4px 0; font-size: .98rem; line-height: 1.3; }
.favorite-body > p { color: var(--orange-dark); font-weight: 900; }
.favorite-actions { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.favorite-remove { width: 38px; height: 38px; color: var(--orange); background: var(--orange-soft); border: 0; border-radius: 10px; cursor: pointer; }

@media (max-width: 960px) {
    .auth-grid { grid-template-columns: 1fr; gap: 36px; }
    .auth-intro { text-align: center; }
    .auth-intro .eyebrow { justify-content: center; }
    .auth-intro > p:last-of-type { margin-inline: auto; }
    .auth-logo-art { display: none; }
    .auth-benefits { max-width: 520px; margin-inline: auto; text-align: left; }
    .cart-layout { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .favorite-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
    .auth-main { padding: 38px 0; }
    .auth-grid { gap: 26px; }
    .auth-intro h1 { font-size: 2.8rem; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .member-hero-inner, .page-banner-inner { align-items: flex-start; flex-direction: column; }
    .member-badge { display: none; }
    .cart-card { grid-template-columns: 92px 1fr; }
    .cart-image { height: 100px; }
    .cart-controls { grid-column: 1 / -1; width: 100%; display: flex; align-items: center; justify-content: space-between; }
    .favorite-grid { grid-template-columns: 1fr; }
}

/* Header cart dropdown */
.cart-menu-wrapper {
    position: relative;
}

.cart-toggle {
    font: inherit;
    border: 0;
    cursor: pointer;
}

.cart-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 40;
    width: 340px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #dfe5e8;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(21, 35, 56, .18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.cart-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 38px;
    width: 13px;
    height: 13px;
    background: var(--white);
    border-top: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    transform: rotate(45deg);
}

.cart-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart-dropdown-items {
    max-height: 420px;
    overflow-y: auto;
    padding: 12px;
}

.cart-dropdown-item {
    padding: 18px;
    background: #eef2f3;
    border: 1px solid #e0e6e8;
    border-radius: 9px;
}

.cart-dropdown-item + .cart-dropdown-item {
    margin-top: 12px;
}

.cart-dropdown-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.cart-dropdown-details h3 {
    font-size: 1rem;
    line-height: 1.35;
}

.cart-dropdown-details p {
    min-width: 92px;
    color: var(--ink);
    font-size: .9rem;
    line-height: 1.45;
}

.cart-dropdown-details p strong {
    display: block;
    color: var(--ink);
    font-size: 1rem;
}

.cart-dropdown-quantity {
    display: grid;
    grid-template-columns: 40px 40px 40px;
    align-items: center;
    margin-top: 14px;
    text-align: center;
}

.cart-dropdown-quantity button {
    width: 40px;
    height: 40px;
    color: var(--muted);
    background: transparent;
    border: 1px solid #96a1a8;
    border-radius: 6px;
    font-size: 1.1rem;
    cursor: pointer;
}

.cart-dropdown-quantity button:hover,
.cart-dropdown-quantity button:focus-visible {
    color: var(--blue-dark);
    background: var(--white);
    border-color: var(--blue);
    outline: none;
}

.cart-dropdown-quantity span {
    font-size: 1rem;
    font-weight: 800;
}

.cart-dropdown-footer {
    display: block;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    border-top: 1px solid var(--line);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.cart-dropdown-footer:hover {
    color: var(--blue-dark);
    background: var(--blue-soft);
}

.cart-dropdown-empty {
    display: grid;
    justify-items: center;
    padding: 30px 16px;
    color: var(--muted);
    text-align: center;
}

.cart-dropdown-empty i {
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 1.8rem;
}

.cart-dropdown-empty strong {
    color: var(--ink);
}

.cart-dropdown-empty span {
    margin-top: 3px;
    font-size: .82rem;
}

@media (max-width: 650px) {
    .cart-dropdown {
        position: fixed;
        top: 72px;
        right: 14px;
        width: min(340px, calc(100vw - 28px));
    }

    .cart-dropdown::before {
        display: none;
    }
}










.page-banner {
    padding: 34px 0;
}

.page-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.page-banner .eyebrow {
    margin-bottom: 4px;
}

.page-banner h1 {
    margin: 4px 0 2px;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1;
}

.page-banner p:last-child {
    font-size: 1rem;
}

.page-banner .button {
    min-height: 44px;
    padding: 9px 18px;
}



.add-button.remove-cart-button {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #ef4444,
        #c62828
    );
    box-shadow: 0 10px 24px rgba(198, 40, 40, 0.22);
}

.add-button.remove-cart-button:hover {
    background: linear-gradient(
        135deg,
        #dc2626,
        #a71919
    );
    box-shadow: 0 14px 28px rgba(198, 40, 40, 0.3);
}