:root{
  --wm-red:#ed1c24;
  --wm-yellow:#fff000;
  --wm-ink:#0e1720;
  --wm-card:#14212b;
  --wm-line:rgba(205,220,232,.16);
  --wm-text:#f5f8fb;
  --wm-muted:#aebdcc;
}
*{box-sizing:border-box}
body.wm-store{
  margin:0;
  color:var(--wm-text);
  background:#071827;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body.wm-store,
body.wm-store *:not(input):not(textarea):not(select):not([contenteditable="true"]){
  caret-color:transparent;
}
body.wm-store *:not(input):not(textarea):not(select):not(button):not(a):not(label):not(summary):not([role="button"]):not([contenteditable="true"]){
  cursor:default;
}
body.wm-store :where(a,button,label,summary,[role="button"],.store-product,.store-feature-slide__image,.store-detail__thumb,.store-detail__slide img,.store-media-zoom img){
  cursor:pointer;
}
body.wm-store :where(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]),textarea,[contenteditable="true"]){
  caret-color:auto;
  cursor:text;
}
body.wm-store :where(select,input[type="checkbox"],input[type="radio"],input[type="range"],input[type="color"],input[type="file"]){
  caret-color:auto;
  cursor:pointer;
}
body.wm-store.store-modal-open,
body.wm-store.store-cart-open,
body.wm-store.store-gift-open{
  overflow:hidden;
}
body.wm-store :where(h1,h2,h3,.store-kicker){
  caret-color:transparent;
  -webkit-user-modify:read-only;
  cursor:default;
}
body.wm-store :where(.store-hero h1,.store-section h2,.store-newsletter h2,.store-faq h2,.store-category-card strong,.store-product h3,.store-feature-slide h3,.store-detail h1,.store-page-head h1,.store-empty h3){
  user-select:none;
  -webkit-user-select:none;
  caret-color:transparent!important;
}
body.wm-store :where(input,textarea,select,[contenteditable="true"]){
  caret-color:auto;
  -webkit-user-modify:read-write;
}
.store-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(205,220,232,.12);
  background:#071827;
  backdrop-filter:none;
  box-shadow:none;
}
.store-sale-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 20px;
  color:#fff;
  background:#ed1c24;
  text-align:center;
  text-decoration:none;
  font-weight:950;
  letter-spacing:.04em;
}
.store-nav{
  width:min(100% - 40px,1280px);
  margin:0 auto;
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.store-brand,.store-nav nav,.store-nav__actions{
  display:flex;
  align-items:center;
  gap:16px;
}
.store-nav__links{
  flex:1;
  justify-content:center;
  gap:8px;
  min-width:0;
}
.store-category-menu{
  position:relative;
  display:inline-flex;
}
.store-category-menu::after{
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  top:100%;
  z-index:59;
  height:18px;
  display:none;
  pointer-events:auto;
}
.store-category-submenu{
  position:absolute;
  top:calc(100% + 2px);
  left:0;
  z-index:60;
  min-width:220px;
  display:none;
  padding:8px;
  border:1px solid var(--wm-line);
  border-radius:12px;
  background:#0b151d;
  box-shadow:0 20px 42px rgba(0,0,0,.28);
}
.store-category-menu:hover::after,
.store-category-menu:focus-within::after{
  display:block;
}
.store-category-menu:hover .store-category-submenu,
.store-category-menu:focus-within .store-category-submenu{
  display:grid;
  gap:4px;
}
.store-category-submenu a{
  display:block;
  padding:10px 12px;
  border-radius:8px;
  color:#d5dee7;
  text-decoration:none;
}
.store-category-submenu a:hover,
.store-category-submenu a.is-active{
  color:#fff;
  background:rgba(255,255,255,.08);
}
.store-nav__actions{
  justify-content:flex-end;
}
.store-brand{
  color:#fff;
  font-weight:950;
  text-decoration:none;
  letter-spacing:0;
  flex:0 0 auto;
}
.store-brand img,.store-footer img{
  width:74px;
  height:auto;
  display:block;
}
.store-nav a{
  color:#d5dee7;
  text-decoration:none;
  font-weight:800;
}
.store-category-link{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 12px;
  border:1px solid transparent;
  border-radius:10px;
  white-space:nowrap;
}
.store-category-link:hover,
.store-category-link.is-active{
  color:#fff;
  border-color:rgba(205,220,232,.2);
  background:rgba(255,255,255,.06);
}
.store-cart-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 16px;
  border:1px solid var(--wm-line);
  border-radius:10px;
  background:rgba(255,255,255,.05);
}
.store-cart-link__icon{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}
.store-cart-link strong{
  min-width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#0d1620;
  background:var(--wm-yellow);
}
.store-discord-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:46px;
  padding:0 17px 0 15px;
  overflow:hidden;
  border:1px solid #5865f2!important;
  border-bottom-color:#5865f2!important;
  border-radius:12px;
  color:#fff!important;
  background:#5865f2!important;
  background-image:none!important;
  text-decoration:none;
  font-weight:950;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
}
.store-discord-link::after{
  content:none!important;
  display:none!important;
}
.store-discord-link:hover{
  border-color:#5865f2;
  border-bottom-color:#5865f2!important;
  background:#5865f2!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.store-discord-link__icon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#fff;
  background:transparent!important;
  box-shadow:none!important;
}
.store-discord-link__icon svg{
  width:26px;
  height:26px;
  display:block;
  fill:currentColor;
  opacity:1;
}
.store-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(135deg,var(--wm-red),#ff4d00);
  text-decoration:none;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 18px 36px rgba(237,28,36,.22);
}
.store-btn--ghost{
  color:#f4f8fb;
  background:rgba(255,255,255,.06);
  border:1px solid var(--wm-line);
  box-shadow:none;
}
.store-btn--light{
  color:#0d1620;
  background:#f4f8fb;
  box-shadow:none;
}
.store-alert{
  width:min(100% - 40px,1280px);
  margin:12px auto;
  padding:16px 18px;
  border:1px solid rgba(82,211,172,.28);
  border-radius:12px;
  color:#7ff0c9;
  background:rgba(28,95,78,.18);
  font-weight:800;
}
.store-alert--muted{color:#d8e0ea;border-color:var(--wm-line);background:rgba(255,255,255,.06)}
.store-alert--bad{color:#ffb4b4;border-color:rgba(237,28,36,.38);background:rgba(237,28,36,.14)}
.store-hero{
  width:min(100% - 40px,1280px);
  min-height:610px;
  margin:20px auto 70px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);
  gap:34px;
  align-items:center;
}
.store-kicker{
  display:block;
  color:var(--wm-red);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.82rem;
  font-weight:950;
}
.store-hero h1{
  max-width:760px;
  margin:12px 0 18px;
  font-size:clamp(3.2rem,7vw,6.5rem);
  line-height:.92;
  letter-spacing:0;
}
.store-hero p{
  max-width:640px;
  margin:0 0 28px;
  color:#c3ced9;
  font-size:1.2rem;
  line-height:1.7;
  font-weight:700;
}
.store-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.store-hero__media{
  position:relative;
  min-height:420px;
  border:1px solid var(--wm-line);
  border-radius:24px;
  overflow:hidden;
  background:#0b1e31;
  box-shadow:none;
}
.store-hero__media::before{
  content:none;
  display:none;
}
.store-hero__media img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}
.store-hero__placeholder{
  min-height:420px;
  display:grid;
  place-items:center;
}
.store-hero__placeholder img{width:220px;min-height:0}
.store-section{
  width:min(100% - 40px,1280px);
  margin:0 auto 84px;
}
.store-newsletter{
  width:min(100% - 40px,1280px);
  margin:-28px auto 72px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,560px);
  gap:28px;
  align-items:center;
  padding:28px;
  border:1px solid var(--wm-line);
  border-radius:22px;
  background:rgba(17,29,39,.82);
}
.store-newsletter h2{
  margin:8px 0 10px;
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1;
}
.store-newsletter p{
  max-width:620px;
  margin:0;
  color:#c3ced9;
  font-weight:750;
  line-height:1.65;
}
.store-newsletter__form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}
.store-newsletter__form input{
  min-height:52px;
  width:100%;
  border:1px solid var(--wm-line);
  border-radius:12px;
  color:#fff;
  background:#0a1219;
  padding:0 16px;
  font:inherit;
  font-weight:850;
}
.store-newsletter__message{
  grid-column:1/-1;
  color:#7ff0c9!important;
  font-weight:900!important;
}
.store-newsletter__message--bad{color:#ffb4b4!important}
.store-giftcard-check{
  width:min(100%,560px);
  margin:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:12px;
  border:1px solid var(--wm-line);
  border-radius:14px;
  background:#0b1b29;
}
.store-giftcard-check label{
  display:grid;
  gap:6px;
}
.store-giftcard-check span{
  color:#c2ced8;
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.store-giftcard-check input{
  min-height:44px;
  width:100%;
  border:1px solid var(--wm-line);
  border-radius:10px;
  color:#fff;
  background:#0a1219;
  padding:0 14px;
  font:inherit;
  font-weight:850;
}
.store-giftcard-check__result{
  grid-column:1/-1;
  margin:0;
  color:var(--wm-yellow);
  font-weight:900;
}
.store-giftcard-check__result--bad{
  color:#ffb4b4;
}
.store-balance-modal[hidden]{
  display:none!important;
}
.store-balance-modal{
  position:fixed;
  inset:0;
  z-index:260;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(2,12,20,.68);
}
.store-balance-modal__panel{
  position:relative;
  width:min(100%,460px);
  display:grid;
  gap:14px;
  padding:28px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  background:#0b1b29;
  color:#f6f8fb;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.store-balance-modal__panel h2{
  margin:0;
  font-size:clamp(1.7rem,4vw,2.5rem);
}
.store-balance-modal__message{
  margin:0;
  color:#dce7ee;
  font-size:1.1rem;
  font-weight:850;
  line-height:1.45;
}
.store-balance-modal__message.is-error{
  color:#ffb4b4;
}
.store-balance-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid var(--wm-line);
  border-radius:10px;
  background:#102333;
  color:#dce7ee;
  font-size:1.4rem;
  line-height:1;
  cursor:pointer;
}
.store-newsletter-modal[hidden]{
  display:none!important;
}
.store-newsletter-modal{
  position:fixed;
  inset:0;
  z-index:270;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(2,12,20,.64);
}
.store-newsletter-modal__panel{
  position:relative;
  width:min(100%,520px);
  display:grid;
  gap:14px;
  padding:30px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  background:#0b1b29;
  color:#f6f8fb;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.store-newsletter-modal__panel h2{
  margin:0;
  font-size:clamp(1.85rem,4vw,2.8rem);
  line-height:1;
}
.store-newsletter-modal__message{
  margin:0;
  color:#dce7ee;
  font-size:1.05rem;
  font-weight:850;
  line-height:1.55;
}
.store-newsletter-modal__message.is-error{
  color:#ffb4b4;
}
.store-newsletter-modal__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:6px;
}
.store-newsletter-modal__actions .store-btn{
  min-width:150px;
}
.store-newsletter-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid var(--wm-line);
  border-radius:10px;
  background:#102333;
  color:#dce7ee;
  font-size:1.4rem;
  line-height:1;
  cursor:pointer;
}
.store-redirect-modal[hidden]{
  display:none!important;
}
.store-redirect-modal{
  position:fixed;
  inset:0;
  z-index:340;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(2,12,20,.58);
}
.store-redirect-modal__panel{
  width:min(100%,420px);
  display:grid;
  justify-items:center;
  gap:18px;
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:#0b1b29;
  color:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.34);
  text-align:center;
}
.store-redirect-modal__panel p{
  margin:0;
  font-size:1.15rem;
  font-weight:900;
  line-height:1.35;
}
.store-redirect-loader{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
}
.store-redirect-loader span{
  width:13px;
  height:13px;
  border-radius:999px;
  background:var(--wm-yellow);
  animation:storeRedirectBounce .8s ease-in-out infinite;
}
.store-redirect-loader span:nth-child(2){
  animation-delay:.12s;
  background:#fff;
}
.store-redirect-loader span:nth-child(3){
  animation-delay:.24s;
  background:var(--wm-red);
}
@keyframes storeRedirectBounce{
  0%,80%,100%{transform:translateY(0);opacity:.6}
  40%{transform:translateY(-9px);opacity:1}
}
.store-section__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.store-section__head--center{
  justify-content:center;
  text-align:center;
}
.store-section__head--center>div{
  width:100%;
}
.store-section__description{
  max-width:min(1180px,100%);
  margin:16px auto 0;
  color:rgba(231,238,244,.78);
  font-size:clamp(17px,1.2vw,19px);
  line-height:1.55;
}
.store-section__description a,
.store-faq p a{
  color:#fff;
  text-decoration:underline;
  text-decoration-color:var(--wm-yellow);
  text-underline-offset:4px;
  font-weight:850;
}
.store-section h2{
  margin:8px 0 0;
  font-size:clamp(2.4rem,5vw,4.4rem);
  line-height:.98;
}
.store-feature-slider{
  position:relative;
  min-height:540px;
  display:grid;
  align-items:center;
  padding:34px 70px 78px;
  overflow:hidden;
}
.store-feature-slider__track{
  position:relative;
  min-height:430px;
}
.store-feature-slide{
  position:absolute;
  top:50%;
  left:50%;
  width:min(680px,72vw);
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid var(--wm-line);
  border-radius:22px;
  overflow:hidden;
  background:#111d27;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,-50%) scale(.72);
  transition:transform .55s ease, opacity .55s ease, filter .55s ease;
  box-shadow:0 22px 70px rgba(0,0,0,.25);
}
.store-feature-slide.is-active{
  z-index:3;
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%,-50%) scale(1);
}
.store-feature-slide.is-prev,
.store-feature-slide.is-next{
  z-index:2;
  opacity:.72;
  filter:saturate(.82) brightness(.76);
  pointer-events:auto;
}
.store-feature-slide.is-prev{
  transform:translate(-112%,-50%) scale(.82);
}
.store-feature-slide.is-next{
  transform:translate(12%,-50%) scale(.82);
}
.store-feature-slide.is-hidden{
  z-index:1;
}
.store-feature-slide__image{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  padding:0;
  border:0;
  display:block;
  cursor:pointer;
  background:#07121c;
}
.store-feature-slide__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-feature-slide__image span{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:var(--wm-yellow);
  font-size:4rem;
  font-weight:950;
}
.store-feature-slide__content{
  display:grid;
  gap:10px;
  padding:24px 28px 28px;
}
.store-feature-slide__content h3{
  margin:0;
  color:#fff;
  font-size:clamp(1.7rem,3vw,2.6rem);
  line-height:1.06;
}
.store-feature-slide__content strong{
  color:var(--wm-yellow);
  font-size:1.1rem;
  line-height:1.2;
}
.store-feature-slider__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#07121c;
  color:#fff;
  font-size:0;
  line-height:1;
  cursor:pointer;
}
.store-feature-slider__nav::before{
  display:block;
  font-size:2.15rem;
  line-height:1;
  transform:none;
}
.store-feature-slider__nav:hover{
  color:var(--wm-yellow);
  border-color:rgba(255,240,0,.55);
}
.store-feature-slider__nav--prev{left:4px}
.store-feature-slider__nav--prev::before{content:"\2039"; transform:none}
.store-feature-slider__nav--next{right:4px}
.store-feature-slider__nav--next::before{content:"\203A"; transform:none}
.store-feature-slider__dots{
  position:absolute;
  left:0;
  right:0;
  bottom:16px;
  z-index:5;
  display:flex;
  justify-content:center;
  gap:10px;
}
.store-feature-slider__dots button{
  width:12px;
  height:12px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.38);
  cursor:pointer;
}
.store-feature-slider__dots button.is-active{
  background:var(--wm-yellow);
}
.store-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.store-category-showcase{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.store-category-card{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:14px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  color:#fff;
  text-decoration:none;
  background:rgba(17,29,39,.82);
}
.store-category-card:hover strong{color:var(--wm-yellow)}
.store-category-card__image{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:12px;
  background:#081621;
}
.store-category-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.store-category-card__image span{
  height:100%;
  display:grid;
  place-items:center;
  color:var(--wm-yellow);
  font-size:2rem;
  font-weight:950;
}
.store-category-card small{
  display:block;
  margin-bottom:8px;
  color:var(--wm-muted);
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.store-category-card strong{
  display:block;
  font-size:1.65rem;
  line-height:1.05;
  transition:color .16s ease;
}
.store-category-favorites{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
  margin:0 0 24px;
}
.store-category-favorite{
  display:grid;
  grid-template-columns:156px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:14px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  background:rgba(17,29,39,.78);
}
.store-category-favorite__image{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  padding:0;
  border:0;
  border-radius:12px;
  overflow:hidden;
  color:var(--wm-yellow);
  background:#09131b;
  cursor:pointer;
}
.store-category-favorite__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.store-category-favorite__image span{
  height:100%;
  display:grid;
  place-items:center;
  font-size:2rem;
  font-weight:950;
}
.store-category-favorite h3{
  margin:6px 0 8px;
  color:#fff;
  font-size:1.45rem;
  line-height:1.05;
}
.store-category-favorite strong{
  color:var(--wm-yellow);
}
.store-product{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid var(--wm-line);
  border-radius:18px;
  overflow:hidden;
  background:rgba(17,29,39,.82);
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}
.store-product__image{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  background:#081621;
  overflow:hidden;
  color:#fff;
  text-decoration:none;
}
.store-product__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.store-product__image span{
  height:100%;
  display:grid;
  place-items:center;
  color:var(--wm-yellow);
  font-size:3rem;
  font-weight:950;
}
.store-product__body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:22px;
}
.store-product__meta{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  color:#dce6ee;
  font-size:.82rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.store-product__meta:empty{display:none}
.store-product__meta strong{color:var(--wm-yellow)}
.store-price-line{
  display:inline-flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:8px;
  color:var(--wm-yellow);
  font-weight:950;
  line-height:1.15;
  white-space:nowrap;
}
.store-price-line strong{
  color:var(--wm-yellow);
  font:inherit;
}
.store-price-line__old{
  color:#8b9aa8;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:rgba(237,28,36,.92);
  font-size:.84em;
}
.store-product__meta .store-price-line{
  margin-left:auto;
}
.store-price-line--feature{
  justify-content:flex-start;
  font-size:1.1rem;
}
.store-price-line--detail{
  justify-content:flex-start;
  font-size:inherit;
}
.store-price-line--cart{
  justify-content:flex-start;
  font-size:1rem;
}
.store-price-line--cart .store-price-line__old{
  font-size:.78em;
}
.store-product h3{
  margin:14px 0 10px;
  font-size:1.55rem;
  line-height:1.08;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.store-product:hover h3,
.store-product:focus-within h3{
  color:var(--wm-yellow);
  display:block;
  -webkit-line-clamp:unset;
  overflow:visible;
}
.store-product h3 a{
  color:#fff;
  text-decoration:none;
}
.store-product h3{color:#fff}
.store-product p{
  color:#b7c5d0;
  line-height:1.62;
}
.store-product__subtitle{
  margin-top:0;
  color:#fff!important;
  font-weight:800;
}
.store-product__actions{
  margin-top:auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 50px;
  gap:10px;
  align-items:center;
}
.store-product .store-btn{
  width:100%;
  min-height:46px;
  justify-content:center;
}
.store-gift-button--card{
  width:50px;
  min-height:46px;
  font-size:1.25rem;
}
.store-empty{
  padding:36px;
  border:1px dashed var(--wm-line);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}
.store-faq{
  width:min(100% - 40px,1280px);
  margin:0 auto 84px;
}
.store-faq__list{
  display:grid;
  gap:12px;
}
.store-faq details{
  border:1px solid var(--wm-line);
  border-radius:16px;
  background:rgba(17,29,39,.82);
  overflow:hidden;
}
.store-faq summary{
  cursor:pointer;
  padding:20px 22px;
  color:#fff;
  font-size:1.15rem;
  font-weight:950;
}
.store-faq p{
  margin:0;
  padding:0 22px 22px;
  color:#c3ced9;
  font-size:1rem;
  line-height:1.7;
}
.store-footer{
  width:min(100% - 40px,1280px);
  margin:0 auto;
  padding:36px 0 48px;
  border-top:1px solid var(--wm-line);
  display:grid;
  grid-template-columns:minmax(280px,1fr) minmax(360px,540px);
  align-items:start;
  justify-content:space-between;
  gap:36px;
  color:#aebdcc;
}
.store-footer__left{
  display:grid;
  gap:22px;
  align-content:start;
}
.store-footer__brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-weight:950;
}
.store-footer__brand img{
  width:112px;
}
.store-footer__tebex{
  max-width:680px;
  margin:0;
  display:flex;
  align-items:center;
  gap:12px;
  color:#c2ced8;
  line-height:1.5;
}
.store-giftcard-check--footer{
  width:100%;
  justify-self:end;
}
.store-page-head,.store-cart-page{
  width:min(100% - 40px,1280px);
  margin:30px auto 70px;
}
.store-page-head h1{
  margin:10px 0 0;
  font-size:clamp(2.8rem,6vw,5rem);
  line-height:.95;
}
.store-detail{
  position:fixed;
  inset:0;
  z-index:100;
  display:grid;
  place-items:center;
  padding:34px 18px;
  overflow:hidden;
  background:rgba(1,7,12,.3);
  backdrop-filter:none;
  pointer-events:auto;
}
.store-detail__panel{
  position:relative;
  width:min(100%,760px);
  max-height:calc(100vh - 56px);
  overflow:hidden;
  pointer-events:auto;
  border:1px solid rgba(205,220,232,.18);
  border-radius:14px;
  color:#fff;
  background:#0c1721;
  box-shadow:0 28px 70px rgba(0,0,0,.42);
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto;
}
.store-detail__head{
  position:relative;
  display:block;
  min-height:76px;
  padding:22px 190px 18px 24px;
  border-bottom:1px solid rgba(205,220,232,.11);
}
.store-detail__head h1{
  margin:0;
  font-size:clamp(1.25rem,2.25vw,1.78rem);
  line-height:1.14;
  letter-spacing:0;
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}
.store-detail__controls{
  position:absolute;
  top:16px;
  right:18px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:max-content;
}
.store-detail__share,
.store-detail__copy,
.store-detail__close{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(205,220,232,.18);
  border-radius:10px;
  color:#9fabb6;
  background:#0a141d;
  text-decoration:none;
  line-height:1;
  box-shadow:none;
  cursor:pointer;
}
.store-detail__share{
  width:auto;
  padding:0 13px;
  color:#fff;
  font-size:.86rem;
  font-weight:950;
  white-space:nowrap;
}
.store-detail__copy{
  padding:0;
  color:#fff;
}
.store-copy-icon{
  width:19px;
  height:19px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linejoin:round;
  stroke-linecap:round;
}
.store-detail__share:hover,
.store-detail__share.is-copied,
.store-detail__copy:hover,
.store-detail__copy.is-copied,
.store-detail__close:hover{
  border-color:rgba(255,255,255,.28);
  color:#fff;
}
.store-detail__close{
  font-size:1.6rem;
}
.store-detail__media-wrap{
  position:relative;
  padding:22px 24px 0;
}

.store-sale-badge{
  position:absolute;
  top:14px;
  right:14px;
  z-index:4;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:auto!important;
  height:32px!important;
  min-width:72px!important;
  min-height:0!important;
  max-width:92px!important;
  padding:0 14px!important;
  border:2px solid rgba(255,255,255,.94);
  border-radius:9px;
  color:#fff!important;
  background:#ed1c24!important;
  font-size:.7rem!important;
  line-height:32px!important;
  font-weight:1000!important;
  letter-spacing:.08em;
  text-transform:uppercase;
  transform:none;
  clip-path:none;
  writing-mode:horizontal-tb!important;
  white-space:nowrap!important;
  box-shadow:0 8px 16px rgba(0,0,0,.22);
  pointer-events:none;
}
.store-sale-badge::before{
  content:none;
}
.store-sale-badge::after{
  content:none;
}
.store-sale-badge--detail{
  top:30px;
  right:34px;
  transform:none;
}
.store-product__image .store-sale-badge{
  transform:none;
  transform-origin:top right;
}
.store-detail__gallery{
  display:block;
}
.store-detail__stage{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  max-height:38vh;
  margin:0;
  border:1px solid rgba(205,220,232,.12);
  border-radius:8px;
  overflow:hidden;
  background:#02070c;
}
.store-detail__slide{
  display:none;
  width:100%;
  height:100%;
  margin:0;
}
.store-detail__slide.is-active{
  display:block;
}
.store-detail__slide img,.store-detail__slide video,.store-detail__slide iframe{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  border:0;
  background:#02070c;
}
.store-detail__slide img[data-zoom-media]{
  cursor:zoom-in;
}
.store-detail__arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#fff;
  background:rgba(7,18,28,.72);
  font-size:0;
  line-height:1;
  cursor:pointer;
}
.store-detail__arrow::before{
  display:block;
  font-size:2.15rem;
  line-height:1;
  transform:none;
}
.store-detail__arrow:hover{
  border-color:rgba(255,240,0,.55);
  background:rgba(7,18,28,.9);
}
.store-detail__arrow--prev{left:0}
.store-detail__arrow--prev::before{content:"\2039"; transform:none}
.store-detail__arrow--next{right:0}
.store-detail__arrow--next::before{content:"\203A"; transform:none}
.store-detail__thumbs{
  display:flex;
  gap:10px;
  margin-top:12px;
  padding-bottom:4px;
  overflow-x:auto;
}
.store-detail__thumb{
  position:relative;
  flex:0 0 94px;
  height:62px;
  padding:0;
  border:2px solid transparent;
  border-radius:7px;
  overflow:hidden;
  background:#02070c;
  opacity:.64;
  cursor:pointer;
}
.store-detail__thumb.is-active{
  opacity:1;
  border-color:var(--wm-red);
}
.store-detail__thumb img,.store-detail__thumb video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-detail__thumb span{
  position:absolute;
  right:6px;
  bottom:5px;
  padding:2px 6px;
  border-radius:999px;
  color:#fff;
  background:rgba(0,0,0,.62);
  font-size:.65rem;
  font-weight:900;
  text-transform:uppercase;
}
.store-detail__thumb-video{
  inset:0;
  right:auto !important;
  bottom:auto !important;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  padding:0 !important;
  border-radius:0 !important;
  background:#02070c !important;
  color:#fff !important;
}
.store-detail__placeholder{
  min-height:360px;
  display:grid;
  place-items:center;
  border:1px solid var(--wm-line);
  border-radius:8px;
  color:#fff;
  background:#02070c;
  font-size:4rem;
  font-weight:950;
}
.store-detail__content{
  position:relative;
  padding:18px 24px 20px;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:hidden;
}
.store-back-link{
  display:inline-flex;
  margin-bottom:20px;
  color:#d5dee7;
  text-decoration:none;
  font-weight:900;
}
.store-detail__content h1{
  margin:8px 0 14px;
  font-size:clamp(2.3rem,5vw,4.4rem);
  line-height:.95;
}
.store-price{
  display:block;
  margin:0;
  color:#fff;
  background:transparent;
  border-radius:0;
  padding:0;
  font-size:1.15rem;
  font-weight:950;
}
.store-detail__subtitle{
  color:#fff;
  font-size:1.15rem;
  font-weight:900;
}
.store-description{
  color:#c4cfda;
  line-height:1.6;
  font-weight:650;
  max-width:68ch;
  max-height:22vh;
  overflow:hidden;
}
.store-buy-box{
  position:relative;
  z-index:4;
  margin:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,340px);
  gap:18px;
  align-items:center;
  padding:18px 24px;
  border-top:1px solid rgba(205,220,232,.12);
  background:#0c1721;
}
.store-buy-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) 52px;
  gap:12px;
  align-items:center;
}
.store-gift-button{
  width:52px;
  min-height:46px;
  display:grid;
  place-items:center;
  border:1px solid var(--wm-line);
  border-radius:10px;
  color:#0d1620;
  background:var(--wm-yellow);
  font-size:1.45rem;
  cursor:pointer;
}
.store-buy-box label{
  display:grid;
  gap:8px;
  color:#dce6ee;
  font-weight:900;
}
.store-buy-box input{
  width:100%;
  min-height:48px;
  border:1px solid var(--wm-line);
  border-radius:10px;
  color:#fff;
  background:#0a1219;
  padding:0 14px;
  font:inherit;
}
.store-inline-check{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center;
  gap:10px!important;
}
.store-inline-check input{
  width:18px;
  min-height:18px;
}
.store-gift-modal[hidden]{
  display:none!important;
}
.store-gift-modal{
  position:fixed;
  inset:0;
  z-index:360;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(3,8,12,.72);
  backdrop-filter:blur(8px);
}
.store-media-zoom[hidden]{
  display:none!important;
}
.store-media-zoom{
  position:fixed;
  inset:0;
  z-index:260;
  display:block;
  padding:0;
  overflow:hidden;
  background:rgba(0,5,10,.84);
  backdrop-filter:none;
}
.store-media-zoom__viewport{
  position:absolute;
  inset:72px 22px 92px;
  display:grid;
  place-items:center;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}
