:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#242426;background:#f4f4f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;border:1px solid #b7b7c0;border-radius:8px;padding:11px 17px;background:#fff;color:#242426}button:disabled{opacity:.55;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #44444b;outline-offset:3px}[hidden]{display:none!important}.top{padding:10px max(5vw,20px);background:#fff;border-bottom:1px solid #d7d7dc;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{font-size:20px;font-weight:bold;color:inherit;text-decoration:none;overflow-wrap:anywhere}#cart-open{background:#252528;color:#fff;white-space:nowrap}#cart-count{margin-left:8px}main{max-width:1250px;margin:auto;padding:0 24px 64px}.eyebrow{font-size:12px;letter-spacing:2px;color:#62626d}h1{font-size:clamp(30px,4vw,48px);letter-spacing:-1.2px;margin:14px 0}.tools{display:flex;gap:18px;align-items:end}label{display:grid;gap:8px;font-size:13px}.search{flex:1}input,select{width:100%;padding:14px;border:1px solid #b7b7c0;border-radius:12px;background:#fff;color:#242426}#categories{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}#categories button[aria-pressed=true]{background:#252528;color:#fff}#status{color:#61616a;font-size:14px;line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:#fff;border:1px solid #d7d7dc;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.media{aspect-ratio:4/3;background:#eeeef1;display:grid;place-items:center;color:#62626b;overflow:hidden}.media img{width:100%;height:100%;object-fit:contain}.card-body{padding:22px;display:flex;flex:1;flex-direction:column;gap:16px}h2{font-size:19px;line-height:1.4;margin:0}details{font-size:14px;color:#61616a;line-height:1.6}details p{white-space:pre-line;overflow-wrap:anywhere}summary{cursor:pointer}.buy{margin-top:auto;padding-top:10px;display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.buy strong{font-size:21px}.buy button{background:#252528;color:#fff;font-size:14px}#more{display:block;margin:28px auto}footer{text-align:center;padding:28px;color:#62626d;font-size:13px;border-top:1px solid #d7d7dc}dialog{width:min(680px,calc(100% - 24px));max-height:85vh;overflow:auto;border:0;border-radius:12px;padding:26px;color:#242426}dialog::backdrop{background:#00000099}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:18px 0;border-bottom:1px solid #d7d7dc}.cart-line small{display:block;margin-top:5px;color:#62626d}.quantity{display:flex;align-items:center;gap:12px}.quantity button{padding:8px 13px}.total{display:flex;justify-content:space-between;font-size:24px}.notice{font-size:14px;line-height:1.6;background:#eeeef1;padding:16px;border-radius:12px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.grid{grid-template-columns:1fr}.top{padding:10px 16px}.brand{font-size:16px}main{padding:0 16px 40px}.tools{flex-direction:column;align-items:stretch}.card-body{padding:18px}.cart-line{grid-template-columns:1fr}.media{aspect-ratio:3/2}}
.brand{display:flex;align-items:center;gap:12px;overflow-wrap:anywhere}.shop-logo{width:200px;height:64px;object-fit:contain;object-position:left center;flex-shrink:0}.shop-info{max-width:1200px;margin:24px auto;padding:0 24px}.shop-info li{line-height:1.8;overflow-wrap:anywhere}
#checkout-fields{border:0;margin:0;padding:0;display:grid;gap:16px}textarea{font:inherit;width:100%;padding:12px;border:1px solid #b7b7c0;border-radius:12px;color:inherit}#checkout-submit,#checkout-open{background:#252528;color:white}.checkout-error{background:#eeeef2;color:#24242c;padding:14px;border-radius:10px}.order-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}#checkout-review p{overflow-wrap:anywhere}#checkout-success p:first-child{font-size:24px;font-weight:bold}

