.shop{max-width:1500px;margin:auto;padding:55px 5% 75px}.shop-heading{display:flex;align-items:center;justify-content:space-between;gap:25px}.shop-heading h1{font-size:clamp(32px,3.8vw,56px);letter-spacing:-1.5px}.shop-heading p,.shop-footnote{color:var(--muted)}.shop .eyebrow{color:#69b4e6}.delivery-note{font-size:14px;border-left:2px solid var(--orange);padding:12px 18px;background:#172a37;color:#d6e2eb;margin:20px 0 30px}.shop-controls{display:flex;align-items:end;gap:25px;margin:30px 0}.shop-controls label{font-size:14px;font-weight:600}.shop-controls label:first-child{flex:1;max-width:420px}.shop-controls input{margin-top:8px}.shop-controls select{display:block;margin-top:8px;padding:13px;background:#0b1720;color:#eef3f7;border:1px solid #3e5565;font:inherit;min-height:51px}.shop-controls p{margin:0 0 12px auto;color:var(--muted);font-size:14px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:#14232e;border:1px solid var(--line);overflow:hidden}.product-image{border:0;padding:0;display:block;width:100%;cursor:pointer;background:#fff}.product-image img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;display:block}.product-info{padding:18px}.product-meta{font-size:14px;color:#b3c8d7;display:flex;justify-content:space-between}.product-card h2{font-size:22px;letter-spacing:-.5px;margin:7px 0 18px}.product-card h2 button{font:inherit;text-align:left;background:none;border:0;color:inherit;padding:0;cursor:pointer}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-bottom strong{font-size:20px;color:#f1cf81}.product-bottom .button{font-size:14px;padding:10px 13px}.pagination{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:35px 0 20px}.pagination button{padding:10px 16px;border:1px solid var(--line);background:#14232e;color:#fff;font:inherit;cursor:pointer}.pagination button[aria-current]{background:var(--orange);color:#0b141b}.shop-footnote{font-size:14px;overflow-wrap:anywhere}.shop-footnote a{text-decoration:underline}dialog{background:#11212c;color:#eef3f7;border:1px solid #416078;width:min(800px,94vw);max-height:90dvh;padding:36px;overflow:auto}dialog::backdrop{background:#02090ed9}.close-dialog{display:block;margin:0 0 20px auto;border:1px solid #466071;color:white;background:#172d3c;font-size:25px;width:44px;height:44px;cursor:pointer}.detail-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:28px}.detail-layout img{width:100%;background:white}.detail-layout h2{font-size:32px}.detail-layout dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.detail-layout dd{margin:0}.detail-price{font-size:28px;color:#f1cf81;margin:20px 0}.cart-line{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-line img{width:60px;height:60px;object-fit:contain;background:white}.cart-line p{margin:3px 0;color:var(--muted);font-size:14px}.quantity-actions{display:flex;align-items:center;gap:12px;margin-top:8px}.quantity-actions button{background:#1e394a;border:1px solid #476479;color:white;min-width:34px;min-height:34px;cursor:pointer}.quantity-actions .remove{background:none;border:0;text-decoration:underline;font-size:14px}.cart-total{display:flex;justify-content:space-between;font-size:20px;margin:25px 0 0}.cart-shipping{color:var(--muted);font-size:14px}.shop-status{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:5;background:#e2b44f;color:#0b141b;padding:12px 22px;max-width:90vw;box-shadow:0 4px 25px #0008}.shop-status:empty{display:none}button:disabled{opacity:.45;cursor:not-allowed}select:focus-visible{outline:3px solid var(--orange);outline-offset:4px}@media(max-width:1050px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.shop{padding:35px 5%}.shop-heading{display:block}.shop-heading .button{margin:5px 0 12px}.shop-controls{flex-wrap:wrap;gap:15px}.shop-controls label:first-child{max-width:none;flex-basis:100%}.shop-controls select{max-width:100%}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-info{padding:12px}.product-card h2{font-size:19px}.product-bottom{align-items:start;flex-direction:column}.product-bottom .button{width:100%}.detail-layout{grid-template-columns:1fr}.detail-layout img{max-height:280px;object-fit:contain}dialog{padding:22px}.cart-line{grid-template-columns:45px 1fr}.cart-line img{width:45px;height:45px}.cart-line>strong{grid-column:2}.cart-total{font-size:18px}.quantity-actions{gap:8px}}@media(max-width:360px){.products{grid-template-columns:1fr}}

.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:35px 0}.category-card{background:#14232e;color:#eef3f7;text-align:left;border:1px solid #3e5565;padding:25px;cursor:pointer;font:inherit;border-top:3px solid #416078}.category-card strong{display:block;font:600 28px Manrope,sans-serif;margin-bottom:8px}.category-card span{color:#adbdc9;font-size:14px}.category-card[aria-pressed="true"]{border-color:#e2b44f;background:#1b3040}.category-card[aria-pressed="true"] strong{color:#f1cf81}.category-card:hover{background:#203b4e}.collection-navigation h2{font-size:24px;letter-spacing:-.5px;margin-bottom:18px}.subcategory-list{display:flex;flex-wrap:wrap;gap:12px}.subcategory-list button{padding:12px 18px;background:#14232e;border:1px solid #3e5565;color:#eef3f7;font:inherit;cursor:pointer}.subcategory-list button[aria-pressed="true"]{border-color:#69b4e6;background:#143650}.subcategory-list span{margin-left:14px;font-size:14px;color:#bed5e5}.category-path{font-size:14px;color:#adbdc9;margin:24px 0}.shop-controls[hidden]{display:none}#empty{padding:30px;background:#14232e;border:1px solid var(--line)}@media(max-width:720px){.category-grid{gap:12px}.category-card{padding:18px 14px}.category-card strong{font-size:22px}.category-card span{font-size:14px}}@media(max-width:380px){.category-grid{grid-template-columns:1fr}}

.collections-panel{margin-top:24px;padding:20px;border-left:2px solid #416078;background:#102330}.collections-panel h3{font-size:16px;margin:0 0 14px;color:#bed5e5}.collections-panel[hidden]{display:none}

#relay-controls{margin-top:24px;padding:20px;border:1px solid var(--line)}#relay-controls label{font-size:14px;font-weight:600}#relay-postcode{max-width:230px}#choose-relay{margin-top:15px;background:#254b66;color:white}#relay-selection{margin:14px 0 0;font-size:14px;overflow-wrap:anywhere}