.store-media-zoom img{
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
  border:1px solid rgba(205,220,232,.18);
  border-radius:12px;
  background:#02070c;
  box-shadow:0 32px 90px rgba(0,0,0,.58);
  cursor:zoom-in;
  user-select:none;
}
.store-media-zoom.is-zoomed{
  cursor:zoom-out;
}
.store-media-zoom.is-zoomed .store-media-zoom__viewport{
  place-items:start center;
}
.store-media-zoom.is-zoomed img{
  max-width:none;
  max-height:none;
  margin:0 auto;
  cursor:zoom-out;
}
.store-media-zoom__close{
  position:fixed;
  top:24px;
  right:28px;
  z-index:2;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(205,220,232,.18);
  border-radius:999px;
  color:#fff;
  background:#0c1721;
  font-size:1.9rem;
  line-height:1;
  cursor:pointer;
}
.store-media-zoom__close:hover{
  background:#132638;
}
.store-media-zoom__controls{
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:3;
  display:grid;
  grid-template-columns:44px minmax(76px,auto) 44px;
  align-items:center;
  gap:6px;
  padding:6px;
  border:1px solid rgba(205,220,232,.16);
  border-radius:999px;
  background:rgba(8,15,22,.82);
  box-shadow:0 18px 44px rgba(0,0,0,.45);
  backdrop-filter:blur(10px);
  transform:translateX(-50%);
}
.store-media-zoom__control{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  background:rgba(205,220,232,.14);
  color:#fff;
  font-size:1.45rem;
  font-weight:800;
  line-height:1;
  cursor:pointer;
}
.store-media-zoom__control:hover{
  background:rgba(205,220,232,.22);
}
.store-media-zoom__control:disabled{
  opacity:.38;
  cursor:not-allowed;
}
.store-media-zoom__level{
  min-width:72px;
  color:#fff;
  font-size:.88rem;
  font-weight:900;
  line-height:1;
  text-align:center;
  font-variant-numeric:tabular-nums;
}
.store-gift-modal__panel{
  position:relative;
  width:min(100%,520px);
  display:grid;
  gap:14px;
  padding:28px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  background:#111d27;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.store-gift-modal__panel h2{
  margin:0;
  font-size:2rem;
}
.store-gift-modal__panel p{
  margin:0;
  color:#b7c5d0;
  line-height:1.55;
}
.store-gift-modal__panel input{
  width:100%;
  min-height:50px;
  border:1px solid var(--wm-line);
  border-radius:10px;
  color:#fff;
  background:#0a1219;
  padding:0 14px;
  font:inherit;
  font-weight:800;
}
.store-gift-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:1px solid var(--wm-line);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.06);
  font-size:1.4rem;
  cursor:pointer;
}
.store-cart-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
}
.store-cart-list{
  display:grid;
  gap:14px;
}
.store-cart-item{
  display:grid;
  grid-template-columns:110px minmax(0,1fr) auto auto;
  gap:18px;
  align-items:center;
  padding:16px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  background:rgba(17,29,39,.82);
}
.store-cart-item__image{
  display:block;
  aspect-ratio:1;
  border-radius:12px;
  overflow:hidden;
  color:var(--wm-yellow);
  text-decoration:none;
  background:#0a1219;
}
.store-cart-item__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-cart-item__image span{
  height:100%;
  display:grid;
  place-items:center;
  font-weight:950;
}
.store-cart-item h2{
  margin:0 0 8px;
}
.store-cart-item p{
  margin:0;
  color:#b7c5d0;
}
.store-gift-label{
  margin-top:8px!important;
  color:var(--wm-yellow)!important;
  font-weight:900;
}
.store-cart-summary{
  align-self:start;
  position:sticky;
  top:18px;
  display:grid;
  gap:14px;
  padding:24px;
  border:1px solid var(--wm-line);
  border-radius:18px;
  background:rgba(17,29,39,.88);
}
.store-cart-summary h2{
  margin:0;
}
.store-cart-summary p{
  color:#b7c5d0;
  line-height:1.6;
}
.store-cart-backdrop{
  position:fixed;
  inset:0;
  z-index:190;
  display:none;
  background:rgba(2,12,20,.58);
}
.store-cart-backdrop.is-open{display:block}
.store-cart-drawer{
  position:fixed;
  top:0;
  right:0;
  z-index:200;
  width:min(100%,520px);
  height:100vh;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  color:#fff;
  background:#071827;
  border-left:1px solid var(--wm-line);
  transform:translateX(104%);
  transition:transform .18s ease;
  box-shadow:-28px 0 70px rgba(0,0,0,.32);
}
.store-cart-drawer.is-open{
  transform:translateX(0);
}
.store-cart-drawer__close{
  position:absolute;
  top:12px;
  right:14px;
  z-index:2;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  color:#aebdcc;
  text-decoration:none;
  font-size:1.7rem;
  line-height:1;
}
.store-cart-drawer__close:hover{color:#fff}
.store-cart-drawer__head{
  padding:22px 64px 18px 28px;
  border-bottom:1px solid var(--wm-line);
  background:#0b1b29;
}
.store-cart-drawer__summary,
.store-cart-drawer__footer div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#fff;
  font-size:1.05rem;
}
.store-cart-drawer__items{
  display:grid;
  align-content:start;
  gap:14px;
  padding:24px 28px;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#ed1c24 #071827;
  scrollbar-gutter:stable;
}
.store-cart-drawer__items::-webkit-scrollbar{
  width:10px;
}
.store-cart-drawer__items::-webkit-scrollbar-track{
  background:#06131f;
  border-left:1px solid rgba(205,220,232,.12);
}
.store-cart-drawer__items::-webkit-scrollbar-thumb{
  background:#ed1c24;
  border:2px solid #06131f;
  border-radius:999px;
}
.store-cart-drawer__items::-webkit-scrollbar-thumb:hover{
  background:#ff4a12;
}
.store-cart-drawer__empty{
  display:grid;
  gap:6px;
  padding:20px;
  border:1px solid var(--wm-line);
  border-radius:14px;
  background:rgba(17,29,39,.78);
}
.store-cart-drawer__empty span{color:#aebdcc}
.store-cart-drawer__item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:22px;
  border:1px solid var(--wm-line);
  border-radius:14px;
  background:#0d1f2e;
}
.store-cart-drawer__item h3{
  margin:0 0 4px;
  font-size:1.2rem;
}
.store-cart-drawer__item span{
  color:var(--wm-yellow);
  font-weight:800;
}
.store-cart-drawer__item small{
  display:block;
  margin-top:6px;
  color:var(--wm-yellow);
  font-weight:850;
}
.store-trash-button{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:10px;
  color:#fff;
  background:rgba(237,28,36,.92);
  cursor:pointer;
}
.store-trash-button svg{
  width:22px;
  height:22px;
  fill:currentColor;
}
.store-cart-drawer__footer{
  display:grid;
  gap:18px;
  padding:24px 28px 28px;
  border-top:1px solid var(--wm-line);
  background:#0b1b29;
}
.store-cart-drawer__footer .store-btn{
  width:100%;
}
.store-media-admin{
  margin-top:14px;
  display:grid;
  gap:10px;
}
.store-media-admin__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(130px,1fr));
  gap:10px;
}
.store-media-admin__item{
  display:grid;
  gap:8px;
  padding:8px;
  border:1px solid var(--wm-line);
  border-radius:12px;
  background:rgba(255,255,255,.04);
}
.store-media-admin__item img,.store-media-admin__item video{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:8px;
  background:#09131b;
}
.store-media-admin__item span{
  color:#9fb0bf;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.store-mini-danger{
  min-height:34px;
  border:1px solid rgba(237,28,36,.45);
  border-radius:8px;
  color:#ffb4b4;
  background:rgba(237,28,36,.08);
  font-weight:900;
  cursor:pointer;
}
.store-tebex-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:70px;
  padding:18px max(20px,calc((100vw - 1280px) / 2));
  border-top:1px solid var(--wm-line);
  color:#d5dee7;
  background:#071827;
  font-size:.9rem;
}
.store-tebex-strip__brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  font-weight:950;
  white-space:nowrap;
}
.store-tebex-strip__brand img{
  width:64px;
  height:auto;
  display:block;
}
.store-tebex-logo{
  display:inline-flex;
  align-items:center;
  color:#9fa7b0;
}
.store-tebex-logo img{
  width:72px;
  height:auto;
  display:block;
}
.store-tebex-strip p{
  margin:0;
  color:#c2ced8;
  font-size:.88rem;
  line-height:1.45;
  text-align:right;
}

