:root{--black:#121212;--gold:#b68a38;--cream:#f7f3ec;--line:#e5ded2}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:#211f1b;font-family:Arial,sans-serif}.shop-header{height:86px;background:var(--black);color:#fff;display:flex;align-items:center;padding:12px max(20px,4vw);gap:18px;position:sticky;top:0;z-index:10;box-shadow:0 3px 18px #0004}.shop-header img{width:150px;max-height:58px;object-fit:contain}.shop-header div{display:flex;flex-direction:column}.shop-header strong{font-size:20px}.shop-header small{color:#ccc;margin-top:3px}.cart-button{margin-left:auto;border:1px solid var(--gold);background:var(--gold);color:#111;border-radius:25px;padding:12px 18px;font-weight:700;cursor:pointer}.cart-button span{background:#111;color:#fff;border-radius:50%;display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:6px}.shop-main{max-width:1380px;margin:auto;padding:34px 28px 60px}.shop-intro{text-align:center;max-width:720px;margin:0 auto 32px}.shop-intro h1{font-family:Georgia,serif;font-size:38px;margin:0 0 10px}.shop-intro p{color:#666;line-height:1.5}.search{display:block;text-align:left;margin:24px auto 0;max-width:540px;font-weight:700}.search span{display:block;margin-bottom:6px}.search input,.choice-row input,.choice-row select,.cart-panel input{width:100%;border:1px solid #cfc7ba;border-radius:8px;padding:11px;background:#fff;font-size:16px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:24px}.product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 7px 25px #34271612;display:flex;flex-direction:column}.photo-wrap{aspect-ratio:4/5;background:#ebe7df;overflow:hidden}.photo-wrap img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.product-card:hover .photo-wrap img{transform:scale(1.025)}.no-photo{height:100%;display:grid;place-items:center;color:#888}.product-info{padding:17px;display:flex;flex-direction:column;flex:1}.model{font-size:13px;color:var(--gold);font-weight:800;text-transform:uppercase;margin:0 0 6px}.product-info h2{font-size:17px;line-height:1.3;margin:0;min-height:44px}.price{font-size:23px;font-weight:800;margin:12px 0}.choice-row{display:grid;grid-template-columns:1fr 90px;gap:10px}.choice-row label,.cart-panel label{font-size:13px;font-weight:700}.choice-row select,.choice-row input{margin-top:5px}.stock-note{font-size:12px;color:#777;margin:7px 0}.add-button,.whatsapp-button{border:0;border-radius:8px;padding:12px;font-weight:800;cursor:pointer}.add-button{background:#191919;color:#fff;margin-top:auto}.add-button:hover{background:var(--gold);color:#111}.empty{background:#fff;padding:35px;text-align:center;border-radius:12px}.cart-panel{position:fixed;right:0;top:0;height:100%;width:min(430px,94vw);background:#fff;z-index:30;padding:22px;transform:translateX(105%);transition:transform .25s;overflow:auto;box-shadow:-8px 0 30px #0002}.cart-panel.open{transform:translateX(0)}.cart-overlay{position:fixed;inset:0;background:#0008;z-index:20;display:none}.cart-overlay.open{display:block}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.cart-head h2{margin:0 0 15px}.cart-head button{border:0;background:none;font-size:32px;cursor:pointer}.cart-item{padding:14px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:5px}.cart-item p{margin:0}.cart-item small{color:#666}.remove-item{border:0;background:none;color:#a12626;cursor:pointer}.cart-empty{text-align:center;color:#777;padding:32px 0}.cart-summary{display:flex;justify-content:space-between;font-size:18px;padding:17px 0}.cart-panel label{display:block;margin:10px 0}.cart-panel input{margin-top:5px}.whatsapp-button{width:100%;background:#1f8f4d;color:#fff;font-size:16px;margin-top:12px}.whatsapp-button:disabled{opacity:.5;cursor:not-allowed}.cart-help{font-size:12px;color:#777;line-height:1.45}footer{text-align:center;padding:25px;color:#777;font-size:13px}footer a{color:#8b651d}@media(max-width:600px){.shop-header{height:72px;padding:9px 13px}.shop-header img{width:112px}.shop-header div{display:none}.cart-button{padding:10px 12px}.shop-main{padding:24px 14px 45px}.shop-intro h1{font-size:29px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-info{padding:11px}.product-info h2{font-size:14px;min-height:54px}.price{font-size:18px}.choice-row{grid-template-columns:1fr 65px}.add-button{font-size:12px;padding:10px 5px}}
