:root{--store-ink:#163a66;--store-gold:#fbdf3c;--store-cream:#f3f7fc;--store-line:#dbe6f3}.store-cart-link{position:relative!important;display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--store-cream);color:var(--store-ink)!important;margin-left:8px}.store-cart-count{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:#a44332;color:#fff;font:700 11px/20px Arial;text-align:center}.store-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:12px}.store-actions .store-add,.store-actions .store-buy{border:0;border-radius:999px;padding:11px 18px;font-weight:700;cursor:pointer;transition:.2s}.store-add{background:var(--store-ink);color:#fff}.store-buy{background:var(--store-gold);color:#163a66}.store-add:hover,.store-buy:hover{transform:translateY(-2px);box-shadow:0 7px 18px #0002}.store-toast{position:fixed;right:22px;bottom:24px;z-index:99999;background:var(--store-ink);color:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 12px 30px #0004;opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.store-toast.show{opacity:1;transform:none}.store-shell{max-width:1160px;margin:50px auto;padding:0 18px}.store-card{background:#fff;border:1px solid var(--store-line);border-radius:20px;box-shadow:0 16px 50px #2a23150d;overflow:hidden}.store-item{display:grid;grid-template-columns:90px 1fr auto auto;gap:18px;align-items:center;padding:20px;border-bottom:1px solid var(--store-line)}.store-item img{width:76px;height:105px;object-fit:contain;background:var(--store-cream);border-radius:10px}.store-title{font-size:18px;font-weight:800;color:var(--store-ink)}.store-muted{color:#786f63;text-transform:capitalize}.store-qty{display:flex;align-items:center;border:1px solid var(--store-line);border-radius:999px;overflow:hidden}.store-qty button{width:38px;height:38px;border:0;background:var(--store-cream);font-size:20px}.store-qty span{min-width:34px;text-align:center;font-weight:700}.store-remove{border:0;background:none;color:#a44332;font-weight:700}.store-summary{padding:24px;background:var(--store-cream);display:flex;align-items:center;justify-content:space-between;gap:20px}.store-total{font-size:27px;font-weight:900;color:var(--store-ink)}.store-checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.store-panel{padding:28px}.store-panel h2{color:var(--store-ink);margin-bottom:18px}.store-empty{text-align:center;padding:70px 20px}.store-empty h2{color:var(--store-ink)}.store-secure{display:flex;gap:9px;align-items:center;color:#557065;font-size:14px;margin:15px 0}.store-error{display:none;background:#fff0ed;color:#9e3425;padding:12px;border-radius:10px;margin:12px 0}.store-success{text-align:center;padding:70px 20px}.store-success .check{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e3f4e8;color:#25763b;font-size:36px;margin:0 auto 18px}@media(max-width:767px){.store-item{grid-template-columns:72px 1fr}.store-item img{width:64px;height:90px}.store-qty,.store-line-total{grid-column:2}.store-summary{align-items:flex-start;flex-direction:column}.store-checkout{grid-template-columns:1fr}.store-panel{padding:20px}.store-cart-link{margin:10px 0}.store-actions .store-add,.store-actions .store-buy{width:100%}}



@media(max-width:991px){.store-shell{margin:30px auto}.store-cart-link{margin:8px!important}.store-checkout{grid-template-columns:1fr}.store-card{border-radius:14px}}@media(max-width:600px){.store-shell{padding:0 10px;margin:20px auto}.store-item{grid-template-columns:62px 1fr;gap:12px;padding:15px}.store-item img{width:58px;height:82px}.store-title{font-size:15px}.store-muted{font-size:13px}.store-qty,.store-line-total{grid-column:2}.store-summary{padding:18px}.store-total{font-size:23px}.store-summary .custombtn{width:100%;text-align:center}.store-panel{padding:17px}.store-checkout{gap:14px}}