.store-admin{
  width:min(100% - 38px,1380px);
  margin:0 auto;
  padding:34px 0 70px;
  color:#f4f8fb;
}
.store-auth{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px;
}
.store-auth-card{
  width:min(100%,520px);
  border:1px solid rgba(185,202,214,.16);
  border-radius:18px;
  background:rgba(17,29,39,.9);
  padding:28px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.store-auth-brand{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:24px;
  color:#fff;
  font-weight:950;
}
.store-auth-brand img{width:82px;height:auto;display:block}
.store-auth-card h1{margin:8px 0 8px;font-size:clamp(2rem,7vw,3rem);line-height:1}
.store-auth-card p{margin:0 0 18px;color:#b5c2cd}
.store-auth-card .store-alert{width:100%;margin:0 0 14px}
.store-auth-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
.store-auth-actions .store-btn{
  justify-content:center;
}
.store-auth-link{
  display:inline-flex;
  margin-top:18px;
  color:#dce6ee;
  font-weight:850;
}
.store-admin__hero,
.store-admin-card{
  border:1px solid rgba(185,202,214,.14);
  border-radius:16px;
  background:rgba(17,29,39,.82);
}
.store-admin__hero{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:28px;
  margin-bottom:18px;
}
.store-admin__hero h1{
  margin:8px 0 4px;
  font-size:clamp(2rem,5vw,4rem);
  line-height:1;
}
.store-admin__hero p,.store-muted{color:#b5c2cd}
.store-admin__actions{display:flex;gap:12px;flex-wrap:wrap}
.store-admin__actions form{margin:0}
.store-admin-grid{
  display:grid;
  grid-template-columns:1.3fr .7fr .7fr;
  gap:16px;
  margin-bottom:16px;
}
.store-admin-card{
  padding:22px;
  margin-bottom:16px;
}
.store-admin-card--wide{grid-column:span 1}
.store-admin-card h2{margin:0 0 16px}
.store-form{display:grid;gap:14px}
.store-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.store-sale-settings .store-form-grid{
  grid-template-columns:1fr;
}
.store-form label{
  display:grid;
  gap:7px;
  color:#dce6ee;
  font-weight:850;
}
.store-form input,
.store-form textarea,
.store-form select,
.store-product-admin input,
.store-product-admin textarea,
.store-product-admin select,
.store-product-row input,
.store-product-row textarea{
  width:100%;
  border:1px solid rgba(185,202,214,.18);
  border-radius:10px;
  padding:12px 13px;
  color:#f8fafc;
  background:#08121a;
  font:inherit;
}
.store-form select,
.store-product-admin select{
  min-height:47px;
}
.store-form input[type=file]{padding:10px;background:#111b24}
.store-checks,.store-inline-check{
  display:flex!important;
  align-items:center;
  grid-template-columns:auto!important;
  gap:10px!important;
}
.store-checks{gap:22px!important}
.store-checks input,.store-inline-check input{width:auto}
.store-category-checks{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:12px;
  border:1px solid rgba(185,202,214,.14);
  border-radius:12px;
  background:rgba(255,255,255,.03);
}
.store-category-checks strong{
  flex-basis:100%;
  color:#f8fafc;
}
.store-category-checks label{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  width:auto;
  padding:8px 10px;
  border:1px solid rgba(185,202,214,.14);
  border-radius:999px;
  background:rgba(8,18,26,.5);
}
.store-category-checks input{width:auto!important}
.store-category-checks--inline{
  margin-top:12px;
}
.store-admin-metrics{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 14px;
  margin-bottom:16px;
}
.store-admin-metrics strong{font-size:2rem}
.store-admin-metrics span{align-self:center;color:#b5c2cd}
.store-form--compact{gap:10px}
.store-status-list{
  display:grid;
  gap:8px;
  margin:0 0 16px;
}
.store-status-list span{
  display:flex;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(185,202,214,.12);
  border-radius:10px;
  padding:10px 12px;
  color:#dce6ee;
  background:rgba(8,18,26,.44);
}
.store-status-list strong{color:#fff}
.store-admin code{
  display:block;
  word-break:break-all;
  padding:12px;
  border:1px solid rgba(185,202,214,.14);
  border-radius:10px;
  color:#fff;
  background:#08121a;
}
.store-admin-list{display:grid;gap:10px}
.store-product-row{
  display:grid;
  grid-template-columns:70px minmax(180px,1.1fr) 120px 110px 82px minmax(180px,1fr) auto auto auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid rgba(185,202,214,.12);
  border-radius:12px;
  background:rgba(8,18,26,.52);
}
.store-product-row__media{
  width:70px;
  height:48px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:8px;
  background:#0a1219;
  color:var(--wm-yellow);
  font-weight:950;
}
.store-product-row__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-table{
  width:100%;
  border-collapse:collapse;
}
.store-table th,.store-table td{
  padding:12px;
  border-bottom:1px solid rgba(185,202,214,.12);
  text-align:left;
}
.store-table th{
  color:#b7c5d0;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
}
.store-admin-tabs{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:10px;
  margin:0 0 16px;
}
.store-admin-tabs a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:68px;
  padding:15px 16px;
  border:1px solid rgba(185,202,214,.14);
  border-radius:14px;
  color:#dce6ee;
  text-decoration:none;
  background:rgba(17,29,39,.72);
}
.store-admin-tabs a.is-active{
  color:#fff;
  border-color:rgba(237,28,36,.64);
  background:linear-gradient(135deg,rgba(237,28,36,.2),rgba(255,240,0,.08));
}
.store-admin-tabs span{
  font-weight:950;
}
.store-admin-tabs small,
.store-admin-card__head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  font-weight:950;
}
.store-admin-shell{
  display:grid;
  grid-template-columns:290px minmax(0,1fr);
  gap:20px;
  align-items:start;
}
.store-admin-content{
  min-width:0;
}
.store-admin-side{
  position:sticky;
  top:18px;
  overflow:hidden;
  border:1px solid rgba(185,202,214,.14);
  border-radius:16px;
  background:rgba(17,29,39,.82);
}
.store-admin-side a{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:72px;
  padding:14px 16px;
  border-left:4px solid transparent;
  border-bottom:1px solid rgba(185,202,214,.1);
  color:#dce6ee;
  text-decoration:none;
  background:rgba(8,18,26,.34);
}
.store-admin-side a:last-child{
  border-bottom:0;
}
.store-admin-side a:hover,
.store-admin-side a.is-active{
  color:#fff;
  border-left-color:var(--wm-red);
  background:linear-gradient(90deg,rgba(237,28,36,.18),rgba(255,240,0,.06));
}
.store-admin-side__icon{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid rgba(185,202,214,.14);
  border-radius:10px;
  color:var(--wm-yellow);
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.04em;
  background:rgba(8,18,26,.58);
}
.store-admin-side__label{
  display:grid;
  gap:3px;
  min-width:0;
}
.store-admin-side__label strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:1.02rem;
  line-height:1.1;
}
.store-admin-side__label small{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#9eafbd;
  font-weight:850;
}
.store-admin-search{
  display:grid;
  grid-template-columns:minmax(240px,1fr) auto auto;
  gap:10px;
  align-items:center;
}
.store-admin-search input{
  width:100%;
  border:1px solid rgba(185,202,214,.18);
  border-radius:10px;
  padding:12px 13px;
  color:#f8fafc;
  background:#08121a;
  font:inherit;
}
.store-admin-layout{
  display:grid;
  grid-template-columns:350px minmax(0,1fr);
  gap:16px;
  align-items:start;
}
.store-admin-layout--narrow{
  grid-template-columns:320px minmax(0,1fr);
}
.store-admin-card--sticky{
  position:sticky;
  top:18px;
}
.store-admin-card--wide{
  width:100%;
}
.store-admin-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.store-admin-head-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
}
.store-admin-head-actions form{
  margin:0;
}
.store-admin-card__head h2{
  margin:0;
}
.store-admin-stack{
  display:grid;
  gap:18px;
}
.store-category-create{
  display:grid;
  grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) minmax(150px,.7fr) minmax(220px,1fr) 110px auto;
  gap:10px;
  align-items:center;
  margin-bottom:18px;
}
.store-category-create-form{
  display:grid;
  gap:14px;
}
.store-category-create input,
.store-category-create select,
.store-category-create textarea,
.store-category-create-form input,
.store-category-create-form select,
.store-category-create-form textarea,
.store-category-edit-form select,
.store-category-edit-form input,
.store-category-edit-form textarea{
  width:100%;
  border:1px solid rgba(185,202,214,.18);
  border-radius:10px;
  padding:12px 13px;
  color:#f8fafc;
  background:#08121a;
  font:inherit;
}
.store-category-create textarea,
.store-category-create-form textarea,
.store-category-edit-form textarea{
  min-height:76px;
  resize:vertical;
}
.store-category-create textarea{
  grid-column:1 / -1;
}
.store-category-admin-list{
  display:grid;
  gap:14px;
}
.store-category-admin-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:18px 20px;
  border:1px solid rgba(185,202,214,.12);
  border-radius:16px;
  background:rgba(8,18,26,.48);
}
.store-category-admin-row__summary{
  display:grid;
  grid-template-columns:minmax(170px,1.2fr) minmax(130px,.9fr) minmax(105px,.65fr) minmax(180px,1fr) 76px 86px;
  gap:14px;
  align-items:center;
  min-width:0;
}
.store-category-admin-row__summary div{
  display:grid;
  gap:5px;
  min-width:0;
}
.store-category-admin-row__summary strong{
  color:#fff;
  font-size:1.06rem;
  font-weight:950;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.store-category-admin-row__summary span,
.store-category-admin-row__summary small{
  color:var(--wm-muted);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.store-category-admin-row__summary b{
  color:#dce6ee;
  font-size:.92rem;
  font-weight:850;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.store-category-admin-row__delete{
  margin:0;
}
.store-category-admin-row__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}
.store-category-admin-row__actions .store-btn{
  min-width:88px;
}
.store-category-order-controls{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px;
  border:1px solid rgba(185,202,214,.12);
  border-radius:999px;
  background:rgba(255,255,255,.03);
}
.store-category-order-controls form{
  margin:0;
}
.store-order-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:38px;
  border:1px solid rgba(185,202,214,.18);
  border-radius:999px;
  background:#111d27;
  color:#fff;
  font:900 .78rem/1 var(--wm-font);
  cursor:pointer;
}
.store-order-btn:hover:not(:disabled){
  border-color:#ed1c24;
  background:#172532;
}
.store-order-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.store-category-edit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.store-category-edit-form label{
  display:grid;
  gap:7px;
  color:#dce6ee;
  font-weight:850;
}
.store-category-edit-form .store-inline-check{
  min-height:48px;
  padding:0 12px;
  border:1px solid rgba(185,202,214,.12);
  border-radius:10px;
  background:rgba(255,255,255,.03);
  align-items:center;
  color:#fff;
}
.store-category-edit-form .store-autosave-status{
  min-width:78px;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(185,202,214,.14);
  border-radius:10px;
  color:#9edec6;
  background:rgba(255,255,255,.03);
  font-weight:900;
}
.store-category-edit-form .store-autosave-status[data-state="pending"],
.store-category-edit-form .store-autosave-status[data-state="saving"]{
  color:#ffe58a;
  border-color:rgba(255,234,0,.28);
  background:rgba(255,234,0,.1);
}
.store-category-edit-form .store-autosave-status[data-state="saved"]{
  color:#dff8ec;
  border-color:rgba(46,213,115,.35);
  background:rgba(46,213,115,.16);
}
.store-category-edit-form .store-autosave-status[data-state="error"]{
  color:#fff;
  border-color:rgba(237,28,36,.42);
  background:rgba(237,28,36,.18);
}
.store-faq-admin-form,
.store-faq-admin-row{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(280px,1.4fr) 90px 110px auto auto;
  gap:10px;
  align-items:center;
}
.store-faq-admin-form{
  margin-bottom:18px;
}
.store-faq-admin-list{
  display:grid;
  gap:10px;
}
.store-faq-admin-row{
  padding:12px;
  border:1px solid rgba(185,202,214,.12);
  border-radius:14px;
  background:rgba(8,18,26,.48);
}
.store-faq-admin-form input,
.store-faq-admin-form textarea,
.store-faq-admin-row input,
.store-faq-admin-row textarea{
  width:100%;
  border:1px solid rgba(185,202,214,.18);
  border-radius:10px;
  padding:12px 13px;
  color:#f8fafc;
  background:#08121a;
  font:inherit;
}
.store-faq-admin-row.is-hidden{
  opacity:.55;
}
.store-admin-modal{
  width:min(100% - 36px,900px);
  max-height:calc(100vh - 60px);
  overflow:auto;
  border:1px solid var(--wm-line);
  border-radius:18px;
  padding:26px;
  color:var(--wm-text);
  background:#0b151d;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.store-admin-modal::backdrop{
  background:rgba(3,8,12,.72);
  backdrop-filter:blur(8px);
}
.store-admin-modal h2{
  margin:0 0 18px;
  font-size:2rem;
}
.store-admin-modal__close{
  position:sticky;
  top:0;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  margin:0 0 -24px;
}
.store-admin-modal__close button{
  width:42px;
  height:42px;
  border:1px solid var(--wm-line);
  border-radius:999px;
  color:#fff;
  background:#111d27;
  font-size:1.8rem;
  cursor:pointer;
}
.store-category-admin-row.is-hidden{
  opacity:.58;
}
.store-category-admin-row code{
  padding:10px;
}
.store-sync-form{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(185,202,214,.12);
}
.store-product-admin-list{
  display:grid;
  gap:12px;
}
.store-admin-card--products .store-product-admin-list{
  display:none!important;
}
.store-admin-category-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}
.store-admin-category-tabs a{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(185,202,214,.18);
  background:#0d1d27;
  color:#eef6fb;
  text-decoration:none;
  border-radius:12px;
  padding:10px 14px;
  font-weight:900;
}
.store-admin-category-tabs a.is-active{
  border-color:#ff1f2d;
  background:#24181d;
  color:#fff;
}
.store-admin-products-title{
  margin:0 0 16px;
  color:#eef6fb;
  font-size:1.5rem;
  text-align:center;
}
.store-admin-product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(270px,1fr));
  gap:18px;
}
.store-admin-product-card{
  cursor:context-menu;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(185,202,214,.16);
  border-radius:18px;
  background:#0e1d27;
  transition:transform .18s ease,border-color .18s ease;
}
.store-admin-product-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.28);
}
.store-admin-product-card .store-product__image{
  height:190px;
  position:relative;
  overflow:hidden;
  background:#07121a;
}
.store-admin-product-card .store-product__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.store-admin-product-card .store-product__image span{
  display:grid;
  height:100%;
  place-items:center;
  color:#fff;
  font-weight:950;
}
.store-admin-product-card .store-product__body{
  display:grid;
  gap:10px;
  padding:18px;
}
.store-admin-product-card h3{
  margin:0;
  color:#fff;
  font-size:1.35rem;
  line-height:1.05;
}
.store-admin-product-card p{
  margin:0;
  color:#b9c8d2;
  line-height:1.55;
}
.store-admin-product-card .store-product__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.store-admin-product-card .store-product__bottom strong{
  color:#fff200;
}
.store-admin-product-card.is-hidden{
  opacity:.55;
}
.store-product-admin-empty{
  grid-column:1/-1;
  padding:32px;
  border:1px dashed rgba(185,202,214,.2);
  border-radius:16px;
  color:#b9c8d2;
}
.store-context-menu{
  position:fixed;
  z-index:10000;
  min-width:190px;
  padding:8px;
  border:1px solid rgba(185,202,214,.2);
  border-radius:12px;
  background:#0e1d27;
  box-shadow:0 18px 48px rgba(0,0,0,.36);
}
.store-context-menu[hidden]{
  display:none;
}
.store-context-menu button,
.store-context-menu a{
  display:flex;
  width:100%;
  padding:10px 12px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#eef6fb;
  text-align:left;
  text-decoration:none;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.store-context-menu button:hover,
.store-context-menu a:hover{
  background:rgba(255,255,255,.08);
}
.store-admin-product-modal{
  width:min(980px,calc(100vw - 32px));
  max-height:min(92vh,980px);
  overflow:auto;
}
.store-admin-product-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.store-admin-url-preview{
  align-self:end;
  min-width:0;
  overflow-wrap:anywhere;
  color:#b9c8d2;
  font-weight:800;
}
.store-admin-chip-field{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:16px 0;
  padding:14px;
  border:1px solid rgba(185,202,214,.16);
  border-radius:14px;
}
.store-admin-chip-field legend{
  padding:0 8px;
  color:#fff;
  font-weight:900;
}
.store-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid rgba(185,202,214,.16);
  border-radius:999px;
  background:rgba(255,255,255,.04);
}
.store-admin-checks{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin:12px 0;
}
.store-admin-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  margin-top:14px;
}
.store-admin-modal .store-media-admin{
  margin-top:16px;
}
.store-admin-product-modal code{
  display:inline-block;
  max-width:100%;
  overflow-wrap:anywhere;
  color:#fff200;
}
.store-product-admin{
  display:grid;
  grid-template-columns:148px minmax(0,1fr);
  gap:16px;
  padding:14px;
  border:1px solid rgba(185,202,214,.13);
  border-radius:14px;
  background:rgba(8,18,26,.5);
}
.store-product-admin.is-hidden{
  opacity:.62;
}
.store-product-admin__image{
  min-height:126px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:12px;
  background:#08121a;
  color:var(--wm-yellow);
  font-size:2rem;
  font-weight:950;
}
.store-product-admin__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-product-admin__form{
  display:grid;
  gap:12px;
}
.store-product-admin__top,
.store-product-admin__fields{
  display:grid;
  gap:10px;
}
.store-product-admin__top{
  grid-template-columns:minmax(220px,1fr) 150px minmax(150px,auto);
}
.store-product-admin__save{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.store-autosave-status{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border:1px solid rgba(185,202,214,.18);
  border-radius:999px;
  color:#b9c8d4;
  background:rgba(255,255,255,.04);
  font-size:.78rem;
  font-weight:900;
  white-space:nowrap;
}
.store-autosave-status[data-state="saving"],
.store-autosave-status[data-state="pending"]{
  color:#ffe58a;
  border-color:rgba(255,234,0,.28);
  background:rgba(255,234,0,.1);
}
.store-autosave-status[data-state="saved"]{
  color:#dff8ec;
  border-color:rgba(46,213,115,.35);
  background:rgba(46,213,115,.16);
}
.store-autosave-status[data-state="error"]{
  color:#fff;
  border-color:rgba(237,28,36,.42);
  background:rgba(237,28,36,.18);
  white-space:normal;
}
.store-product-admin__fields{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.store-product-admin details{
  border:1px solid rgba(185,202,214,.12);
  border-radius:12px;
  padding:12px;
  background:rgba(255,255,255,.03);
}
.store-product-admin summary{
  cursor:pointer;
  font-weight:900;
  color:#dce6ee;
}
.store-product-admin__fields label,
.store-product-admin details label{
  display:grid;
  gap:7px;
  margin-top:12px;
  color:#dce6ee;
  font-weight:850;
}
.store-status-list--three{
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
}
.store-form--settings{
  grid-template-columns:repeat(4,minmax(0,1fr)) auto;
  align-items:end;
}
.store-webhook-box{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-top:18px;
}
.store-webhook-box span{
  color:#b5c2cd;
  font-weight:900;
}
.store-mail-editor{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:16px;
  align-items:start;
}
.store-mail-preview{
  position:sticky;
  top:18px;
}
.store-mail-preview__card{
  width:min(100%,640px);
  margin:14px auto 0;
  overflow:hidden;
  border:1px solid rgba(185,202,214,.16);
  border-radius:16px;
  background:#f8fafc;
  color:#17202a;
}
.store-mail-preview__head{
  padding:22px;
  background:#111820;
  color:#fff;
}
.store-mail-preview__head img{
  width:92px;
  height:auto;
  display:block;
  margin-bottom:18px;
}
.store-mail-preview__head strong{
  display:block;
  font-size:1.65rem;
  line-height:1.14;
}
.store-mail-builder{
  display:grid;
  gap:14px;
}
.store-mail-builder__toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.store-mail-builder__toolbar .store-btn{
  padding:11px 14px;
}
.store-mail-builder__drop{
  display:grid;
  gap:4px;
  padding:18px;
  border:1px dashed rgba(185,202,214,.32);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#dce6ee;
  text-align:center;
  transition:border-color .18s ease, background .18s ease;
}
.store-mail-builder__drop span{
  color:#9aa9b7;
  font-weight:800;
}
.store-mail-builder__drop.is-over,
.store-mail-image-block.is-over{
  border-color:#ed1c24;
  background:rgba(237,28,36,.08);
}
.store-mail-blocks{
  display:grid;
  gap:12px;
}
.store-mail-block{
  display:grid;
  gap:12px;
  padding:14px;
  border:1px solid rgba(185,202,214,.16);
  border-radius:14px;
  background:rgba(9,18,27,.76);
}
.store-mail-block.is-dragging{
  opacity:.58;
}
.store-mail-block__head{
  display:flex;
  align-items:center;
  gap:10px;
}
.store-mail-block__head strong{
  flex:1;
  color:#eef3f8;
  font-weight:950;
}
.store-mail-block__drag,
.store-mail-block__remove{
  width:34px;
  height:34px;
  display:inline-grid;
  place-items:center;
  border:1px solid rgba(185,202,214,.2);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  color:#eef3f8;
  cursor:pointer;
  font-weight:950;
}
.store-mail-block__drag{
  cursor:grab;
}
.store-mail-block__remove{
  color:#ffb4b8;
}
.store-mail-image-block{
  position:relative;
  display:grid;
  place-items:center;
  min-height:190px;
  overflow:hidden;
  border:1px dashed rgba(185,202,214,.3);
  border-radius:14px;
  background:#081018;
  cursor:pointer;
}
.store-mail-image-block input{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}
.store-mail-image-block__empty{
  padding:24px;
  color:#9aa9b7;
  font-weight:900;
  text-align:center;
}
.store-mail-image-block img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  display:block;
}
.store-mail-preview__blocks{
  padding:26px 22px 30px;
}
.store-mail-preview__blocks h2{
  margin:0 0 14px;
  color:#17202a;
  font-size:1.45rem;
  line-height:1.18;
  font-weight:950;
}
.store-mail-preview__blocks p{
  margin:0 0 18px;
  color:#344051;
  line-height:1.62;
  white-space:pre-line;
}
.store-mail-preview__blocks img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  display:block;
  margin:0 0 18px;
  border-radius:12px;
  border:1px solid #e5ebf2;
}
.store-mail-preview__blocks a{
  display:inline-flex;
  margin:4px 0 18px;
  padding:13px 18px;
  border-radius:12px;
  color:#fff;
  background:#ed1c24;
  border-bottom:4px solid var(--wm-yellow);
  font-weight:950;
  text-decoration:none;
}
.store-mail-preview__image{
  width:calc(100% - 44px);
  height:auto;
  max-height:none;
  object-fit:contain;
  display:block;
  margin:22px 22px 0;
  border-radius:12px;
}
.store-mail-preview__card p{
  margin:0;
  padding:22px;
  color:#344051;
  line-height:1.62;
  white-space:pre-line;
}
.store-mail-preview__card a{
  display:inline-flex;
  margin:0 22px 26px;
  padding:13px 18px;
  border-radius:12px;
  color:#fff;
  background:#ed1c24;
  border-bottom:4px solid var(--wm-yellow);
  font-weight:950;
  text-decoration:none;
}
.store-mail-composer__form{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.store-mail-tools{
  position:sticky;
  top:18px;
  display:grid;
  gap:14px;
  margin-bottom:0;
}
.store-mail-tools h2{
  margin:0;
}
.store-mail-tools label,
.store-mail-selected label{
  display:grid;
  gap:7px;
  color:#dce6ee;
  font-weight:850;
}
.store-mail-tools input,
.store-mail-selected input,
.store-mail-selected textarea,
.store-mail-tools select,
.store-mail-selected select{
  width:100%;
  border:1px solid rgba(185,202,214,.18);
  border-radius:10px;
  padding:12px 13px;
  color:#f8fafc;
  background:#08121a;
  font:inherit;
}
.store-mail-tools select,
.store-mail-selected select{
  min-height:47px;
}
.store-mail-tools__buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding-top:8px;
  border-top:1px solid rgba(185,202,214,.12);
}
.store-mail-tools__buttons .store-btn,
.store-mail-actions .store-btn,
.store-mail-selected .store-btn{
  min-height:42px;
  padding:0 12px;
}
.store-mail-selected{
  display:grid;
  gap:12px;
  min-height:170px;
  padding:14px;
  border:1px solid rgba(185,202,214,.14);
  border-radius:14px;
  background:rgba(8,18,26,.52);
}
.store-mail-selected strong{
  color:#fff;
  font-weight:950;
}
.store-mail-selected span{
  color:#9aa9b7;
  line-height:1.5;
}
.store-mail-product-photos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.store-mail-product-photo{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  padding:0;
  border:2px solid rgba(185,202,214,.18);
  border-radius:10px;
  overflow:hidden;
  background:#08121a;
  cursor:pointer;
}
.store-mail-product-photo.is-active{
  border-color:#fff000;
}
.store-mail-product-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-mail-actions{
  display:grid;
  gap:10px;
}
.store-mail-canvas{
  margin-bottom:0;
  padding:22px;
}
.store-mail-canvas__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.store-mail-canvas__head h2{
  margin:6px 0 0;
  font-size:1.45rem;
}
.store-mail-canvas__hint{
  color:#9aa9b7;
  font-weight:850;
}
.store-mail-preview__card--canvas{
  width:min(100%,640px);
  margin:0 auto;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.store-mail-canvas__drop{
  position:relative;
  min-height:520px;
  background:#fff;
}
.store-mail-canvas__drop.is-over{
  outline:3px dashed rgba(237,28,36,.45);
  outline-offset:-14px;
}
.store-mail-preview__blocks--editable{
  display:grid;
  gap:12px;
  padding:28px 28px 34px;
}
.store-mail-canvas__empty{
  position:absolute;
  inset:28px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:6px;
  border:2px dashed #d7e0ea;
  border-radius:16px;
  color:#667586;
  text-align:center;
  pointer-events:none;
}
.store-mail-canvas__empty[hidden]{
  display:none;
}
.store-mail-block--canvas{
  position:relative;
  gap:0;
  padding:0;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
}
.store-mail-block--canvas:hover,
.store-mail-block--canvas.is-selected{
  border-color:#ed1c24;
  box-shadow:0 0 0 4px rgba(237,28,36,.08);
}
.store-mail-block--canvas.is-over{
  border-color:#fff000;
}
.store-mail-block--canvas .store-mail-block__head{
  min-height:34px;
  padding:6px 8px;
  background:#f4f7fb;
  border-bottom:1px solid #e5ebf2;
}
.store-mail-block--canvas .store-mail-block__head strong{
  color:#657384;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.store-mail-block--canvas .store-mail-block__drag,
.store-mail-block--canvas .store-mail-block__remove{
  width:28px;
  height:28px;
  border-color:#d8e0ea;
  background:#fff;
  color:#17202a;
}
.store-mail-block--canvas .store-mail-block__remove{
  color:#ed1c24;
}
.store-mail-block__body{
  padding:18px 24px;
}
.store-mail-block__body h2{
  margin:0;
  color:#17202a;
  font-size:1.7rem;
  line-height:1.18;
}
.store-mail-block__body p{
  margin:0;
  padding:0;
  color:#344051;
  line-height:1.68;
  white-space:pre-line;
}
.store-mail-block__body img{
  width:100%;
  height:auto;
  max-height:none;
  display:block;
  margin:0;
  object-fit:contain;
  border-radius:12px;
  border:1px solid #e5ebf2;
}
.store-mail-block__body a{
  display:inline-flex;
  justify-content:center;
  margin:0;
  padding:13px 18px;
  border-radius:12px;
  color:#fff;
  background:#ed1c24;
  border-bottom:4px solid var(--wm-yellow);
  font-weight:950;
  text-decoration:none;
}
.store-mail-block__body--align-center{
  text-align:center;
}
.store-mail-block__body--align-center a{
  margin-inline:auto;
}
.store-mail-block__body--align-right{
  text-align:right;
}
.store-mail-block__body--align-right a{
  margin-left:auto;
}
.store-mail-block__body--button-full a{
  display:flex;
  width:100%;
  box-sizing:border-box;
}
.store-mail-block-placeholder{
  display:grid;
  place-items:center;
  min-height:170px;
  border:2px dashed #d7e0ea;
  border-radius:12px;
  color:#7a8795;
  background:#f8fafc;
  font-weight:900;
}
@media(max-width:1050px){
  .store-hero,.store-newsletter,.store-cart-layout,.store-admin-grid,.store-admin-layout,.store-mail-editor,.store-mail-composer__form,.store-giftcard-check{grid-template-columns:1fr}
  .store-grid,.store-category-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-feature-slider{padding-inline:54px}
  .store-feature-slide{width:min(620px,78vw)}
  .store-feature-slide.is-prev{transform:translate(-104%,-50%) scale(.78)}
  .store-feature-slide.is-next{transform:translate(4%,-50%) scale(.78)}
  .store-admin-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-form--settings,.store-product-admin__top,.store-product-admin__fields{grid-template-columns:1fr}
  .store-category-admin-row,.store-category-admin-row__summary,.store-category-edit-grid{grid-template-columns:1fr}
  .store-category-admin-row__actions{justify-content:flex-start}
  .store-product-row{grid-template-columns:70px 1fr 1fr}
  .store-footer{grid-template-columns:1fr}
  .store-detail__content,.store-cart-summary,.store-admin-card--sticky,.store-mail-preview,.store-mail-tools{position:static}
}
@media(max-width:720px){
  .store-nav,.store-admin__hero{align-items:flex-start;flex-direction:column}
  .store-nav nav,.store-nav__actions{flex-wrap:wrap;justify-content:flex-start}
  .store-footer__tebex{align-items:flex-start;flex-direction:column}
  .store-hero{min-height:auto;grid-template-columns:1fr}
  .store-hero h1{font-size:clamp(2.5rem,14vw,4rem)}
  .store-feature-slider{
    min-height:auto;
    padding:0 0 52px;
  }
  .store-feature-slider__track{
    min-height:auto;
    display:grid;
  }
  .store-feature-slide,
  .store-feature-slide.is-active,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    position:relative;
    inset:auto;
    width:100%;
    transform:none;
    opacity:0;
    display:none;
    filter:none;
  }
  .store-feature-slide.is-active{
    display:grid;
    opacity:1;
  }
  .store-feature-slider__nav{
    top:auto;
    bottom:0;
    width:44px;
    height:44px;
    font-size:2rem;
  }
  .store-feature-slider__nav--prev{left:calc(50% - 94px)}
  .store-feature-slider__nav--next{right:calc(50% - 94px)}
  .store-feature-slider__dots{bottom:14px}
  .store-grid,.store-category-showcase,.store-category-card,.store-newsletter__form,.store-form-grid,.store-product-row,.store-admin-tabs,.store-product-admin,.store-status-list--three,.store-webhook-box,.store-category-create,.store-category-create-form,.store-category-admin-row,.store-category-favorite,.store-faq-admin-form,.store-faq-admin-row,.store-giftcard-check form{grid-template-columns:1fr}
  .store-detail{padding:14px}
  .store-detail__panel{max-height:calc(100vh - 28px)}
  .store-detail__head{
    min-height:0;
    padding:64px 18px 16px;
  }
  .store-detail__controls{
    top:14px;
    right:14px;
    min-width:0;
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .store-detail__media-wrap{padding:16px 16px 0}
  .store-detail__content{padding:18px 16px 24px}
  .store-buy-box{grid-template-columns:1fr;padding:16px}
  .store-buy-actions{grid-template-columns:1fr 52px}
  .store-media-zoom{padding:16px}
  .store-media-zoom__close{top:14px;right:14px}
  .store-cart-item{grid-template-columns:76px minmax(0,1fr)}
  .store-cart-item form,.store-cart-item>strong{grid-column:2}
  .store-cart-drawer{width:100%}
}

@media(max-width:780px){
  body.wm-store{
  overflow-x:hidden;
}
body.wm-store main a:not(.store-btn):not(.store-category-link):not(.store-product__link){
  overflow-wrap:anywhere;
  word-break:break-word;
}
  .store-sale-bar{
    min-height:34px;
    padding:7px 12px;
    font-size:.82rem;
    line-height:1.25;
  }
  .store-nav{
    width:100%;
    min-height:0;
    margin:0;
    padding:12px 14px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px 12px;
    align-items:center;
  }
  .store-brand{
    min-width:0;
    gap:10px;
    font-size:.92rem;
    line-height:1.1;
  }
  .store-brand img{
    width:58px;
    flex:0 0 auto;
  }
  .store-nav__actions{
    justify-content:flex-end;
    gap:8px;
    flex-wrap:nowrap;
  }
  .store-cart-link,
  .store-discord-link{
    min-height:40px;
    padding:0 10px;
    border-radius:10px;
    font-size:.86rem;
  }
  .store-cart-link{
    gap:7px;
  }
  .store-cart-link__icon{
    width:18px;
    height:18px;
  }
  .store-cart-link strong{
    min-width:24px;
    height:24px;
    font-size:.78rem;
  }
  .store-discord-link{
    gap:7px;
  }
  .store-discord-link__icon{
    width:22px;
    height:22px;
  }
  .store-nav__links{
    grid-column:1/-1;
    width:100%;
    display:flex;
    justify-content:flex-start;
    gap:8px;
    padding:3px 0 2px;
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .store-nav__links::-webkit-scrollbar{
    display:none;
  }
  .store-category-menu{
    flex:0 0 auto;
  }
  .store-category-link{
    min-height:38px;
    padding:0 12px;
    border-color:rgba(205,220,232,.16);
    background:rgba(255,255,255,.04);
    font-size:.86rem;
    scroll-snap-align:start;
  }
  .store-category-submenu{
    min-width:190px;
    max-width:min(86vw,260px);
  }
  .store-alert,
  .store-hero,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-cart-page,
  .store-footer{
    width:calc(100% - 28px);
  }
  .store-alert{
    margin:10px auto;
  }
  .store-hero{
    min-height:0;
    margin:18px auto 42px;
    grid-template-columns:1fr;
    gap:22px;
  }
  .store-hero h1{
    max-width:100%;
    margin:10px 0 14px;
    font-size:clamp(2.45rem,13vw,4.1rem);
    line-height:.96;
  }
  .store-hero p{
    max-width:100%;
    margin-bottom:20px;
    font-size:1rem;
    line-height:1.55;
  }
  .store-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .store-actions .store-btn{
    width:100%;
    justify-content:center;
  }
  .store-hero__media{
    min-height:0;
    border-radius:18px;
  }
  .store-hero__media img,
  .store-hero__placeholder{
    min-height:0;
    height:auto;
  }
  .store-hero__media img{
    aspect-ratio:16/10;
    object-fit:cover;
  }
  .store-newsletter{
    margin:-18px auto 46px;
    grid-template-columns:1fr;
    gap:18px;
    padding:20px;
    border-radius:18px;
  }
  .store-newsletter h2{
    font-size:clamp(2rem,10vw,3rem);
  }
  .store-newsletter__form,
  .store-giftcard-check,
  .store-giftcard-check form{
    grid-template-columns:1fr;
  }
  .store-newsletter__form .store-btn,
  .store-giftcard-check .store-btn{
    width:100%;
    justify-content:center;
  }
  .store-section{
    margin-bottom:54px;
  }
  .store-section h2,
  .store-page-head h1{
    text-align:center;
    font-size:clamp(2.3rem,13vw,3.8rem);
    line-height:.98;
  }
  .store-section__head{
    text-align:center;
  }
  .store-grid,
  .store-category-showcase,
  .store-category-favorites{
    grid-template-columns:1fr;
    gap:14px;
  }
  .store-category-card,
  .store-category-favorite{
    grid-template-columns:112px minmax(0,1fr);
    gap:13px;
    padding:12px;
    border-radius:16px;
  }
  .store-category-card strong,
  .store-category-favorite h3{
    font-size:1.25rem;
  }
  .store-category-card small{
    white-space:normal;
  }
  .store-product{
    border-radius:16px;
  }
  .store-product__image img{
    object-fit:cover;
  }
  .store-product__body{
    padding:18px;
  }
  .store-product__meta{
    justify-content:flex-start;
  }
  .store-product h3{
    margin-top:12px;
    font-size:1.48rem;
    line-height:1.1;
  }
  .store-product p{
    font-size:.98rem;
    line-height:1.55;
  }
  .store-product__actions{
    grid-template-columns:minmax(0,1fr) 50px;
  }
  .store-feature-slider{
    min-height:0;
    padding:0 0 48px;
  }
  .store-feature-slider__track{
    min-height:0;
  }
  .store-feature-slide__content{
    padding:18px;
  }
  .store-feature-slide__content h3{
    font-size:1.55rem;
  }
  .store-feature-slider__nav{
    width:42px;
    height:42px;
  }
  .store-detail{
    padding:10px;
    align-items:center;
  }
  .store-detail__panel{
    width:100%;
    max-height:calc(100dvh - 20px);
    border-radius:16px;
    grid-template-rows:auto auto minmax(0,1fr) auto;
  }
  .store-detail__head{
    display:grid;
    gap:12px;
    min-height:0;
    min-width:0;
    width:100%;
    max-width:100%;
    padding:14px 14px 12px;
  }
  .store-detail__head h1{
    font-size:clamp(1.55rem,7vw,2.35rem);
    line-height:1.08;
    padding:0;
  }
  .store-detail__controls{
    position:static;
    min-width:0;
    justify-content:flex-start;
    flex-wrap:wrap;
    order:2;
  }
  .store-detail__share{
    min-height:36px;
  }
  .store-detail__media-wrap{
    min-width:0;
    width:100%;
    max-width:100%;
    padding:12px 12px 0;
  }
  .store-detail__stage{
    max-height:32dvh;
    border-radius:10px;
  }
  .store-detail__arrow{
    width:38px;
    height:38px;
  }
  .store-detail__arrow::before{
    font-size:1.8rem;
  }
  .store-detail__thumbs{
    gap:8px;
    margin-top:10px;
  }
  .store-detail__thumb{
    flex-basis:66px;
    height:48px;
  }
  .store-detail__content{
    min-height:0;
    min-width:0;
    width:100%;
    max-width:100%;
    max-height:24dvh;
    padding:14px;
    overflow:auto;
  }
  .store-description{
    max-height:none;
    overflow:visible;
  }
  .store-buy-box{
    grid-template-columns:1fr;
    gap:12px;
    min-width:0;
    width:100%;
    max-width:100%;
    padding:12px 14px 14px;
  }
  .store-buy-actions{
    grid-template-columns:minmax(0,1fr) 50px;
  }
  .store-media-zoom{
    padding:14px;
  }
  .store-media-zoom img{
    max-width:96vw;
    max-height:78dvh;
  }
  .store-media-zoom.is-zoomed img{
    width:min(192vw,1600px);
    margin:62px auto;
  }
  .store-cart-drawer{
    width:100%;
    max-width:none;
  }
  .store-cart-drawer__head{
    padding:18px 56px 16px 20px;
  }
  .store-cart-drawer__items{
    padding:18px 16px;
  }
  .store-cart-drawer__item{
    padding:16px;
  }
  .store-cart-drawer__footer{
    padding:18px 16px;
  }
  .store-tebex-strip,
  .store-footer{
    grid-template-columns:1fr;
    display:grid;
    gap:18px;
    text-align:left;
  }
  .store-tebex-strip{
    padding:18px 14px;
  }
  .store-tebex-strip p{
    text-align:left;
  }
}

@media(max-width:420px){
  .store-nav{
    padding:10px;
    gap:9px;
  }
  .store-brand img{
    width:50px;
  }
  .store-brand span{
    display:none;
  }
  .store-cart-link,
  .store-discord-link{
    min-height:38px;
    padding:0 9px;
  }
  .store-discord-link span:not(.store-discord-link__icon){
    display:none;
  }
  .store-alert,
  .store-hero,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-cart-page,
  .store-footer{
    width:calc(100% - 20px);
  }
  .store-hero h1{
    font-size:clamp(2.2rem,15vw,3.45rem);
  }
  .store-category-card,
  .store-category-favorite{
    grid-template-columns:96px minmax(0,1fr);
  }
  .store-category-card strong,
  .store-category-favorite h3{
    font-size:1.12rem;
  }
  .store-product h3{
    font-size:1.32rem;
  }
  .store-detail__head h1{
    font-size:clamp(1.35rem,8vw,2rem);
  }
  .store-detail__share{
    width:auto;
    padding-inline:10px;
    font-size:.8rem;
  }
  .store-detail__stage{
    max-height:28dvh;
  }
  .store-detail__content{
    max-height:23dvh;
  }
}

.store-nav__panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex:1 1 auto;
  min-width:0;
}
.store-mobile-toggle,
.store-category-toggle{
  display:none;
}
@supports(content-visibility:auto){
  .store-grid .store-product{
    content-visibility:auto;
    contain-intrinsic-size:520px 380px;
  }
}
@media(max-width:780px){
  .store-header{
    background:#071827;
  }
  .store-nav{
    width:100%;
    min-height:0;
    padding:10px 14px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 46px;
    align-items:center;
    gap:10px;
  }
  .store-brand{
    min-width:0;
  }
  .store-brand img{
    width:64px;
    max-height:42px;
  }
  .store-brand span{
    display:inline;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:.95rem;
  }
  .store-mobile-toggle{
    width:46px;
    height:42px;
    display:grid;
    place-items:center;
    gap:4px;
    padding:10px;
    border:1px solid rgba(205,220,232,.18);
    border-radius:12px;
    color:#fff;
    background:#102334;
    box-shadow:none;
  }
  .store-mobile-toggle span{
    width:20px;
    height:2px;
    display:block;
    border-radius:999px;
    background:currentColor;
    transition:transform .18s ease,opacity .18s ease;
  }
  .store-header.is-open .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }
  .store-header.is-open .store-mobile-toggle span:nth-child(2){
    opacity:0;
  }
  .store-header.is-open .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }
  .store-nav__panel{
    grid-column:1/-1;
    width:100%;
    max-height:calc(100dvh - 72px);
    display:none;
    overflow:auto;
    padding:12px;
    border:1px solid rgba(205,220,232,.14);
    border-radius:16px;
    background:#0b1b29;
    box-shadow:0 18px 42px rgba(0,0,0,.26);
  }
  .store-header.is-open .store-nav__panel{
    display:grid;
    gap:12px;
  }
  .store-nav__links{
    grid-column:auto;
    width:100%;
    display:grid;
    gap:8px;
    padding:0;
    overflow:visible;
    scroll-snap-type:none;
  }
  .store-category-menu{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) 44px;
    align-items:center;
    gap:8px;
  }
  .store-category-menu::after{
    display:none!important;
  }
  .store-category-link{
    width:100%;
    min-height:44px;
    justify-content:flex-start;
    padding:0 14px;
    border-radius:12px;
    font-size:.98rem;
  }
  .store-category-toggle{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border:1px solid rgba(205,220,232,.16);
    border-radius:12px;
    background:#102334;
  }
  .store-category-toggle span{
    width:10px;
    height:10px;
    display:block;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg) translate(-1px,-2px);
    transition:transform .18s ease;
  }
  .store-category-toggle[aria-expanded="true"] span{
    transform:rotate(225deg) translate(-1px,-2px);
  }
  .store-category-submenu,
  .store-category-menu:hover .store-category-submenu,
  .store-category-menu:focus-within .store-category-submenu{
    position:static;
    grid-column:1/-1;
    min-width:0;
    max-width:none;
    width:100%;
    display:none;
    gap:6px;
    margin:0;
    padding:8px;
    border-radius:12px;
    box-shadow:none;
    background:#071827;
  }
  .store-category-menu.is-open .store-category-submenu,
  .store-category-menu.is-open:hover .store-category-submenu,
  .store-category-menu.is-open:focus-within .store-category-submenu{
    display:grid;
  }
  .store-category-submenu a{
    min-height:40px;
    display:flex;
    align-items:center;
    padding:9px 12px;
    border-radius:10px;
    background:rgba(255,255,255,.04);
  }
  .store-nav__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .store-cart-link,
  .store-discord-link{
    width:100%;
    justify-content:center;
    min-height:46px;
  }
}
@media(max-width:420px){
  .store-nav{
    padding:9px 10px;
  }
  .store-brand img{
    width:58px;
  }
  .store-brand span{
    display:inline;
    font-size:.82rem;
  }
  .store-nav__actions{
    grid-template-columns:1fr;
  }
  .store-discord-link span:not(.store-discord-link__icon){
    display:inline;
  }
}

