:root{--bg:#f5f7fb;--card:#ffffff;--border:#e8ebf2;--text:#1f2937;--muted:#6b7280;--primary:#111827;--accent:#2563eb;--shadow:0 10px 35px rgba(17,24,39,.08);--shadow-hover:0 24px 60px rgba(17,24,39,.16);--radius:24px;--transition:.35s ease}*{box-sizing:border-box}.store-locator{padding:90px 20px;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.store-locator .page-width{max-width:1320px;margin:auto}.store-header{text-align:center;margin-bottom:60px}.store-heading{font-size:56px;font-weight:800;line-height:1.1;margin:0;color:var(--text);letter-spacing:-1px}.store-subheading{margin:18px auto 0;max-width:650px;font-size:18px;line-height:1.8;color:var(--muted)}.store-search-wrapper{display:flex;justify-content:center;margin-bottom:50px}.store-search{width:100%;max-width:900px;background:#ffffffd9;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.7);border-radius:22px;display:flex;align-items:center;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.store-search:hover{transform:translateY(-2px)}.store-search:focus-within{box-shadow:0 20px 45px #2563eb2e;border-color:#2563eb33}.search-icon{width:70px;display:flex;justify-content:center;align-items:center;color:#9ca3af;font-size:28px;padding-left:10px}.store-search input{flex:1;border:none;outline:none;background:transparent;height:74px;font-size:17px;color:var(--text)}.store-search input::placeholder{color:#9ca3af}.store-search button{border:none;background:linear-gradient(135deg,#f16122,#f16142);color:#fff;height:74px;min-width:190px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;cursor:pointer;transition:var(--transition)}.store-search button:hover{background:linear-gradient(135deg,#f16122,#f16142)}.store-search button .material-symbols-rounded{font-size:22px}.store-results-info{text-align:center;margin-bottom:42px;color:#4b5563;font-weight:600}.result-badge{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;background:#111827;color:#fff;font-size:14px;font-weight:600}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch}.store-card{position:relative;background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border);border-radius:28px;padding:28px;overflow:hidden;transition:all .35s ease;box-shadow:var(--shadow)}.store-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:#f1612a;transform:scaleX(0);transform-origin:left;transition:.35s}.store-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-hover);border-color:#dbe5ff}.store-card:hover:before{transform:scaleX(1)}.store-card-header{display:flex;align-items:center;gap:18px;margin-bottom:28px}.store-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#f16134,#f15134);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 12px 28px #2563eb40}.store-icon .material-symbols-rounded{font-size:30px}.store-title{flex:1}.store-company{margin:0 0 8px;color:var(--text);font-size:24px;font-weight:700;line-height:1.3;letter-spacing:-.3px}.store-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:#eef4ff;color:#f1612a;font-size:13px;font-weight:700;border:1px solid #d7e6ff}.store-address{display:flex;flex-direction:column;gap:18px}.info-row{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #eef2f7;transition:.3s}.info-row:hover{background:#eef4ff;border-color:#d8e4ff}.info-row .material-symbols-rounded{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;color:#f1612a;font-size:22px;box-shadow:0 5px 15px #0000000f;flex-shrink:0}.info-row div{flex:1}.info-row label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:4px}.info-row p{margin:0;color:var(--text);font-size:16px;font-weight:600;line-height:1.5}.postcode{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:#f1612a;color:#fff!important;font-size:14px!important;font-weight:700!important;letter-spacing:.5px;width:fit-content;margin-top:4px}.store-empty{grid-column:1 / -1;background:#fff;border:1px solid var(--border);border-radius:28px;padding:80px 40px;text-align:center;box-shadow:var(--shadow)}.store-empty h3{margin:0 0 12px;font-size:28px;color:var(--text)}.store-empty p{margin:0;color:var(--muted);font-size:16px}.store-card{animation:storeFade .5s ease both}@keyframes storeFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-search button,.store-card,.info-row,.store-icon{transition:all .35s ease}.store-card:hover .store-icon{transform:rotate(-8deg) scale(1.08)}.store-card:hover .store-company{color:#f1612a}.info-row:hover .material-symbols-rounded{transform:scale(1.08)}.store-grid::-webkit-scrollbar{width:8px}.store-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.store-grid::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:1200px){.store-grid{grid-template-columns:repeat(2,1fr)}.store-heading{font-size:46px}.store-search{max-width:760px}}@media(max-width:768px){.store-locator{padding:70px 18px}.store-heading{font-size:34px}.store-subheading{font-size:16px;line-height:1.6}.store-search{flex-direction:column;border-radius:20px}.search-icon{display:none}.store-search input{width:100%;height:60px;padding:0 22px}.store-search button{width:100%;min-width:100%;height:60px;border-radius:0 0 20px 20px}.store-grid{grid-template-columns:1fr;gap:22px}.store-card{padding:22px;border-radius:22px}.store-card-header{gap:14px;margin-bottom:22px}.store-icon{width:54px;height:54px;border-radius:16px}.store-icon .material-symbols-rounded{font-size:26px}.store-company{font-size:20px}.store-badge{font-size:12px;padding:6px 12px}.info-row{padding:14px;gap:14px}.info-row .material-symbols-rounded{width:38px;height:38px;font-size:20px}.info-row p{font-size:15px}.postcode{font-size:13px!important}}@media(max-width:480px){.store-heading{font-size:28px}.store-search input,.store-search button{font-size:15px}.store-card{padding:18px}.store-company{font-size:18px}}.store-search input:focus{outline:none}.store-search button:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}.store-card:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}
/*# sourceMappingURL=/cdn/shop/t/21/assets/store-locator.css.map */
