.non-fire-store{background:#f8f7f5}.store-hero{position:relative;min-height:445px;overflow:hidden;background:#171717;color:#fff;display:flex;align-items:center}.store-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111 0%,#171717 53%,#2c2c2c 100%)}.store-hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 73% 42%,rgba(185,28,28,.22),transparent 27%)}.store-hero-inner{position:relative;z-index:3;padding-top:42px;padding-bottom:44px}.store-hero .breadcrumb,.store-hero .breadcrumb a{color:#c8c8c8}.store-hero h1{max-width:690px;font-size:clamp(2.75rem,4.6vw,4.65rem);margin:.2em 0 .3em}.store-hero h1 span{color:#ff5b60}.store-hero p{max-width:610px;color:#c9c9c9;font-size:1rem}.store-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.store-hero .btn-light{background:transparent;color:#fff;border-color:#555}.cart-count{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:#fff;color:#171717;font-size:.76rem;padding:0 6px}.store-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:22px;color:#aaa;font-size:.85rem;font-weight:700}.store-trust span{position:relative;padding-left:15px}.store-trust span:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:#ff5b60}.store-hero-visual{position:absolute;z-index:2;right:5vw;bottom:-8%;width:min(28vw,390px);height:78%;border-radius:26px 26px 0 0;overflow:hidden;box-shadow:0 45px 90px rgba(0,0,0,.4);transform:rotate(2deg)}.store-hero-visual:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.store-hero-visual img{width:100%;height:100%;object-fit:cover}.store-service-strip{padding:0;background:#fff;border-bottom:1px solid var(--line)}.store-service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.store-service-grid>div{padding:28px 24px;border-right:1px solid var(--line)}.store-service-grid>div:last-child{border-right:0}.store-service-grid b{display:block;color:var(--red);font-size:.72rem;letter-spacing:.12em;margin-bottom:6px}.store-service-grid strong{display:block}.store-service-grid span{display:block;color:var(--muted);font-size:.82rem;margin-top:3px}.store-catalog{background:#f8f7f5;padding:76px 0 90px}.store-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.store-heading h2{margin:.18em 0 .25em}.store-heading p{max-width:680px;color:var(--muted);margin:0}.store-cart-button{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 16px;min-width:168px;padding:13px 16px;border:1px solid var(--line);background:#fff;border-radius:16px;cursor:pointer;text-align:left}.store-cart-button span{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:800}.store-cart-button strong{font-size:1.12rem}.store-cart-button i{grid-row:1/3;grid-column:2;font-style:normal;width:32px;height:32px;border-radius:50%;background:#171717;color:#fff;display:grid;place-items:center;font-weight:900}.store-toolbar{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}.store-toolbar label{margin:0}.store-toolbar label>span{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:900;margin:0 0 5px}.store-toolbar input,.store-toolbar select{padding:11px 12px;border-radius:10px;background:#faf9f7}.store-result-line{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:22px 0 14px;color:#777;font-size:.83rem}.store-result-line strong{color:#333}.store-result-line span{padding:5px 9px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800}.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.store-loading{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:18px;padding:40px;text-align:center;color:#777}.store-product{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.22s ease}.store-product:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(20,20,20,.09)}.store-product-image{position:relative;aspect-ratio:4/5;background:#e9e7e3;overflow:hidden;cursor:pointer;border:0;padding:0;width:100%}.store-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.store-product:hover .store-product-image img{transform:scale(1.018)}.store-product-image:after{content:"View product";position:absolute;left:12px;bottom:12px;background:rgba(17,17,17,.86);color:#fff;border-radius:999px;padding:7px 11px;font-size:.71rem;font-weight:800;opacity:0;transform:translateY(5px);transition:.2s}.store-product:hover .store-product-image:after{opacity:1;transform:none}.store-product-body{padding:16px;display:flex;flex-direction:column;flex:1}.store-product-code{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#8b8178;font-weight:900}.store-product h3{font-size:1.03rem;line-height:1.22;margin:7px 0 5px}.store-product-category{color:#777;font-size:.78rem}.store-product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:15px}.store-product-price{font-size:1.2rem;font-weight:900}.store-add{border:0;background:var(--red);color:#fff;border-radius:999px;padding:9px 12px;font-size:.76rem;font-weight:900;cursor:pointer}.store-help{background:#171717;color:#fff}.store-help-grid{display:grid;grid-template-columns:1.2fr auto;gap:40px;align-items:center}.store-help h2{margin:.2em 0}.store-help p{max-width:720px;color:#bbb;margin:0}.store-help-actions{display:flex;gap:10px;flex-wrap:wrap}.store-help .btn-light{background:transparent;border-color:#555;color:#fff}
.store-drawer-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.store-cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(470px,100vw);z-index:91;background:#fff;box-shadow:-30px 0 60px rgba(0,0,0,.2);transform:translateX(105%);transition:transform .26s ease;display:grid;grid-template-rows:auto 1fr auto}.store-cart-drawer.open{transform:none}.cart-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-head span{display:block;font-size:.72rem;text-transform:uppercase;color:#777;font-weight:900;letter-spacing:.08em}.cart-head strong{font-size:1.15rem}.cart-head i{font-style:normal}.cart-close,.product-modal-close{border:0;background:#f2efeb;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer}.cart-items{overflow:auto;padding:10px 20px}.cart-line{display:grid;grid-template-columns:78px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:start}.cart-line img{width:78px;height:94px;object-fit:cover;border-radius:10px;background:#eee}.cart-line-name{font-weight:850;font-size:.88rem;line-height:1.25}.cart-line-code{font-size:.68rem;color:#888;margin-top:2px}.cart-line-price{font-weight:900;margin-top:7px}.cart-qty{display:flex;align-items:center;gap:7px;margin-top:9px}.cart-qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer}.cart-qty span{min-width:18px;text-align:center;font-size:.82rem;font-weight:850}.cart-remove{border:0;background:none;color:#a61d21;font-size:.72rem;font-weight:800;cursor:pointer;padding:3px}.cart-empty{padding:38px 20px;text-align:center;color:#777}.cart-empty strong{color:#222}.cart-foot{padding:18px 20px 22px;border-top:1px solid var(--line);background:#faf9f7}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;margin-bottom:7px}.cart-total-row strong{font-size:1.35rem}.cart-foot>small{display:block;color:#777;line-height:1.4;margin-bottom:12px}.cart-customer{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.cart-customer label{font-size:.72rem}.cart-customer input{padding:9px 10px;border-radius:9px;background:#fff}.cart-checkout{width:100%}.cart-status{font-size:.78rem;margin:9px 0 0;color:#9b1d22;min-height:18px}.product-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px}.product-modal[hidden]{display:none}.product-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(4px)}.product-modal-card{position:relative;z-index:2;width:min(1040px,100%);max-height:min(820px,92vh);overflow:auto;background:#fff;border-radius:24px;display:grid;grid-template-columns:1.1fr .9fr;box-shadow:0 35px 100px rgba(0,0,0,.35)}.product-modal-close{position:absolute;z-index:4;right:14px;top:14px}.product-modal-gallery{padding:18px;background:#eeeae5}.product-main-image{height:600px;border-radius:16px;overflow:hidden;background:#ddd}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.product-thumbs button{height:90px;border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:#ddd;cursor:pointer}.product-thumbs button.active{border-color:var(--red)}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-modal-info{padding:58px 36px 36px;display:flex;flex-direction:column}.product-modal-code{font-size:.72rem;color:#8b8178;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.product-modal-info h2{font-size:2.25rem;margin:.25em 0 .45em}.product-modal-info p{color:var(--muted)}.product-modal-meta{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 20px}.product-modal-meta span{font-size:.72rem;padding:6px 9px;background:#f4f1ed;border-radius:999px;font-weight:800}.product-modal-buy{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-top:auto;padding-top:20px}.product-modal-buy>strong{font-size:2rem}.product-modal-buy label{width:110px}.product-modal-buy input{padding:10px}.product-modal-info>.btn{margin-top:16px;width:100%}.store-toast{position:fixed;z-index:120;left:50%;bottom:30px;transform:translate(-50%,20px);background:#171717;color:#fff;padding:11px 16px;border-radius:999px;font-size:.82rem;font-weight:800;opacity:0;pointer-events:none;transition:.2s}.store-toast.show{opacity:1;transform:translate(-50%,0)}.store-mobile-cta{z-index:80}.store-mobile-cta button{border:0;background:var(--red);color:#fff;font-weight:850}.store-success-page{background:#f5f3ef}.success-main{min-height:65vh;display:grid;align-items:center;padding:60px 0}.success-card{max-width:760px;margin:auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:48px;box-shadow:var(--shadow)}.success-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#e9f5ed;color:#176b45;font-size:2rem;font-weight:900;margin:0 auto 18px}.success-card h1{font-size:clamp(2.5rem,5vw,4.6rem)}.success-card p{color:var(--muted)}.success-summary{display:grid;grid-template-columns:1fr auto;gap:4px 20px;text-align:left;margin:25px 0;padding:16px 18px;background:#f7f4ef;border-radius:13px}.success-summary span{text-align:right;font-weight:900}.success-summary small{grid-column:1/-1;color:#777;text-transform:capitalize}.success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}

.store-product h3 a{color:inherit;text-decoration:none}.store-product h3 a:hover{color:var(--red)}.store-product-image{display:block}.store-add{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.cart-line-size{font-size:.72rem;color:#555;margin-top:4px;font-weight:750}.store-size-required{font-size:.69rem;color:#81766d;margin-top:3px}
@media(max-width:1100px){.store-grid{grid-template-columns:repeat(3,1fr)}.store-hero-visual{right:-3vw;width:39vw}.store-hero-inner{padding-right:34%}}@media(max-width:900px){.store-hero{min-height:430px;align-items:flex-end}.store-hero-inner{padding-right:0;padding-bottom:54px}.store-hero-visual{opacity:.3;right:-12vw;width:68vw;height:100%;bottom:0;border-radius:0}.store-service-grid{grid-template-columns:1fr 1fr}.store-service-grid>div:nth-child(2){border-right:0}.store-service-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.store-grid{grid-template-columns:repeat(2,1fr)}.store-help-grid{grid-template-columns:1fr}.product-modal-card{grid-template-columns:1fr;max-width:680px}.product-main-image{height:min(62vh,540px)}.product-modal-info{padding:28px}.store-toolbar{grid-template-columns:1fr 1fr}.store-search{grid-column:1/-1}}
@media(max-width:600px){.store-hero{min-height:390px}.store-hero-inner{padding-top:28px;padding-bottom:32px}.store-hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}.store-hero p{font-size:1rem}.store-trust{gap:9px 15px;margin-top:24px}.store-service-grid{grid-template-columns:1fr}.store-service-grid>div{border-right:0!important;border-bottom:1px solid var(--line)!important;padding:18px 6px}.store-service-grid>div:last-child{border-bottom:0!important}.store-catalog{padding:50px 0 72px}.store-heading{align-items:stretch;flex-direction:column}.store-cart-button{width:100%}.store-toolbar{grid-template-columns:1fr}.store-search{grid-column:auto}.store-grid{grid-template-columns:1fr 1fr;gap:10px}.store-product{border-radius:13px}.store-product-body{padding:11px}.store-product h3{font-size:.88rem}.store-product-category{font-size:.68rem}.store-product-bottom{align-items:flex-end;flex-direction:column}.store-product-price{font-size:1rem;align-self:flex-start}.store-add{width:100%;padding:8px 9px}.store-product-image:after{display:none}.cart-customer{grid-template-columns:1fr}.product-modal{padding:0}.product-modal-card{border-radius:0;max-height:100vh;height:100vh}.product-modal-gallery{padding:10px}.product-main-image{height:50vh}.product-thumbs button{height:64px}.product-modal-info{padding:22px}.product-modal-info h2{font-size:1.8rem}.store-help{padding:52px 0}.success-card{padding:30px 20px}.success-main{padding:30px 0}.store-mobile-cta{display:grid;grid-template-columns:1fr 1fr}.store-mobile-cta button,.store-mobile-cta a{padding:12px 10px;text-align:center}}


/* V3 — compact storefront hero */
.store-hero{min-height:260px!important}
.store-hero-inner{padding-top:18px!important;padding-bottom:20px!important;padding-right:30%!important}
.store-hero h1{max-width:650px!important;font-size:clamp(2.05rem,3vw,3.05rem)!important;line-height:.97!important;margin:.16em 0 .22em!important}
.store-hero p{max-width:570px!important;font-size:.88rem!important;line-height:1.5!important;margin:0!important}
.store-hero .eyebrow{font-size:.68rem!important;margin-top:8px!important}
.store-hero .breadcrumb{font-size:.7rem!important;margin-bottom:4px!important}
.store-hero-actions{margin-top:14px!important;gap:9px!important}
.store-hero-actions .btn{padding:9px 14px!important;font-size:.76rem!important}
.store-trust{margin-top:13px!important;gap:10px 16px!important;font-size:.72rem!important}
.store-hero-visual{right:7vw!important;bottom:-16%!important;width:min(21vw,270px)!important;height:88%!important;border-radius:20px 20px 0 0!important}
.store-service-grid>div{padding:18px 20px!important}
.cart-foot>small{margin-bottom:14px!important}
.cart-customer{display:none!important}
@media(max-width:900px){
  .store-hero{min-height:230px!important}
  .store-hero-inner{padding:16px 0 18px!important}
  .store-hero-visual{right:-8vw!important;width:49vw!important;height:100%!important;opacity:.25!important;bottom:0!important}
}
@media(max-width:600px){
  .store-hero{min-height:205px!important}
  .store-hero-inner{padding:14px 0 16px!important}
  .store-hero h1{font-size:2rem!important;max-width:92%!important}
  .store-hero p{font-size:.82rem!important;max-width:92%!important}
  .store-trust{display:none!important}
  .store-hero-actions{margin-top:12px!important}
  .store-hero-visual{width:62vw!important;right:-17vw!important}
}


/* V5 — shop-first landing: products visible immediately */
.non-fire-store .store-catalog{
  padding:30px 0 82px!important;
  min-height:70vh;
}
.non-fire-store .store-heading{
  align-items:center!important;
  margin-bottom:18px!important;
  gap:24px!important;
}
.non-fire-store .store-heading .eyebrow{
  margin-bottom:5px!important;
}
.non-fire-store .store-heading h2{
  font-size:clamp(2rem,3vw,3rem)!important;
  line-height:1!important;
  margin:.08em 0 .18em!important;
}
.non-fire-store .store-heading p{
  max-width:760px!important;
  font-size:.88rem!important;
  line-height:1.45!important;
}
.non-fire-store .store-cart-button{
  min-width:158px!important;
  padding:11px 14px!important;
  border-radius:14px!important;
}
.non-fire-store .store-toolbar{
  padding:10px!important;
  border-radius:15px!important;
  gap:10px!important;
}
.non-fire-store .store-toolbar input,
.non-fire-store .store-toolbar select{
  padding:9px 11px!important;
}
.non-fire-store .store-result-line{
  margin:13px 0 10px!important;
}
@media(max-width:900px){
  .non-fire-store .store-catalog{padding:24px 0 72px!important}
  .non-fire-store .store-heading{align-items:flex-end!important}
}
@media(max-width:600px){
  .non-fire-store .store-catalog{padding:20px 0 68px!important}
  .non-fire-store .store-heading{gap:12px!important;margin-bottom:14px!important}
  .non-fire-store .store-heading h2{font-size:2.15rem!important}
  .non-fire-store .store-heading p{font-size:.8rem!important;line-height:1.4!important}
  .non-fire-store .store-cart-button{width:100%!important}
  .non-fire-store .store-toolbar{padding:8px!important}
  .non-fire-store .store-result-line{margin:10px 0 8px!important}
}


/* V10 retail merchandising */
.store-merch-note{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap;background:#171717;color:#d8d8d8;border-radius:12px;padding:8px 12px;margin:10px 0 2px;font-size:.7rem}.store-merch-note b{color:#fff}.store-merch-note a{margin-left:auto;color:#ff6b70;font-weight:900}.store-card-badges{position:absolute;z-index:2;left:9px;top:9px;display:flex;gap:5px;flex-wrap:wrap}.store-card-badges b,.store-card-badges i{font-style:normal;border-radius:999px;padding:5px 7px;font-size:.58rem;font-weight:950;box-shadow:0 3px 10px rgba(0,0,0,.08)}.store-card-badges b{background:#b91c1c;color:#fff}.store-card-badges i{background:rgba(255,255,255,.94);color:#252525}.store-card-perks{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}.store-card-perks span{font-size:.6rem;font-weight:800;background:#f6f3ef;color:#625b55;border-radius:999px;padding:4px 6px}.store-card-delivery{display:block;color:#766f68;font-size:.62rem;margin-top:8px}.store-card-price small{display:block;color:#8b8178;font-size:.56rem;text-transform:uppercase;letter-spacing:.06em}.store-card-price strong{display:block}.store-measure{padding:58px 0;background:#fff;border-top:1px solid #e9e4de}.store-measure-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.store-measure-head h2{margin:.16em 0 .22em}.store-measure-head p{max-width:760px;color:var(--muted);margin:0}.store-measure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:25px}.store-measure-grid>div{padding:17px;border:1px solid #e4dfd8;border-radius:14px;background:#faf9f7}.store-measure-grid span{color:#b91c1c;font-size:.62rem;font-weight:950}.store-measure-grid strong{display:block;margin:4px 0}.store-measure-grid p{font-size:.72rem;color:#6e6862;margin:0;line-height:1.5}@media(max-width:800px){.store-measure-head{align-items:flex-start;flex-direction:column}.store-measure-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.store-merch-note{font-size:.63rem}.store-merch-note a{width:100%;margin-left:0}.store-card-perks span{font-size:.56rem}.store-measure{padding:42px 0}.store-measure-grid{grid-template-columns:1fr 1fr;gap:8px}.store-measure-grid>div{padding:13px}.store-measure-head .btn{width:100%;justify-content:center}}


/* V15 — use Hassock navy for store merchandising strip */
.store-merch-note{background:#132238;color:#e8edf3}
.store-merch-note b{color:#fff}
.store-merch-note a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.store-card-badges i{background:#132238;color:#fff}

/* V23 — navigation basket is the single storefront basket summary */
.non-fire-store .store-heading{align-items:flex-start!important;}
.non-fire-store .store-heading>div{max-width:820px;}

/* V32 unified fire + non-fire store */
.fire-store .store-catalog{padding:30px 0 82px;min-height:64vh}.fire-store .store-product-image{height:360px}.fire-store .store-product-image img{width:100%;height:100%;object-fit:contain}.fire-store .store-product-bottom{margin-top:14px}.fire-store .store-add{background:#b91c1c;color:#fff;border-color:#b91c1c}.cart-line-code{line-height:1.4}.cart-line img{object-fit:contain;background:#f1ede8}@media(max-width:650px){.fire-store .store-product-image{height:255px}}

/* 20% RRP comparison on Fire and Non-Fire shop cards */
.store-card-price{min-width:0}
.store-sale-rrp-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin:0 0 4px}
.store-sale-rrp{font-size:.62rem;font-weight:900;color:#7a746e;white-space:nowrap}
.store-sale-rrp s{color:#b91c1c;text-decoration-color:#b91c1c;text-decoration-thickness:2px}
.store-sale-badge{display:inline-flex;align-items:center;border-radius:999px;background:#c91e22;color:#fff;padding:3px 6px;font-size:.5rem;font-weight:950;line-height:1.2;white-space:nowrap}
@media(max-width:600px){.store-product-bottom{align-items:stretch}.store-card-price{width:100%}.store-sale-rrp-row{gap:4px}.store-sale-rrp{font-size:.56rem}.store-sale-badge{font-size:.46rem;padding:3px 5px}}


/* V11 — unified shop card CTA + 3-column non-fire desktop grid */
.store-add,
.fire-store .store-add,
.non-fire-store .store-add {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:116px !important;
  min-width:116px !important;
  height:42px !important;
  padding:0 14px !important;
  box-sizing:border-box !important;
  border:0 !important;
  border-radius:999px !important;
  background:#132238 !important;
  color:#fff !important;
  font-size:.72rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  text-align:center !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
  flex:0 0 116px !important;
}
.store-add:hover,
.fire-store .store-add:hover,
.non-fire-store .store-add:hover {
  background:#0d1929 !important;
  color:#fff !important;
}
@media (min-width:901px) {
  .non-fire-store .store-grid {
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width:600px) {
  .store-product-bottom {
    align-items:flex-end !important;
    flex-direction:row !important;
    gap:8px !important;
  }
  .store-card-price {
    width:auto !important;
    min-width:0 !important;
    flex:1 1 auto !important;
  }
  .store-add,
  .fire-store .store-add,
  .non-fire-store .store-add {
    width:106px !important;
    min-width:106px !important;
    height:40px !important;
    padding:0 11px !important;
    font-size:.66rem !important;
    flex:0 0 106px !important;
    align-self:flex-end !important;
  }
  .store-sale-rrp-row {
    align-items:center !important;
  }
}

/* V12 — fully unify Fire + Non-Fire shop card sizing/layout */
@media (min-width:901px) {
  .fire-store .store-grid,
  .non-fire-store .store-grid {
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

.fire-store .store-product,
.non-fire-store .store-product {
  height:100%;
}

/* Both ranges use the same visual crop and card proportions. */
.fire-store .store-product-image,
.non-fire-store .store-product-image {
  width:100% !important;
  height:auto !important;
  aspect-ratio:4 / 5 !important;
  background:#e9e7e3 !important;
}
.fire-store .store-product-image img,
.non-fire-store .store-product-image img {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.fire-store .store-product-body,
.non-fire-store .store-product-body {
  padding:16px !important;
  min-height:218px;
}
.fire-store .store-product-bottom,
.non-fire-store .store-product-bottom {
  margin-top:auto !important;
  padding-top:15px !important;
  min-height:72px;
}

/* Remove legacy Fire-only sizing that made the range visually smaller. */
.fire-store .store-product-image {
  max-height:none !important;
}

@media (max-width:900px) {
  .fire-store .store-grid,
  .non-fire-store .store-grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .fire-store .store-product-body,
  .non-fire-store .store-product-body {
    min-height:210px;
  }
}

@media (max-width:600px) {
  .fire-store .store-grid,
  .non-fire-store .store-grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .fire-store .store-product-image,
  .non-fire-store .store-product-image {
    aspect-ratio:4 / 5 !important;
  }
  .fire-store .store-product-body,
  .non-fire-store .store-product-body {
    padding:11px !important;
    min-height:204px;
  }
  .fire-store .store-product-bottom,
  .non-fire-store .store-product-bottom {
    min-height:66px;
  }
}