@media(max-width:780px){
  .store-header{
    z-index:90;
  }
  .store-nav{
    position:relative;
  }
  .store-nav__panel{
    position:absolute;
    top:calc(100% + 8px);
    left:10px;
    right:10px;
    width:auto;
    max-height:calc(100dvh - 92px);
    padding:12px;
    overflow-y:auto;
    overscroll-behavior:contain;
    z-index:120;
  }
  .store-header.is-open .store-nav__panel{
    display:grid;
  }
  .store-category-menu{
    grid-template-columns:minmax(0,1fr) 46px;
  }
  .store-category-link,
  .store-category-toggle,
  .store-cart-link,
  .store-discord-link{
    min-height:48px;
    border-radius:13px;
    font-size:1rem;
  }
  .store-category-submenu{
    gap:7px;
    padding:8px 0 0 12px;
    background:transparent;
  }
  .store-category-submenu a{
    min-height:42px;
    border:1px solid rgba(205,220,232,.12);
    background:#102334;
  }
  .store-feature-slider{
    padding:0 0 18px;
    overflow:visible;
  }
  .store-feature-slider__track{
    overflow:visible;
  }
  .store-feature-slide{
    border-radius:20px;
  }
  .store-feature-slide__image{
    border-radius:20px 20px 0 0;
    overflow:hidden;
  }
  .store-feature-slide__content{
    min-height:128px;
    padding:18px 20px 20px;
  }
  .store-feature-slide__content h3{
    font-size:clamp(1.55rem,7vw,2rem);
    line-height:1.08;
  }
  .store-feature-slider__nav{
    top:42%;
    bottom:auto;
    width:42px;
    height:42px;
    transform:translateY(-50%);
    border-color:rgba(255,255,255,.18);
    background:rgba(7,18,28,.78);
    box-shadow:0 14px 28px rgba(0,0,0,.34);
    backdrop-filter:blur(8px);
  }
  .store-feature-slider__nav::before{
    font-size:2rem;
  }
  .store-feature-slider__nav--prev{
    left:10px;
  }
  .store-feature-slider__nav--next{
    right:10px;
  }
  .store-feature-slider__dots{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:14px;
    z-index:1;
  }
  .store-feature-slider__dots button{
    width:10px;
    height:10px;
  }
  .store-section{
    margin-bottom:48px;
  }
  .store-section h2,
  .store-page-head h1{
    font-size:clamp(2.4rem,12vw,3.6rem);
  }
  .store-category-card,
  .store-category-favorite{
    min-height:98px;
  }
}

@media(max-width:420px){
  .store-nav__panel{
    left:8px;
    right:8px;
    max-height:calc(100dvh - 84px);
  }
  .store-feature-slider__nav{
    width:38px;
    height:38px;
  }
  .store-feature-slider__nav--prev{
    left:8px;
  }
  .store-feature-slider__nav--next{
    right:8px;
  }
  .store-feature-slide__content{
    min-height:116px;
    padding:16px 18px 18px;
  }
}

/* Tablet and mobile repair: keep the header usable and the product slider as one clean card. */
@media(max-width:1120px){
  .store-header{
    z-index:120;
    background:#071827;
  }
  .store-nav{
    position:relative;
    width:100%;
    min-height:0;
    margin:0;
    padding:10px 16px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 48px;
    align-items:center;
    gap:12px;
  }
  .store-brand{
    min-width:0;
    gap:10px;
  }
  .store-brand img{
    width:64px;
    max-height:42px;
  }
  .store-brand span{
    min-width:0;
    max-width:100%;
    overflow:hidden;
    color:#fff;
    font-size:.98rem;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .store-mobile-toggle{
    display:grid;
    justify-self:end;
    width:46px;
    height:46px;
    padding:0;
    border:1px solid var(--wm-line);
    border-radius:14px;
    place-items:center;
    background:#102334;
  }
  .store-mobile-toggle span{
    width:19px;
    height:2px;
    border-radius:999px;
    background:#fff;
    transition:transform .2s ease, opacity .2s ease;
  }
  .store-header.is-open .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }
  .store-header.is-open .store-mobile-toggle span:nth-child(2){
    opacity:0;
  }
  .store-header.is-open .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }
  .store-nav__panel{
    position:absolute;
    top:calc(100% + 8px);
    left:14px;
    right:14px;
    z-index:150;
    display:none;
    width:auto;
    max-height:calc(100dvh - 94px);
    padding:12px;
    border:1px solid var(--wm-line);
    border-radius:18px;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:#081a28;
    box-shadow:0 26px 70px rgba(0,0,0,.42);
  }
  .store-header.is-open .store-nav__panel{
    display:grid;
    gap:12px;
  }
  .store-nav__links{
    width:100%;
    display:grid;
    gap:8px;
    justify-content:stretch;
  }
  .store-category-menu{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) 46px;
    gap:8px;
  }
  .store-category-menu::after{
    display:none!important;
  }
  .store-category-link,
  .store-category-toggle,
  .store-cart-link,
  .store-discord-link{
    min-height:48px;
    border-radius:13px;
    font-size:1rem;
  }
  .store-category-link{
    width:100%;
    justify-content:flex-start;
  }
  .store-category-toggle{
    display:grid;
    place-items:center;
    border:1px solid var(--wm-line);
    background:#102334;
  }
  .store-category-toggle span{
    width:9px;
    height:9px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg) translateY(-2px);
  }
  .store-category-menu.is-open .store-category-toggle span{
    transform:rotate(225deg) translate(-1px,-1px);
  }
  .store-category-submenu,
  .store-category-menu:hover .store-category-submenu,
  .store-category-menu:focus-within .store-category-submenu{
    position:static;
    grid-column:1/-1;
    display:none;
    width:100%;
    min-width:0;
    padding:8px 0 0 12px;
    border:0;
    box-shadow:none;
    background:transparent;
  }
  .store-category-menu.is-open .store-category-submenu,
  .store-category-menu.is-open:hover .store-category-submenu,
  .store-category-menu.is-open:focus-within .store-category-submenu{
    display:grid;
    gap:7px;
  }
  .store-category-submenu a{
    min-height:42px;
    display:flex;
    align-items:center;
    border:1px solid rgba(205,220,232,.12);
    background:#102334;
  }
  .store-nav__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .store-cart-link,
  .store-discord-link{
    width:100%;
    justify-content:center;
  }
}

