.home-shop{position:relative}.shop-status{display:none;margin:0 auto 1.5rem;max-width:1180px;padding:1rem 1.2rem;border-left:4px solid var(--accent-orange);border-radius:12px;background:#fff7ed;color:#8a4811}.shop-status.visible{display:block}.shop-toolbar{max-width:1180px;margin:0 auto 1.75rem;display:grid;grid-template-columns:2fr repeat(5,1fr);gap:.75rem}.shop-toolbar .form-control{padding:.78rem .9rem;font-size:.88rem;background:#fff}.home-shop-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.home-product-card{background:#fff;border:1px solid var(--border-color);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.home-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.home-product-image{height:225px;background:linear-gradient(145deg,#eef4fb,#f8fafc);display:grid;place-items:center;overflow:hidden;color:#94a3b8;font-size:3.5rem}.home-product-image img{width:100%;height:100%;object-fit:cover}.home-product-body{padding:1.3rem;display:flex;flex-direction:column;flex:1}.home-product-category{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-weight:800}.home-product-body h3{font-size:1.2rem;margin:.45rem 0}.home-product-body p{font-size:.88rem;line-height:1.55;color:var(--text-muted);margin-bottom:1rem}.home-product-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:1rem}.home-product-price{font-size:1.45rem;font-weight:800;color:var(--text-dark)}.home-product-ves,.home-product-stock{font-size:.74rem;color:var(--text-muted)}.home-product-stock{font-weight:700;color:#15803d;text-align:right}.home-product-stock.out{color:#b91c1c}.home-product-actions{display:grid;grid-template-columns:1fr auto;gap:.6rem;margin-top:1rem}.home-product-actions button{padding:.72rem .85rem;border-radius:11px}.shop-empty{grid-column:1/-1;text-align:center;border:1px dashed #cbd5e1;border-radius:20px;background:#fff;padding:3rem 1rem;color:var(--text-muted)}.shop-inline-tools{max-width:1180px;margin:2rem auto 0;display:grid;grid-template-columns:1.2fr .8fr;gap:1.2rem}.shop-help-card{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:1.4rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.shop-help-card p{font-size:.88rem;color:var(--text-muted);margin-top:.35rem}.shop-cart-fab{position:fixed;right:2rem;bottom:6.5rem;z-index:9997;border:0;border-radius:50px;background:var(--accent-orange);color:#fff;padding:.85rem 1.15rem;font-weight:800;box-shadow:0 12px 28px rgba(255,87,34,.32);display:none;align-items:center;gap:.5rem}.shop-cart-fab.visible{display:flex}.shop-overlay{position:fixed;inset:0;z-index:10020;background:rgba(7,20,39,.65);display:none;justify-content:flex-end}.shop-overlay.open{display:flex}.shop-panel{width:min(520px,100%);height:100%;overflow:auto;background:#fff;padding:1.5rem;box-shadow:-20px 0 50px rgba(15,23,42,.22)}.shop-panel-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1rem}.shop-panel-head button{border:0;background:#eef2f7;width:38px;height:38px;border-radius:50%;font-size:1.3rem}.home-cart-item{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:.8rem;padding:1rem 0;border-bottom:1px solid var(--border-color)}.home-cart-item img,.home-cart-placeholder{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#eef2f7}.home-cart-qty{display:flex;align-items:center;gap:.4rem}.home-cart-qty button{width:28px;height:28px;border:1px solid var(--border-color);background:#fff;border-radius:7px}.home-cart-summary{background:var(--bg-alt);border-radius:16px;padding:1.1rem;margin-top:1.2rem}.home-summary-row{display:flex;justify-content:space-between;gap:1rem;margin:.7rem 0}.home-summary-total{border-top:1px solid var(--border-color);padding-top:1rem;font-size:1.2rem;font-weight:800}.home-coupon{display:flex;gap:.5rem;margin:.8rem 0}.home-coupon input{flex:1}.home-checkout{display:none}.home-checkout.active{display:block}.home-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.home-checkout-grid label{font-size:.8rem;font-weight:700}.home-checkout-grid label span{display:block;margin-bottom:.35rem}.home-checkout-grid .full{grid-column:1/-1}.home-checkout-grid textarea{min-height:82px}.shop-message{padding:.8rem 1rem;border-radius:10px;background:#eff6ff;color:#174d91;margin:.8rem 0;font-size:.86rem}.shop-message.error{background:#fff1f2;color:#a22636}.home-tracking-result{margin-top:1rem}.home-timeline{border-left:3px solid #d5dfeb;margin:1rem 0;padding-left:1.3rem}.home-timeline>div{position:relative;margin-bottom:1rem;font-size:.86rem}.home-timeline>div:before{content:'';position:absolute;left:-1.72rem;top:.25rem;width:10px;height:10px;border-radius:50%;background:var(--primary)}.home-shop-toast{position:fixed;right:1.2rem;bottom:1.2rem;z-index:10050;background:#0f172a;color:#fff;padding:.8rem 1rem;border-radius:11px;display:none}.home-shop-toast.visible{display:block}@media(max-width:1024px){.shop-toolbar{grid-template-columns:repeat(3,1fr)}.shop-toolbar input:first-child{grid-column:span 2}.home-shop-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.shop-toolbar{grid-template-columns:1fr 1fr}.shop-toolbar input:first-child{grid-column:1/-1}.shop-inline-tools{grid-template-columns:1fr}.home-shop-grid{grid-template-columns:1fr}.shop-help-card{align-items:flex-start;flex-direction:column}.shop-cart-fab{right:1rem;bottom:5rem}.home-checkout-grid{grid-template-columns:1fr}.home-checkout-grid .full{grid-column:auto}}@media(max-width:480px){.shop-toolbar{grid-template-columns:1fr}.shop-toolbar input:first-child{grid-column:auto}.shop-panel{padding:1rem}.home-product-image{height:210px}}
