:root { --commerce-ink:#10131b; --commerce-paper:#f4f1ec; --commerce-blue:#315cff; }
.commerce-page,.commerce-admin-page{margin:0;background:var(--commerce-paper);color:var(--commerce-ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.commerce-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid #d8d3cb;background:rgba(244,241,236,.94);backdrop-filter:blur(14px)}.commerce-header .brand img{width:150px}.commerce-header nav{display:flex;gap:28px}.commerce-header a{color:inherit;text-decoration:none;font-weight:700}.commerce-hero{padding:110px clamp(24px,6vw,90px);background:radial-gradient(circle at 85% 20%,#6685ff 0,transparent 25%),#0c1220;color:#fff}.commerce-hero h1{max-width:900px;margin:18px 0;font-size:clamp(3.4rem,8vw,7.5rem);line-height:.91}.commerce-hero>p:last-child{max-width:680px;color:#b9c3d8;font-size:1.1rem}.commerce-products,.commerce-admin-shell{padding:80px clamp(24px,5vw,72px)}.commerce-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.commerce-section-head h2{margin:0;font-size:clamp(2rem,4vw,4rem)}.commerce-section-head input{width:min(380px,100%);padding:14px;border:1px solid #c9c4bb;border-radius:8px;background:#fff}.commerce-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.commerce-product-card{overflow:hidden;border:1px solid #d7d1c8;border-radius:10px;background:#fff}.commerce-product-image{display:grid;place-items:center;aspect-ratio:4/3;background:#e7e9ef;color:#778099;font-weight:900}.commerce-product-image img{width:100%;height:100%;object-fit:cover}.commerce-product-body{padding:22px}.commerce-product-body>span{color:var(--commerce-blue);font-size:.72rem;font-weight:900;text-transform:uppercase}.commerce-product-body h2{margin:8px 0}.commerce-product-body p{min-height:48px;color:#667085}.commerce-product-body>div{display:flex;justify-content:space-between;gap:10px}.commerce-product-body a{display:inline-block;margin-top:18px;color:var(--commerce-blue);font-weight:800}.commerce-empty{grid-column:1/-1;padding:34px;border:1px dashed #aaa;text-align:center}.commerce-footer{display:flex;justify-content:space-between;padding:26px clamp(24px,5vw,72px);border-top:1px solid #d8d3cb}.commerce-footer a{color:inherit}.commerce-admin-shell{display:grid;grid-template-columns:minmax(320px,480px) 1fr;gap:32px;align-items:start}.commerce-editor,.commerce-admin-products{padding:28px;border:1px solid #d7d1c8;border-radius:10px;background:#fff}.commerce-editor form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.commerce-editor label{display:grid;gap:7px;font-weight:750}.commerce-editor input,.commerce-editor textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #c9c4bb;border-radius:7px}.commerce-editor .wide{grid-column:1/-1}.commerce-editor .check{display:flex;align-items:center}.commerce-editor .check input{width:auto}.form-actions{display:flex;gap:10px}.admin-product-list{display:grid;gap:10px}.admin-product-row{display:grid;grid-template-columns:auto 64px 1fr 74px auto;gap:14px;align-items:center;padding:12px;border:1px solid #dfd9d0;border-radius:8px}.admin-thumb{display:grid;place-items:center;width:64px;height:54px;overflow:hidden;background:#e8ebf2;font-size:.7rem;font-weight:900}.admin-thumb img{width:100%;height:100%;object-fit:cover}.admin-product-row>div:nth-child(3){display:grid;gap:3px}.admin-product-row span,.admin-product-row small{color:#667085}.admin-product-row label{display:grid;gap:4px;font-size:.7rem}.admin-product-row input[type=number]{width:60px;padding:8px}.quote-choice input{width:18px;height:18px}.row-actions{display:flex;gap:6px}.row-actions button{padding:8px;border:1px solid #bbb;border-radius:5px;background:#fff}.pin-screen[hidden]{display:none!important}
@media(max-width:980px){.commerce-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-admin-shell{grid-template-columns:1fr}.commerce-header nav{gap:14px}.admin-product-row{grid-template-columns:auto 52px 1fr}.admin-product-row>label:nth-last-of-type(1),.row-actions{grid-column:3}}
@media(max-width:640px){.commerce-header nav a:not(:last-child){display:none}.commerce-grid{grid-template-columns:1fr}.commerce-section-head{align-items:stretch;flex-direction:column}.commerce-editor form{grid-template-columns:1fr}.commerce-editor .wide{grid-column:auto}.admin-product-row{grid-template-columns:auto 1fr}.admin-thumb{display:none}.admin-product-row>div:nth-child(3),.admin-product-row>label:nth-last-of-type(1),.row-actions{grid-column:2}.commerce-hero{padding-top:72px}}