@media(max-width:900px){
  .store-feature-slider{
    min-height:auto;
    padding:0 0 20px;
    overflow:hidden;
  }
  .store-feature-slider__track{
    min-height:auto;
    display:grid;
    overflow:visible;
  }
  .store-feature-slide,
  .store-feature-slide.is-active,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    position:relative;
    inset:auto;
    width:100%;
    max-width:100%;
    transform:none;
    opacity:0;
    display:none;
    filter:none;
    pointer-events:none;
  }
  .store-feature-slide.is-active{
    display:grid;
    opacity:1;
    pointer-events:auto;
  }
  .store-feature-slider__nav{
    top:clamp(110px,27vw,235px);
    bottom:auto;
    width:40px;
    height:40px;
    transform:translateY(-50%);
    border-color:rgba(255,255,255,.18);
    background:rgba(7,18,28,.88);
    box-shadow:0 12px 28px rgba(0,0,0,.32);
    backdrop-filter:blur(8px);
  }
  .store-feature-slider__nav::before{
    font-size:1.7rem;
  }
  .store-feature-slider__nav--prev{
    left:12px;
  }
  .store-feature-slider__nav--next{
    right:12px;
  }
  .store-feature-slider__dots{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:12px;
  }
  .store-feature-slide__content{
    min-height:0;
  }
}

@media(max-width:520px){
  .store-nav{
    padding:9px 10px;
  }
  .store-brand img{
    width:58px;
  }
  .store-brand span{
    font-size:.86rem;
  }
  .store-nav__panel{
    left:8px;
    right:8px;
    max-height:calc(100dvh - 86px);
  }
  .store-nav__actions{
    grid-template-columns:1fr;
  }
  .store-discord-link span:not(.store-discord-link__icon){
    display:inline;
  }
  .store-feature-slider__nav{
    top:clamp(104px,29vw,142px);
    width:38px;
    height:38px;
  }
  .store-feature-slider__nav--prev{
    left:10px;
  }
  .store-feature-slider__nav--next{
    right:10px;
  }
  .store-feature-slider__nav::before{
    font-size:1.55rem;
  }
}

@media(max-width:1120px){
  .store-feature-slider{
    min-height:auto;
    padding:0 0 22px;
    overflow:hidden;
  }
  .store-feature-slider__track{
    min-height:auto;
    display:grid;
    overflow:visible;
  }
  .store-feature-slide,
  .store-feature-slide.is-active,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    position:relative;
    inset:auto;
    width:100%;
    max-width:100%;
    transform:none!important;
    opacity:0;
    display:none;
    filter:none!important;
    pointer-events:none;
  }
  .store-feature-slide.is-active{
    display:grid;
    opacity:1;
    pointer-events:auto;
  }
  .store-feature-slider__nav{
    top:clamp(110px,27vw,235px);
    bottom:auto;
    width:42px;
    height:42px;
    transform:translateY(-50%);
    border-color:rgba(255,255,255,.18);
    background:rgba(7,18,28,.9);
    box-shadow:0 12px 28px rgba(0,0,0,.32);
    backdrop-filter:blur(8px);
  }
  .store-feature-slider__nav::before{
    font-size:1.7rem;
  }
  .store-feature-slider__nav--prev{
    left:12px;
  }
  .store-feature-slider__nav--next{
    right:12px;
  }
  .store-feature-slider__dots{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:12px;
  }
}

@media(max-width:520px){
  .store-nav{
    grid-template-columns:minmax(0,1fr) 44px;
  }
  .store-mobile-toggle{
    display:grid!important;
    position:relative;
    z-index:2;
    width:42px;
    height:42px;
    justify-self:end;
    flex:0 0 42px;
  }
  .store-brand{
    max-width:calc(100vw - 76px);
  }
  .store-brand span{
    max-width:170px;
  }
}

/* Final phone pass: keep the menu button inside the viewport and remove slider bleed. */
@media(max-width:520px){
  html,
  body.wm-store{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .store-header{
    width:100%;
    max-width:100%;
    overflow:visible;
  }
  .store-nav{
    width:100%;
    max-width:100%;
    margin:0;
    padding:10px 12px;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }
  .store-brand{
    min-width:0;
    max-width:calc(100vw - 76px);
    flex:1 1 auto;
    gap:8px;
  }
  .store-brand img{
    width:56px;
    max-width:56px;
    flex:0 0 56px;
  }
  .store-brand span{
    max-width:150px;
    overflow:hidden;
    color:#fff;
    font-size:.84rem;
    line-height:1.1;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .store-mobile-toggle{
    display:grid!important;
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    margin-left:auto;
    opacity:1!important;
    visibility:visible!important;
    place-items:center;
  }
  .store-mobile-toggle span{
    display:block!important;
  }
  .store-nav__panel{
    top:calc(100% + 8px);
    left:10px;
    right:10px;
    max-height:calc(100dvh - 88px);
  }
  .store-section,
  .store-newsletter,
  .store-hero,
  .store-page-head,
  .store-cart-page{
    width:min(100% - 24px,1280px);
  }
  .store-feature-slider{
    width:100%;
    max-width:100%;
    padding:0 0 18px;
    overflow:hidden;
  }
  .store-feature-slider__track{
    width:100%;
    max-width:100%;
    min-height:0;
    overflow:hidden;
  }
  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
  }
  .store-feature-slide.is-active{
    display:grid!important;
    width:100%;
    max-width:100%;
    opacity:1;
    transform:none!important;
  }
  .store-feature-slide__image,
  .store-feature-slide__image img{
    width:100%;
    max-width:100%;
  }
  .store-feature-slide__content{
    min-height:0;
    padding:16px 18px 18px;
  }
  .store-feature-slide__content h3{
    font-size:clamp(1.55rem,9vw,2.25rem);
  }
  .store-feature-slider__nav{
    top:clamp(112px,34vw,158px);
    width:38px;
    height:38px;
    font-size:0;
    display:grid;
    place-items:center;
    color:#fff;
    line-height:1;
  }
  .store-feature-slider__nav::before{
    content:""!important;
    width:10px;
    height:10px;
    border-top:3px solid currentColor;
    border-right:3px solid currentColor;
    display:block;
    font-size:0!important;
    line-height:1;
  }
  .store-feature-slider__nav--prev::before{
    transform:rotate(-135deg);
  }
  .store-feature-slider__nav--next::before{
    transform:rotate(45deg);
  }
  .store-feature-slider__nav--prev{
    left:10px;
  }
  .store-feature-slider__nav--next{
    right:10px;
  }
}

@media(max-width:380px){
  .store-brand span{
    display:none!important;
  }
  .store-brand{
    max-width:calc(100vw - 62px);
  }
}

/* Last responsive guard: phone/tablet header and slider must never overflow. */
@media(max-width:520px){
  .store-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    align-items:center!important;
    gap:8px!important;
  }
  .store-brand{
    grid-column:1!important;
    width:auto!important;
    max-width:100%!important;
    justify-self:start!important;
  }
  .store-mobile-toggle{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
  }
  .store-nav__panel{
    grid-column:1 / -1!important;
  }
  .store-feature-slide__content,
  .store-feature-slide__content h3{
    min-width:0!important;
    max-width:100%!important;
  }
  .store-feature-slide__content h3{
    overflow-wrap:anywhere!important;
    white-space:normal!important;
    word-break:normal;
  }
}

/* Narrow phone/tablet safety layer: prevents header and featured slider overflow. */
@media(max-width:1120px){
  body.wm-store{
    overflow-x:hidden!important;
  }
  .store-header,
  .store-nav,
  body.wm-store main,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-feature-slider,
  .store-feature-slider__track,
  .store-grid,
  .store-category-showcase{
    max-width:100vw!important;
  }
  .store-nav__panel{
    z-index:90!important;
  }
}

