:root{color-scheme:light;--ink:#112638;--muted:#506477;--blue:#1646c8;--line:#d7e0e8;--surface:#f3f6f9;--green:#116244;--red:#a02939;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;color:var(--ink);background:#fff}*{box-sizing:border-box}body{margin:0}a{color:var(--blue);text-underline-offset:3px}button,input,select,textarea{font:inherit}button,.button{border:1px solid var(--blue);background:var(--blue);color:white;padding:12px 18px;border-radius:7px;cursor:pointer;font-weight:700;display:inline-block;text-decoration:none;text-align:center;line-height:1.4}button:hover,.button:hover{background:#0e3294;border-color:#0e3294}button:disabled{cursor:not-allowed;opacity:.55}button.secondary,.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}:focus-visible{outline:3px solid #d0710d;outline-offset:3px}input,select,textarea{border:1px solid #9eafbd;border-radius:6px;background:white;color:var(--ink);padding:11px 12px;max-width:100%;min-width:0;width:100%}label{display:block;min-width:0}label>span{display:block;font-size:.875rem;font-weight:700;margin-bottom:6px}.skip{position:absolute;top:-100px;left:12px;background:white;padding:10px;z-index:9}.skip:focus{top:12px}.test-strip{background:#112638;color:#fff;text-align:center;padding:8px 16px;font-size:.875rem}header{border-bottom:1px solid var(--line)}.header-inner{max-width:1280px;margin:auto;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:1.35rem;font-weight:800;color:var(--ink);text-decoration:none;overflow-wrap:anywhere}.brand-mark{background:var(--blue);color:white;min-width:38px;height:38px;display:grid;place-items:center;border-radius:6px}.header-inner nav{display:flex;gap:24px;align-items:center;flex-shrink:0}.header-inner nav a{color:var(--ink);font-weight:700;text-decoration:none}.cart-link span{display:inline-grid;place-items:center;margin-left:5px;min-width:26px;height:26px;background:#e7eeff;border-radius:5px;color:var(--blue)}main{max-width:1280px;margin:auto;padding:38px 32px 72px;min-height:75vh}h1{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.18;letter-spacing:-.025em;margin:8px 0 24px}h2{font-size:1.2rem;line-height:1.35;margin:0 0 14px}h3{font-size:1.05rem;margin:0 0 10px}p{margin:10px 0 18px}.eyebrow{font-size:.8rem;letter-spacing:.1em;font-weight:700;color:var(--muted);margin:0 0 7px}.muted{color:var(--muted);font-size:.875rem}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.search-panel{display:flex;align-items:flex-end;gap:14px;background:var(--surface);padding:20px;border:1px solid var(--line);border-radius:9px;margin-bottom:28px}.search-field{flex:1}.search-panel select{min-width:180px}.search-panel>a{align-self:center}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.product-media{aspect-ratio:1.65;display:grid;place-items:center;background:var(--surface);text-decoration:none;border-bottom:1px solid var(--line);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:16px}.sku-display{display:grid;text-align:center;color:#647a8b;font-size:1.5rem;font-weight:700;max-width:100%;overflow-wrap:anywhere;padding:16px}.sku-display small{letter-spacing:.15em;font-size:.75rem;color:#607587;font-weight:400;margin-bottom:5px}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-body h2 a{color:var(--ink);text-decoration:none}.product-body h2{margin-bottom:5px;overflow-wrap:anywhere}.product-body>form{margin-top:auto}.product-price{display:flex;flex-direction:column;gap:2px}.product-price strong{font-size:1.5rem;letter-spacing:-.02em}.product-price>span{font-size:.8rem;color:var(--muted)}.stock{font-size:.875rem;font-weight:700;color:var(--green);margin:12px 0 18px}.stock.unavailable{color:var(--muted)}.full{width:100%}.pagination{display:flex;gap:24px;justify-content:center;margin-top:32px}.notice{background:#edf2fe;border-left:3px solid var(--blue);padding:14px 16px;border-radius:3px;margin:0 0 22px;line-height:1.6}.form-error{background:#fff0f1;border-left:3px solid var(--red);padding:14px 16px;border-radius:3px;margin:0 0 22px}.empty{grid-column:1/-1;padding:52px 24px;border:1px solid var(--line);border-radius:9px;text-align:center}.back-link{display:inline-block;margin:0 0 24px}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px}.detail-media{min-height:320px;aspect-ratio:1;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden}.detail-media img{width:100%;height:100%;object-fit:contain;padding:28px}.description{white-space:pre-line;overflow-wrap:anywhere}.purchase{display:flex;align-items:flex-end;gap:14px;margin:20px 0}.purchase label{max-width:100px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:26px;align-items:start}.panel{border:1px solid var(--line);border-radius:10px;padding:24px;min-width:0}.summary{background:var(--surface)}.summary .back-link{display:block;text-align:center;margin:18px 0 0}.cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row:first-child{padding-top:0}.cart-row>strong{text-align:right;grid-column:2}.cart-row p{margin:5px 0}.quantity-form{display:flex;gap:8px;align-items:flex-end}.quantity-form input{width:75px}.quantity-form button{padding:12px}.total{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);padding-top:18px;margin:18px 0;font-size:1.05rem}.total>strong{white-space:nowrap}.summary-line{display:flex;justify-content:space-between;gap:18px;padding:12px 0;font-size:.875rem}.summary-line strong{white-space:nowrap}.address-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.address-form label:nth-child(-n+3){grid-column:1/-1}.message-panel{max-width:720px;margin:20px auto;padding:36px;border:1px solid var(--line);border-radius:12px}.order-status{background:var(--surface);border-radius:6px;padding:15px;display:flex;justify-content:space-between;gap:20px}.order-lines{list-style:none;padding:0}.order-lines li{display:flex;justify-content:space-between;gap:20px;padding:10px 0}.order-lines strong{white-space:nowrap}.account-narrow{max-width:620px;margin:0 auto}.account-wide{max-width:860px;margin:0 auto}.account-form{display:grid;gap:16px}.account-form.compact{margin-top:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-links{display:flex;justify-content:space-between;gap:18px;margin-top:18px}.account-heading,.account-section-title{display:flex;align-items:start;justify-content:space-between;gap:24px}.account-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:36px}.account-facts{display:grid;grid-template-columns:auto 1fr;gap:9px 18px}.account-facts dt{font-weight:700}.account-facts dd{margin:0}.address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.address-grid article>form{margin-top:14px}.address-grid summary,.new-address summary{cursor:pointer;font-weight:700}.new-address{margin:20px 0 42px}.check{display:flex;gap:9px;align-items:center}.check input{width:auto}.account-orders{margin-top:36px}.order-history{display:flex;justify-content:space-between;gap:24px;margin:12px 0}.order-history>div{display:flex;gap:18px;justify-content:space-between;min-width:0}.order-history>div:last-child{text-align:right}footer{max-width:1280px;margin:auto;padding:24px 32px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:.875rem;color:var(--muted)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-layout,.account-columns{grid-template-columns:1fr}.product-detail{gap:24px}.search-panel{flex-wrap:wrap}.search-field{flex-basis:100%}.header-inner nav{gap:15px}.address-grid{grid-template-columns:1fr}}@media(max-width:560px){.header-inner{padding:18px 16px;flex-wrap:wrap}.header-inner nav{width:100%;justify-content:space-between;gap:10px;font-size:.9rem}.brand{font-size:1.2rem}main{padding:24px 16px 48px}.product-grid,.product-detail{grid-template-columns:1fr}.search-panel{padding:16px}.search-panel label{width:100%}.search-panel button{flex:1}.product-card{border-radius:8px}.product-media{aspect-ratio:2}.detail-media{min-height:220px;aspect-ratio:1.5}.panel,.message-panel{padding:18px}.cart-row{grid-template-columns:1fr}.cart-row>strong{grid-column:1;text-align:left}.quantity-form{justify-content:space-between}.address-form,.form-grid{grid-template-columns:1fr}.address-form label{grid-column:1!important}.page-heading,.account-heading{align-items:start;flex-direction:column}.page-heading>.muted{white-space:nowrap}.order-status,.total,.order-history,.order-history>div{flex-wrap:wrap}footer{padding:20px 16px;flex-direction:column;gap:8px}}
.catalog-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:30px;align-items:start}.catalog-main{min-width:0}.category-sidebar{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff;position:sticky;top:18px;box-shadow:0 8px 24px rgba(17,38,56,.04)}.category-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.category-sidebar h2{margin:0}.category-reset{font-size:.8rem;font-weight:700;text-decoration:none}.category-tree{list-style:none;padding:0;margin:0}.category-node{margin:2px 0}.category-children{margin:3px 0 4px 15px;padding-left:12px;border-left:1px solid var(--line)}.category-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:7px;color:var(--ink);text-decoration:none;font-weight:700;transition:background .15s ease,color .15s ease}.category-link:hover{background:var(--surface)}.category-label{display:flex;align-items:center;gap:7px;min-width:0}.category-label>span:last-child{overflow-wrap:anywhere}.category-chevron{width:14px;flex:0 0 14px;display:inline-grid;place-items:center;color:#728598;font-size:1.05rem;line-height:1;transition:transform .15s ease}.category-chevron.expanded{transform:rotate(90deg);color:var(--blue)}.category-chevron.placeholder{font-size:.8rem;color:#c5cfda}.category-link small{font-size:.75rem;color:var(--muted);font-weight:600;background:var(--surface);border-radius:999px;min-width:24px;padding:2px 6px;text-align:center}.category-link.active{background:#e7eeff;color:var(--blue)}.category-link.active small{background:#fff;color:var(--blue)}.category-link.ancestor{color:var(--blue)}.all-products{margin-bottom:7px}.category-note{margin:8px 10px}.catalog-main .search-panel{margin-top:0}
@media(max-width:900px){.catalog-shell{grid-template-columns:1fr;gap:20px}.category-sidebar{position:static;padding:14px}.category-sidebar-head{margin-bottom:6px}.category-tree{display:block}.category-children{margin-left:14px;padding-left:10px}.category-link{padding:9px 10px}.all-products{display:flex;width:100%;margin-bottom:6px}}@media(max-width:560px){.category-sidebar{border-radius:9px}.category-children{margin-left:10px;padding-left:8px}.category-link{padding:9px 8px}.category-link small{min-width:22px}}
