*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f8fa;color:#16181d;font-family:Arial,Helvetica,sans-serif}.store-header{height:70px;background:#fff;border-bottom:1px solid #e9eaee;display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:8px;color:#111;text-decoration:none;font-size:21px;font-weight:800}.brand-logo{height:42px;width:auto;object-fit:contain}.bag-button{border:0;background:#111827;color:#fff;padding:11px 16px;border-radius:10px;font-weight:700;cursor:pointer}.bag-button span{background:#fff;color:#111827;border-radius:99px;padding:2px 7px;margin-left:4px}.banner{width:100%;max-height:390px;overflow:hidden;background:#111}.banner img{display:block;width:100%;max-height:390px;object-fit:cover}.hero{background:#111827;color:#fff;padding:65px 5%;min-height:250px;display:flex;align-items:center}.hero>div{max-width:800px}.eyebrow{font-size:12px;letter-spacing:2px;opacity:.7}.hero h1{font-size:clamp(32px,6vw,58px);margin:10px 0}.hero p{font-size:17px;opacity:.8}.toolbar{max-width:1300px;margin:-25px auto 0;padding:0 5%;display:flex;gap:12px;align-items:center;position:relative;z-index:2}.search-box{flex:1;max-width:650px;background:#fff;border:1px solid #e1e4e8;border-radius:12px;padding:0 14px;display:flex;align-items:center;box-shadow:0 8px 25px #00000010}.search-box input{width:100%;border:0;outline:0;padding:15px;font-size:16px}.filter{border:1px solid #ddd;background:#fff;padding:12px 16px;border-radius:10px;cursor:pointer}.filter.active{background:#111827;color:#fff;border-color:#111827}.categories,.products{max-width:1300px;margin:auto;padding:35px 5%}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-title h2{margin:0}.section-title span{color:#777;font-size:14px}.category-grid{display:flex;gap:14px;overflow-x:auto;padding-bottom:5px}.category-card{min-width:145px;max-width:180px;padding:0 0 13px;background:#fff;border:1px solid #e8e9ec;border-radius:14px;overflow:hidden;color:#111;cursor:pointer}.category-card img,.category-placeholder{width:100%;height:100px;object-fit:cover;display:block}.category-placeholder{display:grid;place-items:center;background:#eceff3;font-size:32px;color:#888}.category-card strong{display:block;padding:10px 8px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e7e9ec;border-radius:15px;overflow:hidden;transition:transform .15s,box-shadow .15s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000000b}.product-image-button{width:100%;height:225px;padding:0;border:0;background:#eef0f3;cursor:pointer}.product-image-button img{width:100%;height:100%;object-fit:cover}.product-placeholder{height:100%;display:grid;place-items:center;color:#777}.product-body{padding:15px}.product-body small{color:#777}.product-body h3{margin:5px 0 7px;font-size:18px}.product-body p{margin:5px 0;color:#666;line-height:1.4}.muted{font-size:13px}.chips{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0}.chips span{font-size:11px;background:#f0f1f3;border-radius:99px;padding:4px 7px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px}.price-row>strong{font-size:18px}.add{border:0;background:#111827;color:#fff;border-radius:9px;padding:10px 12px;font-weight:700;cursor:pointer}.empty-state{background:#fff;border:1px dashed #ccc;border-radius:12px;padding:35px;text-align:center;color:#666}.bag{position:fixed;right:-450px;top:0;width:min(450px,100%);height:100vh;background:#fff;z-index:40;transition:right .25s;box-shadow:-10px 0 35px #0002;display:flex;flex-direction:column}.bag.open{right:0}.bag-head{padding:19px;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.bag-head h2{margin:0}.bag-head button,.modal-close{border:0;background:transparent;color:#111;font-size:30px;cursor:pointer}.bag-row{padding:15px 19px;border-bottom:1px solid #eee}.bag-row-top{display:flex;justify-content:space-between;gap:10px}.qty-controls{display:flex;align-items:center;gap:8px;margin-top:10px}.qty-controls button{border:1px solid #ddd;background:#fff;border-radius:7px;width:30px;height:30px;cursor:pointer}.remove{margin-left:auto;border:0;background:none;color:#b42318;cursor:pointer}.bag-footer{margin-top:auto;padding:19px;border-top:1px solid #eee}.total-line{display:flex;justify-content:space-between;font-size:18px}.whatsapp{display:block;text-align:center;text-decoration:none;background:#18a957;color:#fff;padding:14px;border-radius:10px;font-weight:700;margin-top:14px}.whatsapp.disabled{opacity:.45;pointer-events:none}.overlay,.modal-backdrop{position:fixed;inset:0;background:#0008;z-index:30}.overlay{display:none}.overlay.show{display:block}.modal-backdrop{display:grid;place-items:center;padding:20px}.modal-backdrop[hidden]{display:none}.product-modal{position:relative;background:#fff;width:min(850px,100%);max-height:90vh;overflow:auto;border-radius:18px}.modal-close{position:absolute;right:12px;top:8px;z-index:2}.modal-content{display:grid;grid-template-columns:1fr 1fr}.modal-content img{width:100%;height:420px;object-fit:cover}.modal-info{padding:35px}.modal-info h2{font-size:30px;margin-top:0}.modal-info .modal-price{font-size:24px;font-weight:800;margin:18px 0}.attribute-list{list-style:none;padding:0}.attribute-list li{padding:8px 0;border-bottom:1px solid #eee}.modal-add{border:0;background:#111827;color:#fff;padding:13px 18px;border-radius:9px;font-weight:700;cursor:pointer;width:100%}@media(max-width:950px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.product-grid{grid-template-columns:repeat(2,1fr)}.toolbar{margin:0;padding-top:15px;flex-wrap:wrap}.search-box{max-width:none;flex-basis:100%}.modal-content{grid-template-columns:1fr}.modal-content img{height:280px}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.product-image-button{height:260px}.store-header{padding:0 15px}.categories,.products{padding-left:15px;padding-right:15px}.hero{padding:45px 15px}}
.no-scroll{overflow:hidden}.bag-empty{text-align:center;padding:55px 25px;color:#777}.bag-empty div{font-size:42px;margin-bottom:12px}.bag-row-top small{display:block;color:#777;margin-top:4px}.clear-button{width:100%;margin-top:9px;border:1px solid #ddd;background:#fff;color:#555;border-radius:9px;padding:10px;cursor:pointer}.checkout-button{width:100%;border:0;cursor:pointer;font:inherit}.checkout-modal{position:relative;background:#fff;width:min(520px,100%);padding:30px;border-radius:18px}.checkout-modal h2{margin-top:0}.checkout-modal label{display:block;font-weight:700;margin:15px 0}.checkout-modal input,.checkout-modal textarea{width:100%;padding:12px;margin-top:7px;border:1px solid #d5d7da;border-radius:8px;font:inherit}.checkout-modal textarea{min-height:100px;resize:vertical}.checkout-modal small{font-weight:400;color:#777}.checkout-total{padding:15px 0;font-size:20px}.checkout-modal .modal-add{width:100%}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#111827;color:#fff;padding:12px 18px;border-radius:99px;z-index:100;opacity:0;pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}
.product-gallery{background:#f1f3f5;padding:14px}.product-gallery>img{display:block;width:100%;height:390px;object-fit:contain;background:#fff;border-radius:10px}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:10px}.gallery-thumb{border:2px solid transparent;padding:0;background:#fff;border-radius:8px;cursor:pointer;flex:0 0 64px}.gallery-thumb.active{border-color:#111827}.gallery-thumb img{display:block;width:60px;height:60px;object-fit:cover;border-radius:6px}@media(max-width:720px){.product-gallery>img{height:280px}}
