/** Shopify CDN: Minification failed

Line 873:0 Expected "}" to go with "{"

**/
:root {
  --ink: #191827;
  --muted: #666574;
  --line: #c9c8d6;
  --violet-950: #2f236f;
  --violet-900: #39277d;
  --violet-700: #5431d2;
  --violet-600: #6340e4;
  --violet-100: #ece8ff;
  --green-700: #087448;
  --green-100: #dff5e9;
  --surface: #ffffff;
  --surface-soft: #f8f8f6;
  --promo: #c8cce5;
  --shadow: 0 18px 50px rgb(31 25 75 / .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; font-size: 12px; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--violet-600); outline-offset: 2px; }
.page-shell { width: min(100% - 64px, 1180px); margin-inline: auto; }
.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 { border-top: 2px solid #2a2a2a; }
.utility-bar { height: 33px; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: auto; height: 29px; object-fit: contain; }
.tiny-links { display: flex; gap: 12px; color: var(--violet-700); font-size: 8px; white-space: nowrap; }
.tiny-links a:hover { text-decoration: underline; }
.search-box { margin-left: auto; height: 21px; flex: 1 1 300px; max-width: 305px; border: 1px solid #aeadb8; display: flex; align-items: center; padding: 0 5px 0 8px; background: var(--surface); }
.search-box:focus-within { border-color: var(--violet-700); box-shadow: 0 0 0 1px var(--violet-700); }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; font-size: 9px; color: var(--ink); }
.search-box svg, .header-actions svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.header-actions { display: flex; align-items: center; gap: 5px; color: var(--violet-700); }
.icon-button { position: relative; width: 18px; height: 24px; padding: 0; border: 0; background: none; color: inherit; display: grid; place-items: center; }
.language { width: 26px; font-size: 11px; }
.cart-count { position: absolute; top: 0; right: -5px; min-width: 12px; height: 12px; padding: 0 3px; display: grid; place-items: center; border-radius: 9px; background: var(--violet-700); color: white; font-size: 8px; }

.category-bar { height: 24px; background: var(--violet-950); color: white; }
.category-scroll { height: 100%; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-bar a, .all-categories { display: flex; align-items: center; flex: 0 0 auto; padding: 0 8px; border: 0; background: transparent; color: inherit; font-size: 8px; white-space: nowrap; }
.category-bar a:hover, .all-categories:hover { background: rgb(255 255 255 / .11); }
.category-bar a.active { background: rgb(255 255 255 / .16); font-weight: 700; }
.all-categories { padding-left: 0; gap: 4px; font-weight: 700; }
.category-menu-overlay { position: fixed; z-index: 50; inset: 0; background: rgb(25 18 57 / .42); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.category-menu-overlay.open { opacity: 1; visibility: visible; }
.category-menu { position: fixed; z-index: 51; inset: 0 auto 0 0; width: min(340px, 92vw); display: flex; flex-direction: column; overflow-y: auto; background: white; box-shadow: 12px 0 34px rgb(25 18 57 / .2); transform: translateX(-102%); visibility: hidden; transition: transform .24s ease, visibility .24s ease; }
.category-menu.open { transform: translateX(0); visibility: visible; }
.category-menu-heading { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 22px 0 31px; background: #f0e5ff; color: var(--violet-950); }
.category-menu-heading h2 { margin: 0; font-size: 17px; line-height: 1.2; }
.category-menu-close { width: 34px; height: 34px; padding: 0; border: 0; background: transparent; color: var(--violet-950); font-size: 27px; line-height: 1; }
.category-menu-close:hover { background: rgb(84 49 210 / .08); }
.category-menu-content { min-height: calc(100% - 62px); flex: 1; display: flex; flex-direction: column; padding: 6px 15px 26px 31px; }
.category-menu-products, .category-menu-information { display: flex; flex-direction: column; }
.category-menu-products a { min-height: 54px; padding: 8px 0; display: flex; align-items: center; gap: 14px; color: var(--violet-950); font-size: 17px; font-weight: 700; }
.category-menu-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 9px; background: var(--violet-100); color: var(--violet-700); }
.category-menu-icon svg { width: 22px; height: 22px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.category-menu-products a[data-menu-category="iphones"] .category-menu-icon svg { width: 21px; height: 21px; fill: currentColor; stroke: none; }
.category-menu-information { margin-top: auto; padding-top: 24px; border-top: 1px solid #dedce5; }
.category-menu-information a { padding: 12px 0; color: var(--violet-950); font-size: 15px; }
.category-menu a:hover { color: var(--violet-600); text-decoration: underline; }
body.category-menu-open { overflow: hidden; }
.school { color: #ffd3ee !important; font-weight: 700; }
.campaign-bar { height: 20px; display: flex; align-items: center; justify-content: center; background: var(--violet-600); color: white; font-size: 10px; font-weight: 700; text-align: center; }

.main-content { padding-top: 9px; padding-bottom: 48px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 7px; margin-bottom: 9px; }
.breadcrumbs a:hover { color: var(--violet-700); text-decoration: underline; }
.breadcrumb-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.brand-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 9px; }
.brand-link { background: none; border: 0; padding: 0; color: var(--muted); font-size: 7px; cursor: pointer; transition: color .15s; }
.brand-link:hover { color: var(--violet-700); text-decoration: underline; }
.brand-link.active { color: var(--violet-700); font-weight: 700; text-decoration: underline; }
.chip-divider { width: 1px; align-self: stretch; margin-inline: 4px; background: var(--line); }
.intro h1 { margin: 0 0 4px; font-size: 18px; line-height: 1; letter-spacing: -.4px; }
.intro p { margin: 0 0 10px; font-size: 9px; }
.model-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 14px 0 12px; }
.model-chip, .model-chips button[data-chip] { appearance: none; min-height: 38px; padding: 8px 16px; border: 1px solid #dedbe6; border-radius: 999px; background: #fff; color: var(--violet-950); font: inherit; font-size: 14px; font-weight: 650; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgb(29 22 67 / .06); transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease; }
.model-chip:hover, .model-chips button[data-chip]:hover { border-color: var(--violet-700); background: var(--violet-100); box-shadow: 0 5px 16px rgb(73 43 132 / .13); }
.model-chip:focus-visible, .model-chips button[data-chip]:focus-visible { outline: 3px solid rgb(104 68 185 / .22); outline-offset: 2px; }
.model-chip.active, .model-chips button[data-chip].active { border-color: var(--violet-700); background: var(--violet-700); color: #fff; box-shadow: 0 6px 18px rgb(73 43 132 / .22); }
.filters-button { display: inline-flex; align-items: center; gap: 10px; min-height: 38px; margin: 0 0 12px; padding: 8px 12px 8px 15px; border: 1px solid #dedbe6; border-radius: 999px; background: #fff; color: var(--violet-700); font: inherit; font-weight: 700; font-size: 13px; line-height: 1; text-decoration: none; cursor: pointer; box-shadow: 0 2px 8px rgb(29 22 67 / .06); transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease; transform: none; }
.filters-button:hover { border-color: var(--violet-700); background: var(--violet-100); box-shadow: 0 5px 16px rgb(73 43 132 / .13); }
.filters-button:focus-visible { outline: 3px solid rgb(104 68 185 / .22); outline-offset: 2px; }
.filters-button .filters-button-label { font: inherit; line-height: 1; }
.filters-button .filters-button-icon { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 22px; border-radius: 50%; background: var(--violet-100); font-size: 17px; line-height: 1; font-weight: 500; text-decoration: none; transition: none; transform: none; }
.filters-button[aria-expanded="true"] { border-color: var(--violet-700); background: var(--violet-100); box-shadow: none; transform: none; }
.filters-button[aria-expanded="true"] .filters-button-icon { background: var(--violet-700); color: #fff; transform: none; }
.filters-panel { grid-template-columns: minmax(210px, 1fr) 1fr auto; align-items: end; gap: 28px; padding: 14px; border: 1px solid var(--line); background: var(--surface-soft); }
.filters-panel:not([hidden]) { display: grid; }
.filters-panel label, .filters-panel legend { font-size: 9px; }
.filters-panel strong { color: var(--violet-700); }
.filters-panel input[type="range"] { display: block; width: 100%; accent-color: var(--violet-700); }
.filters-panel fieldset { display: flex; gap: 12px; border: 0; padding: 0; margin: 0; }
.filters-panel legend { margin-bottom: 5px; font-weight: 700; }
.filters-panel fieldset label { display: flex; align-items: center; gap: 3px; white-space: nowrap; }
.filters-panel input[type="checkbox"] { accent-color: var(--violet-700); }
.clear-button { min-height: 25px; padding: 4px 11px; border: 1px solid var(--violet-700); background: var(--surface); color: var(--violet-700); font-weight: 700; }
.clear-button:hover { background: var(--violet-100); }
.listing-toolbar { height: 39px; margin-top: 0; border-top: 1px solid #9d9caa; display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.sort-control { display: flex; align-items: center; margin-left: auto; color: var(--violet-700); font-size: 9px; font-weight: 700; }
.sort-control select { width: 20px; border: 0; padding: 0; color: transparent; background: transparent; outline: 0; }
.sort-control select option { color: var(--ink); }
.sort-control::after { content: '↕'; margin-left: -16px; pointer-events: none; }
#resultCount { font-size: 8px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 12px; row-gap: 11px; }
.product-card { position: relative; min-width: 0; padding-bottom: 2px; cursor: pointer; }
.product-card:hover .product-image { transform: translateY(-2px) scale(1.01); }
.image-wrap { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--surface-soft); aspect-ratio: 1 / 1; }
.product-image { width: 84%; height: 82%; object-fit: contain; display: block; mix-blend-mode: multiply; transition: transform .18s; }
.condition-badge { display: inline-flex; position: absolute; left: 5px; bottom: 4px; align-items: center; min-height: 12px; padding: 1px 4px; background: var(--violet-700); color: white; font-size: 7px; font-weight: 700; text-decoration: underline; }
.condition-badge.bestseller { background: var(--green-700); }
.condition-badge.destockage { background: #7d1731; color: #fff; border-radius: 999px; padding: 4px 8px; font-size: 9px; line-height: 1; text-decoration: none; letter-spacing: .02em; box-shadow: 0 3px 10px rgba(88, 13, 36, .22); }
.favourite { position: absolute; top: 6px; right: 6px; z-index: 2; width: 24px; height: 24px; border: 0; border-radius: 50%; background: rgb(255 255 255 / .85); color: var(--violet-700); opacity: 0; transform: scale(.8); transition: opacity .15s, transform .15s; }
.product-card:hover .favourite, .favourite.saved, .favourite:focus-visible { opacity: 1; transform: scale(1); }
.favourite.saved { background: var(--violet-700); color: white; }
.product-copy { padding-top: 7px; }
.product-name { margin: 0 0 3px; font-size: 9px; font-weight: 400; line-height: 1.15; }
.rating { display: flex; align-items: center; gap: 2px; color: var(--ink); font-size: 7px; font-weight: 700; }
.stars { color: var(--green-700); letter-spacing: -.8px; font-size: 8px; }
.price-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-top: 3px; }
.price { color: var(--green-700); font-size: 9px; font-weight: 800; }
.old-price { color: var(--muted); font-size: 7px; text-decoration: line-through; }
.promo-card { position: relative; display: flex; min-height: 180px; overflow: hidden; background: var(--promo); color: var(--violet-950); }
.promo-copy { z-index: 1; padding: 32px 12px 8px 16px; }
.promo-copy h2 { max-width: 120px; margin: 0 0 12px; font-size: 15px; line-height: 1.12; }
.promo-copy button { min-width: 70px; min-height: 20px; padding: 3px 8px; border: 0; border-radius: 2px; background: white; color: var(--ink); font-size: 7px; font-weight: 700; }
.promo-card img { position: absolute; left: 12px; right: 0; bottom: -2px; width: calc(100% - 16px); height: auto; mix-blend-mode: multiply; }

.tablet-card .product-image { width: 92%; height: 80%; object-fit: contain; mix-blend-mode: multiply; }
.tablet-card .product-name { min-height: 28px; }
.missing-product-image { width: 84%; height: 72%; display: grid; place-items: center; border: 1px dashed #bbb8c8; border-radius: 4px; background: linear-gradient(135deg, #f7f6fa, #eeecf4); color: var(--muted); text-align: center; }
.missing-product-image span { padding: 10px; font-size: 10px; font-weight: 700; }
.tablet-gallery .detail-thumbnails img { object-fit: contain; }
.tablet-detail-image { position: relative; }
.tablet-detail-image img { box-sizing: border-box; padding: 18px; mix-blend-mode: multiply; }
.tablet-gallery.missing-gallery { grid-template-columns: 1fr; }
.detail-missing-image { width: 100%; height: 100%; border: 0; border-radius: 0; }
.detail-missing-image span { font-size: 13px; }
.missing-disclaimer { margin-left: 0; }
.rating-pending { color: var(--muted); font-weight: 600; }

.headphone-card .product-image { width: 70%; height: 66%; object-fit: contain; mix-blend-mode: multiply; }
.headphone-card .product-name { min-height: 28px; }
.headphone-gallery .detail-thumbnails { max-height: 390px; padding-right: 3px; overflow-y: auto; scrollbar-width: thin; }
.headphone-gallery .detail-thumbnails img { object-fit: contain; }
.headphone-detail-image { position: relative; }
.headphone-detail-image img { box-sizing: border-box; padding: 56px; mix-blend-mode: multiply; }
.configuration-note { margin: 0; padding: 13px; border: 1px solid #dedde4; background: var(--surface-soft); color: var(--muted); font-size: 11px; line-height: 1.45; }

.product-grid.macbook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.macbook-card { min-height: 184px; display: grid; grid-template-columns: minmax(130px, 28%) minmax(0, 1fr); align-items: center; gap: 20px; padding: 24px 24px 20px; background: var(--surface-soft); }
.macbook-card:hover .product-image { transform: translateY(-2px) scale(1.015); }
.macbook-image-wrap { height: 138px; display: grid; place-items: center; overflow: hidden; }
.macbook-card .product-image { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.macbook-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.macbook-card .product-name { margin: 0 0 12px; font-size: 16px; line-height: 1.15; font-weight: 800; }
.macbook-specs { margin: 0 0 6px; color: var(--ink); font-size: 11px; line-height: 1.45; }
.macbook-specs span { color: var(--muted); }
.macbook-card .rating { font-size: 11px; font-weight: 400; }
.macbook-card .stars { color: var(--ink); font-size: 14px; letter-spacing: -2px; }
.macbook-card .price-line { margin-top: 20px; gap: 9px; }
.macbook-card .price { color: #07885e; font-size: 18px; font-weight: 800; }
.macbook-card .old-price { font-size: 11px; }
.macbook-badge { top: 0; bottom: auto; left: 0; min-height: 22px; padding: 3px 8px; font-size: 11px; text-decoration: none; }
.macbook-gallery .detail-thumbnails { max-height: 390px; padding-right: 3px; overflow-y: auto; scrollbar-width: thin; }
.macbook-gallery .detail-thumbnails img { object-fit: contain; }
.macbook-detail-image { position: relative; }
.macbook-detail-image img { box-sizing: border-box; padding: 20px; mix-blend-mode: multiply; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; width: 38px; height: 38px; padding: 0; border: 1px solid #d4d2da; border-radius: 50%; background: rgb(255 255 255 / .92); color: var(--violet-900); font-size: 27px; line-height: 1; box-shadow: 0 2px 10px rgb(35 27 72 / .12); transform: translateY(-50%); }
.gallery-arrow:hover { border-color: var(--violet-600); background: white; }
.gallery-previous { left: 10px; }
.gallery-next { right: 10px; }
.gallery-counter { position: absolute; z-index: 2; left: 50%; bottom: 10px; padding: 4px 8px; border-radius: 12px; background: rgb(35 27 72 / .78); color: white; font-size: 10px; font-weight: 700; transform: translateX(-50%); }

.empty-state { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 9px; color: var(--muted); text-align: center; }
.empty-state strong { color: var(--ink); font-size: 15px; }

[hidden] { display: none !important; }

.product-page { padding-top: 14px; padding-bottom: 56px; }
.detail-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 10px; }
.detail-breadcrumb button { padding: 0; border: 0; background: transparent; color: inherit; }
.detail-breadcrumb button:hover { color: var(--violet-700); text-decoration: underline; }
.back-to-products { margin-top: 14px; padding: 0; border: 0; background: transparent; color: var(--violet-700); font-size: 11px; font-weight: 700; }
.back-to-products:hover { text-decoration: underline; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr) minmax(300px, 1.08fr); gap: 34px; align-items: start; margin-top: 12px; }
.detail-title-block h1 { margin: 0 0 10px; font-size: 28px; line-height: 1.05; letter-spacing: -.5px; }
.detail-title-block p { margin: 0 0 11px; font-size: 14px; font-weight: 600; }
.detail-rating { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; }
.detail-rating span { color: #00a96b; letter-spacing: -1px; font-size: 15px; }
.detail-gallery { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; margin-top: 32px; }
.detail-gallery.has-thumbnails { grid-template-columns: 52px minmax(0, 1fr); }
.detail-gallery:not(.has-thumbnails) + .image-disclaimer { margin-left: 0; }
.detail-thumbnails { display: flex; flex-direction: column; gap: 9px; }
.detail-thumbnails button { width: 48px; height: 48px; padding: 2px; overflow: hidden; border: 1px solid #8a8993; border-radius: 4px; background: white; }
.detail-thumbnails button.active { border: 2px solid var(--violet-600); }
.detail-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.detail-main-image { height: 390px; overflow: hidden; background: var(--surface-soft); }
.detail-main-image img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .22s; }
.detail-main-image img.gallery-view-1 { transform: scale(.86) rotate(-3deg); }
.detail-main-image img.gallery-view-2 { transform: scale(1.45); transform-origin: 72% 24%; }
.image-disclaimer { margin: 10px 0 0 72px; color: var(--muted); font-size: 10px; text-align: center; }
.configuration-panel, .purchase-panel { padding-top: 40px; }
.configuration-panel { display: flex; flex-direction: column; gap: 15px; }
.configuration-field { display: block; color: #35343c; font-size: 11px; font-weight: 700; }
.configuration-field a, .extended-warranty a, .compare-link, .additional-services a { color: var(--violet-700); text-decoration: underline; }
.configuration-field select { display: block; width: 100%; height: 44px; margin-top: 7px; padding: 0 42px 0 13px; border: 1px solid #d5d4da; border-radius: 3px; background: white; color: var(--ink); font-size: 14px; font-weight: 400; }
.configuration-field select:focus { border-color: var(--violet-600); }
.included-warranty { display: flex; justify-content: space-between; gap: 14px; padding: 4px 0 13px; border-bottom: 1px solid #d8d7dc; color: var(--muted); font-size: 11px; font-weight: 700; }
.included-warranty strong { color: var(--green-700); white-space: nowrap; }
.extended-warranty { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; border: 0; }
.extended-warranty legend { width: 100%; margin-bottom: 13px; font-size: 11px; font-weight: 700; }
.extended-warranty label { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 11px; align-items: start; font-size: 12px; }
.extended-warranty input { width: 22px; height: 22px; margin: 0; accent-color: var(--violet-700); }
.extended-warranty span { display: flex; flex-direction: column; gap: 4px; }
.extended-warranty small { color: var(--muted); font-size: 10px; }
.extended-warranty label > strong { font-size: 11px; white-space: nowrap; }
.price-and-stock { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.price-and-stock > div { display: flex; flex-direction: column; }
.detail-price { color: #16865c; font-size: 29px; line-height: 1; }
.price-and-stock span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.available { color: #0a8b60; font-size: 12px; white-space: nowrap; }
.compare-link { display: inline-block; margin-top: 9px; font-size: 12px; font-weight: 700; }
.shipping-card { display: grid; grid-template-columns: 27px 1fr; gap: 10px; margin-top: 18px; padding: 12px 14px; background: #f7f7f5; color: #47464e; font-size: 11px; line-height: 1.45; }
.shipping-card b { color: var(--green-700); }
.shipping-icon { color: var(--green-700); font-size: 26px; line-height: 1; }
.primary-purchase, .secondary-purchase { width: 100%; min-height: 50px; margin-top: 19px; border-radius: 4px; font-size: 14px; font-weight: 800; }
.primary-purchase { border: 1px solid var(--violet-900); background: var(--violet-900); color: white; }
.primary-purchase:hover { background: var(--violet-950); }
.secondary-purchase { margin-top: 7px; border: 1px solid var(--violet-700); background: white; color: var(--violet-700); }
.secondary-purchase:hover { background: var(--violet-100); }
.additional-services { display: flex; flex-direction: column; gap: 7px; margin-top: 19px; padding: 12px; background: #f1e5ff; font-size: 12px; }
.additional-services > b { color: #46424e; }
.additional-services strong { font-size: 16px; }
.product-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin-top: 17px; color: #383740; font-size: 11px; }
.product-benefits span { display: flex; align-items: center; gap: 5px; }

.product-dialog { width: min(460px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 4px; box-shadow: var(--shadow); }
.product-dialog::backdrop { background: rgb(29 22 67 / .48); backdrop-filter: blur(2px); }
.dialog-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: white; color: var(--violet-950); font-size: 20px; }
.dialog-layout { display: grid; grid-template-columns: 45% 1fr; }
.dialog-layout img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; background: var(--surface-soft); }
.dialog-info { display: flex; flex-direction: column; padding: 33px 22px 22px; }
.dialog-info h2 { margin: 0 0 8px; font-size: 20px; }
.dialog-info .dialog-price { color: var(--green-700); font-size: 17px; font-weight: 800; }
.dialog-info p { color: var(--muted); line-height: 1.5; }
.add-cart { margin-top: auto; min-height: 34px; border: 0; background: var(--violet-700); color: white; font-weight: 800; }
.add-cart:hover { background: var(--violet-950); }
.toast { position: fixed; z-index: 5; left: 50%; bottom: 20px; min-width: 190px; padding: 10px 16px; border-radius: 2px; background: var(--violet-950); color: white; text-align: center; box-shadow: var(--shadow); transform: translate(-50%, 80px); opacity: 0; transition: transform .2s, opacity .2s; pointer-events: none; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }

@media (min-width: 900px) {
  body { font-size: 14px; }
  .utility-bar { height: 48px; }
  .brand img { height: 42px; }
  .tiny-links, .category-bar a, .all-categories { font-size: 11px; }
  .search-box { height: 32px; max-width: 470px; }
  .category-bar { height: 36px; }
  .campaign-bar { height: 28px; font-size: 13px; }
  .main-content { padding-top: 17px; }
  .breadcrumbs { font-size: 10px; }
  .brand-link { font-size: 10px; }
  .intro h1 { font-size: 25px; }
  .intro p, .sort-control, .product-name, .price { font-size: 12px; }
  .model-chip { min-height: 38px; font-size: 14px; }
  .filters-button { font-size: 13px; }
  .listing-toolbar { height: 56px; }
  .product-grid { gap: 22px; }
  .macbook-card .product-name { font-size: 18px; }
  .macbook-specs { font-size: 13px; }
  .macbook-card .price { font-size: 21px; }
  .condition-badge, .rating, .old-price { font-size: 10px; }
  .macbook-badge { font-size: 11px; }
}

@media (max-width: 720px) {
  .page-shell { width: min(100% - 28px, 1180px); }
  .tiny-links { display: none; }
  .search-box { order: 3; flex-basis: 100%; max-width: none; }
  .utility-bar { height: auto; min-height: 40px; padding-block: 6px; flex-wrap: wrap; }
  .header-actions { margin-left: auto; }
  .campaign-bar { min-height: 26px; height: auto; padding: 5px 12px; line-height: 1.25; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .product-grid.macbook-grid { grid-template-columns: 1fr; gap: 14px; }
  .macbook-card { min-height: 170px; grid-template-columns: minmax(105px, 30%) minmax(0, 1fr); gap: 12px; padding: 22px 14px 16px; }
  .macbook-image-wrap { height: 125px; }
  .macbook-card .product-name { font-size: 14px; }
  .macbook-specs { font-size: 10px; }
  .macbook-card .price-line { margin-top: 12px; }
  .macbook-card .price { font-size: 16px; }
  .filters-panel:not([hidden]) { grid-template-columns: 1fr; gap: 14px; }
  .filters-panel fieldset { flex-wrap: wrap; }
  .promo-card { min-height: 178px; }
}

@media (max-width: 1050px) {
  .product-detail-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr); }
  .purchase-panel { grid-column: 1 / -1; padding-top: 0; }
  .purchase-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
  .price-and-stock, .compare-link, .shipping-card, .additional-services, .product-benefits { grid-column: 1 / -1; }
  .primary-purchase { grid-column: 1; }
  .secondary-purchase { grid-column: 2; margin-top: 19px; }
}

@media (max-width: 720px) {
  .product-page { padding-top: 10px; }
  .detail-breadcrumb { font-size: 9px; gap: 6px; }
  .product-detail-layout { grid-template-columns: 1fr; gap: 10px; }
  .detail-title-block h1 { font-size: 24px; }
  .detail-title-block p { font-size: 12px; }
  .detail-gallery { gap: 10px; margin-top: 20px; }
  .detail-gallery.has-thumbnails { grid-template-columns: 44px minmax(0, 1fr); }
  .detail-thumbnails button { width: 42px; height: 42px; }
  .detail-main-image { height: 330px; }
  .image-disclaimer { margin-left: 54px; }
  .configuration-panel, .purchase-panel { padding-top: 18px; }
  .purchase-panel { display: block; }
  .secondary-purchase { margin-top: 7px; }
  .price-and-stock { align-items: center; }
  .detail-price { font-size: 25px; }
}

@media (max-width: 390px) {
  .page-shell { width: min(100% - 20px, 1180px); }
  .model-chip { padding-inline: 8px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-layout img { max-height: 190px; min-height: 190px; }
  .dialog-info { min-height: 240px; }
  .detail-main-image { height: 285px; }
  .price-and-stock { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-benefits { grid-template-columns: 1fr; }
}

/* Header, account, cart and information pages */
.site-header { position: relative; z-index: 20; border-top: 3px solid var(--violet-950); background: #fff; box-shadow: 0 1px 0 #e6e4eb; }
.utility-bar { min-height: 58px; height: auto; gap: 20px; }
.brand img { height: 50px; }
.header-links { display: flex; align-items: center; gap: 17px; color: var(--violet-950); font-size: 12px; font-weight: 700; white-space: nowrap; }
.header-links a:hover { color: var(--violet-600); text-decoration: underline; }
.search-box { height: 36px; max-width: 430px; margin-left: auto; border: 1px solid #aaa8b4; border-radius: 2px; padding-inline: 12px 9px; }
.search-box input { font-size: 12px; }
.search-box svg, .header-actions svg { width: 18px; height: 18px; stroke-width: 1.7; }
.header-actions { gap: 9px; color: var(--violet-950); }
.icon-button { width: 32px; height: 34px; border-radius: 50%; }
.icon-button:hover { background: var(--violet-100); }
.language-picker { position: relative; }
.language-button { width: 44px; grid-template-columns: 22px 10px; gap: 1px; }
.language-chevron { width: 6px; height: 6px; box-sizing: border-box; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; font-size: 0; line-height: 0; align-self: center; transform: translateY(-1px) rotate(45deg); }
.language-menu { position: absolute; z-index: 70; top: calc(100% + 9px); right: 0; width: 190px; padding: 6px; border: 1px solid #dedce6; border-radius: 5px; background: #fff; box-shadow: 0 16px 42px rgb(31 25 75 / .18); }
.language-menu button { width: 100%; min-height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border: 0; border-radius: 3px; background: transparent; color: var(--ink); text-align: left; }
.language-menu button:hover, .language-menu button.active { background: var(--violet-100); color: var(--violet-950); }
.language-menu button.active span { font-weight: 800; }
.language-menu small { color: var(--muted); font-size: 10px; }
.cart-count { top: -2px; right: -2px; min-width: 17px; height: 17px; font-size: 9px; }
.category-bar { height: 36px; }
.category-bar a, .all-categories { padding-inline: 13px; font-size: 11px; }
.all-categories { padding-left: 0; }

.app-page-back { display: inline-flex; align-items: center; gap: 5px; margin: 0 0 22px; padding: 4px 0; border: 0; background: transparent; color: var(--violet-700); font-weight: 750; }
.app-page-back:hover { text-decoration: underline; }
.account-page, .cart-page, .info-page { min-height: calc(100vh - 97px); background: #f7f6f4; }
.account-shell, .cart-shell, .info-shell { width: min(100% - 48px, 1120px); margin-inline: auto; padding: 34px 0 70px; }
.auth-card { width: min(100%, 480px); margin: 5px auto 0; overflow: hidden; border: 1px solid #dedce5; border-radius: 7px; background: #fff; box-shadow: 0 13px 35px rgb(35 28 72 / .09); }
.auth-intro { padding: 34px 36px 25px; text-align: center; }
.auth-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--violet-100); color: var(--violet-950); }
.auth-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.auth-intro h1 { margin: 0 0 9px; color: var(--violet-950); font-size: 27px; }
.auth-intro p { max-width: 350px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.55; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e1dfe7; border-bottom: 1px solid #e1dfe7; }
.auth-tabs button { min-height: 48px; border: 0; border-bottom: 3px solid transparent; background: #faf9fb; color: var(--muted); font-weight: 800; }
.auth-tabs button.active { border-bottom-color: var(--violet-700); background: #fff; color: var(--violet-950); }
.auth-form { padding: 27px 36px 34px; }
.auth-form > label { display: block; margin-bottom: 18px; color: #373541; font-weight: 750; }
.auth-form input[type="email"], .auth-form input[type="password"], .auth-form input[type="text"] { width: 100%; height: 45px; margin-top: 7px; padding: 0 13px; border: 1px solid #c9c7d1; border-radius: 3px; background: #fff; color: var(--ink); }
.auth-form input:focus { border-color: var(--violet-600); outline: 2px solid rgb(99 64 228 / .16); }
.auth-options { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -2px 0 18px; color: var(--violet-700); }
.auth-check { display: flex !important; align-items: flex-start; gap: 7px; margin: 0 !important; color: var(--ink); font-weight: 500 !important; }
.auth-check input { margin: 1px 0 0; accent-color: var(--violet-700); }
.auth-submit { width: 100%; min-height: 46px; border: 1px solid var(--violet-900); border-radius: 3px; background: var(--violet-900); color: #fff; font-size: 14px; font-weight: 850; }
.auth-submit:hover { background: var(--violet-950); }

.cart-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.cart-heading h1 { margin: 0; color: var(--violet-950); font-size: 30px; }
.cart-heading span { color: var(--muted); }
.empty-cart-shell { max-width: 930px; }
.empty-cart-card { min-height: 330px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 45px 20px; border: 1px solid #dedce4; background: #fff; text-align: center; }
.large-cart-icon { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 50%; background: #f0e9ff; color: var(--violet-950); }
.large-cart-icon svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.empty-cart-card h1 { margin: 0 0 23px; color: var(--violet-950); font-size: 25px; }
.cart-shop-button { min-width: 190px; min-height: 43px; display: inline-grid; place-items: center; padding: 0 20px; border-radius: 3px; background: var(--violet-900); color: #fff; font-weight: 800; }
.cart-shop-button:hover { background: var(--violet-950); }
.cart-assurances { display: flex; justify-content: center; gap: 70px; padding: 23px; border: 1px solid #dedce4; border-top: 0; background: #fff; color: var(--green-700); }
.cart-assurances b { color: var(--ink); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .75fr); gap: 25px; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 12px; }
.cart-line { min-height: 145px; display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 22px; align-items: center; padding: 16px; border: 1px solid #dedce4; background: #fff; }
.cart-line-image { width: 130px; height: 110px; display: grid; place-items: center; overflow: hidden; background: var(--surface-soft); }
.cart-line-image img { width: 88%; height: 88%; object-fit: contain; }
.cart-line-copy h2 { margin: 0 0 9px; font-size: 16px; }
.cart-line-copy span { color: var(--muted); }
.cart-line-copy button { display: block; margin-top: 16px; padding: 0; border: 0; background: transparent; color: var(--violet-700); text-decoration: underline; }
.cart-line-actions { align-self: stretch; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart-line-actions > strong { color: var(--green-700); font-size: 16px; }
.quantity-stepper { display: grid; grid-template-columns: 31px 34px 31px; height: 32px; border: 1px solid #c9c7d1; }
.quantity-stepper button { border: 0; background: #f5f3f8; color: var(--violet-950); font-size: 17px; }
.quantity-stepper span { display: grid; place-items: center; border-inline: 1px solid #c9c7d1; }
.cart-summary { padding: 24px; border: 1px solid #dedce4; background: #fff; }
.cart-summary h2 { margin: 0 0 22px; color: var(--violet-950); font-size: 20px; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 15px; margin: 13px 0; }
.cart-summary .free-shipping { color: var(--green-700); }
.cart-summary .cart-total { margin-top: 21px; padding-top: 18px; border-top: 1px solid #d8d6df; font-size: 17px; }
.cart-summary button { width: 100%; min-height: 46px; margin-top: 15px; border: 0; border-radius: 3px; background: var(--violet-900); color: #fff; font-weight: 850; }
.cart-summary p { margin: 17px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.info-page { padding-top: 0; }
.info-hero { padding: 50px 7%; border-radius: 6px; background: linear-gradient(135deg, #ede6ff, #f8f4ff); color: var(--violet-950); text-align: center; }
.info-hero > span { display: inline-block; margin-bottom: 8px; color: var(--violet-700); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.info-hero h1 { margin: 0 0 13px; font-size: 35px; }
.info-hero p { max-width: 680px; margin: 0 auto; color: #4c4763; font-size: 14px; line-height: 1.65; }
.info-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.info-card-grid article { min-height: 185px; padding: 29px; border: 1px solid #dedce5; background: #fff; }
.info-card-grid article > span { color: var(--violet-700); font-size: 27px; }
.info-card-grid h2 { margin: 14px 0 9px; font-size: 18px; }
.info-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.about-hero { background: linear-gradient(135deg, #e8f6ef, #f2edff); }
.about-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.help-shell { width: min(100% - 32px, 1180px); }
.help-hero { padding: 37px 30px 42px; border-radius: 5px; background: linear-gradient(120deg, var(--violet-950), #6543d9); color: #fff; text-align: center; }
.help-hero > p { margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .82; }
.help-hero h1 { margin: 0 0 22px; font-size: 31px; }
.help-hero label { width: min(100%, 600px); height: 47px; display: flex; align-items: center; gap: 10px; margin: auto; padding: 0 15px; border-radius: 3px; background: #fff; color: var(--ink); }
.help-hero svg { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; }
.help-hero input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.faq-content { padding: 38px 0 10px; }
.faq-content > h2 { margin: 0 0 26px; font-size: 26px; }
.faq-group { margin-bottom: 28px; }
.faq-group > h3 { margin: 0 0 13px; font-size: 19px; }
.faq-category { margin-bottom: 12px; border: 1px solid #d5d3db; background: #fff; }
.faq-category > summary { min-height: 58px; display: grid; grid-template-columns: 30px minmax(0, 1fr) 24px; gap: 12px; align-items: center; padding: 10px 16px; cursor: pointer; list-style: none; }
.faq-category > summary::-webkit-details-marker, .faq-question > summary::-webkit-details-marker { display: none; }
.faq-category-icon { color: var(--violet-950); font-size: 21px; }
.faq-chevron { justify-self: end; color: var(--muted); font-size: 17px; transition: transform .2s; }
.faq-category[open] .faq-chevron { transform: rotate(180deg); }
.faq-questions { padding: 0 18px 15px 54px; }
.faq-question { border-top: 1px solid #e2e0e6; }
.faq-question > summary { min-height: 39px; display: flex; align-items: center; gap: 8px; padding: 7px 0; cursor: pointer; list-style: none; font-weight: 700; }
.faq-question > summary span { color: var(--muted); font-size: 14px; }
.faq-question[open] > summary span { transform: rotate(45deg); }
.faq-question p { margin: -1px 0 13px 23px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.help-no-results { padding: 35px; border: 1px solid #d5d3db; background: #fff; color: var(--muted); text-align: center; }
.help-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 16px; }
.help-contact-grid article { padding: 23px; border: 1px solid #c9c6d0; background: #fff; }
.help-contact-grid h3 { margin: 0 0 10px; }
.help-contact-grid p { min-height: 37px; margin: 0 0 14px; color: var(--muted); line-height: 1.5; }
.help-contact-grid a { color: var(--violet-700); font-weight: 750; text-decoration: underline; }

@media (max-width: 820px) {
  .utility-bar { gap: 10px; }
  .header-links { order: 2; margin-left: auto; }
  .search-box { order: 4; flex-basis: 100%; max-width: none; margin: 0 0 7px; }
  .search-suggestions { right: auto; left: 0; width: 100%; }
  .header-actions { order: 3; margin-left: 0; }
  .brand { order: 1; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .about-cards { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .utility-bar { padding-block: 5px; }
  .brand img { height: 43px; }
  .header-links { gap: 10px; font-size: 10px; }
  .header-actions { gap: 2px; }
  .icon-button { width: 29px; }
  .language-button { width: 39px; }
  .category-bar a, .all-categories { padding-inline: 10px; }
  .account-shell, .cart-shell, .info-shell { width: min(100% - 24px, 1120px); padding-top: 22px; }
  .auth-intro, .auth-form { padding-inline: 22px; }
  .auth-options { align-items: flex-start; flex-direction: column; }
  .cart-assurances { align-items: flex-start; flex-direction: column; gap: 13px; }
  .cart-line { grid-template-columns: 90px minmax(0, 1fr); gap: 13px; }
  .cart-line-image { width: 90px; height: 90px; }
  .cart-line-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .info-card-grid, .help-contact-grid { grid-template-columns: 1fr; }
  .info-hero { padding: 38px 22px; }
  .info-hero h1, .help-hero h1 { font-size: 27px; }
  .help-hero { padding-inline: 16px; }
  .faq-questions { padding-left: 18px; }
  .faq-category > summary { grid-template-columns: 25px minmax(0, 1fr) 20px; padding-inline: 12px; }
}

/* ------------------------------------------------------------------------- */
/* Storefront theme adjustments — Tech Now                                      */
/* ------------------------------------------------------------------------- */

.technow-main { display: block; }
.skip-link { position: absolute; left: -9999px; }

/* The platform wraps the configurator and the purchase panel in one <form>:
   display:contents keeps the original three-column detail grid. */
.product-purchase-form { display: contents; }

/* Card titles and cart titles became real links */
.product-name a, .cart-line-copy h2 a, .macbook-copy .product-name a { color: inherit; text-decoration: none; }
.product-name a:hover, .cart-line-copy h2 a:hover { text-decoration: underline; }
.product-card .favourite { cursor: pointer; }

/* Header search and live product suggestions */
.search-box { position: relative; z-index: 80; }
.search-box .search-submit { display: grid; place-items: center; padding: 0 0 0 4px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.search-suggestions { position: absolute; z-index: 81; top: calc(100% + 8px); right: 0; width: min(520px, calc(100vw - 28px)); max-height: min(520px, calc(100vh - 130px)); overflow: auto; border: 1px solid #d8d5df; border-radius: 5px; background: #fff; box-shadow: 0 18px 45px rgb(31 25 75 / .2); }
.search-suggestions-list { display: flex; flex-direction: column; }
.search-suggestion { min-height: 76px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 9px 13px; border-bottom: 1px solid #ebe9ef; background: #fff; color: var(--ink); text-decoration: none; }
.search-suggestion:hover, .search-suggestion:focus { outline: 0; background: #f5f1ff; }
.search-suggestion-image { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; background: var(--surface-soft); }
.search-suggestion-image img { width: 88%; height: 88%; display: block; object-fit: contain; }
.search-suggestion-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.search-suggestion-copy strong { overflow: hidden; font-size: 12px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-copy small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-price { color: var(--green-700); font-size: 12px; font-weight: 800; white-space: nowrap; }
.search-suggestions-message { margin: 0; padding: 22px 16px; color: var(--muted); font-size: 12px; text-align: center; }
.search-suggestions-all { min-height: 42px; display: grid; place-items: center; padding: 8px 14px; background: #f7f5fb; color: var(--violet-700); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; }
.search-suggestions-all:hover, .search-suggestions-all:focus { background: var(--violet-100); text-decoration: underline; }

/* Account tabs are links (login / register are separate pages) */
.auth-tabs a { min-height: 48px; display: grid; place-items: center; border-bottom: 3px solid transparent; background: #faf9fb; color: var(--muted); font-weight: 800; text-decoration: none; }
.auth-tabs a.active { border-bottom-color: var(--violet-700); background: #fff; color: var(--violet-950); }
.app-page-back { text-decoration: none; cursor: pointer; }
.auth-secondary { width: 100%; min-height: 42px; margin-top: 10px; border: 1px solid var(--violet-700); border-radius: 3px; background: #fff; color: var(--violet-700); font-weight: 800; cursor: pointer; }
.auth-success { margin: 0 0 16px; padding: 10px 12px; border-radius: 4px; background: #eef6ee; color: #1c5b2b; }
.errors, .form-message { margin: 0 0 16px; padding: 10px 12px; border-radius: 4px; background: #fdeeee; color: #8d1f1f; }
.errors ul { margin: 0; padding-left: 18px; }
.account-links { display: flex; gap: 16px; padding: 0 36px 26px; }
.account-links a { color: var(--violet-700); font-weight: 750; }
.account-dashboard .auth-card { margin-bottom: 22px; }
.account-dashboard h2 { padding: 22px 36px 0; font-size: 18px; }
.account-orders { width: calc(100% - 72px); margin: 14px 36px 30px; border-collapse: collapse; font-size: 13px; }
.account-orders th, .account-orders td { padding: 9px 6px; border-bottom: 1px solid #e6e4ec; text-align: left; }
.account-addresses { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; padding: 0 36px 30px; }
.address-card { padding: 16px 36px; border-top: 1px solid #e6e4ec; }
.password-form { padding: 24px 32px 32px; }
.password-logo { display: block; margin: 0 auto 12px; }
.gift-card-shell { padding: 28px; text-align: center; }
.gift-card-code { font-size: 20px; letter-spacing: 2px; }

/* Product description coming from the store product record */
.product-description { max-width: 640px; margin-top: 26px; font-size: 13px; line-height: 1.6; color: #3a3844; }
.product-description h2, .product-description h3 { margin: 18px 0 6px; font-size: 15px; color: var(--violet-950); }
.product-description ul { margin: 0 0 12px; padding-left: 18px; }
.configuration-note { margin: 4px 0 0; font-size: 11px; color: var(--muted); }
.cart-shipping-note { margin-top: 6px; font-size: 11px; color: var(--muted); }

/* Information pages */
.info-rte { max-width: 780px; margin-top: 26px; font-size: 14px; line-height: 1.65; }
.info-rte h2 { margin: 22px 0 8px; font-size: 18px; color: var(--violet-950); }
.info-loading { color: var(--muted); }

/* Pagination, collection list, blog */
.technow-pagination { display: flex; justify-content: center; margin: 26px 0 10px; }
.technow-pagination .pagination { display: flex; gap: 10px; align-items: center; }
.technow-pagination span, .technow-pagination a { padding: 4px 9px; border: 1px solid #d5d3dd; border-radius: 3px; color: var(--violet-700); text-decoration: none; }
.technow-pagination .page.current { background: var(--violet-700); border-color: var(--violet-700); color: #fff; }
.technow-more { margin: 24px 0 0; text-align: center; }
.technow-more a { text-decoration: none; }
.technow-404 { margin: 60px auto; }
.collection-list-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 22px; margin: 20px 0 40px; }
.collection-card { display: block; padding: 14px; border: 1px solid #e2e0e9; border-radius: 6px; color: inherit; text-decoration: none; }
.collection-card img { width: 100%; height: 150px; object-fit: contain; }
.collection-card h2 { margin: 10px 0 2px; font-size: 15px; }
.collection-card span { color: var(--muted); font-size: 12px; }
.article-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; margin: 20px 0 40px; }
.article-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 6px; }
.article-card h2 { margin: 12px 0 4px; font-size: 17px; }
.article-card h2 a { color: inherit; text-decoration: none; }
.article-card time { color: var(--muted); font-size: 12px; }
.article-hero-image { width: 100%; max-width: 780px; border-radius: 8px; }
.article-comments { max-width: 640px; margin-top: 30px; }
.article-comment { padding: 12px 0; border-bottom: 1px solid #e6e4ec; }
.search-page-form { display: flex; gap: 10px; margin: 0 0 22px; }
.search-page-form input { flex: 1 1 320px; max-width: 420px; height: 40px; padding: 0 12px; border: 1px solid #c9c7d1; border-radius: 3px; }
.search-article-card { padding: 16px; border: 1px solid #e6e4ec; border-radius: 6px; }

/* Footer */
.site-footer { margin-top: 54px; padding: 30px 0 26px; background: var(--violet-950); color: #fff; }
.site-footer-inner { display: grid; justify-items: center; gap: 18px; text-align: center; }
.site-footer-brand { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.site-footer-brand img { filter: brightness(0) invert(1); }
.site-footer-brand p { margin: 0; color: rgb(255 255 255 / .8); font-size: 13px; }
.site-footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.site-footer-links a { color: #fff; font-size: 13px; font-weight: 650; text-decoration: none; }
.site-footer-links a:hover { text-decoration: underline; }
.site-footer-legal { margin: 0; color: rgb(255 255 255 / .68); font-size: 12px; text-align: center; }

/* Contact form */
.contact-shell { max-width: 960px; }
.contact-hero { background: linear-gradient(135deg, #ece6ff, #f4f9f6); }
.contact-card { max-width: 820px; margin: 26px auto 0; padding: 32px; border: 1px solid #dedce5; border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgb(35 28 72 / .07); }
.contact-card-heading { margin-bottom: 24px; }
.contact-card-heading h2 { margin: 0 0 8px; color: var(--violet-950); font-size: 23px; }
.contact-card-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-form { display: flex; flex-direction: column; gap: 21px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; color: #373541; font-size: 13px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c9c7d1; border-radius: 4px; background: #fff; color: var(--ink); font: inherit; font-weight: 400; }
.contact-form input, .contact-form select { height: 46px; padding: 0 13px; }
.contact-form textarea { min-height: 150px; padding: 12px 13px; resize: vertical; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet-600); outline: 2px solid rgb(99 64 228 / .16); }
.contact-success { margin: 0; padding: 13px 15px; border: 1px solid #a9d8bd; border-radius: 4px; background: #eef8f2; color: #12653e; font-weight: 750; }
.contact-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-form-footer p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-form-footer button { min-width: 180px; min-height: 46px; padding: 0 22px; border: 1px solid var(--violet-900); border-radius: 4px; background: var(--violet-900); color: #fff; font-size: 13px; font-weight: 850; }
.contact-form-footer button:hover { background: var(--violet-950); }
@media (max-width: 650px) {
  .contact-card { padding: 23px 18px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-footer { align-items: stretch; flex-direction: column; }
  .contact-form-footer button { width: 100%; }
}

/* Customer profile */
.profile-page { background: #fff; }
.profile-shell { width: min(100% - 48px, 1220px); margin-inline: auto; padding: 48px 0 90px; }
.profile-dashboard { min-height: 520px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; }
.profile-nav { display: flex; flex-direction: column; align-items: stretch; }
.profile-nav h1 { margin: 0 0 8px; padding: 0 8px 14px; border-bottom: 1px solid #d8d7dc; font-size: 18px; }
.profile-nav a, .profile-nav span { min-height: 43px; display: flex; align-items: center; padding: 0 9px; color: var(--ink); font-size: 14px; text-decoration: none; }
.profile-nav a:hover { color: var(--violet-700); }
.profile-nav .active { background: #f4f4f2; font-weight: 800; }
.profile-nav .profile-sign-out { margin-top: 14px; color: var(--violet-700); font-size: 12px; }
.profile-orders h2 { margin: 0; font-size: 28px; }
.profile-empty { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px 20px; text-align: center; }
.profile-empty svg { width: 74px; height: 74px; margin-bottom: 18px; fill: none; stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.profile-empty h3 { margin: 0 0 22px; font-size: 23px; }
.profile-empty p { margin: 0 0 27px; font-size: 14px; }
.profile-empty > a, .profile-login-needed > a { min-width: 165px; min-height: 48px; display: inline-grid; place-items: center; padding: 0 22px; border-radius: 6px; background: var(--violet-800); color: #fff; font-weight: 800; text-decoration: none; }
.profile-order-table-wrap { margin-top: 28px; overflow: auto; border: 1px solid #dedce5; }
.profile-order-table-wrap table { width: 100%; border-collapse: collapse; }
.profile-order-table-wrap th, .profile-order-table-wrap td { padding: 14px; border-bottom: 1px solid #e7e5eb; text-align: left; }
.profile-login-needed { max-width: 520px; margin: 30px auto; padding: 40px; border: 1px solid #dedce5; text-align: center; }
.profile-login-needed p { margin: 12px 0 25px; color: var(--muted); }
@media (max-width: 720px) {
  .profile-shell { width: min(100% - 24px, 1220px); padding-top: 24px; }
  .profile-dashboard { grid-template-columns: 1fr; gap: 28px; }
  .profile-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-nav h1 { grid-column: 1 / -1; }
  .profile-nav .profile-sign-out { margin-top: 0; }
  .profile-orders h2 { font-size: 24px; }
  .profile-empty { min-height: 330px; }
}

/* Login and registration — clean layout inspired by the supplied reference */
.technow-auth-layout, .auth-reference-page { background: #fff; }
.technow-auth-layout .technow-main, .auth-reference-page { min-height: 100vh; }
.auth-page-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 7px 38px; border-top: 4px solid #263627; border-bottom: 1px solid #e8e7eb; background: #fff; }
.auth-page-brand { display: inline-flex; align-items: center; }
.auth-page-brand img { width: 72px; height: 54px; display: block; object-fit: contain; object-position: left center; }
.auth-page-help { color: var(--violet-700); font-size: 14px; font-weight: 750; }
.auth-page-help:hover { text-decoration: underline; }
.auth-reference-shell { width: min(100% - 40px, 520px); margin-inline: auto; padding: 66px 0 96px; }
.auth-reference-panel { width: 100%; }
.auth-switch-button { width: 100%; min-height: 62px; display: grid; place-items: center; padding: 12px 22px; border: 1.5px solid var(--violet-700); border-radius: 8px; background: #fff; color: var(--violet-700); font-size: 16px; font-weight: 850; text-align: center; }
.auth-switch-button:hover { background: #f8f5ff; }
.auth-separator { display: flex; align-items: center; gap: 18px; margin: 34px 0 30px; color: #33322f; font-size: 16px; font-weight: 800; white-space: nowrap; }
.auth-separator::before, .auth-separator::after { content: ''; height: 1px; flex: 1 1 auto; background: #d6d4d1; }
.auth-heading { display: flex; justify-content: center; margin: 0 0 10px; }
.auth-icon-image { width: 54px; height: 54px; display: block; object-fit: contain; }
.auth-reference-panel h1 { margin: 0 0 26px; color: #181714; font-size: 27px; line-height: 1.2; text-align: left; }
.auth-reference-panel .auth-form { padding: 0; }
.auth-reference-panel .auth-form > label, .auth-reference-panel .auth-name-grid label { display: block; margin: 0 0 21px; color: #3d3b38; font-size: 13px; font-weight: 800; }
.auth-reference-panel .auth-form input[type="email"], .auth-reference-panel .auth-form input[type="password"], .auth-reference-panel .auth-form input[type="text"] { width: 100%; height: 56px; margin-top: 8px; padding: 0 14px; border: 1px solid #d3d1d0; border-radius: 6px; background: #fff; color: var(--ink); font-size: 15px; }
.auth-reference-panel .auth-form input:focus { border-color: #b58be5; outline: 3px solid rgb(181 139 229 / .38); }
.auth-name-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.auth-reference-panel .auth-options { display: flex; align-items: center; justify-content: space-between; flex-direction: row; gap: 14px; margin: -2px 0 27px; color: var(--violet-700); font-size: 14px; }
.auth-reference-panel .auth-options a { font-weight: 800; text-decoration: underline; }
.auth-remember { display: inline-flex; align-items: center; gap: 10px; color: #25241f; font-size: 14px; cursor: pointer; }
.auth-remember input, .auth-reference-panel .auth-check input { width: 24px; height: 24px; flex: 0 0 24px; margin: 0; accent-color: #a878e0; }
.auth-reference-panel .auth-check { display: flex; align-items: center; gap: 10px; margin: 0 0 24px !important; color: #25241f; font-size: 13px; font-weight: 600 !important; }
.auth-reference-panel .auth-submit { width: 100%; min-height: 58px; border: 1px solid var(--violet-900); border-radius: 8px; background: var(--violet-900); color: #fff; font-size: 16px; font-weight: 850; }
.auth-reference-panel .auth-submit:hover { background: var(--violet-950); }
.auth-reference-panel .auth-secondary { min-height: 50px; border-radius: 8px; }

@media (max-width: 600px) {
  .auth-page-header { min-height: 64px; padding: 5px 18px; }
  .auth-page-brand img { width: 62px; height: 49px; }
  .auth-reference-shell { width: min(100% - 32px, 520px); padding: 38px 0 70px; }
  .auth-switch-button { min-height: 56px; }
  .auth-separator { gap: 12px; margin: 28px 0 25px; font-size: 14px; }
  .auth-reference-panel h1 { font-size: 24px; }
  .auth-name-grid { grid-template-columns: 1fr; gap: 0; }
  .auth-reference-panel .auth-options { align-items: center; flex-direction: row; flex-wrap: wrap; }
}

/* Component product pages — structured, fully localised descriptions */
.localized-product-content .locale-content { display: none; }
html[data-technow-language="en"] .localized-product-content .locale-content[lang="en"],
html[data-technow-language="fr"] .localized-product-content .locale-content[lang="fr"],
html[data-technow-language="pt"] .localized-product-content .locale-content[lang="pt"] { display: block; }
html:not([data-technow-language]) .localized-product-content .locale-content[lang="en"] { display: block; }
.product-description.gpu-description { margin-top: 28px; color: #32313b; font-size: 15px; line-height: 1.68; }
.gpu-description .description-hero { padding: 26px 28px; border: 1px solid #e2def0; border-radius: 10px; background: linear-gradient(135deg, #faf9ff 0%, #f2effc 100%); }
.gpu-description .eyebrow { margin: 0 0 8px; color: var(--violet-700); font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.gpu-description h2, .gpu-description h3 { color: var(--violet-950); line-height: 1.2; }
.gpu-description h2 { margin: 0 0 13px; font-size: 25px; letter-spacing: -.3px; }
.gpu-description h3 { margin: 0 0 10px; font-size: 18px; }
.gpu-description p { margin: 0; }
.gpu-description .feature-grid, .gpu-description .fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.gpu-description .feature-grid > section, .gpu-description .fit-grid > section, .gpu-description .content-section { padding: 22px 24px; border: 1px solid #e7e5eb; border-radius: 8px; background: #fff; }
.gpu-description .feature-grid > section { border-top: 3px solid var(--violet-600); }
.gpu-description .content-section { margin-top: 18px; background: var(--surface-soft); }
.gpu-description .specifications, .gpu-description .faq-section { margin-top: 24px; }
.gpu-description .specifications > h3, .gpu-description .faq-section > h3 { margin-bottom: 12px; }
.gpu-description .spec-grid { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr); margin: 0; border: 1px solid #dedde6; border-radius: 8px; overflow: hidden; }
.gpu-description .spec-grid dt, .gpu-description .spec-grid dd { min-width: 0; margin: 0; padding: 11px 14px; border-bottom: 1px solid #e7e5eb; }
.gpu-description .spec-grid dt { background: #f6f4fb; color: #40377d; font-weight: 750; }
.gpu-description .spec-grid dd { background: #fff; font-weight: 600; }
.gpu-description .spec-grid dt:nth-last-of-type(1), .gpu-description .spec-grid dd:last-child { border-bottom: 0; }
.gpu-description .spec-table { width: 100%; margin: 0; border: 1px solid #dedde6; border-radius: 8px; border-collapse: separate; border-spacing: 0; overflow: hidden; font-size: 14.5px; }
.gpu-description .spec-table th, .gpu-description .spec-table td { padding: 11px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid #e7e5eb; }
.gpu-description .spec-table th { width: 42%; background: #f6f4fb; color: #40377d; font-weight: 750; }
.gpu-description .spec-table td { background: #fff; color: #32313b; font-weight: 600; }
.gpu-description .spec-table tr:last-child th, .gpu-description .spec-table tr:last-child td { border-bottom: 0; }
.gpu-description .faq-section details { border-bottom: 1px solid #dedde6; background: #fff; }
.gpu-description .faq-section summary { padding: 15px 4px; color: var(--violet-950); font-weight: 800; cursor: pointer; }
.gpu-description .faq-section details p { padding: 0 4px 16px; }
.gpu-description .fit-grid ul { margin: 0; padding-left: 19px; }
.gpu-description .fit-grid li + li { margin-top: 7px; }
.product-page .gpu-product-info { justify-content: flex-start; }
.product-page .gpu-product-info .included-warranty { margin-top: 0; }
.product-page .gpu-product-benefits { grid-template-columns: 1fr; }
@media (max-width: 760px) {
  .product-description.gpu-description { margin-top: 22px; font-size: 14px; }
  .gpu-description .description-hero, .gpu-description .feature-grid > section, .gpu-description .fit-grid > section, .gpu-description .content-section { padding: 19px; }
  .gpu-description h2 { font-size: 22px; }
  .gpu-description .feature-grid, .gpu-description .fit-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
  .gpu-description .content-section { margin-top: 12px; }
  .gpu-description .spec-grid { grid-template-columns: 1fr; }
  .gpu-description .spec-grid dt { padding-bottom: 4px; border-bottom: 0; }
  .gpu-description .spec-grid dd { padding-top: 4px; }
  .gpu-description .spec-table { font-size: 13.5px; }
  .gpu-description .spec-table th, .gpu-description .spec-table td { padding: 9px 11px; }
  .gpu-description .spec-table th { width: 46%; }
}

/* ------------------------------------------------------------------------- */
/* Thicker, more modern header chrome                                          */
/* ------------------------------------------------------------------------- */
.site-header { border-top-width: 4px; box-shadow: 0 3px 18px rgb(31 25 75 / .08); }
.utility-bar { min-height: 88px; height: auto; padding-block: 14px; gap: 26px; }
.brand img { height: 64px; }
.header-links { gap: 22px; font-size: 13px; }
.search-box { height: 46px; max-width: 470px; border: 1px solid #cdcad8; border-radius: 10px; padding-inline: 16px 12px; }
.search-box input { font-size: 13px; }
.search-box:focus-within { border-color: var(--violet-700); box-shadow: 0 0 0 3px rgb(84 49 210 / .13); }
.header-actions { gap: 12px; }
.search-box svg, .header-actions svg { width: 20px; height: 20px; }
.icon-button { width: 40px; height: 40px; border-radius: 50%; }
.language-button { width: 54px; grid-template-columns: 24px 10px; }
.cart-count { top: 1px; right: 0; }
.search-suggestions { top: calc(100% + 12px); }
.category-bar { height: 50px; }
.category-bar a, .all-categories { padding-inline: 16px; font-size: 12.5px; font-weight: 600; }
.all-categories { padding-left: 0; font-weight: 800; }
.account-page, .cart-page, .info-page { min-height: calc(100vh - 142px); }

@media (max-width: 820px) {
  .utility-bar { min-height: 78px; padding-block: 11px; gap: 15px; }
  .brand img { height: 56px; }
  .search-box { max-width: none; }
  .category-bar { height: 46px; }
}

@media (max-width: 600px) {
  .utility-bar { min-height: 0; padding-block: 10px; gap: 10px; }
  .brand img { height: 48px; }
  .header-links { gap: 12px; font-size: 11px; }
  .header-actions { gap: 4px; }
  .search-box { height: 42px; }
  .icon-button { width: 36px; height: 36px; }
  .language-button { width: 46px; }
  .category-bar { height: 43px; }
  .category-bar a, .all-categories { padding-inline: 12px; font-size: 11.5px; }
}

/* ------------------------------------------------------------------------- */
/* Entrance animations — content fades in as it reaches the viewport           */
/* ------------------------------------------------------------------------- */
@keyframes tnFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes tnFadeDown { from { opacity: 0; transform: translate3d(0, -10px, 0); } to { opacity: 1; transform: none; } }

html.tn-motion .site-header { animation: tnFadeIn .55s ease both; }
html.tn-motion .category-bar { animation: tnFadeDown .6s cubic-bezier(.22, .61, .36, 1) .1s both; }

html.tn-motion .breadcrumb-row,
html.tn-motion .intro,
html.tn-motion .model-chips,
html.tn-motion .filters-button,
html.tn-motion .listing-toolbar,
html.tn-motion .product-card,
html.tn-motion .promo-card,
html.tn-motion .technow-more,
html.tn-motion .collection-card,
html.tn-motion .article-card,
html.tn-motion .detail-breadcrumb,
html.tn-motion .detail-title-block,
html.tn-motion .detail-gallery,
html.tn-motion .product-description,
html.tn-motion .configuration-panel,
html.tn-motion .purchase-panel,
html.tn-motion .product-benefits,
html.tn-motion .info-hero,
html.tn-motion .info-card-grid > article,
html.tn-motion .help-hero,
html.tn-motion .faq-group,
html.tn-motion .help-contact-grid > article,
html.tn-motion .contact-card,
html.tn-motion .cart-heading,
html.tn-motion .cart-line,
html.tn-motion .cart-summary,
html.tn-motion .cart-assurances,
html.tn-motion .empty-cart-card,
html.tn-motion .auth-card,
html.tn-motion .auth-reference-panel,
html.tn-motion .profile-dashboard,
html.tn-motion .site-footer {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .62s cubic-bezier(.22, .61, .36, 1), transform .62s cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--tn-delay, 0ms);
}

html.tn-motion .tn-in { opacity: 1 !important; transform: none !important; }

/* Visitors who ask their system for reduced motion never receive the
   tn-motion class, so every block above stays fully visible for them. */


   /* Policy page: keep content visible if entrance animation does not initialize. */body.template-suffix-policy .info-hero,body.template-suffix-policy .info-card-grid > article {  opacity: 1 !important;  transform: none !important;}

   /* Modern Privacy Policy — presentation only */#MainContent .shopify-policy__container{max-width:960px;margin:0 auto;padding:48px 24px 80px}#MainContent .shopify-policy__title{position:relative;overflow:hidden;margin:0 0 24px;padding:48px clamp(24px,6vw,64px);border-radius:28px;background:linear-gradient(135deg,#102a43 0%,#174f78 55%,#1e7191 100%);box-shadow:0 20px 50px rgba(15,42,67,.18);text-align:left}#MainContent .shopify-policy__title:after{content:"";position:absolute;right:-70px;top:-110px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08)}#MainContent .shopify-policy__title h1{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.035em}#MainContent .shopify-policy__body{padding:clamp(28px,6vw,64px);border:1px solid #dfe8ee;border-radius:28px;background:#fff;box-shadow:0 14px 45px rgba(15,42,67,.09)}#MainContent .shopify-policy__body .rte{color:#31485a;font-size:16px;line-height:1.78}#MainContent .shopify-policy__body .rte>h1:first-child{margin:0 0 28px;color:#102a43;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.18;letter-spacing:-.025em}#MainContent .shopify-policy__body h2,#MainContent .shopify-policy__body h3{scroll-margin-top:24px;color:#102a43;line-height:1.25;letter-spacing:-.015em}#MainContent .shopify-policy__body h2{margin:46px 0 16px;padding-top:20px;border-top:1px solid #e5edf2;font-size:1.55rem}#MainContent .shopify-policy__body h3{margin:30px 0 12px;font-size:1.2rem}#MainContent .shopify-policy__body p{margin:0 0 18px}#MainContent .shopify-policy__body ul,#MainContent .shopify-policy__body ol{margin:8px 0 24px;padding-left:1.35rem}#MainContent .shopify-policy__body li{margin:0 0 10px;padding-left:5px}#MainContent .shopify-policy__body li::marker{color:#18708f;font-weight:700}#MainContent .shopify-policy__body a{color:#0b6687;font-weight:650;text-decoration-color:rgba(11,102,135,.35);text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease,background .2s ease}#MainContent .shopify-policy__body a:hover{color:#084a63;background:#eef8fb}#MainContent .shopify-policy__body strong{color:#1a3447}@media(max-width:640px){#MainContent .shopify-policy

/* Modern Privacy Policy — presentation only */
#MainContent .shopify-policy__container{max-width:960px;margin:0 auto;padding:48px 24px 80px}
#MainContent .shopify-policy__title{position:relative;overflow:hidden;margin:0 0 24px;padding:48px clamp(24px,6vw,64px);border-radius:28px;background:linear-gradient(135deg,#102a43 0%,#174f78 55%,#1e7191 100%);box-shadow:0 20px 50px rgba(15,42,67,.18);text-align:left}
#MainContent .shopify-policy__title:after{content:"";position:absolute;right:-70px;top:-110px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08)}
#MainContent .shopify-policy__title h1{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.035em}
#MainContent .shopify-policy__body{padding:clamp(28px,6vw,64px);border:1px solid #dfe8ee;border-radius:28px;background:#fff;box-shadow:0 14px 45px rgba(15,42,67,.09)}
#MainContent .shopify-policy__body .rte{color:#31485a;font-size:16px;line-height:1.78}
#MainContent .shopify-policy__body .rte>h1:first-child{margin:0 0 28px;color:#102a43;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.18;letter-spacing:-.025em}
#MainContent .shopify-policy__body h2,#MainContent .shopify-policy__body h3{scroll-margin-top:24px;color:#102a43;line-height:1.25;letter-spacing:-.015em}
#MainContent .shopify-policy__body h2{margin:46px 0 16px;padding-top:20px;border-top:1px solid #e5edf2;font-size:1.55rem}
#MainContent .shopify-policy__body h3{margin:30px 0 12px;font-size:1.2rem}
#MainContent .shopify-policy__body p{margin:0 0 18px}
#MainContent .shopify-policy__body ul,#MainContent .shopify-policy__body ol{margin:8px 0 24px;padding-left:1.35rem}
#MainContent .shopify-policy__body li{margin:0 0 10px;padding-left:5px}
#MainContent .shopify-policy__body li::marker{color:#18708f;font-weight:700}
#MainContent .shopify-policy__body a{color:#0b6687;font-weight:650;text-decoration-color:rgba(11,102,135,.35);text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease,background .2s ease}
#MainContent .shopify-policy__body a:hover{color:#084a63;background:#eef8fb}
#MainContent .shopify-policy__body strong{color:#1a3447}
@media(max-width:640px){#MainContent .shopify-policy__container{padding:24px 14px 52px}#MainContent .shopify-policy__title{padding:34px 24px;border-radius:20px}#MainContent .shopify-policy__body{padding:28px 22px;border-radius:20px}#MainContent .shopify-policy__body .rte{font-size:15.5px;line-height:1.72}#MainContent .shopify-policy__body h2{margin-top:36px;font-size:1.35rem}}