@media(max-width:520px){
  body.wm-store,
  body.wm-store *{
    box-sizing:border-box;
  }
  html,
  body.wm-store{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  .store-header{
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  .store-nav{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:9px 10px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    align-items:center!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .store-brand{
    grid-column:1!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    justify-self:start!important;
    overflow:hidden!important;
  }
  .store-brand img{
    width:56px!important;
    max-width:56px!important;
    flex:0 0 56px!important;
  }
  .store-brand span{
    min-width:0!important;
    max-width:calc(100vw - 122px)!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .store-mobile-toggle{
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    position:relative!important;
    right:auto!important;
    min-width:42px!important;
    width:42px!important;
    max-width:42px!important;
    height:42px!important;
    justify-self:end!important;
    flex:0 0 42px!important;
    opacity:1!important;
    visibility:visible!important;
    place-items:center!important;
  }
  .store-mobile-toggle span{
    display:block!important;
  }
  .store-nav__panel{
    grid-column:1 / -1!important;
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 84px)!important;
  }
  body.wm-store main,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-cart-page{
    width:100%!important;
    max-width:100%!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    padding:0 0 18px!important;
    overflow:hidden!important;
  }
  .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
  }
  .store-feature-slide.is-active{
    display:grid!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    opacity:1!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .store-feature-slide__image,
  .store-feature-slide__image img,
  .store-feature-slide__content{
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .store-feature-slide__content{
    padding:16px 18px 18px!important;
  }
  .store-feature-slide__content h3{
    display:block!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(1.35rem,8vw,2rem)!important;
    line-height:1.04!important;
    overflow-wrap:anywhere!important;
    white-space:normal!important;
    word-break:normal!important;
  }
  .store-feature-slider__nav{
    top:clamp(118px,36vw,158px)!important;
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
  }
  .store-feature-slider__nav--prev{
    left:10px!important;
  }
  .store-feature-slider__nav--next{
    right:10px!important;
  }
}

@media(max-width:420px){
  .store-brand span{
    display:none!important;
  }
  .store-brand img{
    width:54px!important;
    max-width:54px!important;
    flex-basis:54px!important;
  }
}

/* Final phone/tablet pass: collapse navigation earlier and keep the product slider stable. */
@media(max-width:980px){
  body.wm-store{
    overflow-x:hidden!important;
  }
  .store-header{
    position:sticky!important;
    top:0!important;
    z-index:200!important;
    overflow:visible!important;
  }
  .store-nav{
    width:min(100% - 20px,1280px)!important;
    min-height:58px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    align-items:center!important;
    gap:10px!important;
    padding:9px 10px!important;
    overflow:visible!important;
  }
  .store-brand{
    grid-column:1!important;
    min-width:0!important;
    max-width:100%!important;
    justify-self:start!important;
    overflow:hidden!important;
  }
  .store-brand img{
    width:64px!important;
    max-width:64px!important;
    flex:0 0 64px!important;
  }
  .store-brand span{
    display:none!important;
  }
  .store-mobile-toggle{
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    width:46px!important;
    height:44px!important;
    min-width:46px!important;
    justify-self:end!important;
    place-items:center!important;
    position:relative!important;
    z-index:3!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .store-mobile-toggle span{
    display:block!important;
  }
  .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 78px)!important;
    display:none!important;
    grid-column:1 / -1!important;
    gap:10px!important;
    padding:12px!important;
    overflow:auto!important;
    background:#071827!important;
    border:1px solid rgba(205,220,232,.16)!important;
    border-radius:16px!important;
    box-shadow:0 22px 60px rgba(0,0,0,.42)!important;
  }
  .store-header.is-open .store-nav__panel{
    display:grid!important;
  }
  .store-nav__links{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .store-category-menu{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:8px!important;
  }
  .store-category-menu > .store-category-link{
    grid-column:1!important;
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    white-space:normal!important;
  }
  .store-category-toggle{
    display:grid!important;
    grid-column:2!important;
    width:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    place-items:center!important;
  }
  .store-category-submenu,
  .store-category-menu:hover .store-category-submenu,
  .store-category-menu:focus-within .store-category-submenu{
    position:static!important;
    grid-column:1 / -1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    display:none!important;
    margin:0!important;
    padding:8px 0 0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .store-category-menu.is-open .store-category-submenu,
  .store-category-menu.is-open:hover .store-category-submenu,
  .store-category-menu.is-open:focus-within .store-category-submenu{
    display:grid!important;
    gap:7px!important;
  }
  .store-category-submenu a{
    min-height:42px!important;
    display:flex!important;
    align-items:center!important;
    border:1px solid rgba(205,220,232,.12)!important;
    background:#102334!important;
  }
  .store-nav__actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .store-nav__actions .store-nav__button{
    width:100%!important;
    justify-content:center!important;
  }
  body.wm-store main,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-category-showcase,
  .store-grid{
    max-width:100vw!important;
  }
  .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:0 0 26px!important;
    overflow:hidden!important;
  }
  .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    display:grid!important;
    overflow:hidden!important;
  }
  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
  }
  .store-feature-slide.is-active{
    position:relative!important;
    inset:auto!important;
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    pointer-events:auto!important;
    overflow:hidden!important;
  }
  .store-feature-slide__image{
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:16 / 10!important;
    overflow:hidden!important;
  }
  .store-feature-slide__image img{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .store-feature-slide__content{
    min-height:0!important;
    padding:18px 20px 20px!important;
  }
  .store-feature-slide__content h3{
    min-width:0!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    white-space:normal!important;
    font-size:clamp(1.7rem,6vw,2.5rem)!important;
    line-height:1.04!important;
  }
  .store-feature-slider__nav{
    top:clamp(138px,33vw,230px)!important;
    bottom:auto!important;
    width:40px!important;
    height:40px!important;
    display:grid!important;
    place-items:center!important;
    font-size:0!important;
    line-height:1!important;
  }
  .store-feature-slider__nav::before{
    content:""!important;
    width:10px!important;
    height:10px!important;
    border-top:3px solid currentColor!important;
    border-right:3px solid currentColor!important;
    display:block!important;
    font-size:0!important;
  }
  .store-feature-slider__nav--prev{
    left:12px!important;
  }
  .store-feature-slider__nav--prev::before{
    transform:rotate(-135deg)!important;
  }
  .store-feature-slider__nav--next{
    right:12px!important;
  }
  .store-feature-slider__nav--next::before{
    transform:rotate(45deg)!important;
  }
  .store-feature-slider__dots{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    margin-top:12px!important;
    gap:8px!important;
  }
}

@media(max-width:520px){
  .store-nav{
    width:100%!important;
    padding:9px 10px!important;
  }
  .store-brand img{
    width:56px!important;
    max-width:56px!important;
    flex-basis:56px!important;
  }
  .store-feature-slide__image{
    aspect-ratio:4 / 3!important;
  }
  .store-feature-slider__nav{
    top:clamp(142px,43vw,190px)!important;
    width:34px!important;
    height:34px!important;
  }
  .store-feature-slider__nav--prev{
    left:8px!important;
  }
  .store-feature-slider__nav--next{
    right:8px!important;
  }
  .store-feature-slide__content{
    padding:16px 18px 18px!important;
  }
  .store-feature-slide__content h3{
    font-size:clamp(1.45rem,8vw,2rem)!important;
  }
}

/* Hard phone/tablet correction: keep the menu and slider fully inside the viewport. */
@media(max-width:980px){
  html,
  body.wm-store{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    z-index:220!important;
    overflow:visible!important;
  }
  .store-nav{
    box-sizing:border-box!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    min-height:58px!important;
    margin:0!important;
    padding:10px 14px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    gap:10px!important;
    align-items:center!important;
    overflow:visible!important;
  }
  .store-brand{
    grid-column:1!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .store-brand img{
    width:64px!important;
    max-width:64px!important;
    flex:0 0 64px!important;
  }
  .store-brand span{
    display:none!important;
  }
  .store-mobile-toggle{
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    width:46px!important;
    min-width:46px!important;
    height:44px!important;
    justify-self:end!important;
    place-items:center!important;
    position:relative!important;
    z-index:240!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .store-mobile-toggle span{
    display:block!important;
  }
  .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 86px)!important;
    padding:12px!important;
    overflow:auto!important;
    display:none!important;
    grid-column:1 / -1!important;
    background:#071827!important;
    border:1px solid rgba(205,220,232,.16)!important;
    border-radius:16px!important;
    box-shadow:0 22px 60px rgba(0,0,0,.42)!important;
    z-index:230!important;
  }
  .store-header.is-open .store-nav__panel{
    display:grid!important;
    gap:10px!important;
  }
  .store-nav__links,
  .store-nav__actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .store-nav__actions .store-cart-link,
  .store-nav__actions .store-discord-link{
    width:100%!important;
    justify-content:center!important;
  }
  .store-category-menu{
    position:relative!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:8px!important;
  }
  .store-category-menu > .store-category-link{
    grid-column:1!important;
    min-width:0!important;
    width:100%!important;
    min-height:44px!important;
    justify-content:flex-start!important;
    white-space:normal!important;
  }
  .store-category-toggle{
    display:grid!important;
    grid-column:2!important;
    min-width:44px!important;
    width:44px!important;
    min-height:44px!important;
    place-items:center!important;
  }
  .store-category-submenu,
  .store-category-menu:hover .store-category-submenu,
  .store-category-menu:focus-within .store-category-submenu{
    position:static!important;
    grid-column:1 / -1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:4px 0 0!important;
    display:none!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .store-category-menu.is-open .store-category-submenu,
  .store-category-menu.is-open:hover .store-category-submenu,
  .store-category-menu.is-open:focus-within .store-category-submenu{
    display:grid!important;
    gap:7px!important;
  }
  .store-category-submenu a{
    display:flex!important;
    align-items:center!important;
    min-height:42px!important;
    width:100%!important;
    border:1px solid rgba(205,220,232,.14)!important;
    background:#102334!important;
  }
  body.wm-store main,
  .store-hero,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-category-showcase,
  .store-grid{
    box-sizing:border-box!important;
    width:min(100% - 28px,980px)!important;
    max-width:calc(100vw - 28px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .store-feature-slider{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:0 0 26px!important;
    overflow:hidden!important;
  }
  .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    display:grid!important;
    overflow:hidden!important;
  }
  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .store-feature-slide.is-active{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    opacity:1!important;
    pointer-events:auto!important;
    overflow:hidden!important;
  }
  .store-feature-slide__image{
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:16 / 10!important;
    overflow:hidden!important;
  }
  .store-feature-slide__image img{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:18px 20px!important;
    overflow:hidden!important;
  }
  .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:clamp(1.6rem,6vw,2.35rem)!important;
    line-height:1.04!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .store-feature-slider__nav{
    top:clamp(135px,28vw,240px)!important;
    bottom:auto!important;
    width:40px!important;
    height:40px!important;
    display:grid!important;
    place-items:center!important;
    font-size:0!important;
    line-height:1!important;
    color:#fff!important;
  }
  .store-feature-slider__nav--prev{
    left:12px!important;
  }
  .store-feature-slider__nav--next{
    right:12px!important;
  }
}

@media(max-width:520px){
  .store-nav{
    width:100vw!important;
    max-width:100vw!important;
    padding:9px 10px!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
  }
  .store-brand img{
    width:56px!important;
    max-width:56px!important;
    flex-basis:56px!important;
  }
  .store-mobile-toggle{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
  }
  .store-nav__panel{
    left:8px!important;
    right:8px!important;
    max-width:calc(100vw - 16px)!important;
  }
  body.wm-store main,
  .store-hero,
  .store-section,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-category-showcase,
  .store-grid{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
  }
  .store-feature-slide__image{
    aspect-ratio:4 / 3!important;
  }
  .store-feature-slide__content{
    padding:16px 18px!important;
  }
  .store-feature-slide__content h3{
    font-size:clamp(1.4rem,8vw,2rem)!important;
  }
  .store-feature-slider__nav{
    top:clamp(130px,43vw,188px)!important;
    width:34px!important;
    height:34px!important;
  }
  .store-feature-slider__nav--prev{
    left:8px!important;
  }
  .store-feature-slider__nav--next{
    right:8px!important;
  }
}

/* Final narrow-phone clamp: prevent cropped headers/sliders on small screens. */
@media(max-width:520px){
  .store-header{
    width:100vw!important;
    max-width:100vw!important;
    overflow:visible!important;
  }

  .store-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:min(100vw,390px)!important;
    max-width:min(100vw,390px)!important;
    min-height:62px!important;
    margin:0!important;
    padding:9px 12px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .store-brand{
    flex:1 1 auto!important;
    width:auto!important;
    max-width:calc(100% - 56px)!important;
    min-width:0!important;
  }

  .store-mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    margin-left:8px!important;
    opacity:1!important;
    visibility:visible!important;
    position:relative!important;
    z-index:1002!important;
  }

  .store-mobile-toggle::before{
    content:none!important;
  }

  .store-mobile-toggle span{
    flex:0 0 auto!important;
  }

  .store-nav__panel{
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:min(calc(100vw - 20px),370px)!important;
  }

  body.wm-store main,
  .store-section,
  .store-category-showcase,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-grid,
  .store-hero{
    width:min(calc(100vw - 24px),366px)!important;
    max-width:min(calc(100vw - 24px),366px)!important;
  }

  .store-feature-slider,
  .store-feature-slider__track,
  .store-feature-slide.is-active,
  .store-feature-slide__image,
  .store-feature-slide__content,
  .store-category-card,
  .store-product{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .store-feature-slide__image{
    aspect-ratio:4 / 3!important;
  }

  .store-feature-slide__content h3{
    font-size:clamp(1.25rem,6.4vw,1.75rem)!important;
  }

  .store-feature-slider__nav{
    top:clamp(108px,38vw,152px)!important;
  }

  .store-feature-slider__nav--next{
    right:8px!important;
  }
}

@media(max-width:620px){
  .store-mobile-toggle{
    position:fixed!important;
    top:10px!important;
    right:12px!important;
    width:42px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
    background:#122130!important;
    border:1px solid rgba(255,255,255,.2)!important;
    border-radius:12px!important;
    box-shadow:none!important;
    z-index:900!important;
  }

  .store-mobile-toggle::before{
    content:"\2630"!important;
    display:block!important;
    color:#fff!important;
    font-size:24px!important;
    line-height:1!important;
    font-weight:700!important;
  }

  .store-mobile-toggle span{
    display:none!important;
  }

  .store-feature-slider,
  .store-feature-slider__track,
  .store-feature-slide,
  .store-feature-slide.is-active{
    width:calc(100vw - 48px)!important;
    max-width:calc(100vw - 48px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .store-feature-slider__nav--next{
    right:10px!important;
  }

  .store-feature-slider__nav--prev{
    left:10px!important;
  }
}

/* Final mobile/tablet guard: keep the store header and product slider inside the viewport. */
@media(max-width:620px){
  html,
  body.wm-store{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    overflow:visible!important;
    z-index:240!important;
  }

  .store-nav{
    position:relative!important;
    display:block!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:62px!important;
    margin:0!important;
    padding:9px 64px 9px 12px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .store-brand{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    max-width:calc(100vw - 86px)!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  .store-brand img{
    width:56px!important;
    max-width:56px!important;
    height:auto!important;
    flex:0 0 56px!important;
  }

  .store-brand span{
    display:none!important;
  }

  .store-mobile-toggle{
    display:grid!important;
    position:absolute!important;
    top:9px!important;
    right:12px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:0!important;
    place-items:center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:520!important;
    pointer-events:auto!important;
  }

  .store-mobile-toggle span{
    display:block!important;
    width:19px!important;
    height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 86px)!important;
    box-sizing:border-box!important;
    overflow:auto!important;
  }

  body.wm-store main,
  .store-section,
  .store-category-showcase,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-grid,
  .store-hero{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0 0 28px!important;
    overflow:hidden!important;
  }

  .store-feature-slider__track{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  .store-feature-slide.is-active{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:1!important;
    pointer-events:auto!important;
    overflow:hidden!important;
  }

  .store-feature-slide__image{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    aspect-ratio:4 / 3!important;
    overflow:hidden!important;
  }

  .store-feature-slide__image img{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:16px 18px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    font-size:clamp(1.35rem,7vw,1.9rem)!important;
    line-height:1.08!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  .store-feature-slider__nav{
    top:clamp(126px,42vw,186px)!important;
    width:34px!important;
    height:34px!important;
  }

  .store-feature-slider__nav--prev{
    left:8px!important;
  }

  .store-feature-slider__nav--next{
    right:8px!important;
  }
}

/* Final phone/tablet safety pass: keep the store inside the viewport. */
html,
body.wm-store{
  max-width:100%;
  overflow-x:hidden;
}

@media(max-width:980px){
  .store-header{
    width:100%;
    max-width:100vw;
    overflow:visible;
  }

  .store-nav{
    width:100%;
    max-width:100vw;
    box-sizing:border-box;
    overflow:visible;
  }

  .store-nav__panel{
    box-sizing:border-box;
    overflow-x:hidden;
  }

  .store-section,
  .store-category-showcase,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-grid,
  .store-hero{
    box-sizing:border-box;
    width:min(100% - 28px,980px);
    max-width:calc(100vw - 28px);
    margin-left:auto;
    margin-right:auto;
  }

  .store-feature-slider,
  .store-feature-slider__track,
  .store-feature-slide,
  .store-feature-slide.is-active{
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    min-width:0;
  }
}

@media(max-width:620px){
  .store-header{
    width:100%!important;
    max-width:100vw!important;
    overflow:visible!important;
  }

  .store-nav{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    align-items:center!important;
    gap:8px!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    margin:0!important;
    padding:9px 12px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .store-brand{
    grid-column:1!important;
    min-width:0!important;
    max-width:calc(100vw - 74px)!important;
    overflow:hidden!important;
  }

  .store-brand img{
    width:56px!important;
    max-width:56px!important;
    flex:0 0 56px!important;
  }

  .store-brand span{
    display:none!important;
  }

  .store-mobile-toggle{
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    padding:0!important;
    place-items:center!important;
    justify-self:end!important;
    opacity:1!important;
    visibility:visible!important;
    position:relative!important;
    z-index:260!important;
  }

  .store-mobile-toggle span{
    display:block!important;
    width:19px!important;
    height:2px!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 86px)!important;
    box-sizing:border-box!important;
    overflow:auto!important;
  }

  body.wm-store main,
  .store-section,
  .store-category-showcase,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-grid,
  .store-hero{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  .store-page-head{
    text-align:center!important;
  }

  .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0 0 28px!important;
    overflow:hidden!important;
  }

  .store-feature-slider__track{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  .store-feature-slide.is-active{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:1!important;
    pointer-events:auto!important;
    overflow:hidden!important;
  }

  .store-feature-slide__image{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    aspect-ratio:4 / 3!important;
    overflow:hidden!important;
  }

  .store-feature-slide__image img{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:16px 18px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:clamp(1.35rem,7.2vw,1.9rem)!important;
    line-height:1.05!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }

  .store-feature-slider__nav{
    top:clamp(126px,42vw,186px)!important;
    width:34px!important;
    height:34px!important;
  }

  .store-feature-slider__nav--prev{
    left:8px!important;
  }

  .store-feature-slider__nav--next{
    right:8px!important;
  }
}

/* Final responsive layout pass for phone and tablet. */
@media(max-width:900px){
  html,
  body.wm-store{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  .store-header{
    position:sticky!important;
    top:0!important;
    width:100vw!important;
    max-width:100vw!important;
    overflow:visible!important;
    z-index:900!important;
  }

  .store-nav{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    align-items:center!important;
    gap:12px!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:10px 16px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .store-brand{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  .store-brand img{
    width:66px!important;
    max-width:66px!important;
    height:auto!important;
    flex:0 0 66px!important;
  }

  .store-brand span{
    display:inline!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .store-mobile-toggle{
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    width:46px!important;
    min-width:46px!important;
    height:44px!important;
    padding:0!important;
    place-items:center!important;
    justify-self:end!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:930!important;
  }

  .store-mobile-toggle::before{
    content:none!important;
  }

  .store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  .store-header.is-open .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  .store-header.is-open .store-mobile-toggle span:nth-child(2){
    opacity:0!important;
  }

  .store-header.is-open .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }

  .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:16px!important;
    right:16px!important;
    width:auto!important;
    max-width:calc(100vw - 32px)!important;
    max-height:calc(100dvh - 88px)!important;
    display:none!important;
    grid-column:1 / -1!important;
    gap:10px!important;
    padding:14px!important;
    box-sizing:border-box!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    background:#071827!important;
    border:1px solid rgba(205,220,232,.16)!important;
    border-radius:18px!important;
    box-shadow:0 22px 62px rgba(0,0,0,.38)!important;
    z-index:920!important;
  }

  .store-header.is-open .store-nav__panel{
    display:grid!important;
  }

  .store-nav__links,
  .store-nav__actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding:0!important;
    overflow:visible!important;
  }

  .store-category-menu{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    gap:9px!important;
    align-items:start!important;
  }

  .store-category-link,
  .store-category-menu > .store-category-link{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    justify-content:flex-start!important;
    white-space:normal!important;
    text-align:left!important;
  }

  .store-category-toggle{
    display:grid!important;
    width:44px!important;
    min-width:44px!important;
    height:46px!important;
    place-items:center!important;
  }

  .store-category-submenu,
  .store-category-menu:hover .store-category-submenu,
  .store-category-menu:focus-within .store-category-submenu{
    position:static!important;
    grid-column:1 / -1!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    display:none!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .store-category-menu.is-open .store-category-submenu,
  .store-category-menu.is-open:hover .store-category-submenu,
  .store-category-menu.is-open:focus-within .store-category-submenu{
    display:grid!important;
    gap:7px!important;
  }

  .store-category-submenu a{
    min-height:42px!important;
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    border:1px solid rgba(205,220,232,.14)!important;
    border-radius:12px!important;
    background:#102334!important;
  }

  .store-cart-link,
  .store-discord-link{
    width:100%!important;
    justify-content:center!important;
  }

  body.wm-store main,
  .store-hero,
  .store-section,
  .store-category-showcase,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-grid{
    width:min(calc(100vw - 28px),820px)!important;
    max-width:calc(100vw - 28px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  .store-page-head{
    text-align:center!important;
  }

  .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:0 0 32px!important;
    overflow:hidden!important;
  }

  .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    overflow:hidden!important;
  }

  .store-feature-slide,
  .store-feature-slide.is-prev,
  .store-feature-slide.is-next,
  .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  .store-feature-slide.is-active{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:1!important;
    pointer-events:auto!important;
    overflow:hidden!important;
  }

  .store-feature-slide__image{
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:16 / 10!important;
  }

  .store-feature-slide__image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:18px 20px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(1.7rem,5vw,2.5rem)!important;
    line-height:1.05!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  .store-feature-slider__nav{
    top:clamp(138px,30vw,230px)!important;
    width:40px!important;
    height:40px!important;
  }

  .store-feature-slider__nav--prev{
    left:12px!important;
  }

  .store-feature-slider__nav--next{
    right:12px!important;
  }
}

@media(max-width:540px){
  .store-brand span{
    display:none!important;
  }

  .store-nav{
    grid-template-columns:minmax(0,1fr) 42px!important;
    min-height:60px!important;
    padding:9px 12px!important;
  }

  .store-brand img{
    width:58px!important;
    max-width:58px!important;
    flex-basis:58px!important;
  }

  .store-mobile-toggle{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
  }

  .store-nav__panel{
    left:10px!important;
    right:10px!important;
    max-width:calc(100vw - 20px)!important;
  }

  body.wm-store main,
  .store-hero,
  .store-section,
  .store-category-showcase,
  .store-newsletter,
  .store-faq,
  .store-page-head,
  .store-grid{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }

  .store-feature-slide__image{
    aspect-ratio:4 / 3!important;
  }

  .store-feature-slide__content{
    padding:16px 18px!important;
  }

  .store-feature-slide__content h3{
    font-size:clamp(1.35rem,7vw,1.9rem)!important;
  }

  .store-feature-slider__nav{
    top:clamp(118px,42vw,170px)!important;
    width:36px!important;
    height:36px!important;
  }

  .store-feature-slider__nav--prev{
    left:8px!important;
  }

  .store-feature-slider__nav--next{
    right:8px!important;
  }
}

/* Absolute final viewport guard for real phone widths. */
@media(max-width:640px){
  html,
  body.wm-store{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  body.wm-store .store-header{
    position:sticky!important;
    inset:0 0 auto 0!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:60px!important;
    overflow:visible!important;
    z-index:3000!important;
  }

  body.wm-store .store-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:60px!important;
    margin:0!important;
    padding:8px 66px 8px 12px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  body.wm-store .store-brand{
    display:flex!important;
    align-items:center!important;
    width:auto!important;
    max-width:calc(100vw - 82px)!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-brand img{
    display:block!important;
    width:58px!important;
    max-width:58px!important;
    height:auto!important;
    flex:0 0 58px!important;
  }

  body.wm-store .store-brand span{
    display:none!important;
  }

  body.wm-store .store-mobile-toggle{
    display:grid!important;
    position:fixed!important;
    top:8px!important;
    right:10px!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
    place-items:center!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:5000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.24)!important;
    border-radius:12px!important;
    box-shadow:none!important;
  }

  body.wm-store .store-mobile-toggle::before{
    content:none!important;
  }

  body.wm-store .store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-header.is-open .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  body.wm-store .store-header.is-open .store-mobile-toggle span:nth-child(2){
    opacity:0!important;
  }

  body.wm-store .store-header.is-open .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:62px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 74px)!important;
    box-sizing:border-box!important;
    overflow:auto!important;
    z-index:4900!important;
  }

  body.wm-store main,
  body.wm-store .store-section,
  body.wm-store .store-category-showcase,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-grid,
  body.wm-store .store-hero{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider,
  body.wm-store .store-feature-slider__track,
  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    opacity:1!important;
    pointer-events:auto!important;
  }

  body.wm-store .store-feature-slide__image{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    aspect-ratio:4 / 3!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image img{
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  body.wm-store .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:16px 18px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:clamp(1.35rem,7vw,1.9rem)!important;
    line-height:1.06!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(126px,40vw,176px)!important;
    width:36px!important;
    height:36px!important;
    z-index:30!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }
}

/* Final store visual correction: keep carousel arrows on the left/right edge,
   make product media fill its frame, and calm card text on smaller devices. */
body.wm-store .store-feature-slider{
  position:relative!important;
  overflow:visible!important;
  padding-inline:56px!important;
}

body.wm-store .store-feature-slider__track{
  overflow:hidden!important;
}

body.wm-store .store-feature-slider__nav{
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  z-index:80!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:50%!important;
}

body.wm-store .store-feature-slider__nav--prev{
  left:6px!important;
  right:auto!important;
}

body.wm-store .store-feature-slider__nav--next{
  right:6px!important;
  left:auto!important;
}

body.wm-store .store-feature-slide__image,
body.wm-store .store-product__image{
  background:#06131e!important;
}

body.wm-store .store-feature-slide__image img,
body.wm-store .store-product__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body.wm-store .store-product h3{
  font-size:clamp(1.12rem, 1.45vw, 1.38rem)!important;
  line-height:1.12!important;
  overflow-wrap:anywhere!important;
}

body.wm-store .store-feature-slide__content h3{
  font-size:clamp(1.45rem, 3vw, 2.25rem)!important;
  line-height:1.08!important;
}

body.wm-store .store-product__body{
  padding:clamp(16px, 2.1vw, 22px)!important;
}

@media(max-width:760px){
  body.wm-store .store-feature-slider{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
    padding:0 44px 52px!important;
    margin-inline:auto!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:50%!important;
    bottom:auto!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:2px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:2px!important;
  }

  body.wm-store .store-feature-slider__dots{
    bottom:16px!important;
  }

  body.wm-store .store-feature-slide__image{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16 / 11!important;
  }

  body.wm-store .store-feature-slide__content{
    padding:16px 18px 18px!important;
  }

  body.wm-store .store-feature-slide__content h3,
  body.wm-store .store-product h3{
    font-size:clamp(1.05rem, 5.2vw, 1.35rem)!important;
    line-height:1.12!important;
  }

  body.wm-store .store-product__image{
    aspect-ratio:16 / 11!important;
  }
}

@media(max-width:420px){
  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    padding-inline:42px!important;
  }

  body.wm-store .store-feature-slider__nav{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store main,
  body.wm-store .store-section,
  body.wm-store .store-category-showcase,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-grid,
  body.wm-store .store-hero{
    width:min(calc(100vw - 40px),980px)!important;
    max-width:calc(100vw - 40px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider,
  body.wm-store .store-feature-slider__track,
  body.wm-store .store-feature-slide.is-active{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:grid!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
}

/* Final store viewport guard: keep the feature slider inside the visible page. */
@media(max-width:1100px){
  html,
  body.wm-store{
    overflow-x:hidden!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    display:block!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider__track{
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    display:block!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    left:auto!important;
    display:grid!important;
    grid-template-rows:auto auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
    filter:none!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-section{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  body.wm-store .store-feature-slider{
    padding:0 0 42px!important;
  }

  body.wm-store .store-feature-slide__image{
    min-height:230px!important;
    aspect-ratio:4 / 3!important;
  }

  body.wm-store .store-feature-slide__content{
    padding:18px!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:116px!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-feature-slider{
    padding:0 46px 56px!important;
  }

  body.wm-store .store-feature-slide__image{
    min-height:320px!important;
    aspect-ratio:16 / 9!important;
  }

  body.wm-store .store-feature-slide__content{
    padding:22px 24px!important;
  }
}

/* Last-pass mobile/tablet guard: older store overrides above this file may still win without this. */
@media(max-width:640px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    z-index:6000!important;
    min-height:64px!important;
    overflow:visible!important;
  }

  body.wm-store .store-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:10px 70px 10px 14px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-brand{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    max-width:calc(100vw - 92px)!important;
    margin:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-brand img{
    width:66px!important;
    max-width:66px!important;
    flex:0 0 66px!important;
  }

  body.wm-store .store-brand span{
    display:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:12px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:9000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.32)!important;
    border-radius:12px!important;
    box-shadow:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-nav__panel{
    top:66px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
  }

  body.wm-store main,
  body.wm-store .store-section,
  body.wm-store .store-page-head{
    width:100%!important;
    max-width:100vw!important;
    padding-left:14px!important;
    padding-right:14px!important;
    margin-left:0!important;
    margin-right:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    padding:0 0 36px!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content,
  body.wm-store .store-product-card__body{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3,
  body.wm-store .store-product-card h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    hyphens:auto!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.25rem,6.5vw,1.65rem)!important;
    line-height:1.08!important;
  }

  body.wm-store .store-feature-slider__dots{
    margin-top:14px!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    z-index:6000!important;
  }

  body.wm-store .store-feature-slider,
  body.wm-store .store-feature-slider__track,
  body.wm-store .store-feature-slide.is-active{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3,
  body.wm-store .store-product-card h3{
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
}

/* Final phone/tablet containment pass. Older store overrides above are broad, so
   this last block keeps the live page inside the viewport on real devices. */
@media(max-width:640px){
  html,
  body.wm-store{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    z-index:6000!important;
    overflow:visible!important;
  }

  body.wm-store .store-nav{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:10px 68px 10px 14px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  body.wm-store .store-brand{
    justify-content:flex-start!important;
    max-width:calc(100vw - 92px)!important;
    min-width:0!important;
    margin:0!important;
  }

  body.wm-store .store-brand img{
    width:68px!important;
    max-width:68px!important;
    flex:0 0 68px!important;
  }

  body.wm-store .store-brand span{
    display:none!important;
  }

  body.wm-store .store-mobile-toggle{
    display:grid!important;
    position:fixed!important;
    top:10px!important;
    right:12px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:7000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.3)!important;
    border-radius:12px!important;
  }

  body.wm-store .store-mobile-toggle span{
    width:18px!important;
    height:2px!important;
    margin:2px auto!important;
  }

  body.wm-store .store-nav__panel{
    top:66px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 82px)!important;
    overflow:auto!important;
  }

  body.wm-store main,
  body.wm-store .store-section,
  body.wm-store .store-page-head,
  body.wm-store .store-category-showcase,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq{
    width:100%!important;
    max-width:100vw!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:14px!important;
    padding-right:14px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.wm-store .store-section{
    padding-top:26px!important;
    padding-bottom:38px!important;
  }

  body.wm-store .store-section h2,
  body.wm-store .store-page-head h1{
    text-align:center!important;
    font-size:clamp(2.1rem,11vw,3rem)!important;
    line-height:1!important;
  }

  body.wm-store .store-feature-slider,
  body.wm-store .store-feature-slider__track,
  body.wm-store .store-feature-slide.is-active{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider{
    margin:0 auto!important;
    padding:0 0 28px!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    transform:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    margin:0!important;
    transform:none!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image{
    display:block!important;
    width:100%!important;
    aspect-ratio:4 / 3!important;
    max-height:none!important;
    border-radius:18px 18px 0 0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  body.wm-store .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:18px!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(1.35rem,7vw,1.85rem)!important;
    line-height:1.08!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(104px,39vw,160px)!important;
    width:36px!important;
    height:36px!important;
    border-radius:50%!important;
    z-index:50!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }

  body.wm-store .store-feature-slider__dots{
    margin-top:12px!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:12px!important;
    padding:12px!important;
    overflow:hidden!important;
  }

  body.wm-store .store-category-card img,
  body.wm-store .store-category-favorite img{
    width:104px!important;
    max-width:104px!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-section{
    padding-top:30px!important;
    padding-bottom:48px!important;
  }

  body.wm-store .store-feature-slider{
    padding:0 40px 42px!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    transform:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    max-width:100%!important;
    transform:none!important;
    margin:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image{
    aspect-ratio:16 / 9!important;
    max-height:420px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.85rem,4.2vw,2.7rem)!important;
    line-height:1.06!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(150px,28vw,230px)!important;
    width:42px!important;
    height:42px!important;
    z-index:50!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }
}

/* Final responsive polish: keep tablet/phone layouts readable after older overrides. */
@media(max-width:640px){
  body.wm-store .store-section{
    padding-top:30px!important;
    padding-bottom:46px!important;
  }

  body.wm-store .store-section h2,
  body.wm-store .store-page-head h1{
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    font-size:clamp(2.15rem,12vw,3.35rem)!important;
    line-height:.98!important;
    letter-spacing:0!important;
    overflow-wrap:normal!important;
  }

  body.wm-store .store-feature-slider{
    padding:0 0 42px!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    border-radius:18px!important;
  }

  body.wm-store .store-feature-slide__image{
    aspect-ratio:4 / 3!important;
    border-radius:18px 18px 0 0!important;
  }

  body.wm-store .store-feature-slide__content{
    min-height:0!important;
    padding:18px 18px 20px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.45rem,7.4vw,2rem)!important;
    line-height:1.05!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(118px,42vw,178px)!important;
    width:34px!important;
    height:34px!important;
    border-radius:50%!important;
    font-size:0!important;
  }

  body.wm-store .store-feature-slider__nav::before{
    font-size:1.8rem!important;
    line-height:1!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:6px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:6px!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:12px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.wm-store .store-category-card img,
  body.wm-store .store-category-favorite img{
    width:112px!important;
    max-width:112px!important;
    aspect-ratio:16 / 9!important;
    object-fit:cover!important;
  }

  body.wm-store .store-category-card strong,
  body.wm-store .store-category-favorite strong{
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-category-menu.is-open{
    width:100%!important;
  }

  body.wm-store .store-category-menu.is-open .store-category-submenu{
    display:grid!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    margin-top:8px!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}

/* Last mobile header guard. Must remain at the end of this file. */
@media(max-width:640px){
  body.wm-store .store-header,
  body.wm-store .store-nav{
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    transform:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle,
  body.wm-store .store-header .store-mobile-toggle,
  body.wm-store button.store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:12px!important;
    right:12px!important;
    left:auto!important;
    bottom:auto!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 46px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.34)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle span,
  body.wm-store .store-header .store-mobile-toggle span,
  body.wm-store button.store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:66px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    z-index:2147482000!important;
  }
}

/* Final mobile menu placement. Keep this at the true end so older mobile rules cannot hide the button. */
@media(max-width:640px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-height:64px!important;
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    z-index:2147481000!important;
    background:#071827!important;
  }

  body.wm-store .store-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:9px 72px 9px 12px!important;
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-header > .store-mobile-toggle,
  body.wm-store button.store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    left:auto!important;
    bottom:auto!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 44px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.34)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
    transform:none!important;
  }

  body.wm-store .store-header > .store-mobile-toggle span,
  body.wm-store button.store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(2){
    opacity:0!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:66px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 78px)!important;
    z-index:2147482000!important;
    overflow:auto!important;
  }
}

/* Real final mobile/tablet centering guard. */
@media(max-width:1100px){
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
}

/* Final store-wide responsive guard for cards, popups, cart and footer. */
@media(max-width:1100px){
  body.wm-store{
    overflow-x:hidden!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check,
  body.wm-store .store-category-section,
  body.wm-store .store-cart-page,
  body.wm-store .store-footer{
    width:min(calc(100vw - 32px), 900px)!important;
    max-width:min(calc(100vw - 32px), 900px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-newsletter,
  body.wm-store .store-footer,
  body.wm-store .store-cart-layout{
    grid-template-columns:1fr!important;
  }

  body.wm-store .store-grid,
  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.wm-store .store-product,
  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite,
  body.wm-store .store-feature-slide{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-product__image,
  body.wm-store .store-feature-slide__image,
  body.wm-store .store-category-card__image,
  body.wm-store .store-category-favorite__image{
    max-width:100%!important;
    overflow:hidden!important;
  }

  body.wm-store .store-detail,
  body.wm-store .store-gift-modal,
  body.wm-store .store-newsletter-modal,
  body.wm-store .store-balance-modal,
  body.wm-store .store-media-zoom{
    padding-left:16px!important;
    padding-right:16px!important;
    place-items:center!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-detail__panel,
  body.wm-store .store-gift-modal__panel,
  body.wm-store .store-newsletter-modal__panel,
  body.wm-store .store-balance-modal__panel{
    width:min(calc(100vw - 32px), 900px)!important;
    max-width:min(calc(100vw - 32px), 900px)!important;
    margin:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-detail__panel{
    max-height:calc(100dvh - 28px)!important;
    overflow:auto!important;
  }

  body.wm-store .store-detail__stage,
  body.wm-store .store-detail__slide,
  body.wm-store .store-detail__slide img,
  body.wm-store .store-detail__slide video{
    max-width:100%!important;
  }

  body.wm-store .store-detail__share{
    flex-wrap:wrap!important;
  }

  body.wm-store .store-cart-drawer{
    width:min(100vw, 520px)!important;
    max-width:100vw!important;
  }

  body.wm-store .store-footer__brand,
  body.wm-store .store-footer__tebex,
  body.wm-store .store-tebex-strip,
  body.wm-store .store-tebex-strip__brand{
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  body.wm-store img,
  body.wm-store video,
  body.wm-store iframe{
    max-width:100%!important;
  }

  body.wm-store input,
  body.wm-store select,
  body.wm-store textarea,
  body.wm-store button,
  body.wm-store .store-btn{
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:760px){
  body.wm-store .store-grid,
  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites{
    grid-template-columns:1fr!important;
  }

  body.wm-store .store-product{
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.wm-store .store-product__body{
    padding:18px!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slider__track{
    align-items:center!important;
  }

  body.wm-store .store-feature-slide{
    width:100%!important;
    max-width:100%!important;
  }

  body.wm-store .store-feature-slider__nav{
    inset:auto 0 18px 0!important;
    width:100%!important;
    padding:0 22px!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-detail{
    align-items:center!important;
  }

  body.wm-store .store-detail__panel,
  body.wm-store .store-gift-modal__panel,
  body.wm-store .store-newsletter-modal__panel,
  body.wm-store .store-balance-modal__panel{
    width:min(calc(100vw - 24px), 520px)!important;
    max-width:min(calc(100vw - 24px), 520px)!important;
  }

  body.wm-store .store-detail__head{
    padding-right:116px!important;
  }

  body.wm-store .store-detail__controls{
    right:12px!important;
    top:12px!important;
  }

  body.wm-store .store-detail__media-wrap,
  body.wm-store .store-detail__content{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  body.wm-store .store-detail__stage{
    aspect-ratio:16/10!important;
    min-height:0!important;
  }

  body.wm-store .store-detail__thumbs{
    max-width:100%!important;
  }

  body.wm-store .store-detail__content h1,
  body.wm-store .store-page-head h1,
  body.wm-store .store-section h2{
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-cart-drawer{
    width:100vw!important;
  }

  body.wm-store .store-cart-drawer__head,
  body.wm-store .store-cart-drawer__items,
  body.wm-store .store-cart-drawer__footer{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  body.wm-store .store-cart-drawer__item{
    grid-template-columns:minmax(0,1fr) auto!important;
    padding:18px!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check,
  body.wm-store .store-category-section,
  body.wm-store .store-cart-page,
  body.wm-store .store-footer{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-section__head,
  body.wm-store .store-section__head--center{
    text-align:center!important;
  }

  body.wm-store .store-actions,
  body.wm-store .store-newsletter form,
  body.wm-store .store-giftcard-check form{
    justify-content:center!important;
  }

  body.wm-store .store-product__actions{
    grid-template-columns:minmax(0,1fr) 48px!important;
  }

  body.wm-store .store-footer{
    text-align:center!important;
  }

  body.wm-store .store-footer__brand,
  body.wm-store .store-footer__tebex,
  body.wm-store .store-tebex-strip,
  body.wm-store .store-tebex-strip__brand{
    justify-content:center!important;
    text-align:center!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
  }
}

/* Final cross-device centering guard. Keep this at the very end of the file. */
@media(max-width:1100px){
  html,
  body.wm-store{
    overflow-x:hidden!important;
  }

  body.wm-store main{
    width:100%!important;
    max-width:100vw!important;
    min-width:0!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 28px), 980px)!important;
    max-width:min(calc(100vw - 28px), 980px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-section__head,
  body.wm-store .store-section__head--center,
  body.wm-store .store-faq .store-section__head{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    text-align:center!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-section__head > div,
  body.wm-store .store-faq .store-section__head > div{
    width:100%!important;
    max-width:100%!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0!important;
    box-sizing:border-box!important;
    justify-items:stretch!important;
  }

  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite,
  body.wm-store .store-faq details{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  body.wm-store .store-category-card{
    display:grid!important;
    grid-template-columns:minmax(116px, 42%) minmax(0, 1fr)!important;
    align-items:center!important;
    gap:14px!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 44px), 900px)!important;
    max-width:min(calc(100vw - 44px), 900px)!important;
  }
}

/* Final cross-device centering guard. Keep this at the very end of the file. */
@media(max-width:1100px){
  body.wm-store{
    overflow-x:hidden!important;
  }

  body.wm-store main{
    width:100%!important;
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 28px), 980px)!important;
    max-width:min(calc(100vw - 28px), 980px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-section__head,
  body.wm-store .store-section__head--center,
  body.wm-store .store-faq .store-section__head{
    width:100%!important;
    max-width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.wm-store .store-section__head > div,
  body.wm-store .store-faq .store-section__head > div{
    width:100%!important;
    max-width:100%!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-items:stretch!important;
  }

  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite,
  body.wm-store .store-faq details{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 24px), 430px)!important;
    max-width:min(calc(100vw - 24px), 430px)!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    grid-template-columns:1fr!important;
  }

  body.wm-store .store-category-card{
    grid-template-columns:minmax(120px, 42%) minmax(0, 1fr)!important;
    align-items:center!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check{
    width:min(calc(100vw - 44px), 900px)!important;
    max-width:min(calc(100vw - 44px), 900px)!important;
  }
}

/* Body-level mobile menu button. Keep this as the last store-mobile-toggle rule. */
@media(max-width:640px){
  body.wm-store > .store-mobile-toggle--fixed{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    left:auto!important;
    bottom:auto!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 46px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.36)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
    transform:none!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }

  body.wm-store > .store-mobile-toggle--fixed span{
    display:block!important;
    width:21px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
    transition:transform .18s ease, opacity .18s ease!important;
  }

  body.wm-store > .store-mobile-toggle--fixed[aria-expanded="true"] span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  body.wm-store > .store-mobile-toggle--fixed[aria-expanded="true"] span:nth-child(2){
    opacity:0!important;
  }

  body.wm-store > .store-mobile-toggle--fixed[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }
}

/* Final mobile menu placement. The toggle sits directly under .store-header so it cannot be clipped by the nav grid. */
@media(max-width:640px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-height:64px!important;
    overflow:visible!important;
    z-index:2147481000!important;
    background:#071827!important;
  }

  body.wm-store .store-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:9px 72px 9px 12px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-header > .store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    left:auto!important;
    bottom:auto!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 44px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.34)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
    transform:none!important;
  }

  body.wm-store .store-header > .store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
    transform:none!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(2){
    opacity:0!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:66px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 78px)!important;
    z-index:2147482000!important;
    overflow:auto!important;
  }
}

/* Final mobile header override. This block intentionally stays last. */
@media(max-width:640px){
  body.wm-store .store-header,
  body.wm-store .store-nav{
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    transform:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle,
  body.wm-store .store-header .store-mobile-toggle,
  body.wm-store button.store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:12px!important;
    right:12px!important;
    left:auto!important;
    bottom:auto!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 46px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.34)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle span,
  body.wm-store .store-header .store-mobile-toggle span,
  body.wm-store button.store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:66px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    z-index:2147482000!important;
  }
}

/* Codex EOF responsive guard: this intentionally stays after all older mobile overrides. */
@media(max-width:980px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
  }

  body.wm-store .store-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:10px 14px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  body.wm-store .store-brand{
    grid-column:1!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  body.wm-store .store-brand img{
    width:64px!important;
    max-width:64px!important;
    flex:0 0 64px!important;
  }

  body.wm-store .store-brand span{
    display:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    grid-column:2!important;
    justify-self:end!important;
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    z-index:1000!important;
  }

  body.wm-store .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 86px)!important;
    overflow:auto!important;
  }

  body.wm-store main,
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-category-showcase,
  body.wm-store .store-grid{
    width:min(100% - 28px,980px)!important;
    max-width:calc(100vw - 28px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:0 0 34px!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slider__track{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    opacity:0!important;
    transform:none!important;
    filter:none!important;
    pointer-events:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:grid!important;
    grid-template-rows:auto auto!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    pointer-events:auto!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:clamp(280px,42vw,430px)!important;
    min-height:280px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#07131d!important;
  }

  body.wm-store .store-feature-slide__image > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }

  body.wm-store .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:18px 20px 20px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.05!important;
  }
}

@media(max-width:520px){
  body.wm-store .store-nav{
    grid-template-columns:minmax(0,1fr) 44px!important;
    padding:9px 10px!important;
  }

  body.wm-store .store-brand img{
    width:58px!important;
    max-width:58px!important;
    flex-basis:58px!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
  }

  body.wm-store .store-nav__panel{
    left:10px!important;
    right:10px!important;
    max-width:calc(100vw - 20px)!important;
  }

  body.wm-store main,
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-category-showcase,
  body.wm-store .store-grid{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }

  body.wm-store .store-feature-slide__image{
    height:clamp(230px,60vw,300px)!important;
    min-height:230px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.45rem,8vw,2rem)!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(115px,36vw,160px)!important;
    width:34px!important;
    height:34px!important;
  }
}

/* Final responsive guard: keep the store header and product slider stable on phones and tablets. */
@media(max-width:980px){
  html,
  body.wm-store{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    z-index:9000!important;
  }

  body.wm-store .store-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:62px!important;
    margin:0!important;
    padding:10px 14px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  body.wm-store .store-brand{
    grid-column:1!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  body.wm-store .store-brand img{
    width:64px!important;
    max-width:64px!important;
    flex:0 0 64px!important;
  }

  body.wm-store .store-brand span{
    display:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    grid-column:2!important;
    justify-self:end!important;
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    box-sizing:border-box!important;
    z-index:2147483000!important;
  }

  body.wm-store .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 86px)!important;
    overflow:auto!important;
    z-index:990!important;
  }

  body.wm-store main,
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-category-showcase,
  body.wm-store .store-grid{
    width:min(100% - 28px,980px)!important;
    max-width:calc(100vw - 28px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:0 0 34px!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slider__track{
    display:grid!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    opacity:0!important;
    transform:none!important;
    filter:none!important;
    pointer-events:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:grid!important;
    grid-template-rows:auto auto!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    pointer-events:auto!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:clamp(280px,42vw,430px)!important;
    min-height:280px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#07131d!important;
  }

  body.wm-store .store-feature-slide__image > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }

  body.wm-store .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:18px 20px 20px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    line-height:1.05!important;
  }
}

@media(max-width:520px){
  body.wm-store .store-nav{
    grid-template-columns:minmax(0,1fr) 44px!important;
    padding:9px 10px!important;
  }

  body.wm-store .store-brand img{
    width:58px!important;
    max-width:58px!important;
    flex-basis:58px!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
  }

  body.wm-store .store-nav__panel{
    left:10px!important;
    right:10px!important;
    max-width:calc(100vw - 20px)!important;
  }

  body.wm-store main,
  body.wm-store .store-hero,
  body.wm-store .store-section,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq,
  body.wm-store .store-page-head,
  body.wm-store .store-category-showcase,
  body.wm-store .store-grid{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }

  body.wm-store .store-feature-slide__image{
    height:clamp(230px,60vw,300px)!important;
    min-height:230px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.45rem,8vw,2rem)!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(115px,36vw,160px)!important;
    width:34px!important;
    height:34px!important;
  }
}

/* Final viewport hardening for phone and tablet store layouts. Keep at EOF. */
@media(max-width:640px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    z-index:12000!important;
    min-height:0!important;
    background:rgba(7,25,38,.98)!important;
  }

  body.wm-store .store-nav{
    position:relative!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    width:100%!important;
    min-height:64px!important;
    padding:10px 14px!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-brand{
    flex:1 1 auto!important;
    min-width:0!important;
    justify-content:flex-start!important;
    pointer-events:auto!important;
  }

  body.wm-store .store-brand img{
    width:74px!important;
    max-width:74px!important;
    height:auto!important;
    display:block!important;
  }

  body.wm-store .store-brand span{
    display:inline-block!important;
    max-width:calc(100vw - 132px)!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.wm-store button.store-mobile-toggle,
  body.wm-store .store-header button.store-mobile-toggle,
  body.wm-store .store-nav button.store-mobile-toggle,
  body.wm-store .store-nav > button.store-mobile-toggle{
    display:flex!important;
    flex:0 0 46px!important;
    position:relative!important;
    inset:auto!important;
    z-index:13000!important;
    width:46px!important;
    height:46px!important;
    margin:0!important;
    align-self:center!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:14px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    background:#102538!important;
  }

  body.wm-store .store-nav__panel{
    top:64px!important;
    right:10px!important;
    left:10px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 78px)!important;
    overflow:auto!important;
  }

  body.wm-store .store-section{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    padding:0 0 46px!important;
    margin:0 auto!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    width:100%!important;
    max-width:100%!important;
    transform:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    transform:none!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide__image{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:210px!important;
    aspect-ratio:16 / 10!important;
    overflow:hidden!important;
    background:#07131d!important;
    border-radius:18px 18px 0 0!important;
  }

  body.wm-store .store-feature-slide__image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:210px!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }

  body.wm-store .store-feature-slide__content{
    padding:20px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.6rem,8vw,2.15rem)!important;
    line-height:1.05!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:118px!important;
    width:42px!important;
    height:42px!important;
    font-size:0!important;
    color:transparent!important;
    z-index:50!important;
  }

  body.wm-store .store-feature-slider__nav::before{
    content:""!important;
    display:block!important;
    width:11px!important;
    height:11px!important;
    border-top:3px solid #fff!important;
    border-right:3px solid #fff!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider__nav--prev::before{
    transform:rotate(-135deg)!important;
  }

  body.wm-store .store-feature-slider__nav--next::before{
    transform:rotate(45deg)!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }

  body.wm-store .store-category-showcase{
    grid-template-columns:1fr!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    z-index:12000!important;
    background:rgba(7,25,38,.98)!important;
  }

  body.wm-store .store-nav{
    position:relative!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
  }

  body.wm-store button.store-mobile-toggle,
  body.wm-store .store-header button.store-mobile-toggle,
  body.wm-store .store-nav button.store-mobile-toggle{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:980px!important;
    padding:0 52px 60px!important;
    margin:0 auto!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    transform:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    transform:none!important;
    overflow:hidden!important;
    border-radius:20px!important;
  }

  body.wm-store .store-feature-slide__image{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:clamp(300px,42vw,430px)!important;
    aspect-ratio:16 / 9!important;
    overflow:hidden!important;
    background:#07131d!important;
    border-radius:20px 20px 0 0!important;
  }

  body.wm-store .store-feature-slide__image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:clamp(300px,42vw,430px)!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }

  body.wm-store .store-feature-slide__content{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:22px 24px!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(2rem,4.4vw,3rem)!important;
    line-height:1.05!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(155px,23vw,235px)!important;
    width:44px!important;
    height:44px!important;
    font-size:0!important;
    color:transparent!important;
    z-index:50!important;
  }

  body.wm-store .store-feature-slider__nav::before{
    content:""!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
    border-top:3px solid #fff!important;
    border-right:3px solid #fff!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider__nav--prev::before{
    transform:rotate(-135deg)!important;
  }

  body.wm-store .store-feature-slider__nav--next::before{
    transform:rotate(45deg)!important;
  }
}

/* Absolute final responsive guard. Keep this at EOF. */
@media(max-width:640px){
  body.wm-store,
  body.wm-store *{
    max-width:100%;
    box-sizing:border-box;
  }

  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:9000!important;
    min-height:64px!important;
    overflow:visible!important;
  }

  body.wm-store .store-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:9px 10px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-brand{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    grid-column:1!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    overflow:hidden!important;
    min-width:0!important;
  }

  body.wm-store .store-brand img{
    width:58px!important;
    max-width:58px!important;
    flex:0 0 58px!important;
  }

  body.wm-store .store-brand span{
    display:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle{
    display:flex!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    grid-column:2!important;
    justify-self:end!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:1000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.32)!important;
    border-radius:12px!important;
    box-shadow:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
    transform:none!important;
  }

  body.wm-store .store-header.is-open .store-nav > .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  body.wm-store .store-header.is-open .store-nav > .store-mobile-toggle span:nth-child(2){
    opacity:0!important;
  }

  body.wm-store .store-header.is-open .store-nav > .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }

  body.wm-store .store-nav__panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
  }

  body.wm-store main,
  body.wm-store .store-section,
  body.wm-store .store-page-head{
    width:100%!important;
    max-width:100vw!important;
    padding-left:14px!important;
    padding-right:14px!important;
    margin-left:0!important;
    margin-right:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    padding:0 0 36px!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    transform:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:grid!important;
    grid-template-rows:auto auto!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  body.wm-store .store-feature-slide__image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:clamp(230px,60vw,300px)!important;
    min-height:230px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    background:#07131d!important;
  }

  body.wm-store .store-feature-slide__image > img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }

  body.wm-store .store-feature-slide__content,
  body.wm-store .store-product-card__body{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3,
  body.wm-store .store-product-card h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    hyphens:auto!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.2rem,6.1vw,1.55rem)!important;
    line-height:1.08!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    z-index:9000!important;
  }

  body.wm-store .store-feature-slider,
  body.wm-store .store-feature-slider__track,
  body.wm-store .store-feature-slide.is-active{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3,
  body.wm-store .store-product-card h3{
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
}

@media(min-width:641px) and (max-width:1100px){
  html,
  body.wm-store{
    overflow-x:hidden!important;
  }

  body.wm-store .store-section{
    padding-top:34px!important;
    padding-bottom:58px!important;
  }

  body.wm-store .store-section h2,
  body.wm-store .store-page-head h1{
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    font-size:clamp(2.55rem,6vw,4rem)!important;
    line-height:1.02!important;
    letter-spacing:0!important;
    overflow-wrap:normal!important;
  }

  body.wm-store .store-feature-slider{
    padding:0 46px 56px!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:0!important;
    overflow:hidden!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    border-radius:20px!important;
  }

  body.wm-store .store-feature-slide__image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:clamp(320px,42vw,420px)!important;
    min-height:320px!important;
    aspect-ratio:16 / 9!important;
    max-height:420px!important;
    border-radius:20px 20px 0 0!important;
    overflow:hidden!important;
    background:#07131d!important;
  }

  body.wm-store .store-feature-slide__image img{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    opacity:1!important;
    visibility:visible!important;
  }

  body.wm-store .store-feature-slide__content{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:22px 24px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.85rem,4.4vw,2.85rem)!important;
    line-height:1.06!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:clamp(150px,29vw,235px)!important;
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    z-index:40!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite{
    display:grid!important;
    grid-template-columns:150px minmax(0,1fr)!important;
    gap:16px!important;
    align-items:center!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:14px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.wm-store .store-category-card img,
  body.wm-store .store-category-favorite img{
    width:150px!important;
    max-width:150px!important;
    aspect-ratio:16 / 9!important;
    object-fit:cover!important;
  }

  body.wm-store .store-category-card strong,
  body.wm-store .store-category-favorite strong{
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-category-menu.is-open .store-category-submenu{
    display:grid!important;
    position:static!important;
    width:100%!important;
    min-width:0!important;
    margin-top:8px!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}

/* Last mobile header guard. Must remain at the end of this file. */
@media(max-width:640px){
  body.wm-store .store-header,
  body.wm-store .store-nav{
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    transform:none!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle,
  body.wm-store .store-header .store-mobile-toggle,
  body.wm-store button.store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:12px!important;
    right:12px!important;
    left:auto!important;
    bottom:auto!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 46px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.34)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
  }

  body.wm-store .store-nav > .store-mobile-toggle span,
  body.wm-store .store-header .store-mobile-toggle span,
  body.wm-store button.store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:66px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    z-index:2147482000!important;
  }
}

/* True final mobile menu placement. This wins from every earlier mobile rule. */
@media(max-width:640px){
  body.wm-store .store-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-height:64px!important;
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    z-index:2147481000!important;
    background:#071827!important;
  }

  body.wm-store .store-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:64px!important;
    margin:0!important;
    padding:9px 72px 9px 12px!important;
    overflow:visible!important;
    clip-path:none!important;
    contain:none!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-header > .store-mobile-toggle,
  body.wm-store button.store-mobile-toggle{
    display:flex!important;
    position:fixed!important;
    top:10px!important;
    right:10px!important;
    left:auto!important;
    bottom:auto!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 44px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:2147483000!important;
    background:#102334!important;
    border:1px solid rgba(205,220,232,.34)!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
    transform:none!important;
  }

  body.wm-store .store-header > .store-mobile-toggle span,
  body.wm-store button.store-mobile-toggle span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    background:#fff!important;
    border-radius:999px!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(1){
    transform:translateY(6px) rotate(45deg)!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(2){
    opacity:0!important;
  }

  body.wm-store .store-header.is-open > .store-mobile-toggle span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)!important;
  }

  body.wm-store .store-nav__panel{
    position:fixed!important;
    top:66px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 78px)!important;
    z-index:2147482000!important;
    overflow:auto!important;
  }
}

/* Final store responsive polish. Nothing should be placed after this block. */
@media(max-width:1100px){
  body.wm-store{
    overflow-x:hidden!important;
  }

  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check,
  body.wm-store .store-category-section,
  body.wm-store .store-cart-page,
  body.wm-store .store-footer{
    width:min(calc(100vw - 32px), 980px)!important;
    max-width:min(calc(100vw - 32px), 980px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-grid,
  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list,
  body.wm-store .store-cart-layout,
  body.wm-store .store-footer__inner,
  body.wm-store .store-tebex-strip{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-hero,
  body.wm-store .store-newsletter,
  body.wm-store .store-cart-layout,
  body.wm-store .store-footer__inner{
    grid-template-columns:1fr!important;
  }

  body.wm-store .store-product,
  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite,
  body.wm-store .store-feature-slide{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  body.wm-store .store-product__body,
  body.wm-store .store-product__title,
  body.wm-store .store-product__subtitle,
  body.wm-store .store-product__meta,
  body.wm-store .store-section__head,
  body.wm-store .store-section__description,
  body.wm-store .store-detail__content,
  body.wm-store .store-detail__description,
  body.wm-store .store-detail__title,
  body.wm-store .store-cart-drawer,
  body.wm-store .store-cart-drawer__item,
  body.wm-store .store-newsletter-modal__panel,
  body.wm-store .store-balance-modal__panel,
  body.wm-store .store-gift-modal__panel{
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }

  body.wm-store .store-detail,
  body.wm-store .store-gift-modal,
  body.wm-store .store-newsletter-modal,
  body.wm-store .store-balance-modal,
  body.wm-store .store-media-zoom{
    align-items:center!important;
    justify-content:center!important;
    padding:18px!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-detail__panel,
  body.wm-store .store-gift-modal__panel,
  body.wm-store .store-newsletter-modal__panel,
  body.wm-store .store-balance-modal__panel{
    width:min(calc(100vw - 36px), 900px)!important;
    max-width:min(calc(100vw - 36px), 900px)!important;
    max-height:calc(100dvh - 36px)!important;
    margin:auto!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-detail__panel{
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }

  body.wm-store .store-detail__media-wrap,
  body.wm-store .store-detail__gallery,
  body.wm-store .store-detail__stage,
  body.wm-store .store-detail__content{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-detail__content{
    overflow:auto!important;
  }

  body.wm-store .store-detail__stage img,
  body.wm-store .store-detail__stage video,
  body.wm-store .store-detail__stage iframe,
  body.wm-store .store-product img,
  body.wm-store .store-category-card img,
  body.wm-store .store-category-favorite img{
    max-width:100%!important;
  }

  body.wm-store .store-cart-drawer{
    width:min(520px, calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
  }

  body.wm-store input,
  body.wm-store select,
  body.wm-store textarea,
  body.wm-store button,
  body.wm-store .store-btn{
    max-width:100%!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:760px){
  body.wm-store .store-grid,
  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites{
    display:grid!important;
    grid-template-columns:1fr!important;
  }

  body.wm-store .store-product{
    width:100%!important;
  }

  body.wm-store .store-feature-slider{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slide{
    width:100%!important;
    max-width:100%!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:auto!important;
    bottom:42px!important;
    transform:none!important;
  }

  body.wm-store .store-detail__head{
    gap:12px!important;
    align-items:flex-start!important;
  }

  body.wm-store .store-detail__controls{
    margin-left:0!important;
    justify-content:flex-start!important;
  }

  body.wm-store .store-detail__media-wrap,
  body.wm-store .store-detail__content{
    padding:14px!important;
  }

  body.wm-store .store-cart-drawer{
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
  }

  body.wm-store .store-cart-drawer__items{
    max-height:calc(100dvh - 180px)!important;
    overflow:auto!important;
  }

  body.wm-store .store-cart-drawer__item{
    grid-template-columns:1fr auto!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-section,
  body.wm-store .store-section--categories,
  body.wm-store .store-faq,
  body.wm-store .store-newsletter,
  body.wm-store .store-page-head,
  body.wm-store .store-giftcard-check,
  body.wm-store .store-category-section,
  body.wm-store .store-cart-page,
  body.wm-store .store-footer{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  body.wm-store .store-section__head,
  body.wm-store .store-page-head,
  body.wm-store .store-newsletter,
  body.wm-store .store-faq{
    text-align:center!important;
  }

  body.wm-store .store-actions,
  body.wm-store .store-newsletter__form,
  body.wm-store .store-giftcard-check{
    justify-content:center!important;
  }

  body.wm-store .store-category-showcase,
  body.wm-store .store-category-favorites,
  body.wm-store .store-faq__list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
  }

  body.wm-store .store-product__actions form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 52px!important;
  }

  body.wm-store .store-detail{
    padding:10px!important;
  }

  body.wm-store .store-detail__panel{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 20px)!important;
  }

  body.wm-store .store-detail__title{
    font-size:clamp(1.4rem, 8vw, 2.2rem)!important;
  }

  body.wm-store .store-detail__share{
    display:flex!important;
    flex-wrap:wrap!important;
  }

  body.wm-store .store-category-card,
  body.wm-store .store-category-favorite{
    grid-template-columns:124px minmax(0,1fr)!important;
    gap:12px!important;
  }

  body.wm-store .store-category-card img,
  body.wm-store .store-category-favorite img{
    width:124px!important;
    max-width:124px!important;
  }

  body.wm-store .store-footer,
  body.wm-store .store-footer__brand,
  body.wm-store .store-footer__left,
  body.wm-store .store-footer__tebex,
  body.wm-store .store-tebex-strip{
    text-align:center!important;
    justify-content:center!important;
  }
}

/* Final store layout correction: keep full images visible and arrows at the sides. */
body.wm-store .store-feature-slider{
  --store-feature-nav-top:calc((100% - 166px) / 2);
  position:relative!important;
  overflow:visible!important;
  padding-inline:0!important;
}

body.wm-store .store-feature-slider__viewport{
  overflow:hidden!important;
}

body.wm-store .store-feature-slider__nav{
  position:absolute!important;
  top:var(--store-feature-nav-top)!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  z-index:80!important;
  width:44px!important;
  height:44px!important;
}

body.wm-store .store-feature-slider__nav--prev{
  left:10px!important;
  right:auto!important;
}

body.wm-store .store-feature-slider__nav--next{
  right:10px!important;
  left:auto!important;
}

body.wm-store .store-feature-slide__image,
body.wm-store .store-product__image,
body.wm-store .store-category-card__image,
body.wm-store .store-category-favorite__image{
  background:#071724!important;
}

body.wm-store .store-feature-slide__image img,
body.wm-store .store-product__image img,
body.wm-store .store-category-card img,
body.wm-store .store-category-favorite img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}

body.wm-store .store-product h3{
  font-size:clamp(1.12rem, 1.45vw, 1.38rem)!important;
  line-height:1.06!important;
}

body.wm-store .store-feature-slide__content h3{
  font-size:clamp(1.45rem, 3vw, 2.25rem)!important;
  line-height:1.02!important;
}

body.wm-store .store-media-zoom{
  display:block!important;
  padding:0!important;
  overflow:hidden!important;
  z-index:2147483500!important;
}

body.wm-store .store-media-zoom[hidden]{
  display:none!important;
}

body.wm-store .store-detail{
  z-index:2147483400!important;
}

body.wm-store.store-media-zoom-open .store-detail{
  z-index:2147483647!important;
}

body.wm-store.store-media-zoom-open .store-header,
body.wm-store.store-media-zoom-open .store-nav__panel{
  z-index:0!important;
  pointer-events:none!important;
}

body.wm-store.store-media-zoom-open .store-mobile-toggle{
  display:none!important;
  pointer-events:none!important;
}

body.wm-store .store-media-zoom__viewport{
  position:absolute!important;
  inset:72px 22px 92px!important;
  display:grid!important;
  place-items:center!important;
  overflow:auto!important;
  padding:0!important;
}

body.wm-store .store-media-zoom.is-zoomed .store-media-zoom__viewport{
  place-items:start center!important;
}

body.wm-store .store-media-zoom img{
  width:auto;
  height:auto;
  object-fit:contain!important;
}

body.wm-store .store-media-zoom__close{
  top:18px!important;
  right:18px!important;
  z-index:2147483600!important;
}

body.wm-store .store-media-zoom__controls{
  z-index:2147483600!important;
}

@media(max-width:760px){
  body.wm-store .store-section h2{
    font-size:clamp(2rem, 8vw, 3rem)!important;
    line-height:.95!important;
  }

  body.wm-store .store-feature-slider{
    width:min(calc(100vw - 28px), 430px)!important;
    max-width:min(calc(100vw - 28px), 430px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:0 0 52px!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:var(--store-feature-nav-top)!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    width:38px!important;
    height:38px!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:8px!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:8px!important;
  }

  body.wm-store .store-feature-slider__dots{
    bottom:16px!important;
  }

  body.wm-store .store-feature-slide__image,
  body.wm-store .store-product__image{
    aspect-ratio:16/11!important;
  }

  body.wm-store .store-product h3{
    font-size:clamp(1.05rem, 4.8vw, 1.28rem)!important;
    line-height:1.08!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.18rem, 5.3vw, 1.48rem)!important;
    line-height:1.05!important;
  }

  body.wm-store .store-media-zoom__viewport{
    inset:64px 12px 86px!important;
  }

  body.wm-store .store-media-zoom__close{
    top:12px!important;
    right:12px!important;
  }

  body.wm-store .store-media-zoom__controls{
    bottom:18px!important;
  }
}

@media(max-width:420px){
  body.wm-store .store-feature-slider{
    width:100%!important;
    max-width:100%!important;
    padding-inline:0!important;
  }

  body.wm-store .store-feature-slider__nav{
    width:36px!important;
    height:36px!important;
  }
}

/* Final arrow icon alignment: keep chevrons visually centered in their circles. */
body.wm-store .store-feature-slider__nav,
body.wm-store .store-detail__arrow{
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  color:#fff!important;
  border:0!important;
  background:transparent!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:0!important;
}

body.wm-store .store-feature-slider__nav::before,
body.wm-store .store-detail__arrow::before{
  content:""!important;
  display:block!important;
  width:44px!important;
  height:44px!important;
  margin:0!important;
  border:0!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-size:44px 44px!important;
  box-sizing:border-box!important;
  font-size:0!important;
  line-height:0!important;
  transform:none!important;
}

body.wm-store .store-feature-slider__nav--prev::before,
body.wm-store .store-detail__arrow--prev::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='49' fill='%23000'/%3E%3Cpolyline points='62 32 37 50 62 68' fill='none' stroke='%23fff' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-position:center center!important;
}

body.wm-store .store-feature-slider__nav--next::before,
body.wm-store .store-detail__arrow--next::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='49' fill='%23000'/%3E%3Cpolyline points='38 32 63 50 38 68' fill='none' stroke='%23fff' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-position:center center!important;
}

/* Final featured card guard: title and price must both stay visible. */
body.wm-store .store-feature-slider{
  min-height:610px!important;
  padding-bottom:92px!important;
}

body.wm-store .store-feature-slider__track{
  min-height:500px!important;
}

body.wm-store .store-feature-slide{
  grid-template-rows:auto auto!important;
  overflow:visible!important;
}

body.wm-store .store-feature-slide__content{
  display:grid!important;
  grid-template-rows:auto auto!important;
  align-content:start!important;
  gap:12px!important;
  min-height:136px!important;
  padding:24px 28px 28px!important;
  overflow:visible!important;
}

body.wm-store .store-feature-slide__content h3{
  margin:0!important;
  max-height:none!important;
  overflow:visible!important;
}

body.wm-store .store-price-line--feature{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  margin:0!important;
  color:var(--wm-yellow)!important;
  font-size:1.1rem!important;
  line-height:1.2!important;
}

body.wm-store .store-price-line--feature strong{
  color:var(--wm-yellow)!important;
}

@media(max-width:760px){
  body.wm-store .store-feature-slider{
    min-height:0!important;
    padding-bottom:58px!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:0!important;
  }

  body.wm-store .store-feature-slide__content{
    min-height:108px!important;
    padding:18px 20px 20px!important;
    gap:8px!important;
  }

  body.wm-store .store-price-line--feature{
    font-size:1rem!important;
  }
}

/* Final featured slider polish: keep price visible without pushing controls below the fold. */
@media(min-width:761px){
  body.wm-store .store-feature-slider{
    min-height:560px!important;
    padding-bottom:70px!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:460px!important;
  }

  body.wm-store .store-feature-slide__image{
    height:clamp(260px,25vw,340px)!important;
    min-height:260px!important;
    aspect-ratio:auto!important;
  }

  body.wm-store .store-feature-slide__content{
    min-height:126px!important;
    padding:20px 28px 24px!important;
    gap:10px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.35rem,2.25vw,2rem)!important;
    line-height:1.06!important;
  }

  body.wm-store .store-price-line--feature{
    font-size:1.05rem!important;
  }
}

@media(max-width:760px){
  body.wm-store .store-feature-slider{
    padding-bottom:46px!important;
  }
}

/* Final responsive feature-card cleanup for tablet and narrow desktop widths. */
@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-feature-slider{
    --store-feature-nav-top:calc(clamp(220px,32vw,300px) / 2)!important;
    width:min(calc(100vw - 32px),860px)!important;
    max-width:min(calc(100vw - 32px),860px)!important;
    min-height:0!important;
    height:auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:0 0 44px!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slider__track{
    display:block!important;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
  }

  body.wm-store .store-feature-slide,
  body.wm-store .store-feature-slide.is-prev,
  body.wm-store .store-feature-slide.is-next,
  body.wm-store .store-feature-slide.is-hidden{
    display:none!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    transform:none!important;
    opacity:0!important;
    filter:none!important;
    pointer-events:none!important;
  }

  body.wm-store .store-feature-slide.is-active{
    display:grid!important;
    grid-template-rows:auto auto!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    transform:none!important;
    opacity:1!important;
    filter:none!important;
    pointer-events:auto!important;
    overflow:hidden!important;
    border-radius:18px!important;
  }

  body.wm-store .store-feature-slide__image{
    display:block!important;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    height:clamp(220px,32vw,300px)!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    border-radius:18px 18px 0 0!important;
    background:#071724!important;
  }

  body.wm-store .store-feature-slide__image img,
  body.wm-store .store-feature-slide__image > img{
    position:static!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  body.wm-store .store-feature-slide__content{
    display:grid!important;
    grid-template-rows:auto auto!important;
    align-content:start!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    padding:18px 24px 20px!important;
    gap:8px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  body.wm-store .store-feature-slide__content h3{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    font-size:clamp(1.25rem,3vw,1.65rem)!important;
    line-height:1.08!important;
    white-space:normal!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
  }

  body.wm-store .store-price-line--feature{
    width:auto!important;
    max-width:100%!important;
    font-size:1rem!important;
    line-height:1.2!important;
  }

  body.wm-store .store-feature-slider__nav{
    top:var(--store-feature-nav-top)!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    z-index:90!important;
  }

  body.wm-store .store-feature-slider__nav--prev{
    left:10px!important;
    right:auto!important;
  }

  body.wm-store .store-feature-slider__nav--next{
    right:10px!important;
    left:auto!important;
  }

  body.wm-store .store-feature-slider__dots{
    bottom:12px!important;
  }
}

@media(min-width:641px) and (max-width:1100px) and (max-height:700px){
  body.wm-store .store-feature-slider{
    --store-feature-nav-top:calc(clamp(210px,30vw,260px) / 2)!important;
    padding-bottom:38px!important;
  }

  body.wm-store .store-feature-slide__image{
    height:clamp(210px,30vw,260px)!important;
  }

  body.wm-store .store-feature-slide__content{
    padding:16px 22px 18px!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-feature-slide.is-active{
    height:auto!important;
    min-height:0!important;
  }

  body.wm-store .store-feature-slide__content{
    height:auto!important;
    min-height:0!important;
    padding-bottom:20px!important;
  }
}

@media(min-width:1101px) and (max-height:700px){
  body.wm-store .store-feature-slider{
    min-height:455px!important;
    padding-top:0!important;
    padding-bottom:54px!important;
  }

  body.wm-store .store-feature-slider__track{
    min-height:350px!important;
  }

  body.wm-store .store-feature-slide{
    width:min(680px,70vw)!important;
    height:auto!important;
    min-height:0!important;
    grid-template-rows:auto auto!important;
  }

  body.wm-store .store-feature-slide__image{
    height:clamp(230px,22vw,260px)!important;
    min-height:0!important;
    aspect-ratio:auto!important;
  }

  body.wm-store .store-feature-slide__content{
    min-height:96px!important;
    padding:16px 24px 18px!important;
    gap:7px!important;
  }

  body.wm-store .store-feature-slide__content h3{
    font-size:clamp(1.25rem,2vw,1.75rem)!important;
    line-height:1.06!important;
  }

  body.wm-store .store-price-line--feature{
    font-size:1rem!important;
  }

  body.wm-store .store-feature-slider__dots{
    bottom:10px!important;
  }
}

/* Featured slide basket button. */
body.wm-store .store-feature-slide__buy{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex-wrap:wrap!important;
}

body.wm-store .store-feature-slide__actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  margin:0 0 0 auto!important;
  min-width:0!important;
}

body.wm-store .store-feature-slide:not(.is-active) .store-feature-slide__actions{
  display:none!important;
}

body.wm-store .store-feature-add{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:38px!important;
  padding:0 14px!important;
  border:1px solid rgba(255,240,0,.42)!important;
  border-radius:999px!important;
  background:var(--wm-yellow)!important;
  color:#07121c!important;
  font:900 .92rem/1 var(--store-font, inherit)!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:0 12px 30px rgba(255,240,0,.14)!important;
}

body.wm-store .store-feature-add:hover,
body.wm-store .store-feature-add:focus-visible{
  transform:translateY(-1px)!important;
  box-shadow:0 16px 34px rgba(255,240,0,.22)!important;
}

body.wm-store .store-feature-add__icon{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media(min-width:641px) and (max-width:1100px){
  body.wm-store .store-feature-slide__content{
    min-height:104px!important;
  }
}

@media(min-width:1101px) and (max-height:700px){
  body.wm-store .store-feature-slide__content{
    min-height:112px!important;
  }
}

@media(max-width:640px){
  body.wm-store .store-feature-slide__content{
    min-height:106px!important;
  }

  body.wm-store .store-feature-add{
    min-height:36px!important;
    padding:0 12px!important;
    font-size:.86rem!important;
  }
}

@media(max-width:380px){
  body.wm-store .store-feature-add{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    padding:0!important;
  }

  body.wm-store .store-feature-add span:last-child{
    display:none!important;
  }
}
