.msr-primary-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-inline: auto;
}
.msr-approval-toast{position:fixed;z-index:999999;right:20px;bottom:20px;width:min(420px,calc(100vw - 40px));padding:20px;border:1px solid #20d4cf;border-radius:16px;background:#0b2941;color:#fff;box-shadow:0 18px 60px #0008}.msr-approval-toast strong{color:#20d4cf}.msr-approval-toast button{padding:9px 14px;border:0;border-radius:8px;background:#20d4cf;color:#06202c;font-weight:900}
.msr-store-catalog .msr-station-filters{display:flex;flex-wrap:wrap;overflow:visible;white-space:normal;gap:10px}.msr-store-catalog .msr-station-filters button{flex:0 0 auto}.msr-store-catalog .msr-product-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:26px}.msr-store-catalog .msr-product-card>img,.msr-store-catalog .msr-product-card>.msr-image-placeholder{height:260px}.msr-store-catalog .msr-product-card>div{padding:24px;gap:12px}.msr-store-catalog .msr-product-card h2{font-size:clamp(22px,2vw,30px)}.msr-store-catalog .msr-product-card p{font-size:16px;line-height:1.55}.msr-store-catalog .msr-product-price{font-size:22px}@media(max-width:600px){.msr-store-catalog .msr-product-grid{grid-template-columns:1fr}.msr-store-catalog .msr-product-card>img,.msr-store-catalog .msr-product-card>.msr-image-placeholder{height:230px}}
.msr-products-more{display:flex;justify-content:center;padding:30px 0 10px}.msr-products-more button{min-width:220px}.msr-products-more button:disabled{opacity:.65;cursor:wait}
.msr-store-catalog{padding-bottom:calc(clamp(20px,4vw,48px) + 120px)!important}
.msr-omni-vue .msr-product-card[tabindex]{cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.msr-omni-vue .msr-product-card[tabindex]:hover,.msr-omni-vue .msr-product-card[tabindex]:focus{border-color:#20d4cf;outline:0;box-shadow:0 0 0 3px rgba(32,212,207,.3),0 18px 42px #0007;transform:translateY(-2px)}.msr-product-overlay header>div{min-width:0}.msr-product-overlay header small{display:block;color:#20d4cf;font-size:11px;font-weight:900;letter-spacing:.14em}.msr-product-overlay header h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msr-product-overlay iframe{background:#fff}.msr-product-overlay .msr-product-close{flex:0 0 auto;width:auto;min-width:118px;padding:8px 16px;border-radius:10px;font-size:16px;font-weight:900}
.msr-native-checkout>main{overflow:auto;padding:clamp(18px,4vw,42px);background:#071b2e;color:#fff}.msr-native-checkout>main:not(:has(.msr-payment-frame)){display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:28px}.msr-native-cart,.msr-native-checkout form,.msr-order-result{padding:22px;border:1px solid #ffffff24;border-radius:16px;background:#0b2941}.msr-native-cart article{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #ffffff1c}.msr-native-cart article img{width:58px;height:58px;object-fit:cover;border-radius:8px}.msr-native-cart article div{display:grid;gap:4px}.msr-native-cart .total{display:flex;justify-content:space-between;font-size:18px}.msr-native-checkout h3{margin:0 0 16px}.msr-native-checkout .fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.msr-native-checkout label{display:grid;gap:6px;font-weight:750}.msr-native-checkout .wide{grid-column:1/-1}.msr-native-checkout input,.msr-native-checkout select,.msr-native-checkout textarea{box-sizing:border-box;width:100%;padding:12px;border:1px solid #ffffff30;border-radius:9px;background:#061725;color:#fff}.msr-native-checkout button{padding:12px 17px;border:0;border-radius:9px;background:#20d4cf;color:#05202b;font-weight:900}.msr-native-checkout form>button{width:100%;margin-top:18px}.msr-native-checkout .gateways{display:grid;gap:10px}.msr-native-checkout .gateways label{display:grid;grid-template-columns:auto 1fr;align-items:start;padding:12px;border:1px solid #ffffff25;border-radius:10px}.msr-native-checkout .gateways input{width:auto}.msr-native-checkout .gateways span{display:grid}.msr-native-checkout .gateways small{color:#b9c9d3}.msr-payment-frame{width:100%;height:100%;min-height:72vh;border:0;background:#fff}.msr-order-result{max-width:620px;margin:auto;text-align:center}.msr-saved-cart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.msr-saved-cart-grid article{padding:20px;border:1px solid #ffffff20;border-radius:15px;background:#0b2941}.msr-saved-cart-grid button{margin:4px;padding:10px 14px;border:0;border-radius:8px;background:#20d4cf;color:#05202b;font-weight:900}.msr-saved-cart-grid button.secondary{background:#294257;color:#fff}@media(max-width:800px){.msr-native-checkout>main:not(:has(.msr-payment-frame)){grid-template-columns:1fr}.msr-native-checkout .fields{grid-template-columns:1fr}.msr-native-checkout .wide{grid-column:auto}}
.msr-store-catalog{position:relative}.msr-omni-loading{position:absolute;z-index:20;top:18px;left:50%;display:flex;align-items:center;gap:12px;padding:12px 18px;border:1px solid #20d4cf;border-radius:999px;background:#071b2eef;color:#fff;box-shadow:0 10px 35px #0008;opacity:0;pointer-events:none;transform:translate(-50%,-12px);transition:opacity .2s ease,transform .2s ease}.msr-omni-loading.is-visible{opacity:1;transform:translate(-50%,0)}.msr-omni-loading i{width:20px;height:20px;border:3px solid #ffffff55;border-top-color:#20d4cf;border-radius:50%;animation:msr-omni-spin .7s linear infinite}@keyframes msr-omni-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.msr-omni-loading{position:fixed;top:76px;width:max-content;max-width:calc(100vw - 28px);font-size:13px}}

.msr-product-search{display:flex;gap:10px;max-width:720px;margin-bottom:22px}.msr-product-search input{flex:1;min-width:0;padding:13px 16px;border:1px solid #ffffff35;border-radius:10px;background:#051522;color:#fff}@media(max-width:600px){.msr-product-search{flex-direction:column}}
.msr-native-checkout>main{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:28px}.msr-native-checkout .msr-payment-frame{grid-column:1/-1}@media(max-width:800px){.msr-native-checkout>main{grid-template-columns:1fr}}
.msr-native-checkout .msr-browser-product{display:inline-block;margin-top:5px;color:#9fb6c4;font-size:12px;text-decoration:underline;text-underline-offset:3px}.msr-native-checkout .msr-browser-product:hover,.msr-native-checkout .msr-browser-product:focus{color:#20d4cf}
.msr-admin-overlay.msr-native-checkout main button{box-sizing:border-box!important;width:auto!important;height:auto!important;min-width:180px!important;padding:12px 20px!important;border-radius:10px!important;font-size:15px!important;line-height:1.25!important;white-space:normal!important}.msr-admin-overlay.msr-native-checkout form>button[type="submit"]{display:block!important;width:100%!important;min-height:50px!important;margin-top:20px!important;border-radius:10px!important;font-size:18px!important}.msr-admin-overlay.msr-native-checkout header .msr-product-close{width:auto!important;height:42px!important;min-width:118px!important;border-radius:10px!important;font-size:16px!important}.msr-admin-overlay.msr-native-checkout button:focus{outline:4px solid #fff!important;outline-offset:3px!important}
.msr-native-checkout .msr-ship-different{display:flex!important;grid-column:1/-1;align-items:center;gap:10px;margin:8px 0 4px;padding:14px;border:1px solid rgba(32,212,207,.4);border-radius:10px;background:rgba(32,212,207,.08);cursor:pointer}.msr-native-checkout .msr-ship-different input{width:auto!important;margin:0}.msr-native-checkout [data-shipping-address][hidden]{display:none!important}
.msr-native-cart article.msr-cart-selectable{grid-template-columns:24px 58px minmax(0,1fr) auto 28px}.msr-native-cart .msr-cart-check{display:flex;align-items:center;justify-content:center}.msr-native-cart .msr-cart-check input{width:18px;height:18px;margin:0;accent-color:#20d4cf}.msr-native-cart .msr-cart-remove{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#ffffff80!important;font-size:20px!important;line-height:1!important;box-shadow:none!important}.msr-native-cart .msr-cart-remove:hover,.msr-native-cart .msr-cart-remove:focus{background:#ffffff12!important;color:#fff!important}.msr-native-cart article.is-unavailable{opacity:.65}.msr-native-cart .msr-cart-stock{color:#ff9faf;font-weight:700}.msr-native-cart .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.msr-store-cart-bar{display:flex;justify-content:flex-end;margin:0 0 16px}.msr-store-cart-bar button{display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border:1px solid rgba(32,212,207,.45);border-radius:999px;background:rgba(32,212,207,.1);color:#fff;font:inherit;font-weight:850;cursor:pointer}.msr-store-cart-bar button:hover,.msr-store-cart-bar button:focus{background:#20d4cf;color:#05202b}.msr-store-cart-bar span{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#20d4cf;color:#05202b;font-size:12px}.msr-store-cart-bar button:hover span,.msr-store-cart-bar button:focus span{background:#05202b;color:#fff}.msr-cart-autosave{display:block;margin-top:12px;color:#a8c3ce;font-size:12px;text-align:center}
.msr-native-cart .msr-cart-purchased{display:inline-flex;width:max-content;align-items:center;padding:3px 8px;border-radius:999px;background:rgba(32,212,207,.13);color:#63e8d6;font-size:11px;font-weight:800;letter-spacing:.02em}
.msr-native-cart .msr-cart-breakdown{display:grid;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid #ffffff24}.msr-native-cart .msr-cart-breakdown p{display:flex;justify-content:space-between;gap:18px;margin:0}.msr-native-checkout select:focus,.msr-native-checkout input:focus,.msr-native-checkout textarea:focus,.msr-native-checkout .gateways input:focus+span{outline:4px solid #20d4cf!important;outline-offset:3px}.msr-native-checkout select{min-height:48px}.msr-native-checkout [data-shipping-methods]{margin:22px 0}

.msr-primary-nav button {
  position: relative;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  color: #a9bbc7 !important;
  font-weight: 850 !important;
}

.msr-primary-nav button:hover,
.msr-primary-nav button.active {
  color: #fff !important;
  background: rgba(32, 212, 207, .12) !important;
}

.msr-primary-nav button.active::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 5px;
  left: 16px;
  height: 3px;
  border-radius: 4px;
  background: var(--msr-cyan);
  box-shadow: 0 0 14px var(--msr-cyan);
}

.msr-account-nav { justify-content: flex-end; }
.msm-radiola-root [data-action="create"],.msm-radiola-root .msr-create-main,.msm-radiola-root a[href][class="msr-pill"]{display:none!important}
.msr-station-filters{display:flex;gap:8px;margin:0 0 25px;padding:0;overflow-x:auto;scrollbar-width:thin}
.msr-station-filters button{flex:0 0 auto;padding:10px 17px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(7,22,37,.62);color:#bdd0da;font:inherit;font-size:13px;font-weight:850;cursor:pointer}
.msr-station-filters button:hover,.msr-station-filters button.active{border-color:var(--msr-cyan);background:var(--msr-cyan);color:#05202b}
.msr-brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1;
}
.msr-brand-copy strong { font: inherit; }
.msr-brand-logo {
  display: block;
  width: clamp(145px, 16vw, 205px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.msr-brand-copy small {
  color: var(--msr-cyan);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  white-space: nowrap;
}
.msr-hero [data-global-catalog] { display: none; }
.msr-marketplaces-soon{display:grid;place-items:center;align-content:center;min-height:42vh;padding:48px 24px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,rgba(32,212,207,.12),rgba(52,34,96,.28));text-align:center}
.msr-marketplaces-soon span{padding:9px 15px;border:1px solid var(--msr-cyan);border-radius:999px;color:var(--msr-cyan);font-size:12px;font-weight:900;letter-spacing:.18em}
.msr-marketplaces-soon h2{margin:22px 0 8px;color:#fff;font-size:clamp(28px,5vw,56px)}
.msr-marketplaces-soon p{margin:0;color:#a9bbc7;font-size:17px}
.msr-store-head{display:grid;grid-template-columns:minmax(140px,260px) 1fr;gap:clamp(20px,4vw,48px);align-items:center;padding:clamp(24px,5vw,64px);background:#071b2e;color:#fff}.msr-store-head img{width:100%;max-height:260px;object-fit:cover;border-radius:20px}.msr-store-head small{color:#20d4cf;font-weight:900;letter-spacing:.14em}.msr-store-head h1{margin:.2em 0;font-size:clamp(32px,6vw,68px)}.msr-store-catalog{padding:clamp(20px,4vw,48px);background:#071b2e;color:#fff}.msr-store-catalog [data-product-search]{display:flex;gap:10px;max-width:720px;margin-bottom:22px}.msr-store-catalog [data-product-search] input{flex:1;min-width:0;padding:13px 16px;border:1px solid #ffffff35;border-radius:10px;background:#051522;color:#fff}.msr-store-catalog button,.msr-product-card a,.msr-store-age button{padding:12px 17px;border:0;border-radius:10px;background:#20d4cf;color:#05202b;font-weight:900;text-decoration:none;cursor:pointer}.msr-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;margin-top:24px}.msr-product-card{overflow:hidden;border:1px solid #ffffff1f;border-radius:16px;background:#0b2941}.msr-product-card>img,.msr-product-card>.msr-image-placeholder{width:100%;height:190px;object-fit:cover}.msr-product-card>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px;padding:18px}.msr-product-card h2,.msr-product-card p{margin:0}.msr-product-card p{display:-webkit-box;overflow:hidden;color:#b9c9d3;-webkit-line-clamp:3;-webkit-box-orient:vertical}.msr-product-price{font-size:19px}.msr-product-pages{display:flex;justify-content:center;gap:12px;margin-top:28px}.msr-store-age{display:grid;place-items:center;min-height:70vh;padding:20px;background:#071b2e;color:#fff}.msr-store-age section{width:min(100%,440px);padding:clamp(20px,5vw,36px);border:1px solid #ffffff25;border-radius:20px;background:#0b2941;text-align:center}.msr-store-age strong{display:inline-grid;place-items:center;width:64px;height:64px;border:3px solid #ffb34d;border-radius:50%;font-size:25px}.msr-store-age button{display:block;width:100%;margin-top:12px}.msr-store-age button:last-child{background:#263f52;color:#fff}@media(max-width:600px){.msr-store-head{grid-template-columns:1fr}.msr-store-head img{max-height:200px}.msr-store-catalog [data-product-search]{flex-direction:column}.msr-store-age section{font-size:14px}.msr-store-age strong{width:50px;height:50px;font-size:20px}}
.msr-tv-detail > .msr-panel { min-height: 0; }
.msr-current-station {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  height: 0;
  padding: 18px 3% 0;
  color: #fff;
  background: transparent;
  border: 0;
  pointer-events: none;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .85);
}
.msr-current-station strong {
  overflow: hidden;
  max-width: min(70vw, 620px);
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .msr-header { flex-wrap: wrap; padding-block: 12px; }
  .msr-primary-nav { order: 3; width: 100%; justify-content: center; }
  .msr-account-nav { margin-left: auto; }
  .msr-current-station { padding-top: 14px; }
}

@media (max-width: 560px) {
  .msr-brand-logo { width: 145px; }
  .msr-primary-nav { gap: 0; }
  .msr-primary-nav button { flex: 1; padding-inline: 5px !important; font-size: 11px !important; }
}
.msr-exit-store{display:block;margin:18px 5% 0;padding:12px 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#0d3556;color:#fff;font:inherit;font-weight:850;cursor:pointer}.msr-exit-store:hover,.msr-exit-store:focus{background:#20d4cf;color:#05202b;outline:3px solid rgba(32,212,207,.28)}
