:root{--store-ink:#142b4d;--store-muted:#596b83;--store-blue:#245ce5;--store-border:#dce5f0;--store-bg:#f5f7fb}*{box-sizing:border-box}body{margin:0;font:15px/1.55 system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--store-ink);background:var(--store-bg)}a{color:var(--store-blue);text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}:focus-visible{outline:3px solid #6397ff;outline-offset:3px}.store-header{max-width:1280px;margin:auto;padding:24px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.store-header img{object-fit:contain}.store-header nav{display:flex;align-items:center;gap:28px}.store-header nav a{text-decoration:none;color:var(--store-ink);font-size:14px;font-weight:600}.store-nav-account{border:1px solid var(--store-border);padding:10px 16px;border-radius:8px;background:white}.store-skip{position:absolute;top:-100px;left:20px;background:white;padding:10px;z-index:10}.store-skip:focus{top:10px}.store-page{max-width:1200px;margin:auto;padding:32px 40px 72px;min-height:70vh}.store-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--store-blue);margin:0 0 12px}.store-page h1{font-size:clamp(28px,3.2vw,40px);letter-spacing:-.035em;line-height:1.2;margin:0 0 12px}.store-lead{color:var(--store-muted);margin:0 0 30px;max-width:650px}.store-steps{display:flex;gap:12px;list-style:none;padding:0;margin:0 0 30px;font-size:12px;color:var(--store-muted)}.store-steps li+li:before{content:"/";margin-right:12px;color:#9aabc0}.store-steps [aria-current]{font-weight:750;color:var(--store-blue)}.store-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.store-card{background:#fff;border:1px solid var(--store-border);border-radius:16px;padding:28px;box-shadow:0 8px 25px #142b4d03;margin-bottom:20px;min-width:0}.store-card h2,.store-card legend{font-size:19px;font-weight:750;letter-spacing:-.015em;margin:0 0 20px;padding:0;overflow-wrap:anywhere}.store-card legend{float:left;width:100%}.store-card legend+*{clear:both}.store-card fieldset{border:0;padding:0;margin:0}.store-card p:last-child{margin-bottom:0}.store-card--summary{position:sticky;top:24px}.store-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.store-field{display:flex;flex-direction:column;gap:7px;min-width:0}.store-field--wide{grid-column:1/-1}.store-field label{font-size:13px;font-weight:650}.store-field input,.store-field textarea,.store-field select{width:100%;background:white;border:1px solid #c7d3e4;border-radius:8px;padding:11px 13px;min-height:46px;color:var(--store-ink)}.store-field small,.store-muted{color:var(--store-muted);font-size:13px}.store-field textarea{min-height:90px;resize:vertical}.store-field span.field-validation-error{font-size:12px;color:#a52e3a}.store-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;background:var(--store-blue);color:#fff;border:1px solid var(--store-blue);border-radius:8px;padding:11px 18px;text-decoration:none;font-weight:700;font-size:14px;cursor:pointer}.store-button:hover{background:#194bc5}.store-button--secondary{background:white;color:var(--store-ink);border-color:#cbd7e7}.store-button--secondary:hover{background:#eef3fc}.store-button--danger{background:white;color:#ac3443;border-color:#e6c6cb}.store-button--full{width:100%}.store-button:disabled{opacity:.45;cursor:not-allowed}.store-choice{display:flex;align-items:center;gap:12px;border:1px solid var(--store-border);padding:15px;border-radius:9px;margin-bottom:12px;cursor:pointer}.store-choice:has(:checked){border-color:var(--store-blue);background:#f1f5ff}.store-choice input{accent-color:var(--store-blue);width:18px;height:18px}.store-choice strong{font-size:14px}.store-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;margin:22px 0}.store-check input{margin-top:4px;accent-color:var(--store-blue);width:17px;height:17px;flex-shrink:0}.store-totals{margin:20px 0}.store-totals div{display:flex;justify-content:space-between;gap:20px;margin:11px 0}.store-totals dt{color:var(--store-muted)}.store-totals dd{margin:0;font-weight:650;white-space:nowrap}.store-totals .store-total{border-top:1px solid var(--store-border);padding-top:18px;margin-top:18px;font-size:21px}.store-total dt{color:var(--store-ink);font-weight:750}.store-item{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #ecf0f5}.store-item:last-child{border-bottom:0}.store-item strong{display:block;font-size:14px}.store-item small{display:block;color:var(--store-muted);margin:5px 0}.store-item-price{white-space:nowrap;font-weight:650}.store-cart-row{display:flex;align-items:flex-start;gap:20px;padding:20px 0;border-bottom:1px solid var(--store-border)}.store-cart-row:first-child{padding-top:0}.store-cart-row:last-child{border:0;padding-bottom:0}.store-cart-row h2{font-size:16px;margin:0 0 5px}.store-cart-row header{display:flex;justify-content:space-between;gap:20px}.store-cart-actions{display:flex;gap:12px;align-items:center;margin-top:16px;flex-wrap:wrap}.store-cart-actions form{display:flex;align-items:center;gap:10px}.store-cart-actions input{width:78px;min-height:40px;border:1px solid #cbd5e4;border-radius:7px;padding:8px}.store-link-button{border:0;background:none;text-decoration:underline;text-underline-offset:4px;color:var(--store-muted);padding:8px;cursor:pointer;font-size:13px}.store-notice,.validation-summary-errors{padding:16px 20px;border-radius:10px;border:1px solid #c7d8f4;background:#edf4ff;margin:0 0 24px;font-size:14px}.validation-summary-errors{color:#8e2c38;border-color:#edcbd0;background:#fff4f5}.validation-summary-errors ul{padding-left:18px;margin:0}.validation-summary-valid{display:none}.store-badge{display:inline-block;border:1px solid #d7e2f5;border-radius:100px;padding:6px 12px;color:#285aa5;background:#f0f5ff;font-size:12px;font-weight:700}.store-badge--success{color:#176445;background:#edf8f1;border-color:#cbe8d7}.store-empty{text-align:center;padding:60px 24px}.store-empty p{color:var(--store-muted)}.store-order-number{overflow-wrap:anywhere;font-size:13px;color:var(--store-muted);font-family:ui-monospace,monospace}.store-order-link{display:flex;justify-content:space-between;align-items:center;gap:20px;text-decoration:none;color:var(--store-ink)}.store-order-link:hover h2{color:var(--store-blue)}.store-order-link h2{margin:0 0 7px;font-size:17px}.store-actions{display:flex;gap:12px;flex-wrap:wrap}.store-footer{border-top:1px solid var(--store-border);max-width:1200px;margin:auto;padding:26px 40px;display:flex;justify-content:space-between;gap:16px;color:var(--store-muted);font-size:12px}.store-footer a{text-decoration:none}.store-quote{margin-top:28px}.store-quote summary{cursor:pointer;font-size:14px;font-weight:650}.store-quote form{margin-top:24px}.store-quote .store-button{margin-top:20px}.store-divider{border:0;border-top:1px solid var(--store-border);margin:24px 0}.store-payment-mark{width:38px;height:28px;border:1px solid #dbe3f0;border-radius:5px;display:inline-grid;place-items:center;background:white;font-size:11px;font-weight:850;color:#2854a3}.store-safe-note{display:flex;gap:8px;color:var(--store-muted);font-size:12px;line-height:1.6;margin-top:15px}.store-done-icon{width:58px;height:58px;background:#e8f6ee;color:#167145;border:1px solid #cbe8d8;border-radius:50%;display:grid;place-items:center;font-size:25px;margin-bottom:20px}
@media(max-width:900px){.store-grid{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.store-card{padding:22px}.store-page{padding:24px 24px 56px}.store-header{padding:20px 24px}.store-header nav{gap:18px}}
@media(max-width:700px){.store-header{padding:18px 20px;flex-wrap:wrap;gap:12px}.store-header img{width:120px;height:38px}.store-header nav{gap:14px;flex-wrap:wrap}.store-header nav a{font-size:12px}.store-nav-account{padding:7px 10px}.store-page{padding:24px 18px 40px}.store-grid{grid-template-columns:1fr}.store-card--summary{position:static}.store-fields{grid-template-columns:1fr}.store-card{padding:22px 20px;border-radius:12px}.store-footer{padding:24px 20px;flex-direction:column}.store-order-link{align-items:flex-start;flex-wrap:wrap}.store-steps{font-size:11px}.store-order-number{font-size:11px}.store-cart-row header{gap:12px}.store-actions .store-button{flex:1}.store-header nav{width:100%;justify-content:space-between}}
.store-cart-image{flex:0 0 96px}.store-cart-image img{display:block;width:96px;height:96px;object-fit:contain;border:1px solid var(--store-border);border-radius:10px;background:white}.store-cart-content{min-width:0;flex:1}.store-cart-content h2 a{color:inherit;text-decoration:none;overflow-wrap:anywhere}.store-cart-content h2 a:hover{text-decoration:underline}.store-cart-content header>strong{white-space:nowrap}.store-cart-content .store-muted{overflow-wrap:anywhere}
@media(max-width:700px){.store-cart-row{gap:14px;flex-wrap:wrap}.store-cart-image{flex-basis:72px}.store-cart-image img{width:72px;height:72px}.store-cart-content{flex-basis:170px}.store-cart-content header{flex-direction:column;gap:8px}.store-cart-actions form{flex-wrap:wrap}}
.store-quote-option{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px}.store-quote-option h2{margin-bottom:8px}.store-quote-option p{max-width:680px;color:var(--store-muted);margin:0}.store-quote-option .store-button{flex-shrink:0}.store-quote-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px 14px;padding:16px 0;border-bottom:1px solid var(--store-border)}.store-quote-item img{display:block;width:56px;height:56px;object-fit:contain;border:1px solid var(--store-border);border-radius:8px;background:white}.store-quote-item strong,.store-quote-item small{display:block;overflow-wrap:anywhere}.store-quote-item strong{font-size:13px}.store-quote-item small{color:var(--store-muted);font-size:12px}.store-quote-item .store-item-price{grid-column:2;font-size:13px}.store-notice--warning{background:#fff8e8;border-color:#efdba9;color:#765612}.store-grid>.store-quote{margin-top:0}.store-quote-summary .store-total dt{font-size:16px}.store-discount{color:#14734a}.store-coupon{border-top:1px solid var(--store-border);padding-top:20px;margin-top:20px}.store-coupon label{display:block;font-size:13px;font-weight:650;margin-bottom:8px}.store-coupon__controls{display:flex;gap:8px}.store-coupon input{min-width:0;width:100%;border:1px solid #c7d3e4;border-radius:8px;padding:10px 12px;text-transform:uppercase}.store-coupon .store-button{padding:10px 14px}.store-coupon__active{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;font-size:13px;color:#14734a}
@media(max-width:700px){.store-quote-option{align-items:stretch;flex-direction:column;gap:20px}.store-quote-option .store-button{width:100%}.store-quote-item{grid-template-columns:48px minmax(0,1fr);gap:10px}.store-quote-item img{width:48px;height:48px}}
.store-checkout-options{grid-template-columns:1fr 1fr;max-width:960px}.store-checkout-option{padding:32px}.store-checkout-option .store-badge{margin-bottom:22px}.store-checkout-option h2{font-size:24px;margin-bottom:14px}.store-checkout-option p{color:var(--store-muted)}.store-checkout-option>.store-button{margin-top:18px}.store-delivery-options{margin:0 0 16px!important}.store-delivery-options legend{float:none;width:auto;font-size:13px;margin-bottom:12px}.store-coupon .field-validation-error{display:block;color:#9b3040;font-size:12px;margin-top:8px}.store-coupon__controls .store-button{white-space:nowrap;font-size:12px}.store-coupon__active .store-link-button{padding-right:0;white-space:nowrap}
@media(max-width:700px){.store-checkout-options{grid-template-columns:1fr}.store-checkout-option{padding:24px}.store-checkout-option h2{font-size:22px}}
