:root{--ink:#14242c;--muted:#617078;--blue:#0563d8;--line:#dce3e7;--paper:#f4f7f9;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}button,.button{display:inline-block;background:var(--blue);color:white;border:0;border-radius:7px;padding:12px 19px;font:600 15px/1.4 inherit;cursor:pointer;text-align:center}button:hover,.button:hover{background:#034dAD;color:white}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{font:inherit;color:var(--ink);background:#fff;border:1px solid #b4c1c9;border-radius:6px;padding:10px 12px;max-width:100%;width:100%}input:focus,select:focus,textarea:focus,a:focus-visible,button:focus-visible{outline:3px solid #5fabff;outline-offset:3px}label{display:block;font-size:14px;font-weight:600;margin-bottom:15px}label input,label textarea,label select{display:block;margin-top:5px}textarea{min-height:100px;resize:vertical}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(30px,3.3vw,48px);line-height:1.12;letter-spacing:-1.5px;margin-bottom:24px}h2{font-size:27px;line-height:1.2;letter-spacing:-.6px}h3{font-size:18px;line-height:1.4}small{display:block;font-size:13px;color:var(--muted)}.topbar{background:#11252f;color:#fff;padding:8px 5%;font-size:13px;display:flex;justify-content:space-between}.topbar span{color:#c1d1da}header{display:flex;align-items:center;gap:35px;padding:26px 5%;background:#fff}.brand{font-size:30px;font-weight:800;letter-spacing:-1.4px}.brand b{color:var(--blue);font-size:17px;margin-left:4px}.search{display:flex;flex:1;max-width:670px;margin:auto;gap:6px}.search input{background:var(--paper);border-color:var(--line)}.count{background:#e7f0fe;color:var(--blue);padding:3px 9px;border-radius:5px}nav{display:flex;gap:26px;padding:15px 5%;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-wrap:wrap;font-size:14px;font-weight:600}nav a:last-child{margin-left:auto}main{max-width:1450px;margin:auto;padding:32px 5% 70px;min-height:65vh}.hero{display:grid;grid-template-columns:1.4fr 1fr;background:#063eb2;color:white;border-radius:14px;overflow:hidden;min-height:330px}.hero>div{padding:38px 42px}.hero h1{margin:16px 0;font-size:clamp(34px,3.5vw,53px)}.hero p{color:#dde9ff;max-width:450px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.8px;color:var(--muted)}.hero .eyebrow{color:#bed6ff}.light{background:#fff;color:#123e8d}.hero-aside{background:#073080;display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid #5480d4}.hero-aside span{font-size:12px;letter-spacing:2px;color:#b1cdfc}.hero-aside strong{font-size:35px;line-height:1.25;letter-spacing:-1px}.hero-aside a{color:#fff;font-size:14px}.benefits{display:flex;justify-content:space-between;gap:15px;padding:24px 4px;margin-bottom:27px;border-bottom:1px solid var(--line);font-size:14px;font-weight:600}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:10px 0 25px}.section-head h2{margin:8px 0}.section-head form{display:flex;gap:7px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.product:hover{box-shadow:0 8px 30px #0b325010}.product-visual{display:flex;align-items:center;justify-content:center;aspect-ratio:1.3;background:#ebf0f4;padding:22px;overflow:hidden}.product-visual img{width:100%;height:100%;object-fit:contain}.no-photo{color:#6d7c88;font-size:22px;letter-spacing:-.5px;text-align:center}.no-photo small{margin-top:8px;font-size:12px}.product-body{padding:20px}.product-body h3{margin:9px 0;min-height:50px}.product-body p{font-size:14px;color:var(--muted);min-height:64px}.stock{font-size:13px;color:#167344}.out{color:#8d3b34}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:14px}.product-bottom strong{font-size:18px}.product-bottom button{font-size:22px;padding:6px 15px}.panel{background:white;border:1px solid var(--line);padding:28px;border-radius:var(--radius);margin-bottom:22px}.empty{text-align:center;padding:65px 20px;background:#fff;border:1px solid var(--line);border-radius:12px}.empty a{color:var(--blue)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:28px}.detail .product-visual{border-radius:12px}.checkout{display:grid;grid-template-columns:1.3fr 1fr;gap:25px;align-items:start}.cart-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row h3,.cart-row p{margin-bottom:5px}.cart-row form{display:flex;align-items:end;gap:7px}.cart-row form label{max-width:85px;margin:0}.cart-row input{padding:8px}.total{display:flex;justify-content:space-between;gap:16px;font-size:19px;margin:24px 0;padding:18px 0;border-block:1px solid var(--line)}.wide{width:100%}.muted{font-size:14px;color:var(--muted);margin-top:16px}.subtle{background:#eaf0f7;color:#254965}.notice,.alert{padding:18px 22px;border-radius:8px;margin-bottom:25px}.notice{background:#e4f4ec;color:#145b36}.alert{background:#ffeae7;color:#8a2b20}.badge{display:inline-block;background:#e6efff;color:#184791;border-radius:20px;padding:5px 13px;font-size:14px;font-weight:600}.tracking-form{display:flex;align-items:end;gap:15px}.tracking-form label{flex:1;margin:0}.timeline{padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:22px;margin:28px 0}.timeline li{padding:12px 18px;border-left:3px solid var(--blue)}.timeline span{display:block;font-size:13px;color:var(--muted)}.token{font:600 18px monospace;overflow-wrap:anywhere;margin:12px 0}.login{max-width:480px;margin:35px auto}.tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.tabs a{padding:10px 16px;border-radius:6px;background:white;border:1px solid var(--line)}.tabs .selected{background:var(--ink);color:#fff}.admin-columns{display:grid;grid-template-columns:350px minmax(0,1fr);gap:24px;align-items:start}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px}td,th{padding:14px 10px;text-align:left;border-bottom:1px solid var(--line)}th{color:var(--muted)}td a{color:var(--blue)}.check{display:flex;align-items:center;gap:10px}.check input{width:auto;margin:0}.inline{display:flex;gap:15px;align-items:end;flex-wrap:wrap}.inline label{margin-bottom:0}footer{background:#11252f;color:#c9d3dc;padding:35px 5%;display:flex;align-items:center;gap:24px;flex-wrap:wrap;font-size:14px}footer .brand{color:#fff}footer p{margin:0 auto 0 0}footer span{font-size:13px}@media(max-width:1050px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-columns{grid-template-columns:1fr}.hero>div{padding:30px}.hero-aside strong{font-size:29px}header{gap:16px}.checkout{grid-template-columns:1fr}}@media(max-width:650px){header{flex-wrap:wrap;padding:18px 5%}.search{order:3;flex-basis:100%}header>a:last-child{margin-left:auto}nav{gap:15px;font-size:13px}nav a:last-child{margin-left:0}.topbar span{display:none}.hero{grid-template-columns:1fr}.hero-aside{display:none}.hero>div{padding:28px}.benefits{flex-direction:column;gap:10px}.grid{gap:12px}.product-body{padding:13px}.product-body h3{font-size:16px}.product-bottom{flex-wrap:wrap}.product-bottom strong{font-size:16px}.section-head{align-items:start;flex-direction:column}.panel{padding:20px}.tracking-form,.detail{display:block}.tracking-form label{margin-bottom:15px}.cart-row{flex-wrap:wrap}.detail .product-visual{margin-bottom:25px}.token{font-size:15px}h2{font-size:24px}.product-visual{padding:10px}.no-photo{font-size:17px}.timeline{gap:8px}footer{gap:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product{transition:none}}
.delivery-fields{border:1px solid var(--line);border-radius:8px;margin:20px 0;padding:16px}.delivery-fields legend{font-weight:700;padding:0 8px}.delivery-fields .muted{margin-top:0}.delivery-fields[hidden]{display:none}

.selection{position:relative;background:#063eb2;border-radius:14px;overflow:hidden}.selection-slide[hidden],.selection-controls[hidden]{display:none}.selection-slide{border-radius:0;min-height:370px}.selection-slide h2{margin:16px 0;font-size:clamp(34px,3.5vw,53px);line-height:1.12;letter-spacing:-1.5px}.selection-price{display:block;font-size:27px;margin-bottom:20px}.selection-image{display:flex;align-items:center;justify-content:center;background:#eaf0f7;padding:24px;min-width:0}.selection-image img{width:100%;height:290px;object-fit:contain}.selection-controls{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px;color:#fff;background:#073080}.selection-controls button{background:#fff;color:#123e8d;padding:8px 15px}.selection-controls span{min-width:45px;text-align:center}@media(max-width:650px){.selection-slide{grid-template-columns:1fr}.selection-image img{height:200px}.selection-image{padding:16px}.selection-slide h1,.selection-slide h2{font-size:30px}.selection-controls{gap:10px}}
.selection-image{flex-direction:column;gap:16px}.selection-image .eyebrow{text-align:center;color:#254965}
/* Product photography leads the carousel. */
.selection-slide{grid-template-columns:minmax(0,1fr) minmax(0,2fr);min-height:440px}
.selection-slide>div{padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.selection-slide h1,.selection-slide h2{font-size:clamp(25px,2.5vw,36px);line-height:1.15;overflow-wrap:anywhere}
.selection-slide p{font-size:14px;margin-bottom:12px}
.selection-price{font-size:24px;margin-bottom:18px}
.selection-image{padding:20px 28px}
.selection-image img{height:350px;object-fit:contain}
.selection-image .eyebrow{font-size:11px}
@media(max-width:650px){.selection-slide{grid-template-columns:1fr}.selection-image{grid-row:1;padding:18px;min-height:290px}.selection-image img{height:250px}.selection-slide>div{padding:22px}.selection-slide h1,.selection-slide h2{font-size:26px;margin:10px 0}.selection-price{font-size:23px}.selection-slide .eyebrow{font-size:10px}}
/* Soft entrance transitions, restarted whenever a slide becomes visible. */
.selection{--selection-shift:26px}
.selection[data-direction="previous"]{--selection-shift:-26px}
.selection-image{overflow:hidden}
.selection-slide:not([hidden]) .selection-image img{animation:selection-photo-in 950ms cubic-bezier(.22,1,.36,1) both}
.selection-slide:not([hidden])>div{animation:selection-copy-in 650ms cubic-bezier(.22,1,.36,1) both}
.selection-slide:not([hidden]) .selection-image .eyebrow{animation:selection-label-in 700ms ease-out both}
@keyframes selection-photo-in{from{opacity:0;transform:translateX(var(--selection-shift)) scale(1.045)}to{opacity:1;transform:translateX(0) scale(1)}}
@keyframes selection-copy-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes selection-label-in{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.selection-slide:not([hidden]) .selection-image img,.selection-slide:not([hidden])>div,.selection-slide:not([hidden]) .selection-image .eyebrow{animation:none}}
/* Random photo transitions; product order remains newest first. */
.selection[data-effect="fade"]{--photo-animation:selection-label-in}
.selection[data-effect="slide"]{--photo-animation:selection-photo-in}
.selection[data-effect="zoom"]{--photo-animation:selection-zoom-in}
.selection[data-effect="rise"]{--photo-animation:selection-rise-in}
.selection-slide:not([hidden]) .selection-image img{animation-name:var(--photo-animation,selection-photo-in)}
@keyframes selection-zoom-in{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
@keyframes selection-rise-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.selection-slide:not([hidden]) .selection-image img{animation:none}}
/* Edge-to-edge photography in the entire image panel. */
.selection-slide{align-items:stretch}
.selection-image{position:relative;padding:0;gap:0;min-height:440px;align-self:stretch}
.selection-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:650px){.selection-image{min-height:0;height:auto;aspect-ratio:4/3;padding:0}.selection-image img{height:100%}}
.selection-dots{display:flex;align-items:center;gap:2px;flex-wrap:wrap;justify-content:center}
.selection-controls .selection-dot{display:grid;place-items:center;width:32px;height:36px;padding:0;background:transparent;border-radius:8px}
.selection-dot::after{content:"";width:9px;height:9px;border-radius:50%;background:#90a9d5;transition:transform .2s,background .2s}
.selection-dot[aria-current="true"]::after{background:#fff;transform:scale(1.35)}
.selection-controls .selection-dot:hover{background:#ffffff14}
@media(prefers-reduced-motion:reduce){.selection-dot::after{transition:none}}
.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:start}
.category-sidebar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 14px;position:sticky;top:20px}
.category-sidebar h2{font-size:19px;margin:0 10px 16px}
.category-nav{display:flex;flex-direction:column;gap:5px;padding:0;border:0;background:transparent;font-size:14px}
.category-nav a{padding:11px 12px;border-radius:7px;overflow-wrap:anywhere}
.category-nav a:last-child{margin-left:0}
.category-nav a:hover{background:#f0f5fc}
.category-nav a[aria-current="page"]{background:#e7f0fe;color:#0563d8;font-weight:700}
.catalog-results{min-width:0}.catalog-results>.section-head{flex-wrap:wrap}.catalog-results>.grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1100px){.catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}.catalog-results>.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.catalog-layout{grid-template-columns:1fr}.category-sidebar{position:static;padding:16px}.category-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.category-nav a{flex-shrink:0;white-space:nowrap}.category-sidebar h2{margin:0 0 10px}.catalog-results>.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:380px){.catalog-results>.grid{grid-template-columns:1fr}}
/* Categories aligned with the carousel; catalogue uses the full width below. */
.hero-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:22px;align-items:stretch}
.hero-layout .category-sidebar{position:static;min-width:0}
.hero-content{min-width:0}
.hero-layout .selection-slide>div{padding:24px}
.hero-layout .selection-slide h1,.hero-layout .selection-slide h2{font-size:clamp(23px,2.2vw,32px)}
.catalog-results>.grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1050px){.hero-layout{grid-template-columns:180px minmax(0,1fr);gap:16px}.catalog-results>.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-layout .selection-slide>div{padding:18px}.hero-layout .selection-slide{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr)}}
@media(max-width:800px){.hero-layout{grid-template-columns:1fr}.hero-layout .category-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto}.hero-layout .category-nav a{flex-shrink:0;white-space:nowrap}.hero-layout .category-sidebar{padding:14px}.hero-layout .category-sidebar h2{margin-bottom:10px}}
@media(max-width:650px){.hero-layout .selection-slide{grid-template-columns:1fr}}
@media(max-width:380px){.catalog-results>.grid{grid-template-columns:1fr}}
/* InfoShop: contemporary computer storefront. */
:root{--ink:#14213b;--muted:#65718a;--blue:#175cff;--line:#e3e9f2;--paper:#f5f7fb;--radius:18px}
body{font-family:Inter,'Segoe UI',Arial,sans-serif;background:var(--paper);-webkit-font-smoothing:antialiased}
.topbar{background:#111c33;font-size:12px;letter-spacing:.2px;padding:9px max(4%,calc((100% - 1360px)/2))}
header{padding:25px max(4%,calc((100% - 1360px)/2));gap:32px}
.brand{font-size:32px;letter-spacing:-1.7px}.brand b{color:#175cff}
.search{max-width:640px;gap:0;background:#f3f6fb;border:1px solid #e0e6f0;border-radius:12px;padding:5px}
.search input{background:transparent;border:0;padding:11px 16px;min-width:0}.search button{border-radius:9px;padding:11px 18px;font-size:13px}
header>a:last-child{border:1px solid var(--line);padding:10px 16px;border-radius:12px;font-size:14px;font-weight:650;white-space:nowrap}.count{border-radius:6px;margin-left:8px;background:#eaf0ff}
body>nav{padding:12px max(4%,calc((100% - 1360px)/2));gap:32px;font-size:13px;color:#46536b}
body>nav>a:first-child{color:var(--blue)}
main{max-width:1450px;padding:30px 4% 72px}button,.button{border-radius:10px;font-family:inherit;font-weight:650;transition:background .18s,box-shadow .18s}
.hero-layout{grid-template-columns:220px minmax(0,1fr);gap:22px}
.hero-layout .category-sidebar{border-radius:18px;padding:26px 14px;border-color:#e6ebf3;box-shadow:0 6px 24px #14213b04;background:#fff}
.category-kicker{display:block;font-size:9px;letter-spacing:1.1px;margin:0 10px 9px;color:#8a95a9}
.category-sidebar h2{font-size:20px;letter-spacing:-.5px;margin-bottom:23px}
.category-nav{gap:7px}.category-nav a{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:550;padding:13px 12px;border-radius:10px;color:#46536b}
.category-nav a::before{content:"";width:9px;height:9px;flex:0 0 9px;border:1.5px solid #a0aec4;border-radius:3px}
.category-nav a::after{content:"›";margin-left:auto;color:#8a98ae;font-size:19px;line-height:1}
.category-nav a[aria-current="page"]{background:#175cff;color:#fff;box-shadow:0 5px 12px #175cff20}
.category-nav a[aria-current="page"]::before{border-color:#fff}.category-nav a[aria-current="page"]::after{color:#fff}
.selection{border-radius:20px;background:#111e39;box-shadow:0 12px 35px #10234512}
.hero,.selection-slide{background:linear-gradient(135deg,#122448 0%,#15356b 55%,#19458f 100%)}
.hero-layout .selection-slide{grid-template-columns:minmax(0,1fr) minmax(0,2fr);min-height:410px}
.hero-layout .selection-slide>div{padding:30px 25px}
.hero-layout .selection-slide h1,.hero-layout .selection-slide h2{font-size:clamp(25px,2.25vw,36px);font-weight:750;line-height:1.12;letter-spacing:-1px;margin:20px 0 16px}
.selection-slide .eyebrow{font-size:9px;line-height:1.8;letter-spacing:1.5px;color:#9abcfb}
.selection-slide p{font-size:12px;color:#c3d3ee}.selection-price{font-size:25px;letter-spacing:-.8px;margin:8px 0 24px;color:#fff}
.selection-slide .light{font-size:12px;padding:12px 15px;background:#fff;color:#16356a;box-shadow:0 6px 18px #00000010}
.selection-image{min-height:410px;background:#eaf0f8}.selection-image img{object-fit:cover}
.selection-controls{background:#101d36;padding:8px 14px;gap:18px}
.selection-controls>button{background:#ffffff0d;color:#d5e2ff;border:1px solid #ffffff20;border-radius:50%;width:32px;height:32px;padding:0;font-size:16px}
.selection-controls>button:hover{background:#ffffff25}.selection-controls .selection-dot{width:25px;height:28px}.selection-dot::after{width:6px;height:6px;background:#657697}.selection-dot[aria-current="true"]::after{background:#fff}
.benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border:0;padding:0;margin:24px 0 42px}
.benefits>div{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}
.benefit-number{display:grid;place-items:center;flex:0 0 38px;height:38px;background:#eef3ff;border-radius:11px;color:#175cff;font-size:12px;font-weight:750}
.benefits strong{display:block;font-size:13px;line-height:1.4;font-weight:650}.benefits small{font-size:11px;line-height:1.5;margin-top:4px;color:#7c879c;font-weight:400}
.catalog-results>.section-head{margin-bottom:25px;align-items:center}.catalog-results h2{font-size:28px;letter-spacing:-1px}.catalog-results .eyebrow{color:#175cff;font-size:10px;letter-spacing:2px}
.catalog-results .section-head form{align-items:center}.catalog-results select{font-size:12px;border-color:var(--line);border-radius:9px;padding:10px 12px;background:#fff}.catalog-results .subtle{font-size:12px;padding:10px 15px;background:#eaf0fc;color:#34527e}
.catalog-results>.grid{gap:22px}.product{border:1px solid #e3e9f2;border-radius:17px;box-shadow:0 4px 15px #14213b03;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}
.product:hover{transform:translateY(-4px);box-shadow:0 14px 32px #18356c10;border-color:#c8d7f3}
.product-visual{background:linear-gradient(145deg,#eef2f8,#fafbfd);aspect-ratio:1.2;padding:20px}.product-visual img{object-fit:contain;transition:transform .35s}.product:hover .product-visual img{transform:scale(1.04)}
.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.product-body .eyebrow{font-size:9px;letter-spacing:1.3px;color:#7f8ba1}
.product-body h3{font-size:16px;line-height:1.45;letter-spacing:-.3px;min-height:46px;margin:10px 0}
.product-body p{font-size:12px;line-height:1.65;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:15px}
.stock{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:10px;font-weight:650;color:#23784f;background:#edf8f1;border-radius:5px;padding:3px 7px}.stock::before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.stock.out{color:#9b6262;background:#fbf0f0}
.product-bottom{margin-top:auto;padding-top:20px;flex-wrap:wrap}.product-bottom strong{font-size:19px;letter-spacing:-.5px;font-weight:750}.product-bottom button{width:36px;height:36px;padding:0;border-radius:10px;font-size:22px;line-height:1;background:#175cff}
.panel{box-shadow:0 5px 24px #14213b04;border-color:var(--line);border-radius:16px}.tabs a{border-radius:9px;font-size:14px}.tabs .selected{background:#142747}.detail .product-visual{border-radius:20px}
footer{background:#101c33;border-top:4px solid #175cff;padding:40px 4%;font-size:12px}footer .brand{font-size:28px}footer p{color:#93a5c4}footer a:hover{color:#a8c7ff}
@media(max-width:1100px){.hero-layout{grid-template-columns:190px minmax(0,1fr);gap:16px}.hero-layout .selection-slide>div{padding:22px 18px}.hero-layout .selection-slide h1,.hero-layout .selection-slide h2{font-size:27px}.benefits>div{padding:15px;gap:10px}.benefits strong{font-size:12px}.benefits small{font-size:10px}.product-bottom strong{font-size:18px}}
@media(max-width:800px){.hero-layout{grid-template-columns:1fr}.hero-layout .category-sidebar{padding:16px}.category-kicker{display:none}.hero-layout .category-sidebar h2{font-size:15px;margin:0 0 12px}.category-nav a{font-size:12px;padding:10px 13px}.category-nav a::after{display:none}.hero-layout .category-nav{gap:8px}.benefits{gap:10px}.benefit-number{display:none}header{gap:16px}.brand{font-size:28px}}
@media(max-width:650px){main{padding:20px 4% 44px}header{padding:20px 4%}header>a:last-child{padding:8px 12px}.search{max-width:none}.topbar{font-size:10px}body>nav{gap:20px;font-size:12px}.hero-layout .selection-slide{grid-template-columns:1fr;min-height:0}.selection-image{min-height:0;aspect-ratio:4/3}.hero-layout .selection-slide>div{padding:23px}.hero-layout .selection-slide h1,.hero-layout .selection-slide h2{font-size:28px;margin:10px 0}.selection-price{font-size:25px;margin:0 0 15px}.selection-slide p{margin-bottom:10px}.benefits{grid-template-columns:1fr;margin:18px 0 30px;gap:8px}.benefits>div{padding:12px 15px}.benefit-number{display:grid;height:32px;flex-basis:32px}.benefits small{font-size:11px}.catalog-results h2{font-size:24px}.catalog-results>.section-head{align-items:flex-start}.catalog-results>.grid{gap:12px}.product-body{padding:13px}.product-body h3{font-size:14px}.product-body p{font-size:11px}.product-bottom{padding-top:14px;gap:10px}.product-bottom strong{font-size:16px}.product-visual{padding:12px}.selection{border-radius:16px}}
@media(prefers-reduced-motion:reduce){.product,.product-visual img,button,.button{transition:none}.product:hover,.product:hover .product-visual img{transform:none}}
