.shop-wrap{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.shop-hero{position:relative;color:var(--color-white);background:linear-gradient(90deg,#000000c7,#00000080 55%,#00000052),url(/assets/shop/sk-store-hero.jpg) center 42% / cover no-repeat}.shop-hero-inner{padding-block:clamp(56px,11vw,128px)}@media(max-width:760px){.shop-hero{background:linear-gradient(180deg,#000000b8,#0000009e),url(/assets/shop/sk-store-hero.jpg) center center / cover no-repeat}}.shop-eyebrow{font-family:var(--font-brand);text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;font-weight:700;color:var(--color-yellow);margin:0 0 var(--space-2)}.shop-title{font-family:var(--font-display);font-size:clamp(2.6rem,7vw,5rem);line-height:var(--line-tight);margin:0 0 var(--space-3)}.shop-lede{max-width:60ch;font-size:1.05rem;line-height:var(--line-body);margin:0;color:rgb(var(--rgb-white) / .82)}.shop-main{padding-block:var(--space-6) var(--space-7)}.shop-toolbar{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.shop-filters{display:flex;flex-wrap:wrap;gap:var(--space-2)}.shop-chip{font-family:var(--font-brand);font-weight:600;font-size:.9rem;padding:var(--space-1) var(--space-3);border:2px solid var(--color-black);border-radius:999px;background:var(--color-white);color:var(--color-black);cursor:pointer;transition:background .15s ease,color .15s ease}.shop-chip:hover{background:var(--color-paper)}.shop-chip.is-active{background:var(--color-black);color:var(--color-yellow)}.shop-cart-btn{font-family:var(--font-brand);font-weight:700;font-size:.95rem;padding:var(--space-2) var(--space-4);border:none;border-radius:999px;background:var(--color-yellow);color:var(--color-black);cursor:pointer;display:inline-flex;align-items:center;gap:var(--space-2)}.shop-cart-count{display:inline-grid;place-items:center;min-width:1.4em;height:1.4em;padding-inline:.3em;border-radius:999px;background:var(--color-black);color:var(--color-white);font-size:.8rem}.shop-status{margin:0 0 var(--space-4);font-size:.9rem;color:var(--color-blue)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-4)}.shop-card{display:flex;flex-direction:column;border:1px solid var(--color-grey);border-radius:14px;overflow:hidden;background:var(--color-white)}.shop-card.is-soldout{opacity:.62}.shop-card-media{position:relative;aspect-ratio:4 / 3;background:var(--color-white)}.shop-card-media img{width:100%;height:100%;object-fit:contain;display:block;padding:var(--space-3)}.shop-badge{position:absolute;top:var(--space-2);left:var(--space-2);background:var(--color-red);color:var(--color-white);font-family:var(--font-brand);font-weight:700;font-size:.85rem;padding:.15em .6em;border-radius:6px}.shop-soldout{position:absolute;inset-block-end:var(--space-2);inset-inline-start:var(--space-2);background:var(--color-black);color:var(--color-white);font-size:.8rem;padding:.15em .6em;border-radius:6px}.shop-card-body{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);flex:1}.shop-card-brand{font-family:var(--font-brand);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:var(--color-blue);margin:0}.shop-card-name{font-size:1.02rem;font-weight:700;line-height:1.2;margin:0}.shop-card-desc{font-size:.85rem;line-height:1.4;color:rgb(var(--rgb-ink) / .72);margin:0}.shop-card-meta{display:flex;justify-content:space-between;gap:var(--space-2);font-size:.8rem;color:rgb(var(--rgb-ink) / .7);margin:auto 0 0}.shop-card-stock{display:flex;flex-direction:column;gap:2px;font-size:.8rem;color:rgb(var(--rgb-ink) / .75);margin:auto 0 0}.shop-stock-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--rgb-ink) / .5);margin-bottom:2px}.shop-stock-row{display:flex;justify-content:space-between;gap:var(--space-2)}.shop-stock-loc{color:rgb(var(--rgb-ink) / .7)}.shop-stock-qty{font-weight:600;font-variant-numeric:tabular-nums}.shop-stock-out{font-weight:600;color:rgb(var(--rgb-ink) / .55)}.shop-card-price{display:flex;align-items:baseline;gap:var(--space-2)}.shop-retail{text-decoration:line-through;color:rgb(var(--rgb-ink) / .5);font-size:.9rem}.shop-closeout{font-family:var(--font-display);font-size:1.6rem;line-height:1;color:var(--color-black)}.shop-add{margin-top:var(--space-1);font-family:var(--font-brand);font-weight:700;font-size:.9rem;padding:var(--space-2);border:none;border-radius:10px;background:var(--color-black);color:var(--color-yellow);cursor:pointer}.shop-add:disabled{background:var(--color-grey);color:var(--color-white);cursor:not-allowed}.shop-add:not(:disabled):hover{background:var(--color-blue);color:var(--color-white)}.shop-empty{text-align:center;padding:var(--space-6);color:rgb(var(--rgb-ink) / .6)}.shop-drawer{position:fixed;inset:0;z-index:2000}.shop-drawer[hidden]{display:none}.shop-drawer-backdrop{position:absolute;inset:0;background:rgb(var(--rgb-black) / .5)}.shop-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(440px,100%);background:var(--color-white);box-shadow:var(--shadow-menu);display:flex;flex-direction:column;overflow-y:auto}.shop-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);border-bottom:1px solid var(--color-grey);position:sticky;top:0;background:var(--color-white)}.shop-drawer-title{font-size:1.3rem;margin:0}.shop-drawer-close{font-size:1.8rem;line-height:1;background:none;border:none;cursor:pointer;color:var(--color-black)}.shop-step{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.shop-cart-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.shop-cart-line{display:grid;grid-template-columns:56px 1fr auto;gap:var(--space-3);align-items:center}.shop-cart-line img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:var(--color-paper)}.shop-line-name{font-weight:600;font-size:.9rem;margin:0}.shop-line-price{font-size:.85rem;color:rgb(var(--rgb-ink) / .7);margin:0}.shop-qtybox{display:inline-flex;align-items:center;gap:var(--space-1)}.shop-qtybox button{width:1.7em;height:1.7em;border-radius:6px;border:1px solid var(--color-grey);background:var(--color-white);cursor:pointer;font-size:1rem;line-height:1}.shop-qtybox span{min-width:1.5em;text-align:center}.shop-line-remove{background:none;border:none;color:var(--color-red);cursor:pointer;font-size:.8rem}.shop-cart-empty{color:rgb(var(--rgb-ink) / .6)}.shop-cart-total{display:flex;justify-content:space-between;font-size:.95rem;padding-top:var(--space-2)}.shop-cart-grand{border-top:1px solid var(--color-grey);padding-top:var(--space-3);font-size:1.1rem}.shop-form{display:flex;flex-direction:column;gap:var(--space-3)}.shop-field{display:flex;flex-direction:column;gap:var(--space-1);font-size:.85rem;font-weight:600}.shop-field input{padding:var(--space-2);border:1px solid var(--color-grey);border-radius:8px;font:inherit}.shop-field em,.shop-fieldset em,.shop-confirm-check em,.shop-upload-label em{color:var(--color-red);font-style:normal}.shop-fieldset{border:1px solid var(--color-grey);border-radius:8px;padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);margin:0}.shop-fieldset legend{font-size:.85rem;font-weight:700;padding-inline:var(--space-1)}.shop-radio{display:flex;align-items:center;gap:var(--space-2);font-size:.9rem;font-weight:500}.shop-pickup-note{font-size:.8rem;color:var(--color-blue);margin:0}.shop-btn-primary{font-family:var(--font-brand);font-weight:700;font-size:1rem;padding:var(--space-3);border:none;border-radius:10px;background:var(--color-yellow);color:var(--color-black);cursor:pointer}.shop-btn-primary:disabled{background:var(--color-grey);color:var(--color-white);cursor:not-allowed}.shop-btn-ghost{font-family:var(--font-brand);font-weight:600;font-size:.95rem;padding:var(--space-3);border:1px solid var(--color-black);border-radius:10px;background:var(--color-white);color:var(--color-black);cursor:pointer}.shop-step-actions{display:flex;gap:var(--space-2)}.shop-step-actions .shop-btn-primary{flex:1}.shop-form-error{color:var(--color-red);font-size:.85rem;margin:0}.shop-pay-intro{font-size:.95rem;line-height:1.4;margin:0}.shop-pay-amount,.shop-pay-total{display:flex;justify-content:space-between;align-items:baseline}.shop-pay-amount strong{font-family:var(--font-display);font-size:1.6rem}.shop-qr{text-align:center;padding:var(--space-3);border:1px solid var(--color-grey);border-radius:12px}.shop-qr img{width:260px;max-width:100%;height:auto}.shop-qr-payee{font-size:.85rem;color:rgb(var(--rgb-ink) / .7);margin:var(--space-2) 0 0}.shop-upload-title{font-size:.9rem;font-weight:700;margin:0 0 var(--space-2)}.shop-dropzone{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);text-align:center;padding:var(--space-5) var(--space-3);border:2px dashed var(--color-grey);border-radius:12px;background:var(--color-paper);cursor:pointer;transition:border-color .15s ease,background .15s ease}.shop-dropzone:hover,.shop-dropzone.is-dragover{border-color:var(--color-black);background:var(--color-white)}.shop-dropzone.is-filled{border-style:solid;border-color:var(--color-green)}.shop-dropzone-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.shop-dropzone-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:var(--color-black);color:var(--color-yellow);font-size:1.2rem}.shop-dropzone.is-filled .shop-dropzone-icon{background:var(--color-green);color:var(--color-white)}.shop-dropzone-text{font-size:.9rem;font-weight:600;color:var(--color-black)}.shop-dropzone-hint{font-size:.78rem;color:rgb(var(--rgb-ink) / .6)}.shop-upload-preview{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-3)}.shop-upload-preview img{width:90px;height:90px;object-fit:cover;border-radius:8px;border:1px solid var(--color-grey)}.shop-upload-clear{background:none;border:none;color:var(--color-red);cursor:pointer;font-size:.85rem}.shop-confirm-check{display:flex;align-items:flex-start;gap:var(--space-2);font-size:.85rem;line-height:1.35}.shop-confirm-check input{margin-top:.2em}.shop-success{text-align:center;align-items:center;padding-block:var(--space-6)}.shop-success-tick{width:64px;height:64px;border-radius:999px;display:grid;place-items:center;background:var(--color-green);color:var(--color-white);font-size:2rem}.shop-success h3{margin:0;font-size:1.4rem}.shop-success p{margin:0;line-height:1.45}.shop-confirm-page{padding-block:var(--space-6) var(--space-7)}.shop-receipt{max-width:640px;margin-inline:auto;border:1px solid var(--color-grey);border-radius:16px;padding:var(--space-5);background:var(--color-white)}.shop-confirm-eyebrow{color:var(--color-blue)}.shop-confirm-h1{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,2.6rem);line-height:var(--line-tight);margin:0 0 var(--space-3)}.shop-confirm-ref{font-size:1.05rem;margin:0 0 var(--space-3)}.shop-confirm-status{background:var(--color-paper);border-left:4px solid var(--color-yellow);padding:var(--space-3);border-radius:8px;line-height:var(--line-body);margin:0 0 var(--space-5)}.shop-confirm-sub{font-size:1.1rem;margin:var(--space-5) 0 var(--space-2)}.shop-receipt-table,.shop-receipt-totals{width:100%;border-collapse:collapse;font-size:.92rem}.shop-receipt-table th,.shop-receipt-table td{padding:var(--space-2);border-bottom:1px solid var(--color-grey);text-align:left}.shop-receipt-table th{font-family:var(--font-brand);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:rgb(var(--rgb-ink) / .6)}.shop-receipt-table .num,.shop-receipt-totals .num{text-align:right}.shop-receipt-brand{color:rgb(var(--rgb-ink) / .6)}.shop-receipt-totals td{padding:var(--space-1) var(--space-2)}.shop-receipt-totals .grand td{border-top:1px solid var(--color-grey);font-weight:700;font-size:1.05rem;padding-top:var(--space-2)}.shop-receipt-details{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-1)}.shop-receipt-details li{display:flex;gap:var(--space-3);font-size:.92rem}.shop-receipt-details li span{min-width:110px;color:rgb(var(--rgb-ink) / .6)}.shop-receipt-proof,.shop-receipt-when{font-size:.85rem;color:rgb(var(--rgb-ink) / .65);margin:var(--space-3) 0 0}.shop-confirm-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-5)}.shop-confirm-empty{font-size:.95rem;line-height:var(--line-body)}@media print{.site-main{padding:0}.shop-confirm-actions{display:none}.shop-receipt{border:none}}@media(max-width:600px){.shop-toolbar{flex-direction:column;align-items:stretch}.shop-cart-btn{justify-content:center}}
