:root{--commerce-navy:#0d2942;--commerce-blue:#0d416f;--commerce-green:#007c64;--commerce-line:#dce4e8;--commerce-muted:#65737e;--commerce-bg:#f4f7f8}
.mx-header-actions{gap:9px}.mx-cart-btn{position:relative;display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid #d6dfe4;border-radius:6px;background:#fff;color:var(--commerce-navy);text-decoration:none;flex:none}.mx-cart-btn:hover{border-color:var(--commerce-green);color:var(--commerce-green)}.mx-cart-btn svg,.mx-bottom-cart svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9}.mx-cart-count{position:absolute;top:-6px;right:-6px;display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--commerce-green);color:#fff;font-size:.65rem;font-weight:800}.mx-bottom-cart{position:relative}.mx-bottom-cart-count{position:absolute;top:3px;left:50%;margin-left:5px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#007c64;color:#fff;font-size:.6rem;line-height:17px;text-align:center}
.commerce-toast{position:fixed;right:22px;bottom:24px;z-index:1000;max-width:min(380px,calc(100vw - 32px));padding:13px 16px;border-radius:7px;background:#0d2942;color:#fff;box-shadow:0 16px 34px rgba(13,41,66,.25);font-size:.86rem;font-weight:700;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .18s,transform .18s}.commerce-toast.error{background:#8c2f2a}.commerce-toast.show{opacity:1;transform:none}
.commerce-page{background:var(--commerce-bg);color:var(--commerce-navy)}.commerce-main,.commerce-main.product-shell-content{width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;min-height:55vh;margin:0 auto;padding:38px 0 72px}.commerce-breadcrumb{margin-bottom:18px;color:var(--commerce-muted);font-size:.8rem}.commerce-breadcrumb a{color:var(--commerce-green);text-decoration:none}.commerce-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.commerce-head h1{margin:0 0 6px;font-size:2rem;line-height:1.2;letter-spacing:0}.commerce-head p{margin:0;color:var(--commerce-muted);line-height:1.5}.commerce-secure{display:inline-flex;align-items:center;gap:7px;color:#1f6757;font-size:.78rem;font-weight:700}.commerce-secure svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.commerce-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.commerce-panel{background:#fff;border:1px solid var(--commerce-line);border-radius:8px;padding:22px}.commerce-summary{position:sticky;top:18px}.commerce-summary h2,.commerce-panel h2{margin:0 0 18px;font-size:1.05rem;letter-spacing:0}.commerce-line{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr) auto 120px 44px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #e5ebee}.commerce-line:first-child{padding-top:0}.commerce-line:last-child{padding-bottom:0;border-bottom:0}.commerce-line-image{display:flex;width:112px;aspect-ratio:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8eb;border-radius:6px;background:#f7f9fa}.commerce-line-image img{width:100%;height:100%;object-fit:contain;padding:8px;box-sizing:border-box;mix-blend-mode:multiply}.commerce-line-copy{min-width:0}.commerce-line-copy p{margin:0 0 4px;color:var(--commerce-green);font-size:.7rem;font-weight:800;text-transform:uppercase}.commerce-line-copy h2{margin:0 0 8px;font-size:.95rem;line-height:1.4}.commerce-line-copy h2 a{color:inherit;text-decoration:none}.commerce-line-unit{color:var(--commerce-muted);font-size:.78rem}.commerce-line-total{font-size:.92rem;text-align:right;white-space:nowrap}.commerce-quantity{display:grid;grid-template-columns:36px 48px 36px;height:42px;border:1px solid #cfd9de;border-radius:6px;overflow:hidden}.commerce-quantity button{border:0;background:#f5f7f8;color:var(--commerce-navy);font-size:1.15rem;cursor:pointer}.commerce-quantity input{width:48px;border-width:0 1px;border-style:solid;border-color:#d9e1e5;border-radius:0;padding:0;text-align:center;font-weight:700}.commerce-remove{width:42px;height:42px;border:1px solid #efd3d0;border-radius:6px;background:#fff7f6;color:#9e332d;font-size:1.25rem;cursor:pointer}.commerce-remove:hover{background:#fce9e7}.commerce-empty{text-align:center;padding:64px 20px}.commerce-empty svg{width:52px;height:52px;fill:none;stroke:#82909a;stroke-width:1.5}.commerce-empty h2{margin:18px 0 7px;font-size:1.25rem}.commerce-empty p{margin:0 0 20px;color:var(--commerce-muted)}
.summary-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;color:var(--commerce-muted);font-size:.86rem}.summary-row strong{color:var(--commerce-navy);text-align:right}.summary-row.total{margin-top:9px;padding-top:17px;border-top:1px solid var(--commerce-line);font-size:1rem;font-weight:800}.summary-row.total strong{color:var(--commerce-green);font-size:1.15rem}.commerce-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border:1px solid transparent;border-radius:6px;font:800 .88rem/1 inherit;text-decoration:none;cursor:pointer}.commerce-button.primary{background:var(--commerce-blue);color:#fff}.commerce-button.primary:hover{background:var(--commerce-green)}.commerce-button.secondary{border-color:#cfd9de;background:#fff;color:var(--commerce-navy)}.commerce-button.full{width:100%;margin-top:17px}.commerce-button:disabled{opacity:.55;cursor:wait}.commerce-note{margin:13px 0 0;color:var(--commerce-muted);font-size:.72rem;line-height:1.55}
.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-grid .full{grid-column:1/-1}.checkout-grid label,.payment-title{display:block;margin:0 0 6px;color:var(--commerce-navy);font-size:.78rem;font-weight:800}.checkout-grid input,.checkout-grid select,.checkout-grid textarea{width:100%;min-height:44px;border:1px solid #cfd9de;border-radius:6px;background:#fff;padding:10px 12px;color:var(--commerce-navy);font:inherit;box-sizing:border-box}.checkout-grid textarea{min-height:90px;resize:vertical}.checkout-grid input:focus,.checkout-grid select:focus,.checkout-grid textarea:focus{outline:3px solid rgba(0,124,100,.14);border-color:var(--commerce-green)}.checkout-help{margin-top:4px;color:var(--commerce-muted);font-size:.7rem;line-height:1.45}.checkout-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.payment-methods{display:grid;gap:10px;margin-top:10px}.payment-option{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;min-height:62px;padding:12px;border:1px solid #d6dfe4;border-radius:7px;cursor:pointer}.payment-option:has(input:checked){border-color:var(--commerce-green);background:#f1faf7}.payment-option input{margin-top:3px;accent-color:var(--commerce-green)}.payment-option strong{display:block;font-size:.84rem}.payment-option span{display:block;margin-top:3px;color:var(--commerce-muted);font-size:.72rem;line-height:1.45}.checkout-item{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #e7ecef;font-size:.78rem;line-height:1.45}.checkout-item span{min-width:0;color:#485a67}.checkout-item strong{white-space:nowrap}.checkout-message{min-height:22px;margin-top:10px;color:#a1352e;font-size:.78rem;font-weight:700}.checkout-consent{margin-top:13px;color:var(--commerce-muted);font-size:.7rem;line-height:1.5}.checkout-consent a{color:var(--commerce-green)}
.order-success{max-width:760px;margin:0 auto;text-align:center}.order-success-mark{display:grid;width:68px;height:68px;margin:0 auto 20px;place-items:center;border-radius:50%;background:#e9f8f3;color:var(--commerce-green)}.order-success-mark svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2}.order-success h1{margin:0 0 8px;font-size:2rem;letter-spacing:0}.order-success-id{display:inline-block;margin:16px 0;padding:8px 12px;border:1px solid #bddfd5;border-radius:6px;background:#f3fbf8;font-family:Consolas,monospace;font-weight:800}.order-success p{color:var(--commerce-muted);line-height:1.7}.order-success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:24px}
.commerce-main.product-shell-content.policy-page{max-width:920px!important}.policy-page .commerce-panel{padding:clamp(22px,4vw,42px)}.policy-page h1{margin:0 0 8px;font-size:2rem;letter-spacing:0}.policy-page .policy-updated{margin:0 0 28px;color:var(--commerce-muted);font-size:.78rem}.policy-page h2{margin:28px 0 9px;font-size:1.05rem}.policy-page p,.policy-page li{color:#435664;font-size:.9rem;line-height:1.75}.policy-page ul{padding-left:20px}.policy-contact{margin-top:28px;padding:18px;border-left:4px solid var(--commerce-green);background:#f2faf7}.policy-contact p{margin:0}.policy-page a{color:var(--commerce-green)}
.catalog-button{cursor:pointer;font-family:inherit}.pv-cta.catalog-button{border:0}.commerce-add-product:disabled,.commerce-buy-product:disabled{opacity:.6}
@media(max-width:980px){.commerce-layout{grid-template-columns:1fr}.commerce-summary{position:static}.commerce-line{grid-template-columns:92px minmax(0,1fr) auto}.commerce-line-image{width:92px;grid-row:1/3}.commerce-quantity{grid-column:2}.commerce-line-total{grid-column:3;grid-row:2}.commerce-remove{position:absolute;right:0;top:12px;width:34px;height:34px}.commerce-line-copy{padding-right:42px}}
@media(max-width:640px){.mx-header-actions{gap:6px}.mx-cart-btn{width:44px;height:44px}.commerce-main{padding:24px 0 52px}.commerce-head{display:block}.commerce-secure{margin-top:12px}.commerce-layout{gap:16px}.commerce-panel{padding:16px}.commerce-line{grid-template-columns:78px minmax(0,1fr);gap:12px}.commerce-line-image{width:78px}.commerce-quantity{grid-column:2}.commerce-line-total{grid-column:2;grid-row:auto;text-align:left}.checkout-grid{grid-template-columns:1fr}.checkout-grid .full{grid-column:auto}.commerce-toast{right:16px;bottom:82px}.order-success h1{font-size:1.55rem}}
@media(prefers-reduced-motion:reduce){.commerce-toast{transition:none}}