a{color:inherit;text-underline-offset:4px}button{font-weight:600}button:not(:disabled):hover{filter:brightness(.93)}textarea{background:#fff}textarea:focus-visible,summary:focus-visible{outline:2px solid #44444b;outline-offset:3px}.checkout-error{border:1px solid #aaaab5;border-left:4px solid #55555f}dialog{background:#fff;border:1px solid #d7d7dc}#cart-lines:empty{color:#61616a}

.top{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px) auto}.top .search{min-width:0}.top .brand{min-width:0}.tools{justify-content:flex-end;margin-top:24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(max-width:760px){.top{grid-template-columns:minmax(0,1fr) auto;gap:16px}.top .search{grid-column:1/-1;grid-row:2}.top #cart-open{grid-column:2;grid-row:1}}
.product-title-link{text-decoration:none;overflow-wrap:anywhere}.product-title-link:hover{text-decoration:underline}.product-photo-link{display:block;text-decoration:none}.product-photo-link:focus-visible{outline-offset:-4px}.product-back{display:inline-block;margin:28px 0 20px;font-size:14px}.product-full{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#fff;border:1px solid #d7d7dc;border-radius:14px;overflow:hidden}.product-photo{aspect-ratio:1;align-self:start}.product-content{padding:clamp(22px,4vw,44px);min-width:0}.product-content h1{font-size:clamp(26px,3vw,38px);line-height:1.2;overflow-wrap:anywhere;letter-spacing:-.7px}.product-code,.product-availability{font-size:13px;color:#61616a;overflow-wrap:anywhere}.product-purchase{display:flex;gap:16px;align-items:end;flex-wrap:wrap;padding:22px 0;border-bottom:1px solid #e5e5e8}.product-purchase strong{width:100%;font-size:28px}.product-purchase label{width:100px}.product-purchase button{background:#252528;color:#fff;min-height:49px;flex:1}.product-description{margin-top:28px}.product-description p{white-space:pre-wrap;line-height:1.75;overflow-wrap:anywhere;color:#505058}.product-description h2{font-size:17px}@media(max-width:760px){.product-full{grid-template-columns:1fr}.product-photo{aspect-ratio:4/3}.product-content{padding:22px}.product-back{margin-top:22px}}
.product-gallery{min-width:0;align-self:start}.photo-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;font-size:13px;color:#61616a}.photo-controls button{padding:8px 14px}.photo-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:0 18px 18px}.photo-thumbnails button{flex:0 0 64px;width:64px;height:64px;padding:3px;overflow:hidden;background:#f4f4f5;border:2px solid transparent;border-radius:8px}.photo-thumbnails button[aria-pressed=true]{border-color:#252528}.photo-thumbnails img{width:100%;height:100%;object-fit:contain}.photo-thumbnails span{font-size:10px;line-height:1.2;display:block}
.top{position:sticky;top:0;z-index:20;box-shadow:0 2px 8px rgb(0 0 0 / 5%)}#cart-open{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:64px;min-height:46px;padding:10px 13px;flex-shrink:0}#cart-open svg{flex-shrink:0}#cart-count{margin-left:0;font-variant-numeric:tabular-nums}
.favorite-button{align-self:flex-start;background:#fff;color:#424247;font-size:13px}.favorite-button[aria-pressed=true],#favorites-filter[aria-pressed=true]{background:#e4e4e7;border-color:#555}.tools{flex-wrap:wrap}.shop-info p{overflow-wrap:anywhere}
#category-cards{margin:24px 0 32px}.category-card{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s}.category-card:hover{border-color:#777780;box-shadow:0 4px 16px rgb(0 0 0 / 8%)}.category-card .card-body{flex:0}.category-card .media img{object-fit:cover}#categories{align-items:center}#categories a{color:inherit;text-underline-offset:4px}#categories [aria-current=page]{text-decoration:none;font-weight:600}#category-title{font-size:28px;overflow-wrap:anywhere}

/* Compact cart controls, including direct keyboard quantity entry. */
.cart-line{align-items:center}.cart-line>div:first-child{min-width:0;overflow-wrap:anywhere}.cart-subtotal{display:block;margin-top:10px}.quantity{gap:6px}.quantity button{width:38px;height:40px;padding:0;flex-shrink:0}.quantity input{width:54px;height:40px;padding:6px;text-align:center;border-radius:8px;appearance:textfield;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity .cart-remove{margin-left:4px;border-color:transparent;color:#62626d;font-size:24px;font-weight:400}.quantity .cart-remove:hover{background:#eeeef1;color:#242426}

.buy-actions{display:flex;align-items:center;gap:8px}.buy-actions .favorite-button{display:inline-flex;align-items:center;justify-content:center;align-self:center;flex:0 0 40px;width:40px;height:40px;padding:0;font-size:26px;line-height:1;background:#fff;color:#424247}.buy-actions .favorite-button[aria-pressed=true]{background:#e4e4e7;color:#242426;border-color:#555}

@media(max-width:560px){.shop-logo{width:140px;height:48px}}

/* Two-column phone catalog with controls sized for narrow cards. */
@media(max-width:560px){
.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.grid>.card{min-width:0}
.grid .media{aspect-ratio:1}
.grid .card-body{padding:10px;gap:10px}
.grid .card-body h2{font-size:14px;line-height:1.35;overflow-wrap:anywhere}
.grid .card-body details{font-size:12px;overflow-wrap:anywhere}
.grid .buy{gap:8px;padding-top:4px}
.grid .buy>strong{width:100%;font-size:16px;overflow-wrap:anywhere}
.grid .buy-actions{width:100%;gap:4px;align-items:stretch}
.grid .buy-actions .favorite-button{flex:0 0 32px;width:32px;min-height:40px;font-size:23px}
.grid .buy-actions>button:not(.favorite-button){flex:1;min-width:0;min-height:40px;padding:7px 4px;font-size:12px;line-height:1.25;overflow-wrap:anywhere}
}

#checkout-open{background:#15803d;border-color:#15803d;color:#fff;box-shadow:0 3px 10px rgb(21 128 61 / 18%)}#checkout-open:focus-visible{outline-color:#15803d}#checkout-open:disabled{background:#dce6df;border-color:#dce6df;color:#65776b;box-shadow:none;opacity:1}

#checkout{padding:20px}#checkout .dialog-head{margin-bottom:14px}#checkout-fields{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}#checkout-fields>label{min-width:0;gap:6px}#checkout-fields>label:nth-child(n+3){grid-column:1/-1}#checkout-fields input,#checkout-fields select,#checkout-fields textarea{padding:10px 12px;min-height:42px}#checkout-fields textarea{min-height:60px;resize:vertical}#checkout-review{margin:14px 0;padding:14px;font-size:13px;line-height:1.45}#checkout-review h3{margin:0 0 10px;font-size:16px}#checkout-review p{margin:8px 0}#checkout-review strong{display:block;margin-top:10px;padding-top:10px;border-top:1px solid #d7d7dc;font-size:15px}#checkout-submit{margin-top:12px}#checkout-review:not([hidden])+#checkout-submit{margin-top:0}@media(max-width:480px){#checkout{padding:16px}#checkout-fields{grid-template-columns:1fr;gap:10px}#checkout-fields input,#checkout-fields select,#checkout-fields textarea{font-size:16px}#checkout-review{padding:12px}}

#checkout-customer{display:flex;align-items:start;justify-content:space-between;gap:12px;padding:0 0 12px;border-bottom:1px solid #d7d7dc}#checkout-customer-summary{min-width:0}#checkout-customer-summary p{margin:0 0 5px;line-height:1.4;font-size:14px;overflow-wrap:anywhere;white-space:pre-wrap}#checkout-customer-summary span{color:#62626d}#checkout-edit{flex-shrink:0;font-size:13px;padding:8px 10px}.checkout-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.checkout-actions #checkout-submit{margin:0}#checkout-submit.confirm-order{background:#15803d;border-color:#15803d;color:#fff;box-shadow:0 3px 10px rgb(21 128 61 / 18%)}#checkout-submit.confirm-order:focus-visible{outline-color:#15803d}@media(max-width:480px){#checkout-customer{flex-direction:column;gap:6px}.checkout-actions button{min-height:44px}}

.checkout-actions{justify-content:flex-end;align-items:center}#checkout-submit{background:#15803d;border-color:#15803d;color:#fff;box-shadow:0 3px 10px rgb(21 128 61 / 18%)}#checkout-submit:focus-visible{outline-color:#15803d}#checkout-submit:disabled,#checkout-submit.confirm-order:disabled{background:#dce6df;border-color:#dce6df;color:#65776b;box-shadow:none;opacity:1}.checkout-actions #checkout-open,.checkout-actions #checkout-submit{margin-left:auto;max-width:100%}@media(max-width:480px){.checkout-actions{align-items:flex-end;flex-direction:column}.checkout-actions #checkout-open,.checkout-actions #checkout-submit{align-self:flex-end}}

.cart-item-info{display:flex;align-items:center;gap:12px;min-width:0}.cart-item-info>div:last-child{min-width:0;overflow-wrap:anywhere}.cart-photo{flex:0 0 64px;width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border:1px solid #e4e4e7;border-radius:8px;background:#f4f4f5;color:#62626d;font-size:10px;text-align:center}.cart-photo img{width:100%;height:100%;object-fit:contain}.cart-line>.quantity{align-self:center}@media(max-width:560px){.cart-photo{flex-basis:56px;width:56px;height:56px}.cart-line>.quantity{justify-self:end}}

.store-footer{padding:22px 24px;background:#fff;text-align:left}.footer-inner{max-width:1200px;margin:auto}.store-footer .shop-info{display:flex;flex-wrap:wrap;gap:18px 36px;max-width:none;margin:0;padding:0;font-size:13px;line-height:1.5}.store-footer .shop-info:empty{display:none}.shop-info>.footer-about{flex:1 1 240px}.shop-info>.footer-contacts{flex:2 1 380px}.shop-info>.footer-delivery{flex:1 1 220px}.store-footer h2{font-size:14px;margin:0 0 6px;color:#242426}.store-footer p{margin:4px 0}.footer-contact-list{display:flex;flex-wrap:wrap;gap:2px 22px}.store-footer ul{margin:4px 0;padding-left:18px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 24px;margin-top:16px;padding-top:12px;border-top:1px solid #e4e4e7;font-size:12px}.store-footer .page-footer-links{padding:0;border:0;justify-content:flex-start;gap:10px 18px}.store-footer .page-footer-links a{font-size:13px}@media(max-width:560px){.store-footer{padding:18px 16px}.store-footer .shop-info{gap:14px}.footer-contact-list{display:block}.footer-bottom{margin-top:14px}}

.product-options{border:0;padding:0;margin:0 0 12px;min-width:0;font-size:14px}.product-options legend{font-weight:600;margin-bottom:5px}.product-options select{width:100%;min-width:0;padding:8px}.product-options label{display:flex;align-items:center;gap:6px;margin:5px 0}.product-options input[type=radio]{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:#15803d}.product-options span{overflow-wrap:anywhere}
