
:root{--orange:#f05a16;--black:#0b0b0b;--gray:#f3f4f6}
*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f5f5f5;color:#151515}.hidden{display:none!important}
.catalog-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:28px;padding:12px 4vw;background:#0a0a0a;border-bottom:1px solid var(--orange)}.catalog-logo img{height:54px;background:#fff;border-radius:7px;padding:3px 8px}.catalog-header nav{display:flex;gap:22px;flex:1}.catalog-header a{color:#fff;text-decoration:none;font-weight:700}.catalog-header a.active,.catalog-header a:hover{color:var(--orange)}.catalog-cart-button{border:0;border-radius:9px;background:var(--orange);color:#fff;padding:12px 18px;font-weight:900}.catalog-cart-button span{display:inline-grid;place-items:center;background:#fff;color:#111;border-radius:50%;min-width:23px;height:23px;margin-left:6px}
.catalog-hero{padding:70px 5vw;background:linear-gradient(110deg,#050505,#202020);color:#fff}.catalog-hero span{color:var(--orange);font-weight:900;letter-spacing:.12em}.catalog-hero h1{font-size:clamp(42px,7vw,80px);margin:12px 0}.catalog-hero p{max-width:760px;font-size:20px;color:#ddd;line-height:1.5}
.catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:36px 5vw 18px}.catalog-toolbar h2{font-size:32px;margin:0}.catalog-toolbar p{color:#666}.catalog-filters{display:flex;gap:10px}.catalog-filters select{padding:12px;border:1px solid #ccc;border-radius:9px}
.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:22px;padding:20px 5vw 70px}.catalog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.09)}.catalog-card-image{width:100%;height:255px;border:0;padding:0;background:#eee;cursor:pointer}.catalog-card-image img{width:100%;height:100%;object-fit:cover}.catalog-placeholder{height:100%;display:grid;place-items:center;background:#161616;color:var(--orange);font-size:28px;font-weight:900}.catalog-card-body{padding:20px}.product-ready-label{color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.1em}.catalog-card h3{font-size:23px;margin:8px 0}.catalog-card p{color:#666;line-height:1.45;min-height:62px}.catalog-card-meta{display:flex;justify-content:space-between;gap:12px;margin:16px 0;font-size:13px}.catalog-view-button,.modal-add-cart{width:100%;border:0;border-radius:9px;background:#111;color:#fff;padding:13px;font-weight:900;cursor:pointer}.catalog-view-button:hover,.modal-add-cart:hover{background:var(--orange)}
.catalog-empty{text-align:center;padding:80px;color:#777}
.product-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.product-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68)}.product-modal-card{position:relative;width:min(900px,100%);max-height:calc(100vh - 30px);overflow:auto;background:#fff;border-radius:18px;padding:24px}.product-modal-close{position:absolute;right:14px;top:12px;border:0;background:none;font-size:34px}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-modal-image-wrap{background:#eee;border-radius:13px;overflow:hidden;min-height:420px}.product-modal-image-wrap img{width:100%;height:100%;object-fit:contain}.product-modal-card h2{font-size:34px;margin:10px 0}.product-modal-card label{display:grid;gap:7px;font-weight:800;margin-top:14px}.product-modal-card select,.product-modal-card input{padding:12px;border:1px solid #ccc;border-radius:8px;font-size:16px}.quantity-control{display:grid;grid-template-columns:46px 1fr 46px}.quantity-control button{border:1px solid #ccc;background:#f4f4f4;font-size:22px}.product-price-panel{margin:18px 0;background:#111;color:#fff;border-radius:12px;padding:16px;display:grid;gap:12px}.product-price-panel div{display:flex;justify-content:space-between}.product-minimum-hint{padding:12px;background:#fff4d4;border:1px solid #f0bd43;border-radius:9px;margin-bottom:14px;color:#684800}
.catalog-cart-drawer{position:fixed;top:0;right:-470px;width:min(460px,95vw);height:100vh;z-index:130;background:#fff;box-shadow:-15px 0 50px rgba(0,0,0,.24);transition:.25s;display:flex;flex-direction:column}.catalog-cart-drawer.open{right:0}.catalog-cart-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:120}.catalog-cart-backdrop.open{display:block}.catalog-cart-header{display:flex;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd}.catalog-cart-header h2{margin:0}.catalog-cart-header button{border:0;background:none;font-size:30px}.catalog-cart-items{padding:16px;overflow:auto;flex:1}.catalog-cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid #ddd}.catalog-cart-item img{width:70px;height:70px;object-fit:cover;border-radius:8px;background:#eee}.catalog-cart-item small{display:block;color:#666;margin:5px 0}.catalog-cart-qty{display:flex;align-items:center;gap:7px}.catalog-cart-qty button{border:1px solid #ccc;background:#fff;border-radius:5px;padding:4px 7px}.catalog-cart-summary{padding:18px;border-top:1px solid #ddd;display:grid;gap:13px}.catalog-cart-summary>div{display:flex;justify-content:space-between}.catalog-minimum-message{padding:11px;background:#fff4d4;border-radius:8px}.catalog-cart-total{font-size:18px}.catalog-cart-summary a{display:block;text-align:center;background:var(--orange);color:#fff;text-decoration:none;padding:14px;border-radius:9px;font-weight:900}.catalog-cart-summary a.disabled{opacity:.5;pointer-events:none}
@media(max-width:760px){.catalog-header nav{display:none}.catalog-header{justify-content:space-between}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-filters{flex-direction:column}.product-modal-grid{grid-template-columns:1fr}.product-modal-image-wrap{min-height:280px}}
