/** Shopify CDN: Minification failed

Line 259:0 Unexpected "50%"
Line 260:2 Unexpected "100%"
Line 261:0 Unexpected "}"

**/
:root{
  --bg:#05070a;--surface:#101319;--surface-2:#171c24;--text:#f7f7f2;--muted:#a8a8a8;
  --line:rgba(132,169,214,.18);--accent:#2677ff;--accent-2:#78b8ff;--danger:#ff6b6b;
  --radius:18px;--page:1320px;--shadow:0 18px 60px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.page-width{width:min(calc(100% - 32px),var(--page));margin:auto}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.button{min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;background:var(--accent);color:#080808;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.2s ease}
.button:hover{transform:translateY(-2px);filter:brightness(1.05)}
.button--secondary{background:transparent;color:var(--text);border-color:var(--line)}
.section{padding:72px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-heading h2{margin:0;font-size:clamp(30px,4vw,52px);letter-spacing:-.045em}
.section-heading p{margin:0;max-width:560px;color:var(--muted);line-height:1.7}
.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;margin-bottom:12px}
.badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--accent);color:#080808;font-size:11px;font-weight:900;text-transform:uppercase}
.price{display:flex;gap:10px;align-items:baseline;font-weight:900}
.price s{color:#737373;font-size:.9em}

/* announcement */
.announcement{background:var(--accent);color:#080808;font-size:13px;font-weight:900;text-align:center;padding:9px 16px}
.announcement a{text-decoration:underline}

/* header */
.site-header{position:sticky;top:0;z-index:40;background:rgba(8,8,8,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.logo{font-size:22px;font-weight:950;letter-spacing:-.04em}
.logo span{color:var(--accent)}
.main-nav{display:flex;justify-content:center;gap:28px}
.main-nav a{font-size:14px;font-weight:800;color:#ddd}
.header-actions{display:flex;align-items:center;gap:10px}
.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#101010;color:white;display:grid;place-items:center;position:relative}
.cart-count{position:absolute;right:-2px;top:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:#080808;font-size:10px;display:grid;place-items:center;font-weight:900}
.menu-btn{display:none}

/* drawers */
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.68);opacity:0;visibility:hidden;transition:.25s;z-index:80}
.drawer{position:fixed;top:0;right:0;width:min(440px,100%);height:100%;background:#0d0d0d;border-left:1px solid var(--line);transform:translateX(100%);transition:.3s;z-index:90;padding:22px;overflow:auto}
.drawer.is-open{transform:none}
.drawer-backdrop.is-open{opacity:1;visibility:visible}
.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.drawer-head h2{margin:0}
.drawer-close{background:none;border:0;color:white;font-size:28px}
.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}
.cart-item img{border-radius:12px;aspect-ratio:1;object-fit:cover}
.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin:24px 0}
.drawer .button{width:100%}

/* mobile nav */
.mobile-nav{position:fixed;inset:0 auto 0 0;width:min(360px,88%);background:#0d0d0d;z-index:90;padding:22px;transform:translateX(-100%);transition:.3s}
.mobile-nav.is-open{transform:none}
.mobile-nav a{display:block;padding:16px 0;border-bottom:1px solid var(--line);font-size:18px;font-weight:800}

/* hero */
.hero{min-height:78vh;position:relative;display:grid;align-items:end;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 20%,rgba(216,255,79,.18),transparent 32%),linear-gradient(120deg,#070707,#161616)}
.hero-media,.hero-media img{position:absolute;inset:0;width:100%;height:100%}
.hero-media img{object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.48) 55%,rgba(0,0,0,.18))}
.hero-content{position:relative;z-index:2;padding:120px 0 90px}
.hero h1{font-size:clamp(48px,8vw,104px);line-height:.88;letter-spacing:-.065em;margin:0;max-width:850px}
.hero p{font-size:clamp(17px,2vw,21px);max-width:630px;color:#c8c8c8;line-height:1.65;margin:22px 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}

/* trust */
.trust-bar{border-bottom:1px solid var(--line);background:#0c0c0c}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:18px 12px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;font-size:13px;font-weight:800}
.trust-item svg{width:21px;color:var(--accent)}

/* products */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}
.product-card__media{aspect-ratio:4/5;overflow:hidden;background:#1b1b1b;position:relative}
.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.45s}
.product-card:hover .product-card__media img{transform:scale(1.06)}
.product-card__secondary{position:absolute;inset:0;opacity:0;transition:.35s}
.product-card:hover .product-card__secondary{opacity:1}
.product-card__badge{position:absolute;top:12px;left:12px;z-index:2}
.quick-view{position:absolute;left:12px;right:12px;bottom:12px;opacity:0;transform:translateY(8px);transition:.25s}
.product-card:hover .quick-view{opacity:1;transform:none}
.quick-view .button{width:100%;min-height:42px}
.product-card__body{padding:16px}
.product-card__title{font-size:16px;font-weight:800;margin:0 0 8px}
.product-card__meta{display:flex;justify-content:space-between;gap:8px;align-items:center}
.product-card__vendor{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}
.wishlist{border:0;background:none;color:#bbb;font-size:20px;padding:0}

/* split story */
.story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.story-media{min-height:520px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#141414}
.story-media img{width:100%;height:100%;object-fit:cover}
.story-copy h2{font-size:clamp(36px,5vw,68px);line-height:.95;letter-spacing:-.055em;margin:0}
.story-copy p{font-size:18px;color:var(--muted);line-height:1.75}

/* marquee */
.marquee{overflow:hidden;border-block:1px solid var(--line);background:#0d0d0d}
.marquee-track{display:flex;width:max-content;animation:marquee 24s linear infinite}
.marquee-item{padding:18px 34px;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#e9e9e9}
.marquee-item span{color:var(--accent);margin-left:34px}
@keyframes marquee{to{transform:translateX(-50%)}}

/* reviews */
.reviews{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,1fr);overflow-x:auto;gap:16px;scroll-snap-type:x mandatory}
.review{scroll-snap-align:start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:230px}
.stars{color:var(--accent);letter-spacing:3px}
.review blockquote{font-size:18px;line-height:1.65;margin:18px 0}
.review cite{color:var(--muted);font-style:normal}

/* newsletter */
.newsletter{border:1px solid var(--line);border-radius:28px;padding:clamp(28px,5vw,64px);background:radial-gradient(circle at 80% 20%,rgba(156,124,255,.17),transparent 35%),#111}
.newsletter h2{font-size:clamp(34px,5vw,64px);letter-spacing:-.05em;margin:0}
.newsletter p{color:var(--muted);max-width:620px}
.newsletter-form{display:flex;gap:10px;max-width:620px;margin-top:24px}
.newsletter-form input{flex:1;min-height:50px;border:1px solid var(--line);border-radius:999px;background:#090909;color:white;padding:0 18px}

/* collection */
.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:32px}
.filters{position:sticky;top:96px;align-self:start}
.filter-group{border-bottom:1px solid var(--line);padding:16px 0}
.filter-group summary{font-weight:900;cursor:pointer}
.filter-option{display:flex;gap:8px;margin-top:10px;color:#ccc}
.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.collection-toolbar select{background:#111;color:white;border:1px solid var(--line);border-radius:12px;padding:12px}

/* product page */
.product-main{padding:38px 0 80px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:64px;align-items:start}
.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.product-media{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#151515}
.product-media:first-child{grid-column:1/-1}
.product-info{position:sticky;top:104px}
.product-info h1{font-size:clamp(40px,5vw,68px);line-height:.95;letter-spacing:-.055em;margin:10px 0 16px}
.product-price{font-size:28px;margin-bottom:18px}
.product-description{color:var(--muted);line-height:1.7}
.product-form label{display:block;font-size:13px;font-weight:900;margin-bottom:8px}
.product-form select,.product-form input[type=number]{width:100%;min-height:50px;background:#101010;color:white;border:1px solid var(--line);border-radius:12px;padding:0 14px;margin-bottom:16px}
.product-form .button{width:100%;min-height:58px}
.buy-now{margin-top:10px;background:white}
.accordion{margin-top:28px;border-top:1px solid var(--line)}
.accordion details{border-bottom:1px solid var(--line)}
.accordion summary{padding:18px 0;cursor:pointer;font-weight:900}
.accordion-content{color:var(--muted);padding-bottom:18px;line-height:1.7}
.sticky-atc{display:none}

/* search modal */
.search-modal{position:fixed;inset:0;background:rgba(8,8,8,.98);z-index:100;opacity:0;visibility:hidden;transition:.25s;padding:28px}
.search-modal.is-open{opacity:1;visibility:visible}
.search-modal__inner{max-width:900px;margin:80px auto}
.search-modal input{width:100%;font-size:clamp(30px,6vw,68px);background:none;border:0;border-bottom:1px solid var(--line);color:white;padding:18px 0;outline:0}
.search-close{position:absolute;right:26px;top:22px;background:none;border:0;color:white;font-size:32px}

/* quick view modal */
.modal{position:fixed;inset:0;background:rgba(0,0,0,.74);z-index:95;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.25s}
.modal.is-open{opacity:1;visibility:visible}
.modal-card{width:min(900px,100%);max-height:90vh;overflow:auto;background:#101010;border:1px solid var(--line);border-radius:24px;padding:24px}
.modal-close{float:right;background:none;border:0;color:white;font-size:30px}

/* footer */
.site-footer{padding:64px 0 28px;border-top:1px solid var(--line);background:#090909}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}
.footer-grid h3{font-size:14px;text-transform:uppercase;letter-spacing:.12em}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{margin:10px 0;color:var(--muted)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:32px;margin-top:36px;border-top:1px solid var(--line);color:#777;font-size:12px}

/* popup */
.popup{position:fixed;left:22px;bottom:22px;width:min(420px,calc(100% - 44px));background:#111;border:1px solid var(--line);border-radius:22px;padding:24px;z-index:70;box-shadow:var(--shadow);display:none}
.popup.is-open{display:block}
.popup-close{position:absolute;right:14px;top:10px;background:none;border:0;color:#aaa;font-size:24px}
.popup h3{font-size:28px;letter-spacing:-.04em;margin:0 30px 8px 0}
.popup p{color:var(--muted)}
.popup form{display:flex;gap:8px}
.popup input{flex:1;min-width:0;background:#090909;border:1px solid var(--line);color:white;border-radius:999px;padding:0 14px}

/* content */
.rte{color:#c7c7c7;line-height:1.75}
.rte h1,.rte h2,.rte h3{color:white}
.empty-state{text-align:center;padding:80px 0}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}
.pagination a,.pagination span{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}

@media(max-width:990px){
  .main-nav{display:none}.menu-btn{display:grid}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .story,.product-layout{grid-template-columns:1fr}
  .product-info{position:static}
  .collection-layout{grid-template-columns:1fr}
  .filters{position:static}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:749px){
  .page-width{width:min(calc(100% - 22px),var(--page))}
  .section{padding:54px 0}
  .header-inner{min-height:64px;grid-template-columns:auto 1fr auto}
  .logo{justify-self:center}
  .account-btn{display:none}
  .hero{min-height:650px}
  .hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.2))}
  .hero-content{padding:100px 0 58px}
  .hero h1{font-size:54px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item{font-size:12px}
  .product-grid{gap:10px}
  .product-card__body{padding:12px}
  .product-card__title{font-size:14px}
  .quick-view{opacity:1;transform:none}
  .quick-view .button{font-size:11px;padding:0 10px}
  .story-media{min-height:380px;order:2}
  .section-heading{display:block}
  .section-heading p{margin-top:10px}
  .newsletter-form{display:block}
  .newsletter-form input,.newsletter-form .button{width:100%;margin-top:10px}
  .product-gallery{grid-auto-flow:column;grid-auto-columns:88%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory}
  .product-media,.product-media:first-child{grid-column:auto;scroll-snap-align:center}
  .sticky-atc{display:block;position:fixed;left:0;right:0;bottom:0;z-index:45;background:rgba(8,8,8,.95);backdrop-filter:blur(12px);padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--line)}
  .sticky-atc .button{width:100%}
  body{padding-bottom:76px}
  .collection-toolbar{align-items:flex-start;gap:12px;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{display:block}
}


/* MIOVERSE blue / black / gunmetal system */
body{
  background:
    radial-gradient(circle at 16% 0%,rgba(38,119,255,.08),transparent 28%),
    radial-gradient(circle at 90% 20%,rgba(71,117,166,.05),transparent 30%),
    #05070a;
}
.site-header{
  background:rgba(4,7,11,.93);
  box-shadow:0 12px 35px rgba(0,0,0,.35);
}
.header-logo-image{
  width:136px;
  height:auto;
  transform-style:preserve-3d;
  animation:none;
  filter:drop-shadow(0 0 12px rgba(38,119,255,.18));
}
.header-logo-image:hover{transform:none}
50%{transform:perspective(650px) rotateY(180deg)}
  100%{transform:perspective(650px) rotateY(360deg)}
}
@media (prefers-reduced-motion:reduce){.header-logo-image{animation:none}}
.hero{
  background:
    radial-gradient(circle at 74% 30%,rgba(38,119,255,.22),transparent 30%),
    linear-gradient(120deg,#05070a,#0a1019 58%,#090d14);
}
.hero::after{
  content:"";position:absolute;inset:auto 0 0;height:1px;
  background:linear-gradient(90deg,transparent,#2677ff,transparent);
}
.button{
  background:linear-gradient(180deg,#2b82ff,#1460d6);
  color:#fff;
  box-shadow:0 0 0 1px rgba(89,153,255,.22),0 10px 30px rgba(20,96,214,.22);
}
.button--secondary{
  background:#0b0f15;color:#fff;border-color:#29384e;box-shadow:none;
}
.announcement{
  background:#06101f;color:#6eb2ff;
  border-bottom:1px solid rgba(60,130,255,.35);
}
.cart-count{background:#2677ff;color:#fff}
.product-card,.review,.newsletter,.modal-card,.drawer{
  background:linear-gradient(180deg,#11161e,#0b0f15);
  border-color:#27374d;
}
.product-card:hover{
  border-color:#2c76d6;
  box-shadow:0 18px 60px rgba(0,0,0,.42),0 0 0 1px rgba(38,119,255,.18);
}
.product-card__media,.product-media,.story-media{
  background:linear-gradient(180deg,#111721,#0b1017);
}
.marquee{background:#060b12;border-color:#163d72}
.marquee-item{color:#4f9cff}
.newsletter{
  background:
    radial-gradient(circle at 82% 22%,rgba(38,119,255,.20),transparent 34%),
    linear-gradient(135deg,#0f1722,#080b10);
}
.product-info .stars,.review .stars{color:#ffc13d}
.badge{background:#236edf;color:#fff}
.icon-btn{border-color:#25354b;background:#0a0e14}
.icon-btn:hover{border-color:#2677ff}
.product-form select,.product-form input[type=number],
.newsletter-form input,.popup input,.collection-toolbar select{
  background:#080c12;border-color:#26364b;
}
.trust-bar{background:#090d13}
.trust-item svg,.eyebrow{color:#4c94ff}
.popup{background:linear-gradient(180deg,#111721,#080c12);border-color:#263e60}
.site-footer{background:#05080d;border-color:#223149}


/* ===========================
   MIOVERSE PREMIUM UPGRADE
   =========================== */
:root{
  --mv-bg:#05070a;
  --mv-panel:#0c1117;
  --mv-panel-2:#121922;
  --mv-gunmetal:#1a232d;
  --mv-gunmetal-light:#263340;
  --mv-blue:#2a7fff;
  --mv-blue-light:#4a9cff;
  --mv-text:#f6f7f8;
  --mv-muted:#9ba6b2;
  --mv-line:rgba(107,137,167,.22);
  --mv-radius:12px;
}
body{
  background:
    radial-gradient(circle at 12% 0%,rgba(42,127,255,.07),transparent 24%),
    linear-gradient(180deg,#05070a 0%,#070a0f 100%);
}
.site-header{
  background:rgba(5,7,10,.88)!important;
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(74,156,255,.18)!important;
}
.header-inner{min-height:66px!important}
.header-logo-image{animation:none!important;transform:none!important;filter:none!important}
.main-nav{gap:24px}
.main-nav>li,.main-nav>a{position:relative}
.main-nav a::after{
  content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--mv-blue);
  transition:right .2s ease;
}
.main-nav a:hover::after{right:0}
.icon-btn{
  background:linear-gradient(180deg,#0e141c,#090d12)!important;
  border-color:var(--mv-line)!important;
}
.icon-btn:hover{border-color:var(--mv-blue)!important;box-shadow:0 0 16px rgba(42,127,255,.18)}

.product-card{
  border-radius:var(--mv-radius)!important;
  background:linear-gradient(180deg,var(--mv-panel),#090d12)!important;
  border-color:var(--mv-line)!important;
  overflow:hidden;
}
.product-card__media{background:linear-gradient(180deg,#111821,#0b1016)!important}
.product-card:hover{
  transform:translateY(-4px);
  border-color:rgba(74,156,255,.5)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.42),0 0 0 1px rgba(42,127,255,.12)!important;
}
.product-card__body{padding:16px!important}
.product-card__title{font-size:15px!important}
.product-card__vendor{color:#6eaaff!important}
.product-card__swatches{display:flex;gap:6px;margin-top:10px}
.product-card__swatch{
  width:14px;height:14px;border-radius:50%;border:1px solid rgba(255,255,255,.28);
}
.product-card__quick-actions{
  display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:12px
}
.product-card__quick-actions .button{min-height:42px;border-radius:8px}
.product-card__wish{
  border:1px solid var(--mv-line);border-radius:8px;background:#0a0e14;color:#fff;font-size:20px
}

.mega-menu{
  position:absolute;left:50%;top:100%;transform:translateX(-50%) translateY(10px);
  width:min(900px,calc(100vw - 40px));padding:24px;background:rgba(10,14,20,.98);
  border:1px solid var(--mv-line);border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.55);
  opacity:0;visibility:hidden;transition:.2s;z-index:60;
}
.nav-item--mega:hover .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.mega-menu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mega-menu__heading{font-size:12px;text-transform:uppercase;color:#6eaaff;margin-bottom:10px}
.mega-menu a{display:block;padding:6px 0;color:#c9d0d8;font-size:13px}
.mega-menu__promo{
  min-height:160px;border:1px solid var(--mv-line);border-radius:10px;padding:18px;
  background:radial-gradient(circle at 80% 20%,rgba(42,127,255,.2),transparent 35%),#101720;
}

.countdown{
  display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0
}
.countdown__unit{
  background:linear-gradient(180deg,#111821,#0b1016);border:1px solid var(--mv-line);
  border-radius:10px;padding:12px;text-align:center
}
.countdown__value{display:block;font-size:22px;font-weight:900;color:#6eaaff}
.countdown__label{font-size:10px;text-transform:uppercase;color:var(--mv-muted)}

.size-guide-trigger{
  background:none;border:0;color:#74adff;text-decoration:underline;padding:0;font-size:12px
}
.size-guide-modal{
  position:fixed;inset:0;background:rgba(0,0,0,.74);z-index:120;display:none;place-items:center;padding:18px
}
.size-guide-modal.is-open{display:grid}
.size-guide-card{
  width:min(720px,100%);max-height:90vh;overflow:auto;background:#0b1016;border:1px solid var(--mv-line);
  border-radius:16px;padding:24px
}
.size-guide-table{width:100%;border-collapse:collapse;margin-top:16px}
.size-guide-table th,.size-guide-table td{border:1px solid var(--mv-line);padding:12px;text-align:center}
.size-guide-table th{background:#121922;color:#74adff}

.recently-viewed{padding-top:20px}
.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}

.page-transition{
  position:fixed;inset:0;background:#05070a;z-index:999;pointer-events:none;
  opacity:0;transition:opacity .18s ease
}
.page-transition.is-active{opacity:1}

.collection-hero{
  min-height:280px;display:grid;align-items:end;border-bottom:1px solid var(--mv-line);
  background:
    linear-gradient(0deg,rgba(5,7,10,.96),rgba(5,7,10,.15)),
    radial-gradient(circle at 70% 20%,rgba(42,127,255,.2),transparent 30%),
    #10151d;
}
.collection-hero__inner{padding:70px 0 42px}
.collection-hero h1{font-size:clamp(42px,7vw,84px);margin:0;letter-spacing:-.055em;text-transform:uppercase}
.collection-hero p{max-width:600px;color:var(--mv-muted);font-size:17px}

.gender-tiles{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.gender-tile{
  min-height:420px;position:relative;overflow:hidden;border:1px solid var(--mv-line);border-radius:14px;
  background:#10151d;display:flex;align-items:flex-end;padding:26px
}
.gender-tile::before{
  content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,5,7,.9),rgba(3,5,7,.05))
}
.gender-tile__content{position:relative;z-index:2}
.gender-tile h3{font-size:40px;margin:0 0 12px;text-transform:uppercase}

.product-info{
  background:linear-gradient(180deg,rgba(17,24,33,.72),rgba(8,12,17,.72));
  border:1px solid var(--mv-line);border-radius:16px;padding:24px!important
}
.product-form .button{border-radius:8px!important}
.accordion{border-radius:12px;overflow:hidden}
.review{border-radius:12px!important}

@media(max-width:990px){
  .mega-menu{display:none}
  .recently-viewed__grid{grid-template-columns:repeat(2,1fr)}
  .gender-tiles{grid-template-columns:1fr}
}
@media(max-width:749px){
  .gender-tile{min-height:320px}
  .product-card__quick-actions{grid-template-columns:1fr 38px}
}


/* MioVerse branded content pages */
.mv-404{
  min-height:72vh;
  display:grid;
  align-items:center;
  text-align:center;
  background:
    radial-gradient(circle at center,rgba(42,127,255,.12),transparent 32%),
    #05070a;
}
.mv-404__inner{padding:90px 0}
.mv-404__code{
  font-size:clamp(100px,22vw,280px);
  line-height:.75;
  font-weight:950;
  letter-spacing:-.09em;
  color:transparent;
  -webkit-text-stroke:1px rgba(74,156,255,.34);
  text-shadow:0 0 50px rgba(42,127,255,.11);
}
.mv-404 h1{font-size:clamp(36px,6vw,70px);margin:24px 0 12px;letter-spacing:-.05em}
.mv-404 p{max-width:600px;margin:0 auto 25px;color:var(--mv-muted);font-size:17px}
.mv-404__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}

.mv-about{padding:70px 0 90px}
.mv-about__hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center;
}
.mv-about__hero h1{
  font-size:clamp(46px,7vw,90px);
  line-height:.9;
  letter-spacing:-.065em;
  margin:0 0 22px;
}
.mv-about__hero p{color:var(--mv-muted);font-size:18px;line-height:1.75}
.mv-about__media{
  min-height:580px;
  border:1px solid var(--mv-line);
  border-radius:16px;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 20%,rgba(42,127,255,.18),transparent 30%),
    #101720;
}
.mv-about__media img{width:100%;height:100%;object-fit:cover}
.mv-about__values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:80px 0;
}
.mv-about__values article{
  padding:28px;
  border:1px solid var(--mv-line);
  border-radius:14px;
  background:linear-gradient(180deg,#101720,#090d12);
}
.mv-about__values span{color:#5f9fff;font-size:12px}
.mv-about__values h2{font-size:22px}
.mv-about__values p{color:var(--mv-muted);line-height:1.7}
.mv-about__statement{
  text-align:center;
  padding:65px 30px;
  border:1px solid var(--mv-line);
  border-radius:18px;
  background:
    radial-gradient(circle at 80% 20%,rgba(42,127,255,.17),transparent 35%),
    #0c1117;
}
.mv-about__statement h2{
  max-width:850px;
  margin:0 auto 28px;
  font-size:clamp(38px,6vw,74px);
  line-height:.95;
  letter-spacing:-.055em;
}

.mv-drops{padding:75px 0 100px}
.mv-drops__header{text-align:center;margin-bottom:45px}
.mv-drops__header h1{font-size:clamp(48px,8vw,100px);letter-spacing:-.07em;margin:0 0 16px}
.mv-drops__header p{color:var(--mv-muted);font-size:17px}
.mv-drops__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.mv-drop-card{
  position:relative;
  min-height:500px;
  overflow:hidden;
  border:1px solid var(--mv-line);
  border-radius:16px;
  background:#101720;
}
.mv-drop-card:first-child{grid-column:1/-1;min-height:620px}
.mv-drop-card__media,
.mv-drop-card__media img,
.mv-drop-card__shade{position:absolute;inset:0;width:100%;height:100%}
.mv-drop-card__media img{object-fit:cover;transition:transform .6s ease}
.mv-drop-card:hover .mv-drop-card__media img{transform:scale(1.04)}
.mv-drop-card__shade{
  background:linear-gradient(0deg,rgba(3,5,7,.96),rgba(3,5,7,.08) 70%);
}
.mv-drop-card__content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px;
}
.mv-drop-card__meta{
  display:flex;
  justify-content:space-between;
  color:#6ba8ff;
  font-size:11px;
  letter-spacing:.1em;
}
.mv-drop-card h2{
  margin:14px 0 8px;
  font-size:clamp(32px,5vw,65px);
  letter-spacing:-.05em;
}
.mv-drop-card p{color:#a4adb7;max-width:580px}
.mv-drop-card__link{display:inline-block;margin-top:12px;font-weight:800}

@media(max-width:900px){
  .mv-about__hero{grid-template-columns:1fr}
  .mv-about__media{min-height:420px}
  .mv-about__values{grid-template-columns:1fr}
  .mv-drops__grid{grid-template-columns:1fr}
  .mv-drop-card:first-child{grid-column:auto;min-height:500px}
}


/* ============================
   MIOVERSE PRODUCT PAGE V2
   ============================ */
body{
  font-family:"Manrope",Arial,sans-serif;
}
h1,h2,h3,.hero h1,.mv-product-info h1,.collection-hero h1{
  font-family:"Space Grotesk","Manrope",Arial,sans-serif;
}
.mv-product-page{padding:18px 0 90px}
.mv-breadcrumbs{
  display:flex;gap:8px;align-items:center;
  color:#7f8994;font-size:12px;padding:12px 0 24px
}
.mv-breadcrumbs a:hover{color:#72adff}
.mv-product-layout{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(430px,.82fr);
  gap:34px;
  align-items:start;
}
.mv-product-gallery{min-width:0}
.mv-main-media{
  min-height:720px;
  background:linear-gradient(180deg,#0e141b,#090d12);
  border:1px solid var(--mv-line);
  border-radius:16px;
  overflow:hidden;
  position:relative;
  display:grid;
  place-items:center;
}
.mv-main-image,.mv-main-video,.mv-main-media video,.mv-main-media model-viewer{
  width:100%;height:100%;object-fit:contain;
}
.mv-zoom-btn{
  position:absolute;right:16px;bottom:16px;
  width:46px;height:46px;border-radius:50%;
  border:1px solid var(--mv-line);
  background:rgba(6,10,15,.82);
  color:#fff;font-size:22px;
  backdrop-filter:blur(10px)
}
.mv-thumb-strip{
  display:flex;gap:10px;overflow-x:auto;padding-top:12px;scrollbar-width:thin
}
.mv-thumb{
  flex:0 0 92px;
  aspect-ratio:1;
  padding:0;
  border:1px solid var(--mv-line);
  border-radius:10px;
  overflow:hidden;
  background:#0a0f15;
}
.mv-thumb.is-active{border-color:#2a7fff;box-shadow:0 0 0 2px rgba(42,127,255,.15)}
.mv-thumb img{width:100%;height:100%;object-fit:cover}
.mv-product-info{
  position:sticky;
  top:92px;
  padding:30px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(16,23,32,.96),rgba(8,12,17,.96))!important;
}
.mv-product-info__top h1{
  margin:10px 0 12px;
  font-size:clamp(38px,4.1vw,64px);
  line-height:.96;
  letter-spacing:-.055em;
}
.mv-eyebrow-row{display:flex;justify-content:space-between;gap:18px;align-items:center}
.mv-sale-badge{
  padding:7px 10px;border-radius:999px;
  background:#175fce;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase
}
.mv-rating-row{display:flex;gap:10px;align-items:center;color:#9ca6b2;font-size:13px}
.mv-stars{color:#ffc23c;letter-spacing:2px}
.mv-price-row{display:flex;gap:12px;align-items:center;margin:14px 0}
.mv-price{font-size:30px;font-weight:900}
.mv-price-row s{color:#68727d}
.mv-short-description{color:#aab3bd;line-height:1.7;margin-bottom:20px}
.mv-drop-banner{
  display:flex;justify-content:space-between;gap:16px;align-items:center;
  border:1px solid rgba(74,156,255,.24);
  border-radius:12px;
  background:linear-gradient(90deg,rgba(42,127,255,.10),rgba(19,27,37,.8));
  padding:14px 16px;margin:18px 0 20px;
}
.mv-drop-banner strong{display:block;font-size:14px}
.mv-mini-countdown{display:flex;gap:8px}
.mv-mini-countdown span{
  min-width:44px;padding:8px 7px;border:1px solid var(--mv-line);
  border-radius:8px;background:#0a0f15;text-align:center
}
.mv-mini-countdown b{display:block;color:#75adff;font-size:16px}
.mv-mini-countdown small{font-size:9px;color:#7d8792}
.mv-option-group{border:0;padding:0;margin:0 0 18px}
.mv-option-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.mv-option-head legend{font-size:12px;font-weight:900;text-transform:uppercase}
.mv-option-pills{display:flex;flex-wrap:wrap;gap:8px}
.mv-option-pill{
  min-width:46px;min-height:42px;padding:0 14px;
  border:1px solid var(--mv-line);border-radius:8px;
  background:#090d12;color:#fff;
}
.mv-option-pill:hover,.mv-option-pill.is-selected{
  border-color:#2a7fff;color:#75adff;background:#0d1b30;
}
.mv-purchase-row{
  display:grid;grid-template-columns:120px 1fr 48px;gap:10px;margin-top:22px
}
.mv-quantity{
  display:grid;grid-template-columns:38px 1fr 38px;
  border:1px solid var(--mv-line);border-radius:8px;overflow:hidden;background:#090d12
}
.mv-quantity button,.mv-quantity input{
  border:0;background:transparent;color:#fff;text-align:center;min-width:0
}
.mv-quantity input{-moz-appearance:textfield}
.mv-quantity input::-webkit-outer-spin-button,.mv-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.mv-add-button{border-radius:8px!important;min-height:52px!important}
.mv-wishlist-button{
  border:1px solid var(--mv-line);border-radius:8px;background:#090d12;color:#fff;font-size:22px
}
.mv-dynamic-checkout{margin-top:10px}
.mv-dynamic-checkout .shopify-payment-button__button{border-radius:8px!important;min-height:50px!important}
.mv-trust-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0
}
.mv-trust-grid>div{
  padding:14px 10px;border:1px solid var(--mv-line);border-radius:10px;background:#0a0f15;text-align:center
}
.mv-trust-grid span{display:block;color:#6eaaff;font-size:19px}
.mv-trust-grid strong{display:block;font-size:11px;margin-top:6px}
.mv-trust-grid small{display:block;color:#7e8994;font-size:9px;margin-top:3px}
.mv-product-accordion{border-top:1px solid var(--mv-line);margin-top:6px}
.mv-product-accordion details{border-bottom:1px solid var(--mv-line)}
.mv-product-accordion summary{
  display:flex;justify-content:space-between;gap:12px;
  padding:17px 0;cursor:pointer;font-weight:800
}
.mv-accordion-content{padding:0 0 18px;color:#98a3ae;line-height:1.7}
.mv-reviews-section,.mv-related-section,.recently-viewed{margin-top:70px}
.mv-zoom-modal{
  position:fixed;inset:0;background:rgba(2,4,7,.96);z-index:140;
  display:none;place-items:center;padding:24px
}
.mv-zoom-modal.is-open{display:grid}
.mv-zoom-modal img{max-width:94vw;max-height:90vh;object-fit:contain}
.mv-zoom-close{
  position:absolute;right:24px;top:18px;background:none;border:0;color:#fff;font-size:34px
}

@media(max-width:1100px){
  .mv-product-layout{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:22px}
  .mv-product-info{padding:24px!important}
  .mv-main-media{min-height:620px}
}
@media(max-width:990px){
  .mv-product-layout{grid-template-columns:1fr}
  .mv-product-info{position:static}
  .mv-main-media{min-height:620px}
}
@media(max-width:749px){
  .mv-product-page{padding-top:6px}
  .mv-breadcrumbs{font-size:10px;padding-bottom:14px}
  .mv-main-media{min-height:470px;border-radius:12px}
  .mv-thumb{flex-basis:74px}
  .mv-product-info{padding:20px!important;border-radius:12px!important}
  .mv-product-info__top h1{font-size:39px}
  .mv-drop-banner{display:block}
  .mv-mini-countdown{margin-top:12px}
  .mv-purchase-row{grid-template-columns:105px 1fr 44px}
  .mv-trust-grid{grid-template-columns:1fr}
  .mv-trust-grid>div{text-align:left;display:grid;grid-template-columns:30px 1fr;align-items:center}
  .mv-trust-grid span{grid-row:1/3}
  .mv-trust-grid small{margin-top:1px}
}


/* ==================================================
   MIOVERSE OPTION 3 — HYPE STREETWEAR SYSTEM
   ================================================== */
:root{
  --o3-bg:#030303;
  --o3-panel:#0a0a0a;
  --o3-panel-2:#111111;
  --o3-line:rgba(255,255,255,.14);
  --o3-text:#f8f8f6;
  --o3-muted:#9a9a9a;
  --o3-white:#ffffff;
  --o3-accent:#7b3cff;
  --o3-accent-2:#a674ff;
  --o3-gold:#ffc53d;
}
body{
  background:var(--o3-bg)!important;
  color:var(--o3-text)!important;
  font-family:"Manrope",Arial,sans-serif!important;
}
h1,h2,h3,h4,.hero h1,.collection-hero h1,.mv-product-info h1{
  font-family:"Space Grotesk","Manrope",Arial,sans-serif!important;
  text-transform:uppercase;
  letter-spacing:-.045em;
}
.button,.primary-btn,.outline-btn{
  border-radius:2px!important;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-weight:900;
}
.button{
  background:var(--o3-white)!important;
  color:#050505!important;
  box-shadow:none!important;
  border:1px solid var(--o3-white)!important;
}
.button:hover{
  background:#e8e8e8!important;
  transform:none!important;
}
.button--secondary{
  background:#050505!important;
  color:#fff!important;
  border-color:#3a3a3a!important;
}
.announcement{
  background:#020202!important;
  color:#8a58ff!important;
  border-color:#4d2a9f!important;
}
.site-header{
  background:rgba(3,3,3,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.logo img,.header-logo-image{filter:none!important}
.main-nav a{font-size:11px!important;letter-spacing:.04em;text-transform:uppercase}
.main-nav a::after{background:#fff!important;bottom:-10px!important}
.icon-btn{
  background:transparent!important;
  border:0!important;
}
.hero{
  min-height:86vh!important;
  background:#030303!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.20) 48%,rgba(0,0,0,.62))!important;
}
.hero-content{
  max-width:650px;
  margin-left:auto;
  margin-right:4%;
  text-align:left;
  padding-top:140px!important;
  padding-bottom:100px!important;
}
.hero h1{
  font-size:clamp(58px,8vw,116px)!important;
  line-height:.84!important;
  max-width:620px!important;
}
.hero p{color:#c8c8c8!important;max-width:520px!important}
.hero-actions{justify-content:flex-start!important}
.eyebrow{color:#fff!important;font-size:10px!important;letter-spacing:.16em!important}
.trust-bar,.trust{background:#050505!important;border-color:var(--o3-line)!important}
.trust-item{border-right:1px solid var(--o3-line)}
.trust-item:last-child{border-right:0}
.trust-item svg,.trust-icon{color:#fff!important}

/* Editorial modules */
.o3-editorial{
  padding:70px 0;
}
.o3-editorial__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}
.o3-editorial-card{
  min-height:620px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--o3-line);
  background:#0a0a0a;
}
.o3-editorial-card--small{min-height:300px}
.o3-editorial-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter:saturate(.75) contrast(1.08);
  transition:transform .5s ease;
}
.o3-editorial-card:hover img{transform:scale(1.03)}
.o3-editorial-card::after{
  content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.06) 65%);
}
.o3-editorial-card__content{
  position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px;
}
.o3-editorial-card h2{
  font-size:clamp(42px,6vw,84px);line-height:.9;margin:0 0 12px;
}
.o3-editorial-card p{color:#b5b5b5;max-width:500px}
.o3-editorial-stack{display:grid;gap:18px}

/* Product cards */
.product-card{
  border-radius:0!important;
  background:#070707!important;
  border-color:var(--o3-line)!important;
  box-shadow:none!important;
}
.product-card:hover{
  transform:none!important;
  border-color:#fff!important;
  box-shadow:none!important;
}
.product-card__media{background:#0b0b0b!important}
.product-card__badge,.badge{
  background:#fff!important;
  color:#050505!important;
  border-radius:0!important;
}
.product-card__vendor{color:#999!important}
.product-card__title{font-size:13px!important;text-transform:uppercase}
.product-card__quick-actions .button{
  background:#fff!important;color:#050505!important;border-radius:0!important
}
.product-card__wish{
  border-radius:0!important;background:#050505!important;border-color:#333!important;
}
.product-card__swatch{border-color:#555!important}
.product-grid{gap:10px!important}
.section-heading h2{font-size:clamp(30px,4vw,52px)!important}
.section-heading p{color:#8f8f8f!important}

/* Marquee */
.marquee{
  background:#030303!important;
  border-color:#5d31c7!important;
}
.marquee-item{
  color:#8a58ff!important;
  font-family:"Space Grotesk",sans-serif;
  font-size:18px!important;
  font-weight:700;
}

/* Reviews/footer */
.review{
  background:#090909!important;
  border-color:var(--o3-line)!important;
  border-radius:0!important;
}
.review .stars,.stars{color:var(--o3-gold)!important}
.site-footer,.footer{
  background:#030303!important;
  border-color:var(--o3-line)!important;
}
.footer-grid{border-top:1px solid var(--o3-line);padding-top:32px}

/* Cart drawer */
.drawer{
  background:#050505!important;
  border-color:#303030!important;
}
.drawer-head h2::after{
  content:"Your Universe";
  display:block;
  font-size:11px;
  color:#777;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-top:4px;
}
.cart-item,.cart-line{border-color:#222!important}
.cart-total{border-top:1px solid #2a2a2a;padding-top:18px}
.drawer .button.buy-now{
  background:#fff!important;color:#050505!important;
}
.drawer .button:not(.buy-now){
  background:#050505!important;color:#fff!important;border-color:#333!important;
}

/* Product page option 3 */
.mv-product-layout{
  grid-template-columns:minmax(0,1.28fr) minmax(420px,.72fr)!important;
  gap:24px!important;
}
.mv-main-media{
  min-height:760px!important;
  border-radius:0!important;
  border-color:var(--o3-line)!important;
  background:#080808!important;
}
.mv-thumb{
  border-radius:0!important;
  background:#080808!important;
}
.mv-thumb.is-active{
  border-color:#fff!important;
  box-shadow:none!important;
}
.mv-product-info{
  border-radius:0!important;
  background:#050505!important;
  border-color:var(--o3-line)!important;
  padding:28px!important;
}
.mv-product-info__top h1{
  font-size:clamp(42px,4.8vw,72px)!important;
  line-height:.88!important;
}
.mv-sale-badge{
  background:#fff!important;color:#050505!important;border-radius:0!important;
}
.mv-price{font-size:28px!important}
.mv-drop-banner{
  border-radius:0!important;
  background:#090909!important;
  border-color:#6c36e2!important;
}
.mv-mini-countdown span{
  border-radius:0!important;
  background:#050505!important;
}
.mv-mini-countdown b{color:#a674ff!important}
.mv-option-pill{
  border-radius:0!important;
  background:#080808!important;
}
.mv-option-pill:hover,.mv-option-pill.is-selected{
  border-color:#fff!important;
  color:#fff!important;
  background:#111!important;
}
.mv-quantity,.mv-add-button,.mv-wishlist-button{
  border-radius:0!important;
}
.mv-add-button{
  background:#fff!important;color:#050505!important;border-color:#fff!important;
}
.mv-dynamic-checkout .shopify-payment-button__button{
  border-radius:0!important;
  background:#050505!important;
  color:#fff!important;
  border:1px solid #333!important;
}
.mv-trust-grid>div{
  border-radius:0!important;
  background:#070707!important;
}
.mv-trust-grid span{color:#fff!important}
.mv-product-accordion details{border-color:#222!important}
.mv-zoom-btn{border-radius:0!important}

/* Collection page */
.collection-hero{
  min-height:360px!important;
  background:
    linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.15)),
    radial-gradient(circle at 70% 20%,rgba(123,60,255,.15),transparent 35%),
    #050505!important;
}
.collection-hero h1{font-size:clamp(54px,9vw,120px)!important}
.filters{
  border:1px solid var(--o3-line);
  padding:18px;
  background:#060606;
}
.filter-group{border-color:#242424!important}
.collection-toolbar select{
  border-radius:0!important;
  background:#050505!important;
  border-color:#333!important;
}
.collection-layout{grid-template-columns:250px 1fr!important}

/* Loading screen */
.o3-loader{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  background:#030303;
  transition:opacity .45s ease,visibility .45s ease;
}
.o3-loader.is-hidden{opacity:0;visibility:hidden}
.o3-loader__inner{text-align:center}
.o3-loader__brand{
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(34px,8vw,82px);
  font-weight:700;
  letter-spacing:-.06em;
}
.o3-loader__line{
  width:180px;height:2px;background:#151515;margin:20px auto 0;overflow:hidden
}
.o3-loader__line span{
  display:block;width:45%;height:100%;background:#fff;animation:o3load 1.1s ease-in-out infinite
}
@keyframes o3load{
  0%{transform:translateX(-120%)}
  100%{transform:translateX(340%)}
}

/* Contact and FAQ */
.o3-content-page{padding:80px 0}
.o3-content-page__hero{max-width:820px;margin-bottom:44px}
.o3-content-page__hero h1{
  font-size:clamp(54px,9vw,110px);line-height:.86;margin:0 0 18px
}
.o3-content-page__hero p{color:#999;font-size:18px;line-height:1.7}
.o3-faq{border-top:1px solid #222}
.o3-faq details{border-bottom:1px solid #222}
.o3-faq summary{padding:20px 0;font-weight:800;cursor:pointer}
.o3-faq__content{padding:0 0 20px;color:#999;line-height:1.7}

@media(max-width:990px){
  .hero-content{margin:0 auto!important;text-align:center!important}
  .hero-actions{justify-content:center!important}
  .o3-editorial__grid{grid-template-columns:1fr}
  .mv-product-layout{grid-template-columns:1fr!important}
  .mv-product-info{position:static!important}
}
@media(max-width:749px){
  .hero{min-height:720px!important}
  .hero-content{padding-top:180px!important}
  .o3-editorial-card{min-height:480px}
  .mv-main-media{min-height:500px!important}
  .collection-layout{grid-template-columns:1fr!important}
}

.o3-loader-logo{width:min(420px,76vw);max-height:220px;height:auto;display:block;object-fit:contain;margin:auto;filter:drop-shadow(0 0 22px rgba(255,255,255,.08))}
body.is-loading{overflow:hidden}
.mv-v4-statement{padding:80px 30px;text-align:center;border-block:1px solid rgba(255,255,255,.12)}
.mv-v4-statement h2{max-width:980px;margin:0 auto 20px;font-size:clamp(46px,8vw,110px);line-height:.84}
.mv-v4-statement p{max-width:680px;margin:0 auto 28px;color:#9b9b9b;font-size:17px;line-height:1.7}


/* =========================
   MIOVERSE V5
   ========================= */
.mv-support{padding:72px 0 100px}
.mv-support__hero{
  display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;
  padding-bottom:38px;border-bottom:1px solid var(--o3-line)
}
.mv-support__hero h1{
  font-size:clamp(54px,9vw,112px);line-height:.84;margin:0 0 18px
}
.mv-support__hero p{max-width:650px;color:#999;font-size:17px;line-height:1.7}
.mv-support__response{
  min-width:240px;padding:20px;border:1px solid var(--o3-line);background:#070707
}
.mv-support__response span,.mv-support__response small{display:block;color:#777;font-size:11px;text-transform:uppercase}
.mv-support__response strong{display:block;font-size:24px;margin:7px 0}
.mv-support__links{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:28px 0 46px}
.mv-support-card{
  display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;
  padding:18px;border:1px solid var(--o3-line);background:#070707
}
.mv-support-card:hover{border-color:#fff}
.mv-support-card>span{font-size:22px}
.mv-support-card strong{display:block;text-transform:uppercase;font-size:12px}
.mv-support-card small{display:block;color:#777;margin-top:4px;line-height:1.4}
.mv-support-card b{font-size:20px}
.mv-support__main{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:28px}
.mv-support__form-wrap,.mv-support-panel{
  border:1px solid var(--o3-line);background:#060606;padding:26px
}
.mv-support__form-wrap h2{font-size:clamp(36px,5vw,64px);margin:0 0 8px}
.mv-support__form-wrap>p{color:#888}
.mv-contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:25px}
.mv-field{display:grid;gap:7px}
.mv-field--full,.mv-contact-success,.mv-contact-errors{grid-column:1/-1}
.mv-field label{font-size:11px;text-transform:uppercase;font-weight:800}
.mv-field label span{color:#666;font-weight:400}
.mv-field input,.mv-field select,.mv-field textarea{
  width:100%;border:1px solid #333;background:#050505;color:#fff;
  border-radius:0;padding:14px;outline:none
}
.mv-field input,.mv-field select{height:50px}
.mv-field textarea{resize:vertical}
.mv-field input:focus,.mv-field select:focus,.mv-field textarea:focus{border-color:#fff}
.mv-contact-form .button{width:max-content;min-width:180px}
.mv-support__sidebar{display:grid;gap:12px;align-content:start}
.mv-support-panel h3{font-size:22px;margin:8px 0}
.mv-support-panel p,.mv-support-panel li{color:#8e8e8e;line-height:1.7}
.mv-support-panel a{font-size:16px;text-decoration:underline}
.mv-support-panel ul{padding-left:18px}

.mv-discover{
  position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:65
}
.mv-discover__tab{
  writing-mode:vertical-rl;transform:rotate(180deg);
  padding:18px 10px;border:1px solid #333;border-right:0;
  background:#050505;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:10px
}
.mv-discover__panel{
  position:fixed;right:0;top:50%;transform:translate(100%,-50%);
  width:min(430px,92vw);padding:24px;background:#050505;border:1px solid #333;
  transition:transform .28s ease
}
.mv-discover.is-open .mv-discover__panel{transform:translate(0,-50%)}
.mv-discover__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}
.mv-discover__head h2{font-size:36px;margin:0}
.mv-discover__head button{background:none;border:0;color:#fff;font-size:28px}
.mv-discover nav{display:grid}
.mv-discover nav a{
  display:grid;grid-template-columns:34px 1fr;gap:8px 12px;
  padding:18px 0;border-top:1px solid #222
}
.mv-discover nav span{grid-row:1/3;color:#6f6f6f}
.mv-discover nav strong{text-transform:uppercase}
.mv-discover nav small{color:#777}

.mv-catalog-archive{padding:75px 0 100px}
.mv-catalog-archive__hero{max-width:850px;margin-bottom:50px}
.mv-catalog-archive__hero h1{font-size:clamp(56px,9vw,118px);line-height:.84;margin:0 0 18px}
.mv-catalog-archive__hero p{color:#8e8e8e;font-size:17px;line-height:1.7}
.mv-archive-year{
  font-size:clamp(40px,7vw,90px);padding:35px 0 15px;border-bottom:1px solid #333
}
.mv-archive-row{
  display:grid;grid-template-columns:70px 1fr 180px 110px;gap:16px;
  padding:17px 0;border-bottom:1px solid #1c1c1c;align-items:center
}
.mv-archive-row:hover{background:#080808}
.mv-archive-row__index,.mv-archive-row__type{color:#666}
.mv-archive-row__title{text-transform:uppercase;font-weight:800}
.mv-archive-row__status{text-align:right;color:#999}

.mv-search-popular{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;align-items:center}
.mv-search-popular span{color:#666;text-transform:uppercase;font-size:10px}
.mv-search-popular a{
  border:1px solid #333;padding:9px 12px;text-transform:uppercase;font-size:10px
}
.mv-search-popular a:hover{border-color:#fff}

.mv-product-details-strip{
  display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #222;margin:18px 0
}
.mv-product-details-strip>div{padding:13px;border-right:1px solid #222}
.mv-product-details-strip>div:last-child{border-right:0}
.mv-product-details-strip span{display:block;color:#666;font-size:9px;text-transform:uppercase}
.mv-product-details-strip strong{display:block;font-size:11px;margin-top:4px}

.mv-shipping-progress{padding:18px 0;border-bottom:1px solid #222}
.mv-shipping-progress p{margin:0 0 9px;font-size:12px;color:#aaa}
.mv-shipping-progress>div{height:3px;background:#222}
.mv-shipping-progress>div span{display:block;height:100%;background:#fff}

@media(max-width:990px){
  .mv-support__hero,.mv-support__main{grid-template-columns:1fr}
  .mv-support__links{grid-template-columns:repeat(2,1fr)}
  .mv-discover{display:none}
}
@media(max-width:749px){
  .mv-support{padding-top:45px}
  .mv-support__links{grid-template-columns:1fr}
  .mv-contact-form{grid-template-columns:1fr}
  .mv-field--full,.mv-contact-success,.mv-contact-errors{grid-column:1}
  .mv-contact-form .button{width:100%}
  .mv-archive-row{grid-template-columns:42px 1fr auto}
  .mv-archive-row__type{display:none}
  .mv-product-details-strip{grid-template-columns:1fr}
  .mv-product-details-strip>div{border-right:0;border-bottom:1px solid #222}
  .mv-product-details-strip>div:last-child{border-bottom:0}
}


/* ========================
   MIOVERSE V6 SUPPORT
   ======================== */
.v6-support{padding:72px 0 110px}
.v6-support__hero{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:26px;
  align-items:end;
  padding-bottom:42px;
  border-bottom:1px solid var(--o3-line);
}
.v6-support__hero-copy h1{
  max-width:900px;
  margin:0 0 18px;
  font-size:clamp(58px,9vw,126px);
  line-height:.82;
}
.v6-support__hero-copy p{
  max-width:670px;
  color:#999;
  font-size:18px;
  line-height:1.7;
}
.v6-support__hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.v6-support__status{
  border:1px solid var(--o3-line);
  background:#060606;
}
.v6-support__status-item{
  padding:18px;
  border-bottom:1px solid #222;
}
.v6-support__status-item:last-child{border-bottom:0}
.v6-support__status-item span{
  display:block;
  color:#666;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.v6-support__status-item strong,
.v6-support__status-item a{
  display:block;
  margin-top:6px;
  font-size:18px;
}
.v6-support__status-item a{text-decoration:underline}

.v6-support__search{
  display:grid;
  grid-template-columns:1fr minmax(320px,520px);
  gap:24px;
  align-items:end;
  margin:46px 0 20px;
}
.v6-support__search h2{font-size:clamp(34px,5vw,58px);margin:0}
.v6-support__search input{
  height:54px;
  border:1px solid #333;
  background:#050505;
  color:#fff;
  padding:0 16px;
}

.v6-support__cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.v6-support-card{
  min-height:240px;
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:18px;
  padding:22px;
  border:1px solid var(--o3-line);
  background:linear-gradient(180deg,#090909,#050505);
  transition:transform .2s ease,border-color .2s ease;
}
.v6-support-card:hover{
  transform:translateY(-4px);
  border-color:#fff;
}
.v6-support-card__icon{font-size:28px}
.v6-support-card span{
  color:#666;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.v6-support-card h3{font-size:24px;margin:6px 0 8px}
.v6-support-card p{color:#888;line-height:1.6}
.v6-support-card b{font-size:22px}

.v6-support__split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:54px;
}
.v6-support__tracking,
.v6-support__faq-preview{
  border:1px solid var(--o3-line);
  background:#060606;
  padding:28px;
}
.v6-support__tracking h2,
.v6-support__faq-preview h2{
  font-size:clamp(34px,5vw,60px);
  margin:0 0 12px;
}
.v6-support__tracking>p{color:#888;line-height:1.7}
.v6-tracking-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  margin:24px 0 12px;
}
.v6-tracking-box label{
  grid-column:1/-1;
  font-size:11px;
  text-transform:uppercase;
  font-weight:800;
}
.v6-tracking-box input{
  min-width:0;
  border:1px solid #333;
  background:#050505;
  color:#fff;
  padding:0 14px;
}
.v6-support__tracking small{color:#666;line-height:1.6}
.v6-faq-list{margin:20px 0}
.v6-faq-list details{border-top:1px solid #222}
.v6-faq-list details:last-child{border-bottom:1px solid #222}
.v6-faq-list summary{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:17px 0;
  cursor:pointer;
  font-weight:800;
}
.v6-faq-list details>div{padding:0 0 17px;color:#888;line-height:1.7}

.v6-contact{
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:16px;
  margin-top:54px;
}
.v6-contact__intro,
.v6-contact__form-wrap{
  border:1px solid var(--o3-line);
  background:#060606;
  padding:28px;
}
.v6-contact__intro h2{
  font-size:clamp(40px,6vw,72px);
  margin:0 0 14px;
}
.v6-contact__intro>p{color:#888;line-height:1.7}
.v6-contact__direct{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid #222;
}
.v6-contact__direct span,
.v6-contact__direct small{
  display:block;
  color:#666;
  font-size:10px;
  text-transform:uppercase;
}
.v6-contact__direct a{
  display:block;
  margin:8px 0;
  font-size:18px;
  text-decoration:underline;
}
.v6-contact-form{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.v6-field{display:grid;gap:7px}
.v6-field--full,.v6-contact-success,.v6-contact-errors{grid-column:1/-1}
.v6-field label{
  font-size:11px;
  text-transform:uppercase;
  font-weight:800;
}
.v6-field label span{color:#666;font-weight:400}
.v6-field input,
.v6-field select,
.v6-field textarea{
  width:100%;
  border:1px solid #333;
  background:#050505;
  color:#fff;
  border-radius:0;
  padding:14px;
  outline:none;
}
.v6-field input,.v6-field select{height:50px}
.v6-field textarea{resize:vertical}
.v6-field input:focus,
.v6-field select:focus,
.v6-field textarea:focus{border-color:#fff}
.v6-contact-form__footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.v6-contact-form__footer span{
  max-width:430px;
  color:#666;
  font-size:10px;
  line-height:1.5;
}
.v6-contact-form__footer .button{min-width:180px}

.v6-business{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:24px;
  align-items:center;
  margin-top:16px;
  padding:28px;
  border:1px solid var(--o3-line);
  background:#060606;
}
.v6-business h2{font-size:34px;margin:0}
.v6-business p{color:#888;line-height:1.7}

@media(max-width:990px){
  .v6-support__hero,
  .v6-support__search,
  .v6-support__split,
  .v6-contact,
  .v6-business{
    grid-template-columns:1fr;
  }
  .v6-support__cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:749px){
  .v6-support{padding-top:44px}
  .v6-support__cards{grid-template-columns:1fr}
  .v6-contact-form{grid-template-columns:1fr}
  .v6-field--full,.v6-contact-success,.v6-contact-errors{grid-column:1}
  .v6-contact-form__footer{display:block}
  .v6-contact-form__footer .button{width:100%;margin-top:14px}
  .v6-tracking-box{grid-template-columns:1fr}
  .v6-tracking-box label{grid-column:1}
}


/* =========================
   MIOVERSE V8
   ========================= */
:root{
  --v8-blue:#2a7fff;
  --v8-blue-soft:#6ba9ff;
  --v8-glow:0 0 30px rgba(42,127,255,.18);
}
body{
  background:
    radial-gradient(circle at 12% 0%,rgba(42,127,255,.06),transparent 25%),
    radial-gradient(circle at 88% 20%,rgba(42,127,255,.04),transparent 30%),
    #030303!important;
}
.site-header{
  box-shadow:0 10px 35px rgba(0,0,0,.25),0 1px 0 rgba(42,127,255,.08)!important;
}
.button{
  transition:box-shadow .25s ease,transform .25s ease,background .25s ease!important;
}
.button:hover{
  box-shadow:0 0 0 1px rgba(107,169,255,.3),0 0 26px rgba(42,127,255,.18)!important;
}
.product-card:hover{
  box-shadow:0 20px 55px rgba(0,0,0,.45),0 0 24px rgba(42,127,255,.10)!important;
}
.section-heading h2::after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  margin-top:10px;
  background:linear-gradient(90deg,var(--v8-blue),transparent);
  box-shadow:0 0 16px rgba(42,127,255,.5);
}

/* full-screen menu */
.v8-menu-trigger{
  border:0;background:transparent;color:#fff;
  font-size:11px;font-weight:900;letter-spacing:.14em
}
.v8-menu{
  position:fixed;inset:0;z-index:160;
  background:#030303;
  opacity:0;visibility:hidden;
  transition:opacity .3s ease,visibility .3s ease
}
.v8-menu.is-open{opacity:1;visibility:visible}
.v8-menu__close{
  position:absolute;right:28px;top:22px;z-index:4;
  background:none;border:0;color:#fff;font-size:34px
}
.v8-menu__inner{
  position:relative;z-index:3;
  width:min(1320px,calc(100% - 40px));
  height:100%;
  margin:auto;
  display:grid;
  grid-template-columns:280px 1fr;
  grid-template-rows:1fr auto;
  gap:30px;
  align-items:center
}
.v8-menu__meta{
  color:#888;line-height:1.6
}
.v8-menu__meta>div+div{margin-top:40px}
.v8-menu__meta span{display:block;font-size:10px;text-transform:uppercase;color:#666}
.v8-menu__meta a{display:block;margin-top:8px;text-decoration:underline}
.v8-menu__nav{display:grid}
.v8-menu__nav a{
  display:grid;grid-template-columns:50px 1fr auto;
  align-items:center;gap:16px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.12)
}
.v8-menu__nav a span{color:#555}
.v8-menu__nav a strong{
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(34px,5vw,72px);
  text-transform:uppercase;
  letter-spacing:-.05em;
  transition:transform .25s ease,color .25s ease
}
.v8-menu__nav a:hover strong{
  transform:translateX(12px);
  color:var(--v8-blue-soft)
}
.v8-menu__footer{
  grid-column:1/-1;
  display:flex;gap:22px;flex-wrap:wrap;
  padding:18px 0 24px;
  border-top:1px solid rgba(255,255,255,.12)
}
.v8-menu__footer a{font-size:11px;text-transform:uppercase;color:#888}
.v8-menu__backgrounds{position:absolute;inset:0;overflow:hidden}
.v8-menu__background{
  position:absolute;inset:0;
  background:radial-gradient(circle at 75% 50%,rgba(42,127,255,.12),transparent 26%);
  opacity:0;transition:opacity .35s ease
}
.v8-menu__background.is-active{opacity:1}

/* featured universe */
.v8-universe{padding:72px 0}
.v8-universe__stage{
  position:relative;
  min-height:680px;
  border:1px solid rgba(255,255,255,.13);
  background:#060606;
  overflow:hidden
}
.v8-universe-card{
  position:absolute;inset:0;
  opacity:0;visibility:hidden;
  transition:opacity .55s ease,visibility .55s ease
}
.v8-universe-card.is-active{opacity:1;visibility:visible}
.v8-universe-card__media,
.v8-universe-card__media img,
.v8-universe-card__shade{
  position:absolute;inset:0;width:100%;height:100%
}
.v8-universe-card__media img{object-fit:cover;filter:saturate(.78) contrast(1.06)}
.v8-universe-card__shade{
  background:linear-gradient(90deg,rgba(3,3,3,.94),rgba(3,3,3,.28) 62%,rgba(3,3,3,.08))
}
.v8-universe-card__content{
  position:absolute;left:0;bottom:0;z-index:2;
  width:min(620px,80%);
  padding:38px
}
.v8-universe-card h3{
  font-size:clamp(52px,8vw,110px);
  line-height:.82;
  margin:0 0 18px
}
.v8-universe-card p{color:#aaa;max-width:480px;font-size:17px;line-height:1.7}
.v8-universe__controls{
  position:absolute;right:0;bottom:0;z-index:4;
  width:min(360px,42%);
  background:rgba(4,4,4,.88);
  backdrop-filter:blur(14px);
  border-left:1px solid rgba(255,255,255,.12)
}
.v8-universe__controls button{
  width:100%;display:grid;grid-template-columns:40px 1fr;
  gap:12px;padding:16px 18px;
  border:0;border-bottom:1px solid #202020;
  background:transparent;color:#fff;text-align:left;text-transform:uppercase
}
.v8-universe__controls button span{color:#555}
.v8-universe__controls button.is-active{
  background:linear-gradient(90deg,rgba(42,127,255,.13),transparent);
  box-shadow:inset 2px 0 var(--v8-blue)
}

/* archive entrance */
.v8-archive-entrance{padding:80px 0 100px}
.v8-archive-entrance__card{
  min-height:420px;
  position:relative;
  display:grid;
  align-items:end;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(135deg,#050505,#0a0f18 55%,#050505)
}
.v8-archive-entrance__glow{
  position:absolute;
  width:520px;height:520px;
  right:-80px;top:-120px;
  border-radius:50%;
  background:rgba(42,127,255,.13);
  filter:blur(80px)
}
.v8-archive-entrance__content{
  position:relative;z-index:2;
  max-width:850px;
  padding:42px
}
.v8-archive-entrance__content h2{
  font-size:clamp(56px,9vw,120px);
  line-height:.82;
  margin:0 0 18px
}
.v8-archive-entrance__content p{color:#9d9d9d;max-width:650px;font-size:17px}
.v8-archive-entrance__content span{display:inline-block;margin-top:18px;font-weight:900}
.v8-archive-entrance__year{
  position:absolute;right:24px;bottom:-20px;
  font-size:clamp(90px,16vw,220px);
  font-weight:900;color:rgba(255,255,255,.035)
}

/* search/cart refinements */
.v8-search-inner{max-width:1000px!important}
.v8-search-results{margin-top:34px}
.v8-search-suggestions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.v8-search-suggestions a{
  border:1px solid #2d2d2d;padding:10px 13px;
  text-transform:uppercase;font-size:10px
}
.v8-search-suggestions a:hover{
  border-color:var(--v8-blue);
  box-shadow:var(--v8-glow)
}
.drawer{
  box-shadow:-20px 0 70px rgba(0,0,0,.55),-1px 0 rgba(42,127,255,.10)!important
}

@media(max-width:990px){
  .v8-menu__inner{grid-template-columns:1fr;align-content:center}
  .v8-menu__meta{display:none}
  .v8-universe__stage{min-height:620px}
  .v8-universe__controls{width:100%;display:flex;overflow:auto}
  .v8-universe__controls button{min-width:180px}
}
@media(max-width:749px){
  .v8-menu__nav a strong{font-size:40px}
  .v8-universe__stage{min-height:720px}
  .v8-universe-card__content{width:100%;padding:24px 20px 150px}
  .v8-universe-card h3{font-size:54px}
  .v8-universe__controls{bottom:0}
  .v8-archive-entrance__content{padding:28px 20px}
}


/* =========================
   MIOVERSE V8.1 HEADER
   ========================= */
.v81-header{
  background:rgba(3,3,3,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}

.v81-header__inner{
  min-height:104px;
  display:grid;
  grid-template-columns:minmax(160px,1fr) auto minmax(420px,1fr);
  align-items:center;
  gap:30px;
  position:relative;
}

.v81-header__left{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
}

.v81-menu-trigger{
  min-width:72px;
  padding:12px 0;
  font-size:13px!important;
  line-height:1;
  letter-spacing:.16em!important;
}

.v81-header__center{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}

.v81-header__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
}

.v81-header__logo-image{
  width:220px;
  max-width:22vw;
  max-height:82px;
  height:auto;
  object-fit:contain;
  display:block;
  animation:none!important;
  transform:none!important;
  filter:drop-shadow(0 0 18px rgba(42,127,255,.08));
}

.v81-header__right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  min-width:0;
}

.v81-header__nav{
  justify-content:flex-end!important;
  gap:30px!important;
  min-width:0;
}

.v81-header__nav > div > a{
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  white-space:nowrap;
}

.v81-header__actions{
  gap:9px!important;
  flex-shrink:0;
}

.v81-header__icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:#070707;
  color:#fff;
  position:relative;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.v81-header__icon:hover{
  border-color:rgba(107,169,255,.7);
  box-shadow:0 0 18px rgba(42,127,255,.18);
  transform:translateY(-1px);
}

.v81-header__icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.v81-header__cart svg{
  width:27px;
  height:27px;
  stroke-width:1.75;
}

.v81-header__icon .cart-count{
  right:-3px;
  top:-5px;
  background:#fff!important;
  color:#050505!important;
  min-width:18px;
  height:18px;
}

@media(max-width:1180px){
  .v81-header__inner{
    grid-template-columns:minmax(120px,1fr) auto minmax(320px,1fr);
    gap:20px;
  }

  .v81-header__nav{
    gap:20px!important;
  }

  .v81-header__logo-image{
    width:190px;
  }
}

@media(max-width:990px){
  .v81-header__inner{
    min-height:86px;
    grid-template-columns:1fr auto 1fr;
    gap:12px;
  }

  .v81-header__nav{
    display:none!important;
  }

  .v81-header__right{
    gap:0;
  }

  .v81-header__actions{
    margin-left:auto;
  }

  .v81-header__actions .v81-header__icon:not([data-search-open]):not(.v81-header__cart){
    display:none;
  }

  .v81-header__logo-image{
    width:150px;
    max-width:42vw;
    max-height:62px;
  }

  .v81-menu-trigger{
    font-size:11px!important;
  }

  .v81-header__icon{
    width:40px;
    height:40px;
  }

  .v81-header__icon svg{
    width:22px;
    height:22px;
  }

  .v81-header__cart svg{
    width:25px;
    height:25px;
  }
}

@media(max-width:520px){
  .v81-header__inner{
    width:calc(100% - 20px);
  }

  .v81-header__logo-image{
    width:132px;
    max-width:38vw;
  }

  .v81-header__actions{
    gap:3px!important;
  }

  .v81-header__icon{
    width:37px;
    height:37px;
  }

  .v81-menu-trigger{
    min-width:auto;
  }
}


/* =========================
   MIOVERSE V8.2 VIDEO HERO
   ========================= */
.v82-video-hero{
  min-height:var(--v82-hero-height);
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#050505;
}

.v82-video-hero__media,
.v82-video-hero__fallback,
.v82-video-hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.v82-video-hero__fallback,
.v82-video-hero__video{
  object-fit:cover;
  object-position:center;
}

.v82-video-hero__fallback{
  z-index:-4;
}

.v82-video-hero__video{
  z-index:-3;
  background:#050505;
}

.v82-video-hero__video--mobile{
  display:none;
}

.v82-video-hero__overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(0,0,0,.38),transparent 38%,transparent 62%,rgba(0,0,0,.32)),
    rgba(0,0,0,var(--v82-overlay-opacity));
}

.v82-video-hero__ambient{
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:-240px;
  width:min(900px,90vw);
  height:420px;
  transform:translateX(-50%);
  background:rgba(42,127,255,.12);
  filter:blur(110px);
  pointer-events:none;
}

.v82-video-hero__content{
  width:100%;
  display:flex;
  position:relative;
  z-index:2;
}

.v82-video-hero__content-inner{
  width:min(var(--v82-content-width),100%);
}

.v82-video-hero--center .v82-video-hero__content{
  justify-content:center;
  text-align:center;
}

.v82-video-hero--center .v82-video-hero__content-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.v82-video-hero--left .v82-video-hero__content{
  justify-content:flex-start;
  text-align:left;
}

.v82-video-hero--right .v82-video-hero__content{
  justify-content:flex-end;
  text-align:right;
}

.v82-video-hero--right .v82-video-hero__content-inner{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}

.v82-video-hero__content h1{
  text-wrap:balance;
}

.v82-video-control{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:5;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  color:#fff;
  background:rgba(3,3,3,.62);
  backdrop-filter:blur(12px);
  font-size:10px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.v82-video-control:hover{
  border-color:rgba(107,169,255,.8);
  box-shadow:0 0 22px rgba(42,127,255,.18);
}

.v82-scroll-indicator{
  position:absolute;
  right:0;
  top:50%;
  z-index:5;
  width:44px;
  min-height:180px;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  border-left:1px solid rgba(255,255,255,.12);
  background:rgba(3,3,3,.44);
  backdrop-filter:blur(8px);
}

.v82-scroll-indicator span{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.v82-scroll-indicator i{
  display:block;
  width:1px;
  height:34px;
  background:linear-gradient(var(--v8-blue),transparent);
  animation:v82-scroll-pulse 1.8s ease-in-out infinite;
}

@keyframes v82-scroll-pulse{
  0%,100%{opacity:.35;transform:scaleY(.55);transform-origin:top}
  50%{opacity:1;transform:scaleY(1)}
}

@media(max-width:749px){
  .v82-video-hero{
    min-height:var(--v82-hero-mobile-height);
  }

  .v82-video-hero__video--desktop{
    display:none;
  }

  .v82-video-hero__video--mobile{
    display:block;
  }

  .v82-video-hero__overlay{
    background:rgba(0,0,0,var(--v82-overlay-opacity));
  }

  .v82-video-hero__content{
    padding-top:45px;
    padding-bottom:85px;
    justify-content:center!important;
    text-align:center!important;
  }

  .v82-video-hero__content-inner{
    display:flex;
    flex-direction:column;
    align-items:center!important;
  }

  .v82-video-control{
    left:14px;
    bottom:14px;
  }

  .v82-video-control [data-v82-video-control-label]{
    display:none;
  }

  .v82-scroll-indicator{
    right:10px;
    width:34px;
    min-height:130px;
    border:1px solid rgba(255,255,255,.13);
  }
}

@media(prefers-reduced-motion:reduce){
  .v82-video-hero__video{
    display:none!important;
  }

  .v82-scroll-indicator i{
    animation:none;
  }
}


/* =========================
   MIOVERSE V8.3 CLEANUP
   ========================= */
.v83-footer__logo{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-height:96px;
}

.v83-footer__logo-image{
  width:240px;
  max-width:min(100%,32vw);
  height:auto;
  max-height:112px;
  display:block;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 0 20px rgba(42,127,255,.08));
}

.v83-footer__tagline{
  color:var(--muted);
  max-width:430px;
  margin-top:26px;
  font-size:clamp(18px,1.6vw,26px);
  line-height:1.55;
}

.v83-support-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

.v83-support-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.v6-support-card:hover .v83-support-icon{
  color:var(--v8-blue-soft);
  filter:drop-shadow(0 0 12px rgba(42,127,255,.32));
}

@media(max-width:749px){
  .v83-footer__logo-image{
    width:190px;
    max-width:70vw;
  }

  .v83-footer__tagline{
    font-size:18px;
  }
}


/* =========================
   MIOVERSE V8.4.1 FOOTER SOCIALS
   ========================= */
.v84-footer__grid{
  align-items:flex-start;
}
.v84-footer__brand{
  position:relative;
}
.v84-footer__contact{
  margin-top:24px;
  display:grid;
  gap:6px;
}
.v84-footer__contact span{
  color:#666;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}
.v84-footer__contact a{
  font-size:18px;
  color:#fff;
  text-decoration:none;
}
.v84-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.v84-footer__socials a{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:radial-gradient(circle at 50% 50%,rgba(42,127,255,.15),rgba(42,127,255,.04) 45%,rgba(255,255,255,.02) 72%,transparent 100%), #070707;
  box-shadow:0 0 0 1px rgba(255,255,255,.02), 0 0 28px rgba(42,127,255,.08);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.v84-footer__socials a:hover{
  transform:translateY(-2px);
  border-color:rgba(107,169,255,.65);
  box-shadow:0 0 36px rgba(42,127,255,.18);
}
.v84-footer__socials svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.v84-footer__socials a[aria-label="Facebook"] svg{
  fill:#fff;
  stroke:none;
}
@media(max-width:749px){
  .v84-footer__contact a{
    font-size:16px;
    word-break:break-word;
  }
  .v84-footer__socials a{
    width:44px;
    height:44px;
  }
}


/* =========================
   MIOVERSE V8.4.2 SUPPORT REFINEMENT
   ========================= */
.v6-support__cards{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:1120px;
  margin:28px 0 0;
}

.v6-support-card{
  min-height:260px;
}

.v6-support__faq-preview .button{
  display:none;
}

@media(max-width:990px){
  .v6-support__cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
  }
}

@media(max-width:749px){
  .v6-support__cards{
    grid-template-columns:1fr;
  }
}


/* =========================
   MIOVERSE V8.4.3 POLISH
   ========================= */

/* Compact support cards */
.v6-support__cards{
  max-width:1180px;
  margin:24px auto 0;
  gap:16px;
}

.v6-support-card{
  min-height:190px;
  padding:24px 26px;
  grid-template-columns:auto 1fr auto;
  grid-template-rows:1fr;
  align-items:center;
  gap:22px;
}

.v6-support-card__icon{
  align-self:flex-start;
  margin-top:2px;
}

.v6-support-card > div:not(.v6-support-card__icon){
  align-self:center;
}

.v6-support-card h3{
  font-size:clamp(22px,2.1vw,30px);
  margin:7px 0 8px;
}

.v6-support-card p{
  margin:0;
  max-width:520px;
}

.v6-support-card > b{
  align-self:end;
  font-size:25px;
  transition:transform .2s ease;
}

.v6-support-card:hover > b{
  transform:translateX(5px);
}

/* Footer social layout */
.v84-footer__socials{
  display:grid;
  grid-template-columns:repeat(4,minmax(90px,1fr));
  gap:12px;
  max-width:520px;
  margin-top:24px;
}

.v84-footer__socials a{
  width:auto;
  height:auto;
  min-height:76px;
  padding:14px 12px;
  border-radius:14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.v84-footer__socials a span{
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#858585;
}

.v84-footer__socials a:hover span{
  color:#fff;
}

.v84-footer__socials a[data-social-placeholder]{
  opacity:.72;
}

.v84-footer__socials a[data-social-placeholder]:hover{
  opacity:1;
}

@media(max-width:990px){
  .v6-support-card{
    min-height:180px;
  }

  .v84-footer__socials{
    grid-template-columns:repeat(2,minmax(120px,1fr));
    max-width:420px;
  }
}

@media(max-width:749px){
  .v6-support-card{
    grid-template-columns:auto 1fr;
    min-height:165px;
    padding:21px 20px;
  }

  .v6-support-card > b{
    grid-column:2;
    justify-self:start;
  }

  .v84-footer__socials{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:100%;
  }
}


/* =========================
   MIOVERSE V8.4.4 SOCIAL COLOR POLISH
   ========================= */
.v84-footer__socials a{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    #070707;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 0 1px rgba(255,255,255,.02);
}

.v84-footer__socials a::before{
  content:"";
  position:absolute;
  inset:auto 12% -28px 12%;
  height:54px;
  border-radius:999px;
  opacity:.78;
  filter:blur(24px);
  z-index:0;
  transition:opacity .22s ease, transform .22s ease;
}

.v84-footer__socials a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.04), transparent 35%);
  opacity:.55;
  pointer-events:none;
}

.v84-footer__socials a > *{
  position:relative;
  z-index:1;
}

.v84-footer__socials a[data-network="instagram"]{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 22px rgba(255,77,145,.08);
}
.v84-footer__socials a[data-network="instagram"]::before{
  background:linear-gradient(90deg, rgba(255,77,145,.55), rgba(255,154,77,.42));
}
.v84-footer__socials a[data-network="instagram"] svg{
  stroke:#ff5c96;
}
.v84-footer__socials a[data-network="instagram"]:hover{
  border-color:rgba(255,108,162,.5);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 34px rgba(255,77,145,.18);
}

.v84-footer__socials a[data-network="facebook"]{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 22px rgba(55,120,255,.08);
}
.v84-footer__socials a[data-network="facebook"]::before{
  background:linear-gradient(90deg, rgba(45,111,255,.58), rgba(92,167,255,.42));
}
.v84-footer__socials a[data-network="facebook"] svg{
  fill:#4c83ff;
}
.v84-footer__socials a[data-network="facebook"]:hover{
  border-color:rgba(82,132,255,.5);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 34px rgba(55,120,255,.18);
}

.v84-footer__socials a[data-network="tiktok"]{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 22px rgba(54,234,255,.08);
}
.v84-footer__socials a[data-network="tiktok"]::before{
  background:linear-gradient(90deg, rgba(44,231,255,.48), rgba(255,57,118,.35));
}
.v84-footer__socials a[data-network="tiktok"] svg{
  stroke:#7ceeff;
}
.v84-footer__socials a[data-network="tiktok"]:hover{
  border-color:rgba(89,236,255,.5);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 34px rgba(54,234,255,.16);
}

.v84-footer__socials a[data-network="x"]{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 22px rgba(255,255,255,.05);
}
.v84-footer__socials a[data-network="x"]::before{
  background:linear-gradient(90deg, rgba(154,154,154,.38), rgba(255,255,255,.2));
}
.v84-footer__socials a[data-network="x"] svg{
  stroke:#f2f2f2;
}
.v84-footer__socials a[data-network="x"]:hover{
  border-color:rgba(255,255,255,.3);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(255,255,255,.02),
    0 0 34px rgba(255,255,255,.10);
}

.v84-footer__socials a:hover::before{
  opacity:1;
  transform:translateY(-3px) scale(1.03);
}

.v84-footer__socials a span{
  color:#c8ccd3;
}


/* =========================
   MIOVERSE V8.4.5 PREMIUM FOOTER
   ========================= */
.v845-footer{
  padding:58px 0 24px;
}

.v845-footer__main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,470px);
  align-items:end;
  gap:48px;
  padding:22px 0 30px;
  border-top:1px solid rgba(255,255,255,.08);
}

.v845-footer__left{
  min-width:0;
}

.v845-footer__right{
  justify-self:end;
  width:min(100%,470px);
  display:grid;
  gap:22px;
  justify-items:end;
  text-align:right;
}

.v845-footer .v83-footer__logo-image{
  width:220px;
  max-width:min(100%,26vw);
  max-height:92px;
  filter:drop-shadow(0 0 18px rgba(42,127,255,.08));
}

.v845-footer .v83-footer__tagline{
  max-width:480px;
  margin-top:20px;
  font-size:clamp(17px,1.4vw,22px);
  line-height:1.55;
}

.v845-footer .v84-footer__contact{
  margin-top:0;
  gap:8px;
  justify-items:end;
}

.v845-footer .v84-footer__contact span{
  color:#737884;
  font-size:11px;
  letter-spacing:.16em;
}

.v845-footer .v84-footer__contact a{
  font-size:clamp(19px,1.5vw,24px);
  font-weight:700;
  letter-spacing:-.02em;
}

.v845-footer .v84-footer__socials{
  display:grid;
  grid-template-columns:repeat(4,minmax(88px,1fr));
  gap:10px;
  width:100%;
  max-width:440px;
  margin-top:0;
}

.v845-footer .v84-footer__socials a{
  min-height:72px;
  padding:12px 10px 11px;
  border-radius:16px;
  backdrop-filter:blur(10px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
    linear-gradient(180deg, rgba(9,12,18,.92), rgba(7,10,15,.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.03);
}

.v845-footer .v84-footer__socials a::before{
  inset:auto 14% -20px 14%;
  height:42px;
  filter:blur(20px);
}

.v845-footer .v84-footer__socials a::after{
  opacity:.72;
}

.v845-footer .v84-footer__socials svg{
  width:21px;
  height:21px;
}

.v845-footer .v84-footer__socials a span{
  font-size:9px;
  letter-spacing:.13em;
}

.v845-footer__menus{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  padding:8px 0 10px;
}

.v845-footer__menus .v83-footer__menu h3{
  margin:0 0 12px;
  font-size:12px;
  color:#cdd3de;
}

.v845-footer__menus .v83-footer__menu li{
  margin:8px 0;
}

.v845-footer .footer-bottom{
  width:100%;
  padding-top:22px;
  margin-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}

@media(max-width:990px){
  .v845-footer__main{
    grid-template-columns:1fr;
    gap:30px;
    align-items:start;
  }

  .v845-footer__right{
    justify-self:start;
    justify-items:start;
    text-align:left;
    width:100%;
    max-width:100%;
  }

  .v845-footer .v84-footer__contact{
    justify-items:start;
  }

  .v845-footer .v84-footer__socials{
    max-width:440px;
  }

  .v845-footer__menus{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:749px){
  .v845-footer{
    padding:42px 0 22px;
  }

  .v845-footer__main{
    padding:16px 0 24px;
    gap:24px;
  }

  .v845-footer .v83-footer__logo-image{
    width:185px;
    max-width:58vw;
  }

  .v845-footer .v83-footer__tagline{
    font-size:17px;
    max-width:330px;
  }

  .v845-footer .v84-footer__contact a{
    font-size:18px;
    word-break:break-word;
  }

  .v845-footer .v84-footer__socials{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:100%;
  }

  .v845-footer .v84-footer__socials a{
    min-height:68px;
  }

  .v845-footer__menus{
    grid-template-columns:1fr;
  }

  .v845-footer .footer-bottom{
    display:grid;
    gap:8px;
  }
}


/* =========================
   MIOVERSE V8.5 CATALOG DIRECTORY
   ========================= */
.v85-catalog{
  padding:72px 0 110px;
}

.v85-catalog__header{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,520px);
  gap:38px;
  align-items:end;
  padding-bottom:36px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.v85-catalog__header h1{
  margin:0;
  font-size:clamp(58px,9vw,124px);
  line-height:.82;
  letter-spacing:-.065em;
  text-transform:uppercase;
}

.v85-catalog__header p{
  margin:0;
  color:#929292;
  font-size:18px;
  line-height:1.7;
}

.v85-catalog__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  grid-auto-flow:dense;
}

.v85-category-card{
  min-height:440px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:#080808;
  isolation:isolate;
}

.v85-category-card--wide{
  grid-column:span 2;
  min-height:510px;
}

.v85-category-card__media,
.v85-category-card__media img,
.v85-category-card__media svg,
.v85-category-card__shade{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.v85-category-card__media img{
  object-fit:cover;
  filter:saturate(.78) contrast(1.05);
  transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .35s ease;
}

.v85-category-card__media svg{
  background:#111;
}

.v85-category-card__shade{
  background:
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18) 45%,rgba(0,0,0,.92)),
    linear-gradient(90deg,rgba(3,3,3,.35),transparent 55%);
}

.v85-category-card__content{
  position:absolute;
  inset:auto 0 0;
  z-index:2;
  padding:30px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
}

.v85-category-card__content span{
  color:#9a9a9a;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.v85-category-card__content h2{
  margin:7px 0 8px;
  font-size:clamp(38px,5vw,72px);
  line-height:.9;
  text-transform:uppercase;
}

.v85-category-card__content p{
  margin:0;
  color:#ababab;
  max-width:560px;
  line-height:1.6;
}

.v85-category-card__content b{
  white-space:nowrap;
  font-size:13px;
  text-transform:uppercase;
}

.v85-category-card:hover{
  border-color:rgba(107,169,255,.55);
  box-shadow:0 0 34px rgba(42,127,255,.10);
}

.v85-category-card:hover .v85-category-card__media img{
  transform:scale(1.045);
  filter:saturate(.9) contrast(1.08);
}

.v85-catalog__all{
  margin:18px 0 0;
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:26px 30px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 80% 50%,rgba(42,127,255,.10),transparent 32%),
    #060606;
}

.v85-catalog__all h2{
  margin:0;
  font-size:clamp(30px,4vw,50px);
}

.v85-catalog__products{
  padding-top:76px;
  scroll-margin-top:120px;
}

.v85-catalog__products .section-heading > span{
  color:#888;
}

@media(max-width:990px){
  .v85-catalog__header{
    grid-template-columns:1fr;
  }

  .v85-category-card{
    min-height:390px;
  }

  .v85-category-card--wide{
    min-height:440px;
  }
}

@media(max-width:749px){
  .v85-catalog{
    padding:48px 0 78px;
  }

  .v85-catalog__header h1{
    font-size:58px;
  }

  .v85-catalog__grid{
    grid-template-columns:1fr;
  }

  .v85-category-card,
  .v85-category-card--wide{
    grid-column:auto;
    min-height:390px;
  }

  .v85-category-card__content{
    display:block;
    padding:22px 20px;
  }

  .v85-category-card__content h2{
    font-size:43px;
  }

  .v85-category-card__content b{
    display:block;
    margin-top:18px;
  }

  .v85-catalog__all{
    display:block;
    padding:24px 20px;
  }

  .v85-catalog__all .button{
    margin-top:18px;
    width:100%;
  }
}


/* =========================
   MIOVERSE V8.5.3 SUPPORT SHIELD
   ========================= */
.v853-support-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:10px;
}

.v853-support-title h1{
  margin:0;
}

.v853-support-title__icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(42,127,255,.20), rgba(42,127,255,.06) 48%, transparent 78%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    #07090d;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 28px rgba(42,127,255,.10);
  flex-shrink:0;
}

.v853-support-title__icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:#8ebdff;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:749px){
  .v853-support-title{
    gap:12px;
  }

  .v853-support-title__icon{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .v853-support-title__icon svg{
    width:22px;
    height:22px;
  }
}


/* =========================
   MIOVERSE V8.6 CONNECTED EDITION
   ========================= */
.mv-size-guide-page-link{
  display:inline-block;
  color:var(--v8-blue-soft);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  text-decoration:underline;
  text-underline-offset:4px;
}

.v85-category-card[href="#"]{
  pointer-events:none;
  opacity:.65;
}

.v8-menu__footer a:hover{
  color:var(--v8-blue-soft);
}


/* =========================
   MIOVERSE V8.6.1 FIXES
   ========================= */
.v861-footer .v83-footer__logo-image{
  width:var(--v861-footer-logo-width,340px);
  max-width:min(100%,40vw);
  max-height:160px;
}

@media(max-width:749px){
  .v861-footer .v83-footer__logo-image{
    width:min(var(--v861-footer-logo-width,260px),70vw);
    max-width:70vw;
    max-height:125px;
  }
}


/* =========================
   MIOVERSE V8.6.5 HOMEPAGE FOCUS
   ========================= */
.template-index .v8-universe{
  padding-top:58px;
  padding-bottom:54px;
}

.template-index .v8-universe + .section,
.template-index .v8-universe + section{
  padding-top:42px;
}

@media(max-width:749px){
  .template-index .v8-universe{
    padding-top:44px;
    padding-bottom:42px;
  }
}


/* =========================
   MIOVERSE V8.6.7 PRODUCT OPTIONS
   ========================= */
.mv-product-details-strip--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.mv-product-details-strip--two > div:nth-child(2){
  border-right:0;
}

@media(max-width:749px){
  .mv-product-details-strip--two{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   MIOVERSE V8.7 — CART, CONVERSION & REVIEW REBUILD
   ========================================================== */

/* Remove legacy wishlist remnants */
.wishlist,.product-card__wish,.mv-wishlist-button{display:none!important}
.product-card__quick-actions{grid-template-columns:1fr!important}

/* Correct tile overlay and hover if section is reused elsewhere */
.gender-tile{overflow:hidden;background-size:cover!important;transition:transform .35s ease}
.gender-tile::before{inset:0!important;border-radius:inherit}
.gender-tile:hover{transform:translateY(-3px)}
.gender-tile:hover::after{transform:scale(1.05)}

/* Product purchase */
.mv-purchase-row{grid-template-columns:112px 1fr!important}
.mv-buy-now-button{width:100%;margin-top:10px;background:transparent!important;border:1px solid #fff!important;color:#fff!important}
.mv-buy-now-button:hover{background:#fff!important;color:#050505!important}

/* Product accordion */
.mv-product-accordion details{overflow:hidden}
.mv-product-accordion summary{list-style:none}
.mv-product-accordion summary::-webkit-details-marker{display:none}
.mv-accordion-toggle{width:24px;height:24px;display:grid;place-items:center}
.mv-accordion-toggle b{font-size:19px;font-weight:400;line-height:1}
.mv-accordion-minus{display:none}
.mv-product-accordion details[open] .mv-accordion-plus{display:none}
.mv-product-accordion details[open] .mv-accordion-minus{display:block}

/* Drawer */
.mv-cart-drawer{width:min(500px,100%);padding:0;display:flex;flex-direction:column;overflow:hidden}
.mv-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid #232323;background:#090909}
.mv-cart-drawer__head h2{margin:4px 0 0;font-size:25px}
.mv-cart-drawer__head h2 span{font-size:14px;color:#858585;font-weight:600}
.mv-cart-drawer__body{padding:0 24px 30px;overflow-y:auto;overscroll-behavior:contain}
.mv-cart-lines{display:flex;flex-direction:column}
.mv-cart-line{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:13px;padding:17px 0;border-bottom:1px solid #242424}
.mv-cart-line__image{width:76px;height:76px;border-radius:12px;overflow:hidden;background:#141414}
.mv-cart-line__image img{width:100%;height:100%;object-fit:cover;border-radius:0}
.mv-cart-line__info{min-width:0}
.mv-cart-line__title{display:block;font-size:13px;font-weight:800;line-height:1.35;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv-cart-line__variant{font-size:11px;color:#858585;margin-top:4px}
.mv-cart-line__price{font-size:13px;font-weight:800;margin-top:7px}
.mv-cart-line__controls{display:flex;align-items:center;gap:10px;margin-top:9px}
.mv-cart-line__total{font-size:12px;font-weight:800;white-space:nowrap}
.mv-cart-qty{display:inline-grid;grid-template-columns:30px 32px 30px;align-items:center;border:1px solid #303030;border-radius:9px;overflow:hidden;background:#0d0d0d}
.mv-cart-qty button{height:30px;border:0;background:none;color:#fff;cursor:pointer;font-size:15px}
.mv-cart-qty span{height:30px;display:grid;place-items:center;border-left:1px solid #252525;border-right:1px solid #252525;font-size:11px;font-weight:800}
.mv-trash-button{width:31px;height:31px;border:1px solid rgba(255,70,70,.35);background:rgba(255,50,50,.08);color:#ff5b5b;border-radius:8px;display:grid;place-items:center;cursor:pointer}
.mv-trash-button svg,.mv-clear-cart svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mv-trash-button:hover,.mv-clear-cart:hover{background:#ff4f4f;color:#fff;border-color:#ff4f4f}
.mv-cart-drawer__summary{border-top:1px solid #262626;border-bottom:1px solid #262626;margin-top:18px;padding:15px 0;display:grid;gap:9px}
.mv-cart-drawer__summary>div{display:flex;justify-content:space-between;font-size:13px}
.mv-cart-drawer__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}
.mv-cart-drawer__actions .button{min-height:49px;padding-inline:10px;font-size:11px}
.mv-cart-empty{padding:80px 10px;text-align:center}
.mv-cart-empty__icon{font-size:36px;color:#388dff;margin-bottom:14px}

/* Shipping progress */
.mv-shipping-progress{margin:18px 0 0}
.mv-shipping-progress p{font-size:12px;color:#aaa;margin:0 0 9px}
.mv-shipping-progress>div{height:6px;background:#242424;border-radius:999px;overflow:hidden}
.mv-shipping-progress>div span{height:100%;display:block;background:linear-gradient(90deg,#1b68ff,#6ba8ff);border-radius:999px}

/* Drawer recommendations */
.mv-drawer-recommendations{margin-top:27px;padding-top:23px;border-top:1px solid #282828}
.mv-drawer-recommendations__head h3{font-size:18px;margin:4px 0 15px}
.mv-drawer-recommendations__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mv-drawer-product{display:grid;grid-template-columns:66px minmax(0,1fr);gap:9px;padding:8px;border:1px solid #242424;border-radius:12px;background:#101010}
.mv-drawer-product>a{width:66px;height:66px;overflow:hidden;border-radius:8px}
.mv-drawer-product img{width:100%;height:100%;object-fit:cover}
.mv-drawer-product>div{min-width:0}
.mv-drawer-product strong{display:block;font-size:9px;line-height:1.3;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv-drawer-product span{display:block;font-size:10px;color:#aaa;margin-top:4px}
.mv-drawer-product button{margin-top:7px;border:0;border-radius:6px;background:#fff;color:#050505;font-size:9px;font-weight:900;text-transform:uppercase;padding:6px 10px;cursor:pointer}

/* Payment icons */
.mv-payment-trust{text-align:center;margin-top:18px;padding-top:17px;border-top:1px solid #242424}
.mv-payment-trust>span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#aaa}
.mv-payment-icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;margin-top:10px}
.mv-payment-icons svg{height:24px;width:auto;max-width:42px}
.mv-payment-trust small{display:block;color:#6f6f6f;font-size:9px;line-height:1.5;margin-top:9px}

/* Cart page */
.mv-cart-page{padding:70px 0 90px}
.mv-cart-page__header{display:flex;justify-content:space-between;align-items:end;padding-bottom:23px;border-bottom:1px solid #252525}
.mv-cart-page__header h1{font-size:clamp(38px,6vw,72px);margin:3px 0 0;text-transform:uppercase}
.mv-clear-cart{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,70,70,.35);background:rgba(255,50,50,.06);color:#ff5b5b;border-radius:10px;padding:10px 13px;font-weight:800;cursor:pointer}
.mv-cart-page__layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:42px;margin-top:30px;align-items:start}
.mv-cart-page__items{border-top:1px solid #252525}
.mv-cart-page-line{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;padding:20px 0;border-bottom:1px solid #252525}
.mv-cart-page-line__image{width:112px;height:112px;border-radius:14px;overflow:hidden;background:#121212}
.mv-cart-page-line__image img{width:100%;height:100%;object-fit:cover}
.mv-cart-page-line__content{min-width:0}
.mv-cart-page-line__top{display:flex;justify-content:space-between;gap:20px}
.mv-cart-page-line__title{font-size:17px;font-weight:900;text-transform:uppercase}
.mv-cart-page-line__variant{color:#858585;font-size:12px;margin-top:5px}
.mv-cart-page-line__price{font-size:14px;font-weight:800;margin-top:9px}
.mv-cart-page-line__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px}
.mv-cart-summary-card{position:sticky;top:110px;border:1px solid #292929;border-radius:18px;background:#0d0d0d;padding:24px}
.mv-cart-summary-card__row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #232323;font-size:13px}
.mv-cart-summary-card__total{font-size:18px}
.mv-cart-summary-card>p{color:#777;font-size:10px;line-height:1.5}
.mv-cart-summary-card .button{width:100%;margin-top:10px}
.mv-cart-recommendations{margin-top:75px}
.mv-cart-page-empty{padding:100px 20px;text-align:center}
.mv-trash-button--page{width:38px;height:38px}

/* Support payments */
.mv-support-payments{margin-top:55px;padding:28px;border:1px solid #282828;border-radius:18px;background:#0d0d0d;display:flex;align-items:center;justify-content:space-between;gap:30px}
.mv-support-payments h2{margin:4px 0 5px}
.mv-support-payments p{color:#777;margin:0;max-width:560px}
.mv-support-payments .mv-payment-icons{justify-content:flex-end;margin:0}

/* Add-to-cart animation */
.mv-cart-flyer{position:fixed;z-index:9999;pointer-events:none;border-radius:12px;object-fit:cover;box-shadow:0 15px 50px rgba(0,0,0,.55);transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .65s}

/* Feedback */
.mv-cart-toast{position:fixed;right:24px;bottom:24px;z-index:150;background:#fff;color:#050505;border-radius:10px;padding:12px 16px;font-size:12px;font-weight:900;transform:translateY(20px);opacity:0;transition:.25s}
.mv-cart-toast.is-visible{transform:none;opacity:1}

@media(max-width:900px){
  .mv-cart-page__layout{grid-template-columns:1fr}
  .mv-cart-summary-card{position:static}
}
@media(max-width:749px){
  .mv-cart-drawer__head{padding:18px}
  .mv-cart-drawer__body{padding:0 18px 24px}
  .mv-cart-line{grid-template-columns:68px minmax(0,1fr) auto}
  .mv-cart-line__image{width:68px;height:68px}
  .mv-cart-drawer__actions{grid-template-columns:1fr}
  .mv-drawer-recommendations__grid{grid-template-columns:1fr}
  .mv-cart-page{padding-top:40px}
  .mv-cart-page__header{align-items:start}
  .mv-cart-page__header h1{font-size:38px}
  .mv-clear-cart{font-size:0;padding:10px}
  .mv-cart-page-line{grid-template-columns:84px minmax(0,1fr)}
  .mv-cart-page-line__image{width:84px;height:84px}
  .mv-cart-page-line__title{font-size:13px}
  .mv-support-payments{flex-direction:column;align-items:flex-start}
  .mv-support-payments .mv-payment-icons{justify-content:flex-start}
}

/* MIOVERSE V8.7.1 — CONTACT & PRODUCT SUGGESTIONS */
.mv-contact-form__intro{margin-bottom:24px;max-width:760px}
.mv-contact-form__intro h2{margin:6px 0 10px;font-size:clamp(28px,4vw,48px);line-height:1.05;text-transform:uppercase}
.mv-contact-form__intro p{color:#9a9a9a;line-height:1.7;max-width:680px}
.mv-contact-field{display:grid;gap:8px;margin-bottom:16px}
.mv-contact-field label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#cfcfcf}
.mv-contact-field select{width:100%;min-height:50px;border:1px solid #303030;border-radius:10px;background:#0d0d0d;color:#fff;padding:0 14px;font:inherit}
.mv-contact-field select:focus{outline:1px solid #4b91ff;border-color:#4b91ff}
.mv-contact-suggestion-note{margin:8px 0 18px;color:#777;font-size:11px;line-height:1.6}

/* MIOVERSE V8.7.2 — CONTACT FORM + HOMEPAGE REPAIR */
.v6-contact-form .mv-contact-field--full{grid-column:1 / -1}
.v6-contact-form .mv-contact-field--full select{width:100%}


/* ==========================================================
   MIOVERSE V8.7.3 — INLINE PRODUCT-CARD CART CONTROLS
   ========================================================== */
.mv-card-cart-actions{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  margin-top:12px;
  min-height:38px;
}

.mv-card-cart-add{
  min-width:38px;
  height:38px;
  padding:0 12px;
  border:1px solid #303030;
  border-radius:10px;
  background:#101010;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  font:inherit;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:background .2s,border-color .2s,transform .2s;
}

.mv-card-cart-add svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.mv-card-cart-add:hover{
  background:#fff;
  color:#050505;
  border-color:#fff;
  transform:translateY(-1px);
}

.mv-card-cart-add.is-loading{
  pointer-events:none;
  opacity:.55;
}

.mv-card-cart-add.is-sold-out{
  cursor:not-allowed;
  opacity:.45;
}

.mv-card-cart-qty{
  display:grid;
  grid-template-columns:36px 38px 36px;
  align-items:center;
  height:38px;
  border:1px solid #303030;
  border-radius:10px;
  overflow:hidden;
  background:#101010;
}

.mv-card-cart-qty[hidden]{
  display:none!important;
}

.mv-card-cart-qty button{
  height:100%;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:16px;
  transition:background .2s;
}

.mv-card-cart-qty button:hover{
  background:#202020;
}

.mv-card-cart-qty span{
  height:100%;
  display:grid;
  place-items:center;
  border-left:1px solid #292929;
  border-right:1px solid #292929;
  font-size:11px;
  font-weight:900;
}

.product-card__meta{
  align-items:center;
}

@media(max-width:749px){
  .mv-card-cart-add{
    width:38px;
    padding:0;
  }

  .mv-card-cart-add span{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
  }

  .mv-card-cart-qty{
    grid-template-columns:32px 34px 32px;
    height:36px;
  }
}

/* MIOVERSE V8.7.4 — HOMEPAGE RECOVERY */
.template-index main{
  display:block;
  min-height:40vh;
}

/* MIOVERSE V8.7.5 — HOME ROUTE + LOGO RECOVERY */
.v875-header-wordmark{
  display:inline-block;
  color:#fff;
  font-size:20px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1;
}

/* MIOVERSE V8.7.6 — SELF-CONTAINED HOMEPAGE */
.mv-home-hero{position:relative;min-height:72vh;display:flex;align-items:end;overflow:hidden;background:radial-gradient(circle at 50% 20%,#10254a 0,#05080e 42%,#020202 75%)}
.mv-home-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mv-home-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.82))}
.mv-home-hero__content{position:relative;z-index:1;width:100%;padding-top:160px;padding-bottom:78px}
.mv-home-hero h1{font-size:clamp(50px,9vw,132px);line-height:.88;text-transform:uppercase;max-width:980px;margin:10px 0 22px}
.mv-home-hero p{max-width:650px;color:#b0b0b0;font-size:18px;line-height:1.65}
.mv-home-hero__actions{display:flex;gap:12px;margin-top:27px;flex-wrap:wrap}
.mv-home-trust{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #222;border-bottom:1px solid #222;background:#080808}
.mv-home-trust div{text-align:center;padding:17px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;border-right:1px solid #222}
.mv-home-trust div:last-child{border-right:0}
.mv-home-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mv-home-category-grid a{min-height:230px;padding:24px;border:1px solid #282828;border-radius:18px;background:linear-gradient(145deg,#131313,#050505);display:flex;flex-direction:column;justify-content:flex-end;transition:.25s}
.mv-home-category-grid a:hover{transform:translateY(-4px);border-color:#377de8;box-shadow:0 20px 60px rgba(20,80,180,.14)}
.mv-home-category-grid span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#6fa7ff;font-weight:900}
.mv-home-category-grid strong{font-size:clamp(28px,4vw,50px);text-transform:uppercase;margin-top:6px}
.mv-home-story__card{border:1px solid #292929;border-radius:22px;background:radial-gradient(circle at 70% 20%,rgba(29,91,191,.22),transparent 42%),#0a0a0a;padding:clamp(38px,7vw,90px)}
.mv-home-story__card h2{font-size:clamp(44px,8vw,100px);text-transform:uppercase;line-height:.92;margin:10px 0 20px}
.mv-home-story__card p{max-width:650px;color:#999;line-height:1.7;margin-bottom:26px}
@media(max-width:749px){.mv-home-trust{grid-template-columns:repeat(2,1fr)}.mv-home-category-grid{grid-template-columns:1fr}.mv-home-hero{min-height:68vh}.mv-home-hero__content{padding-bottom:48px}.mv-home-hero p{font-size:15px}}

/* MIOVERSE V8.7.8 — STABLE HOMEPAGE REVIEWS */
.template-index .reviews .review{
  min-height:unset;
}
.template-index .reviews .review blockquote{
  margin-bottom:18px;
}


/* ==========================================================
   MIOVERSE V8.7.11 — COMPACT COLLECTION LAYOUT
   ========================================================== */
.template-collection .collection-hero,
.template-collection .mv-collection-hero-compact{
  min-height:260px!important;
  padding:70px 24px 54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.template-collection .collection-hero .page-width,
.template-collection .mv-collection-hero-compact .page-width{
  width:100%;
}

.template-collection .collection-hero__content,
.template-collection .collection-hero__inner,
.template-collection .collection-header{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}

.template-collection .collection-hero h1,
.template-collection .collection-title,
.template-collection .collection-header h1{
  font-size:clamp(48px,7vw,88px)!important;
  line-height:.92!important;
  margin:10px 0 0!important;
  letter-spacing:-.045em!important;
}

.template-collection .collection-page,
.template-collection .mv-collection-compact{
  padding-top:34px!important;
}

.template-collection .collection-page .page-width,
.template-collection .mv-collection-compact .page-width{
  max-width:1500px!important;
}

.template-collection .collection-toolbar,
.template-collection .collection-controls,
.template-collection .collection-layout{
  margin-top:0!important;
}

.template-collection .collection-content,
.template-collection .collection-grid-wrapper,
.template-collection .collection-main{
  padding-top:18px!important;
}

.template-collection .collection-layout{
  gap:34px!important;
  align-items:start!important;
}

.template-collection .collection-sidebar{
  margin-top:0!important;
}

.template-collection .collection-grid{
  margin-top:0!important;
}

.template-collection .collection-count,
.template-collection .products-count{
  margin-bottom:16px!important;
}

@media(max-width:989px){
  .template-collection .collection-hero,
  .template-collection .mv-collection-hero-compact{
    min-height:210px!important;
    padding:54px 20px 40px!important;
  }

  .template-collection .collection-page,
  .template-collection .mv-collection-compact{
    padding-top:24px!important;
  }
}

@media(max-width:749px){
  .template-collection .collection-hero,
  .template-collection .mv-collection-hero-compact{
    min-height:170px!important;
    padding:42px 18px 30px!important;
  }

  .template-collection .collection-hero h1,
  .template-collection .collection-title,
  .template-collection .collection-header h1{
    font-size:clamp(40px,14vw,58px)!important;
  }
}


/* ==========================================================
   MIOVERSE V8.7.12 — COLLECTION FILTER CLEANUP
   ========================================================== */
.template-collection .collection-hero{
  min-height:240px!important;
  padding:58px 24px 46px!important;
}

.template-collection .collection-hero__inner{
  text-align:center!important;
  max-width:760px!important;
  margin:0 auto!important;
}

.template-collection .collection-hero h1{
  font-size:clamp(48px,7vw,84px)!important;
  line-height:.92!important;
  margin:8px 0 0!important;
}

.template-collection .section{
  padding-top:30px!important;
}

.template-collection .collection-layout{
  gap:28px!important;
  align-items:start!important;
}

.template-collection .mv-collection-filters{
  border:1px solid #252525!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#0d0d0d,#090909)!important;
  overflow:hidden;
  padding:0!important;
  position:sticky;
  top:110px;
}

.template-collection .mv-collection-filters .filter-group{
  border-bottom:1px solid #202020;
  margin:0!important;
  padding:0!important;
}

.template-collection .mv-collection-filters .filter-group:last-of-type{
  border-bottom:0;
}

.template-collection .mv-collection-filters summary{
  min-height:56px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  list-style:none;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase;
  letter-spacing:.07em;
  color:#f4f4f4;
}

.template-collection .mv-collection-filters summary::-webkit-details-marker{
  display:none;
}

.template-collection .mv-collection-filters summary::after{
  content:"+";
  font-size:18px;
  font-weight:400;
  color:#6ea7ff;
}

.template-collection .mv-collection-filters details[open] summary::after{
  content:"−";
}

.template-collection .mv-collection-filters details[open] summary{
  background:#111;
}

.template-collection .mv-collection-filters .filter-option{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:0 18px;
  color:#b7b7b7;
  font-size:13px;
}

.template-collection .mv-collection-filters .filter-option:last-child{
  margin-bottom:14px;
}

.template-collection .mv-collection-filters input[type="checkbox"]{
  width:16px;
  height:16px;
  accent-color:#4c8fff;
}

.template-collection .mv-collection-filters .price-filter{
  padding:0 18px 18px;
}

.template-collection .mv-collection-filters .price-filter label{
  color:#b7b7b7;
}

.template-collection .mv-collection-filters input[type="number"]{
  background:#090909!important;
  border:1px solid #2d2d2d!important;
  color:#fff!important;
  border-radius:8px!important;
  min-height:42px!important;
  padding:0 10px!important;
}

.template-collection .mv-collection-filters .button{
  width:calc(100% - 36px);
  margin:16px 18px 18px;
  min-height:44px;
  border-radius:8px;
  font-size:11px;
}

.template-collection .collection-main{
  min-width:0;
}

.template-collection .collection-toolbar{
  margin-bottom:18px!important;
  padding-bottom:14px;
  border-bottom:1px solid #202020;
}

@media(max-width:989px){
  .template-collection .mv-collection-filters{
    position:static;
  }
}

@media(max-width:749px){
  .template-collection .collection-hero{
    min-height:170px!important;
    padding:40px 18px 30px!important;
  }

  .template-collection .section{
    padding-top:22px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.7.13 — UNIFIED SORT + FILTER PANEL
   ========================================================== */
.template-collection .mv-collection-filters::before{
  content:"Refine collection";
  display:block;
  padding:16px 18px;
  border-bottom:1px solid #202020;
  color:#7aaeff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.template-collection .mv-sort-filter__content{
  padding:0 18px 18px;
}

.template-collection .mv-sort-filter select{
  width:100%;
  min-height:44px;
  border:1px solid #2c2c2c;
  border-radius:8px;
  background:#090909;
  color:#fff;
  padding:0 12px;
  font:inherit;
  font-size:12px;
  font-weight:700;
}

.template-collection .mv-sort-filter select:focus{
  outline:1px solid #4c8fff;
  border-color:#4c8fff;
}

.template-collection .collection-toolbar{
  min-height:0!important;
  margin:0 0 16px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid #202020!important;
  display:flex!important;
  justify-content:flex-start!important;
}

.template-collection .collection-toolbar span{
  font-size:12px!important;
  color:#b8b8b8!important;
}


/* ==========================================================
   MIOVERSE V8.7.14 — PRICE SLIDER + FOCUSED FILTERS
   ========================================================== */
.template-collection .mv-filter-options{
  padding:0 18px 14px;
}

.template-collection .mv-filter-options .filter-option{
  padding:0!important;
  min-height:39px;
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}

.template-collection .mv-filter-options .filter-option small{
  color:#666;
  font-size:10px;
}

.template-collection .mv-price-slider{
  padding:2px 18px 20px;
}

.template-collection .mv-price-slider__values{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
  color:#777;
  font-size:11px;
}

.template-collection .mv-price-slider__values strong{
  color:#fff;
  font-size:15px;
}

.template-collection .mv-price-slider input[type="range"]{
  width:100%;
  height:5px;
  appearance:none;
  -webkit-appearance:none;
  border-radius:999px;
  background:linear-gradient(90deg,#4c8fff,#17243a);
  outline:none;
  cursor:pointer;
}

.template-collection .mv-price-slider input[type="range"]::-webkit-slider-thumb{
  appearance:none;
  -webkit-appearance:none;
  width:18px;
  height:18px;
  border-radius:50%;
  border:3px solid #080808;
  background:#fff;
  box-shadow:0 0 0 2px #4c8fff,0 0 18px rgba(76,143,255,.45);
}

.template-collection .mv-price-slider input[type="range"]::-moz-range-thumb{
  width:14px;
  height:14px;
  border-radius:50%;
  border:3px solid #080808;
  background:#fff;
  box-shadow:0 0 0 2px #4c8fff,0 0 18px rgba(76,143,255,.45);
}

.template-collection .mv-price-slider__scale{
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  color:#5f5f5f;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.06em;
}


/* ==========================================================
   MIOVERSE V8.7.15 — FOOTER LEGAL + RETURN CONTACT OPTIONS
   ========================================================== */
.v875-footer-legal{
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid #202020;
}

.v875-footer-legal__links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-top:12px;
}

.v875-footer-legal__links a{
  color:#929292;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.05em;
  transition:color .2s;
}

.v875-footer-legal__links a:hover{
  color:#fff;
}

.mv-contact-return-note{
  margin:16px 0 20px;
  padding:16px 18px;
  border:1px solid #2a2a2a;
  border-radius:10px;
  background:#0d0d0d;
}

.mv-contact-return-note strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.mv-contact-return-note p{
  margin:0;
  color:#8c8c8c;
  font-size:11px;
  line-height:1.6;
}

.mv-contact-return-note a{
  color:#6ea7ff;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:749px){
  .v875-footer-legal__links{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 16px;
  }
}


/* ==========================================================
   MIOVERSE V8.7.16 — NEON SOCIAL FOOTER
   ========================================================== */
.v876-footer-socials{
  display:flex!important;
  align-items:flex-start;
  justify-content:flex-end;
  gap:54px!important;
  flex-wrap:wrap;
  margin-top:26px;
}

.v876-footer-socials a{
  width:auto!important;
  min-width:86px;
  height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:15px;
  color:#8f919a;
  text-decoration:none;
  transition:transform .25s ease,color .25s ease;
}

.v876-footer-socials a:hover{
  transform:translateY(-4px) scale(1.03);
  background:transparent!important;
}

.v876-footer-socials a svg{
  width:64px!important;
  height:64px!important;
  display:block;
  fill:currentColor;
  stroke:currentColor;
  transition:filter .25s ease,transform .25s ease;
}

.v876-footer-socials a span,
.v876-footer-socials a small{
  color:#8f919a!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  line-height:1!important;
}

.v876-social--instagram{
  color:#ff4f9a!important;
}
.v876-social--instagram svg{
  filter:
    drop-shadow(0 0 7px rgba(255,79,154,.95))
    drop-shadow(0 0 18px rgba(255,79,154,.55));
}

.v876-social--tiktok{
  color:#ffffff!important;
}
.v876-social--tiktok svg{
  filter:
    drop-shadow(-4px 0 0 rgba(25,245,255,.9))
    drop-shadow(4px 0 0 rgba(255,63,139,.85))
    drop-shadow(0 0 12px rgba(25,245,255,.45))
    drop-shadow(0 0 16px rgba(255,63,139,.35));
}
.v876-social--tiktok span,
.v876-social--tiktok small{
  background:linear-gradient(90deg,#20f6ff 0%,#ffffff 50%,#ff4f9a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}

.v876-social--x{
  color:#f4f4f4!important;
}
.v876-social--x svg{
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.9))
    drop-shadow(0 0 17px rgba(255,255,255,.35));
}

.v876-social--facebook{
  color:#4d84ff!important;
}
.v876-social--facebook svg{
  filter:
    drop-shadow(0 0 7px rgba(77,132,255,.95))
    drop-shadow(0 0 18px rgba(77,132,255,.55));
}

.v876-footer-socials a:hover svg{
  transform:scale(1.08);
}

@media(max-width:900px){
  .v876-footer-socials{
    justify-content:flex-start;
    gap:34px!important;
  }
}

@media(max-width:749px){
  .v876-footer-socials{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 18px!important;
    width:100%;
  }

  .v876-footer-socials a{
    min-width:0;
  }

  .v876-footer-socials a svg{
    width:54px!important;
    height:54px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8 — PRODUCT DISCOVERY UPDATE
   ========================================================== */

/* Eye icon quick view */
.product-card{
  position:relative;
}

.mv-card-eye-action{
  position:absolute!important;
  top:14px;
  right:14px;
  z-index:5;
  width:auto!important;
  height:auto!important;
  opacity:0;
  transform:translateY(-4px);
  transition:opacity .22s ease,transform .22s ease;
  pointer-events:none;
}

.product-card:hover .mv-card-eye-action,
.product-card:focus-within .mv-card-eye-action{
  opacity:1;
  transform:none;
  pointer-events:auto;
}

.mv-card-eye-button{
  width:40px;
  height:40px;
  padding:0;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  background:rgba(5,5,5,.78);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 8px 24px rgba(0,0,0,.35);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}

.mv-card-eye-button:hover{
  background:#fff;
  color:#050505;
  border-color:#fff;
  transform:scale(1.06);
}

.mv-card-eye-button svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Smaller You May Also Like cards */
.mv-related-section{
  padding-top:54px!important;
  padding-bottom:58px!important;
}

.mv-related-section .section-heading{
  margin-bottom:24px!important;
}

.mv-related-section .product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  max-width:1180px;
  margin-inline:auto;
}

.mv-related-section .product-card{
  max-width:270px;
  width:100%;
  margin-inline:auto;
}

.mv-related-section .product-card__media{
  aspect-ratio:4 / 5;
  min-height:0!important;
}

.mv-related-section .product-card__body{
  padding:14px 2px 0!important;
}

.mv-related-section .product-card__vendor{
  font-size:9px!important;
}

.mv-related-section .product-card__title{
  font-size:12px!important;
  line-height:1.35!important;
  margin-top:5px!important;
}

.mv-related-section .price{
  font-size:12px!important;
}

.mv-related-section .product-card__swatches{
  display:none!important;
}

.mv-related-section .mv-card-cart-actions{
  margin-top:10px!important;
  justify-content:flex-start!important;
}

.mv-related-section .mv-card-cart-add{
  height:34px!important;
  min-width:34px!important;
  padding:0 10px!important;
  border-radius:8px!important;
  font-size:9px!important;
}

.mv-related-section .mv-card-cart-add svg{
  width:15px!important;
  height:15px!important;
}

.mv-related-section .mv-card-cart-qty{
  height:34px!important;
  grid-template-columns:30px 32px 30px!important;
  border-radius:8px!important;
}

/* Magnifying glass product zoom */
.mv-zoom-btn--icon{
  display:grid!important;
  place-items:center!important;
  padding:0!important;
}

.mv-zoom-btn--icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:989px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .mv-card-eye-action{
    opacity:1;
    transform:none;
    pointer-events:auto;
  }
}

@media(max-width:749px){
  .mv-related-section{
    padding-top:38px!important;
    padding-bottom:42px!important;
  }

  .mv-related-section .product-grid{
    gap:13px!important;
  }

  .mv-related-section .product-card{
    max-width:none;
  }

  .mv-related-section .mv-card-cart-add span{
    position:static!important;
    width:auto!important;
    height:auto!important;
    clip:auto!important;
    overflow:visible!important;
  }

  .mv-card-eye-button{
    width:36px;
    height:36px;
  }
}


/* ==========================================================
   MIOVERSE V8.8.1 — SOCIAL CLEANUP + PRODUCT LINK REPAIR
   ========================================================== */

/* Completely remove legacy social icon containers */
.v84-footer__socials.v876-footer-socials{
  display:flex!important;
  gap:54px!important;
  margin-top:26px!important;
}

.v84-footer__socials.v876-footer-socials a{
  width:auto!important;
  min-width:86px!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.v84-footer__socials.v876-footer-socials a::before,
.v84-footer__socials.v876-footer-socials a::after{
  display:none!important;
  content:none!important;
}

.v84-footer__socials.v876-footer-socials a:hover{
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}

/* Keep neon glow only on the actual icon */
.v84-footer__socials.v876-footer-socials a svg{
  overflow:visible!important;
}

/* Repair product-card click area */
.product-card .mv-card-eye-action{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  bottom:auto!important;
  left:auto!important;
  width:40px!important;
  height:40px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  z-index:8!important;
  pointer-events:none!important;
}

.product-card .mv-card-eye-action .mv-card-eye-button{
  width:40px!important;
  height:40px!important;
  pointer-events:auto!important;
}

.product-card__media{
  position:relative;
  z-index:1;
  pointer-events:auto!important;
}

.product-card__body,
.product-card__title,
.product-card__title a{
  position:relative;
  z-index:2;
  pointer-events:auto!important;
}

/* Ensure the old quick-view overlay rules cannot stretch the eye wrapper */
.product-card .quick-view.mv-card-eye-action{
  inset:auto 14px auto auto!important;
  transform:translateY(-4px);
}

.product-card:hover .quick-view.mv-card-eye-action,
.product-card:focus-within .quick-view.mv-card-eye-action{
  transform:none;
}

@media(max-width:749px){
  .v84-footer__socials.v876-footer-socials{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:28px 18px!important;
  }

  .product-card .mv-card-eye-action{
    width:36px!important;
    height:36px!important;
    top:10px!important;
    right:10px!important;
  }

  .product-card .mv-card-eye-action .mv-card-eye-button{
    width:36px!important;
    height:36px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.2 — FOOTER SOCIAL ICON TIDY-UP
   Smaller refined neon icons with cleaner labels
   ========================================================== */
.v84-footer__socials.v876-footer-socials{
  display:flex!important;
  align-items:flex-start!important;
  gap:34px!important;
  flex-wrap:wrap!important;
  margin-top:22px!important;
}

.v84-footer__socials.v876-footer-socials a{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:72px!important;
  min-width:72px!important;
  text-decoration:none!important;
}

.v84-footer__socials.v876-footer-socials a .label,
.v84-footer__socials.v876-footer-socials a span:not(.sr-only){
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  color:rgba(220,224,240,.76)!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:700!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
  text-align:center!important;
}

.v84-footer__socials.v876-footer-socials a svg,
.v84-footer__socials.v876-footer-socials a .icon{
  width:30px!important;
  height:30px!important;
}

.v84-footer__socials.v876-footer-socials a svg{
  overflow:visible!important;
  opacity:.98!important;
  transition:transform .22s ease, filter .22s ease, opacity .22s ease!important;
}

.v84-footer__socials.v876-footer-socials a:hover svg,
.v84-footer__socials.v876-footer-socials a:focus-visible svg{
  transform:translateY(-1px) scale(1.05)!important;
  opacity:1!important;
}

.v84-footer__socials.v876-footer-socials .v876-social--instagram svg{
  filter:drop-shadow(0 0 8px rgba(255,76,154,.30)) drop-shadow(0 0 16px rgba(255,76,154,.18))!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--instagram:hover svg,
.v84-footer__socials.v876-footer-socials .v876-social--instagram:focus-visible svg{
  filter:drop-shadow(0 0 10px rgba(255,76,154,.42)) drop-shadow(0 0 20px rgba(255,76,154,.24))!important;
}

.v84-footer__socials.v876-footer-socials .v876-social--tiktok svg{
  filter:drop-shadow(0 0 8px rgba(88,227,255,.26)) drop-shadow(0 0 15px rgba(88,227,255,.14))!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--tiktok:hover svg,
.v84-footer__socials.v876-footer-socials .v876-social--tiktok:focus-visible svg{
  filter:drop-shadow(0 0 10px rgba(88,227,255,.36)) drop-shadow(0 0 18px rgba(88,227,255,.18))!important;
}

.v84-footer__socials.v876-footer-socials .v876-social--x svg{
  filter:drop-shadow(0 0 8px rgba(255,255,255,.24)) drop-shadow(0 0 15px rgba(255,255,255,.14))!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--x:hover svg,
.v84-footer__socials.v876-footer-socials .v876-social--x:focus-visible svg{
  filter:drop-shadow(0 0 10px rgba(255,255,255,.36)) drop-shadow(0 0 18px rgba(255,255,255,.20))!important;
}

.v84-footer__socials.v876-footer-socials .v876-social--facebook svg{
  filter:drop-shadow(0 0 8px rgba(72,111,255,.28)) drop-shadow(0 0 16px rgba(72,111,255,.15))!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--facebook:hover svg,
.v84-footer__socials.v876-footer-socials .v876-social--facebook:focus-visible svg{
  filter:drop-shadow(0 0 10px rgba(72,111,255,.38)) drop-shadow(0 0 20px rgba(72,111,255,.20))!important;
}

@media(max-width:749px){
  .v84-footer__socials.v876-footer-socials{
    gap:26px!important;
  }
  .v84-footer__socials.v876-footer-socials a{
    width:64px!important;
    min-width:64px!important;
    gap:8px!important;
  }
  .v84-footer__socials.v876-footer-socials a svg,
  .v84-footer__socials.v876-footer-socials a .icon{
    width:26px!important;
    height:26px!important;
  }
  .v84-footer__socials.v876-footer-socials a .label,
  .v84-footer__socials.v876-footer-socials a span:not(.sr-only){
    font-size:11px!important;
    letter-spacing:.12em!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.3 — CRISP OUTLINE SOCIAL ICONS
   Matches approved footer mockup
   ========================================================== */
.v84-footer__socials.v876-footer-socials{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  gap:56px!important;
  flex-wrap:wrap!important;
  margin-top:28px!important;
}

.v84-footer__socials.v876-footer-socials a{
  width:112px!important;
  min-width:112px!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:15px!important;
  color:#8b8e98!important;
  text-decoration:none!important;
  overflow:visible!important;
  transition:transform .2s ease!important;
}

.v84-footer__socials.v876-footer-socials a::before,
.v84-footer__socials.v876-footer-socials a::after{
  content:none!important;
  display:none!important;
}

.v84-footer__socials.v876-footer-socials a svg{
  width:58px!important;
  height:58px!important;
  display:block!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:1!important;
  transform:none!important;
  transition:transform .2s ease,filter .2s ease!important;
}

.v84-footer__socials.v876-footer-socials a span{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#8b8e98!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  text-align:center!important;
}

.v84-footer__socials.v876-footer-socials a:hover{
  transform:translateY(-3px)!important;
  background:transparent!important;
  box-shadow:none!important;
}

.v84-footer__socials.v876-footer-socials a:hover svg{
  transform:scale(1.04)!important;
}

/* Instagram */
.v84-footer__socials.v876-footer-socials .v876-social--instagram{
  color:#ff4f9a!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--instagram svg{
  filter:
    drop-shadow(0 0 3px rgba(255,79,154,.85))
    drop-shadow(0 0 10px rgba(255,79,154,.32))!important;
}

/* TikTok */
.v84-footer__socials.v876-footer-socials .v876-social--tiktok{
  color:#f5f5f5!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--tiktok svg{
  filter:
    drop-shadow(-2px 0 0 rgba(44,236,255,.9))
    drop-shadow(2px 0 0 rgba(255,73,143,.88))
    drop-shadow(0 0 8px rgba(44,236,255,.22))
    drop-shadow(0 0 8px rgba(255,73,143,.18))!important;
}

/* X — same visual size as every other icon */
.v84-footer__socials.v876-footer-socials .v876-social--x{
  color:#f4f4f4!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--x svg{
  width:50px!important;
  height:50px!important;
  margin-top:4px!important;
  margin-bottom:4px!important;
  stroke-width:1.35!important;
  filter:
    drop-shadow(0 0 3px rgba(255,255,255,.8))
    drop-shadow(0 0 9px rgba(255,255,255,.25))!important;
}

/* Facebook */
.v84-footer__socials.v876-footer-socials .v876-social--facebook{
  color:#4f82ff!important;
}
.v84-footer__socials.v876-footer-socials .v876-social--facebook svg{
  filter:
    drop-shadow(0 0 3px rgba(79,130,255,.85))
    drop-shadow(0 0 10px rgba(79,130,255,.3))!important;
}

@media(max-width:900px){
  .v84-footer__socials.v876-footer-socials{
    justify-content:flex-start!important;
    gap:34px!important;
  }
}

@media(max-width:749px){
  .v84-footer__socials.v876-footer-socials{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px 20px!important;
    width:100%!important;
  }

  .v84-footer__socials.v876-footer-socials a{
    width:100%!important;
    min-width:0!important;
    gap:12px!important;
  }

  .v84-footer__socials.v876-footer-socials a svg{
    width:48px!important;
    height:48px!important;
  }

  .v84-footer__socials.v876-footer-socials .v876-social--x svg{
    width:42px!important;
    height:42px!important;
    margin-top:3px!important;
    margin-bottom:3px!important;
  }

  .v84-footer__socials.v876-footer-socials a span{
    font-size:12px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.4 — COMPACT RELATED PRODUCTS + SMALL SOCIALS
   ========================================================== */

/* Make You May Also Like cards genuinely compact */
.mv-related-section{
  padding-top:42px!important;
  padding-bottom:48px!important;
}

.mv-related-section .section-heading{
  margin-bottom:20px!important;
}

.mv-related-section .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,220px))!important;
  justify-content:start!important;
  gap:16px!important;
  max-width:none!important;
  margin:0!important;
}

.mv-related-section .product-card{
  width:100%!important;
  max-width:220px!important;
  min-width:0!important;
  margin:0!important;
}

.mv-related-section .product-card__media{
  width:100%!important;
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  height:auto!important;
  overflow:hidden!important;
  border-radius:12px!important;
}

.mv-related-section .product-card__media > img,
.mv-related-section .product-card__secondary,
.mv-related-section .product-card__secondary img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.mv-related-section .product-card__body{
  display:block!important;
  padding:11px 0 0!important;
}

.mv-related-section .product-card__vendor{
  font-size:8px!important;
  letter-spacing:.1em!important;
  margin-bottom:4px!important;
}

.mv-related-section .product-card__title{
  font-size:11px!important;
  line-height:1.3!important;
  margin:0 0 7px!important;
  min-height:29px!important;
}

.mv-related-section .product-card__meta{
  margin-bottom:8px!important;
}

.mv-related-section .price{
  font-size:11px!important;
}

.mv-related-section .product-card__swatches{
  display:none!important;
}

.mv-related-section .mv-card-cart-actions{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  margin-top:8px!important;
  min-height:32px!important;
}

.mv-related-section .mv-card-cart-add{
  display:inline-flex!important;
  width:auto!important;
  min-width:0!important;
  height:32px!important;
  padding:0 10px!important;
  gap:6px!important;
  border-radius:8px!important;
  font-size:8px!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

.mv-related-section .mv-card-cart-add span{
  display:inline!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  overflow:visible!important;
  clip:auto!important;
  white-space:nowrap!important;
}

.mv-related-section .mv-card-cart-add svg{
  width:13px!important;
  height:13px!important;
}

.mv-related-section .mv-card-cart-qty{
  height:32px!important;
  grid-template-columns:28px 30px 28px!important;
  border-radius:8px!important;
}

.mv-related-section .mv-card-eye-action{
  top:9px!important;
  right:9px!important;
}

.mv-related-section .mv-card-eye-button{
  width:32px!important;
  height:32px!important;
}

.mv-related-section .mv-card-eye-button svg{
  width:16px!important;
  height:16px!important;
}

/* Much smaller footer social icons */
.v84-footer__socials.v876-footer-socials{
  gap:28px!important;
  margin-top:20px!important;
}

.v84-footer__socials.v876-footer-socials a{
  width:70px!important;
  min-width:70px!important;
  gap:9px!important;
}

.v84-footer__socials.v876-footer-socials a svg{
  width:28px!important;
  height:28px!important;
}

.v84-footer__socials.v876-footer-socials .v876-social--x svg{
  width:25px!important;
  height:25px!important;
  margin:1px 0 2px!important;
}

.v84-footer__socials.v876-footer-socials a span{
  font-size:10px!important;
  letter-spacing:.11em!important;
}

@media(max-width:989px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,200px))!important;
  }
}

@media(max-width:749px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }

  .mv-related-section .product-card{
    max-width:none!important;
  }

  .v84-footer__socials.v876-footer-socials{
    gap:22px 12px!important;
  }

  .v84-footer__socials.v876-footer-socials a{
    width:58px!important;
    min-width:58px!important;
    gap:7px!important;
  }

  .v84-footer__socials.v876-footer-socials a svg{
    width:24px!important;
    height:24px!important;
  }

  .v84-footer__socials.v876-footer-socials .v876-social--x svg{
    width:22px!important;
    height:22px!important;
  }

  .v84-footer__socials.v876-footer-socials a span{
    font-size:9px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.5 — MINI RECOMMENDATIONS + OVERLAY QUICK ADD
   ========================================================== */
.mv-related-section{
  padding-top:44px!important;
  padding-bottom:48px!important;
}
.mv-related-section .section-heading{
  margin-bottom:18px!important;
}
.mv-related-section .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,160px)!important;
  gap:16px!important;
  justify-content:start!important;
  max-width:none!important;
  margin:0!important;
}
.mv-compact-product-card{
  width:160px;
  min-width:0;
}
.mv-compact-product-card__media-wrap{
  position:relative;
  width:160px;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border:1px solid #252525;
  border-radius:10px;
  background:#0c0c0c;
}
.mv-compact-product-card__media{
  display:block;
  width:100%;
  height:100%;
}
.mv-compact-product-card__media img,
.mv-compact-product-card__secondary{
  width:100%;
  height:100%;
}
.mv-compact-product-card__media img{
  display:block;
  object-fit:cover;
  transition:opacity .28s ease,transform .28s ease;
}
.mv-compact-product-card__secondary{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .28s ease;
}
.mv-compact-product-card__secondary img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mv-compact-product-card:hover .mv-compact-product-card__secondary{
  opacity:1;
}
.mv-compact-product-card:hover .mv-compact-product-card__media > img{
  transform:scale(1.025);
}
.mv-compact-quick-add,
.mv-compact-qty,
.mv-compact-sold-out{
  position:absolute;
  left:8px;
  right:8px;
  bottom:8px;
  z-index:4;
  min-height:34px;
  border-radius:7px;
}
.mv-compact-quick-add{
  border:0;
  background:rgba(255,255,255,.95);
  color:#050505;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 10px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 6px 20px rgba(0,0,0,.32);
}
.mv-compact-quick-add svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mv-compact-qty{
  display:grid;
  grid-template-columns:1fr 34px 1fr;
  overflow:hidden;
  border:1px solid #383838;
  background:rgba(8,8,8,.94);
}
.mv-compact-qty[hidden]{display:none!important}
.mv-compact-qty button{
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
}
.mv-compact-qty span{
  display:grid;
  place-items:center;
  border-left:1px solid #2b2b2b;
  border-right:1px solid #2b2b2b;
  color:#fff;
  font-size:10px;
  font-weight:900;
}
.mv-compact-sold-out{
  display:grid;
  place-items:center;
  background:rgba(8,8,8,.88);
  color:#888;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.mv-compact-product-card__body{
  padding-top:9px;
}
.mv-compact-product-card__body h3{
  margin:0;
  font-size:10px;
  line-height:1.3;
  text-transform:uppercase;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mv-compact-product-card__price{
  margin-top:4px;
  color:#aaa;
  font-size:10px;
}

/* Recently viewed uses extra-small cards */
.recently-viewed{
  padding-top:42px!important;
  padding-bottom:46px!important;
}
.recently-viewed .section-heading{
  margin-bottom:16px!important;
}
.recently-viewed__grid{
  display:grid!important;
  grid-template-columns:repeat(4,120px)!important;
  gap:14px!important;
  justify-content:start!important;
}
.mv-recent-card{
  width:120px;
}
.mv-recent-card__media-wrap{
  position:relative;
  width:120px;
  height:120px;
  overflow:hidden;
  border:1px solid #252525;
  border-radius:9px;
  background:#0c0c0c;
}
.mv-recent-card__media,
.mv-recent-card__media img{
  display:block;
  width:100%;
  height:100%;
}
.mv-recent-card__media img{object-fit:cover}
.mv-recent-card__add{
  position:absolute;
  right:7px;
  bottom:7px;
  width:31px;
  height:31px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#050505;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(0,0,0,.34);
}
.mv-recent-card__add svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mv-recent-card h3{
  margin:8px 0 0;
  font-size:9px;
  line-height:1.3;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mv-recent-card__price{
  margin-top:3px;
  color:#888;
  font-size:9px;
}
@media(max-width:749px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .mv-compact-product-card,
  .mv-compact-product-card__media-wrap{
    width:100%;
  }
  .recently-viewed__grid{
    grid-template-columns:repeat(2,110px)!important;
  }
  .mv-recent-card,
  .mv-recent-card__media-wrap{
    width:110px;
  }
  .mv-recent-card__media-wrap{height:110px}
}


/* ==========================================================
   MIOVERSE V8.8.6 — PRODUCT GALLERY ARROWS
   ========================================================== */
.mv-main-media{
  position:relative;
}

.mv-gallery-arrow{
  position:absolute;
  top:50%;
  z-index:6;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  background:rgba(5,5,5,.72);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  transform:translateY(-50%);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 8px 26px rgba(0,0,0,.34);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}

.mv-gallery-arrow--prev{left:16px}
.mv-gallery-arrow--next{right:16px}

.mv-gallery-arrow:hover,
.mv-gallery-arrow:focus-visible{
  background:#fff;
  color:#050505;
  border-color:#fff;
  transform:translateY(-50%) scale(1.06);
}

.mv-gallery-arrow svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:749px){
  .mv-gallery-arrow{
    width:40px;
    height:40px;
  }
  .mv-gallery-arrow--prev{left:10px}
  .mv-gallery-arrow--next{right:10px}
  .mv-gallery-arrow svg{
    width:20px;
    height:20px;
  }
}


/* ==========================================================
   MIOVERSE V8.8.7 — LOCKED PRODUCT GALLERY FRAME
   Prevents layout movement between different image dimensions
   ========================================================== */
.mv-product-gallery .mv-main-media{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:4 / 5!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,#0e141b,#090d12)!important;
}

.mv-product-gallery .mv-main-media > img,
.mv-product-gallery .mv-main-image,
.mv-product-gallery .mv-main-video,
.mv-product-gallery .mv-main-media > video,
.mv-product-gallery .mv-main-media > iframe,
.mv-product-gallery .mv-main-media > model-viewer{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}

.mv-product-gallery .mv-thumb{
  width:82px!important;
  height:82px!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
}

.mv-product-gallery .mv-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:749px){
  .mv-product-gallery .mv-main-media{
    aspect-ratio:4 / 5!important;
  }

  .mv-product-gallery .mv-thumb{
    width:68px!important;
    height:68px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.8 — SQUARE PRODUCT GALLERY
   ========================================================== */
.mv-product-gallery__main,
.mv-product-media,
[data-main-media]{
  aspect-ratio:1 / 1!important;
  min-height:0!important;
  height:auto!important;
  background:#0a0d12!important;
  overflow:hidden!important;
}

.mv-product-gallery__main img,
.mv-product-media img,
[data-main-media] img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}

@media(max-width:749px){
  .mv-product-gallery__main,
  .mv-product-media,
  [data-main-media]{
    aspect-ratio:1 / 1!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.9 — BALANCED RELATED PRODUCT CARDS
   ========================================================== */
.mv-related-section{
  padding-top:58px!important;
  padding-bottom:62px!important;
}

.mv-related-section .section-heading{
  margin-bottom:28px!important;
}

.mv-related-section .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,190px))!important;
  justify-content:start!important;
  gap:24px!important;
  max-width:980px!important;
  margin-inline:0!important;
}

.mv-related-section .mv-compact-product-card{
  width:190px!important;
  max-width:190px!important;
}

.mv-related-section .mv-compact-product-card__media-wrap{
  width:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  background:transparent!important;
  overflow:visible!important;
}

.mv-related-section .mv-compact-product-card__media{
  width:150px!important;
  height:150px!important;
  aspect-ratio:1/1!important;
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  background:#0b0d10!important;
}

.mv-related-section .mv-compact-product-card__media img,
.mv-related-section .mv-compact-product-card__secondary,
.mv-related-section .mv-compact-product-card__secondary img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.mv-related-section .mv-compact-product-card__actions{
  position:absolute!important;
  right:25px!important;
  bottom:9px!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}

.mv-related-section .mv-compact-icon-action{
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:50%!important;
  background:rgba(5,5,5,.84)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 8px 22px rgba(0,0,0,.34)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
  cursor:pointer!important;
  transition:transform .2s ease,background .2s ease,color .2s ease!important;
}

.mv-related-section .mv-compact-icon-action:hover{
  transform:translateY(-2px)!important;
  background:#fff!important;
  color:#050505!important;
}

.mv-related-section .mv-compact-icon-action svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.mv-related-section .mv-compact-qty{
  height:34px!important;
  grid-template-columns:28px 30px 28px!important;
  border-radius:17px!important;
  overflow:hidden!important;
  background:rgba(5,5,5,.9)!important;
  border:1px solid rgba(255,255,255,.24)!important;
}

.mv-related-section .mv-compact-qty button,
.mv-related-section .mv-compact-qty span{
  height:32px!important;
}

.mv-related-section .mv-compact-product-card__body{
  width:150px!important;
  margin:11px auto 0!important;
  padding:0!important;
}

.mv-related-section .mv-compact-product-card__body h3{
  margin:0!important;
  font-size:11px!important;
  line-height:1.35!important;
  min-height:30px!important;
}

.mv-related-section .mv-compact-product-card__price{
  margin-top:5px!important;
  font-size:11px!important;
}

@media(max-width:989px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,190px))!important;
  }
}

@media(max-width:749px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
  }

  .mv-related-section .mv-compact-product-card{
    width:100%!important;
    max-width:180px!important;
  }

  .mv-related-section .mv-compact-product-card__media,
  .mv-related-section .mv-compact-product-card__body{
    width:138px!important;
  }

  .mv-related-section .mv-compact-product-card__media{
    height:138px!important;
  }

  .mv-related-section .mv-compact-product-card__actions{
    right:calc((100% - 138px)/2 + 7px)!important;
    bottom:7px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.10 — RELATED CARD FRAME FIX
   Removes empty side bars around compact product images
   ========================================================== */
.mv-related-section .mv-compact-product-card{
  width:190px!important;
  max-width:190px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}

.mv-related-section .mv-compact-product-card__media-wrap{
  width:150px!important;
  height:150px!important;
  aspect-ratio:1 / 1!important;
  margin:0 auto!important;
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  border:1px solid #2b2b2b!important;
  border-radius:10px!important;
  background:#0b0d10!important;
}

.mv-related-section .mv-compact-product-card__media{
  width:100%!important;
  height:100%!important;
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
}

.mv-related-section .mv-compact-product-card__media > img,
.mv-related-section .mv-compact-product-card__secondary,
.mv-related-section .mv-compact-product-card__secondary img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

.mv-related-section .mv-compact-product-card__actions{
  position:absolute!important;
  right:8px!important;
  bottom:8px!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}

.mv-related-section .mv-compact-product-card__body{
  width:150px!important;
  margin:12px auto 0!important;
}

@media(max-width:749px){
  .mv-related-section .mv-compact-product-card{
    width:156px!important;
    max-width:156px!important;
  }

  .mv-related-section .mv-compact-product-card__media-wrap,
  .mv-related-section .mv-compact-product-card__body{
    width:142px!important;
  }

  .mv-related-section .mv-compact-product-card__media-wrap{
    height:142px!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.11 — TIGHTER MAIN PRODUCT MEDIA FRAME
   Reduce top black bars by using a portrait-leaning frame
   ========================================================== */
.mv-product-page .mv-product-gallery [data-main-media],
.mv-product-page .mv-product-gallery .mv-main-media{
  aspect-ratio:4 / 5!important;
  min-height:0!important;
  height:auto!important;
  max-height:min(78vh,980px)!important;
  background:#0a0d12!important;
  overflow:hidden!important;
}

.mv-product-page .mv-product-gallery [data-main-media] > img,
.mv-product-page .mv-product-gallery .mv-main-image,
.mv-product-page .mv-product-gallery [data-main-media] img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}

@media(max-width:749px){
  .mv-product-page .mv-product-gallery [data-main-media],
  .mv-product-page .mv-product-gallery .mv-main-media{
    aspect-ratio:4 / 5!important;
    max-height:none!important;
  }
}


/* ==========================================================
   MIOVERSE V8.8.12 — TRUE SQUARE MAIN PRODUCT GALLERY
   Shows full square source image without cropping
   ========================================================== */
.mv-product-page .mv-product-gallery [data-main-media],
.mv-product-page .mv-product-gallery .mv-main-media{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:1 / 1!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#0a0d12!important;
}

.mv-product-page .mv-product-gallery [data-main-media] > img,
.mv-product-page .mv-product-gallery .mv-main-image,
.mv-product-page .mv-product-gallery [data-main-media] img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:50% 50%!important;
  display:block!important;
  transform:none!important;
}

@media(max-width:749px){
  .mv-product-page .mv-product-gallery [data-main-media],
  .mv-product-page .mv-product-gallery .mv-main-media{
    aspect-ratio:1 / 1!important;
    max-height:none!important;
  }
}

/* ==========================================================
   MIOVERSE V8.8.13 — LARGER RELATED PRODUCT CARDS
   Preserve exact compact-card design and square ratio
   ========================================================== */
.mv-related-section .product-grid{
  grid-template-columns:repeat(4,minmax(0,270px))!important;
  gap:30px!important;
  max-width:1170px!important;
}

.mv-related-section .mv-compact-product-card{
  width:270px!important;
  max-width:270px!important;
}

.mv-related-section .mv-compact-product-card__media-wrap,
.mv-related-section .mv-compact-product-card__body{
  width:230px!important;
}

.mv-related-section .mv-compact-product-card__media-wrap{
  height:230px!important;
  aspect-ratio:1 / 1!important;
}

.mv-related-section .mv-compact-product-card__body{
  margin-top:14px!important;
}

.mv-related-section .mv-compact-product-card__body h3{
  font-size:13px!important;
  min-height:34px!important;
}

.mv-related-section .mv-compact-product-card__price{
  font-size:13px!important;
  margin-top:7px!important;
}

.mv-related-section .mv-compact-product-card__actions{
  right:10px!important;
  bottom:10px!important;
  gap:8px!important;
}

.mv-related-section .mv-compact-icon-action{
  width:40px!important;
  height:40px!important;
}

.mv-related-section .mv-compact-icon-action svg{
  width:18px!important;
  height:18px!important;
}

@media(max-width:989px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,250px))!important;
  }
}

@media(max-width:749px){
  .mv-related-section .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
  }

  .mv-related-section .mv-compact-product-card{
    width:100%!important;
    max-width:190px!important;
  }

  .mv-related-section .mv-compact-product-card__media-wrap,
  .mv-related-section .mv-compact-product-card__body{
    width:170px!important;
  }

  .mv-related-section .mv-compact-product-card__media-wrap{
    height:170px!important;
  }

  .mv-related-section .mv-compact-icon-action{
    width:36px!important;
    height:36px!important;
  }
}

/* ==========================================================
   MIOVERSE V8.8.14 — SEPARATE QUICK ADD / VIEW ACTIONS
   Keep quick add on the left and magnifier on the right
   so quantity controls never overlap the view icon.
   ========================================================== */
.mv-related-section .mv-compact-product-card__actions{
  left:10px!important;
  right:10px!important;
  bottom:10px!important;
  width:calc(100% - 20px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

.mv-related-section .mv-compact-icon-action--cart,
.mv-related-section .mv-compact-qty,
.mv-related-section .mv-compact-sold-out{
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  flex:0 0 auto!important;
}

.mv-related-section .mv-compact-icon-action--view{
  margin-left:auto!important;
  position:static!important;
  flex:0 0 auto!important;
}

.mv-related-section .mv-compact-qty{
  width:98px!important;
  min-width:98px!important;
  max-width:98px!important;
}

@media(max-width:749px){
  .mv-related-section .mv-compact-product-card__actions{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    width:calc(100% - 16px)!important;
  }

  .mv-related-section .mv-compact-qty{
    width:92px!important;
    min-width:92px!important;
    max-width:92px!important;
  }
}

/* ==========================================================
   MIOVERSE V8.8.15 — SELECTED PRODUCT OPTION HIGHLIGHT
   Purple/red selected state for size and variant buttons
   ========================================================== */
.mv-product-page .mv-option-pill{
  border-color:#2b3038!important;
  background:#08090c!important;
  color:#f4f4f4!important;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    box-shadow .2s ease,
    transform .2s ease!important;
}

.mv-product-page .mv-option-pill:hover:not(.is-selected){
  border-color:#7545a8!important;
  background:rgba(91,45,116,.16)!important;
  color:#fff!important;
}

.mv-product-page .mv-option-pill.is-selected{
  border-color:#d2689a!important;
  color:#fff!important;
  background:
    linear-gradient(135deg,rgba(122,48,151,.48),rgba(160,43,74,.48))!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 0 0 1px rgba(205,83,139,.18),
    0 0 18px rgba(150,55,128,.24)!important;
  transform:translateY(-1px)!important;
}

.mv-product-page .mv-option-pill.is-selected:hover{
  border-color:#e77dac!important;
  background:
    linear-gradient(135deg,rgba(137,52,168,.58),rgba(178,46,80,.56))!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 0 0 1px rgba(222,98,153,.22),
    0 0 22px rgba(166,61,139,.30)!important;
}

/* ==========================================================
   MIOVERSE V8.8.16 — ANIMATED SOCIAL TOUCH OUTLINES
   ========================================================== */
.v84-footer__socials.v876-footer-socials a{
  --mv-social-color:#8b8e98;
  --mv-social-glow:139,142,152;
  position:relative!important;
  isolation:isolate;
  padding:11px 9px 10px!important;
  border-radius:12px!important;
  outline:none!important;
}

.v84-footer__socials.v876-footer-socials a::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  border-radius:12px!important;
  opacity:0!important;
  background:
    linear-gradient(90deg,var(--mv-social-color),var(--mv-social-color)) left top / 0 1px no-repeat,
    linear-gradient(180deg,var(--mv-social-color),var(--mv-social-color)) right top / 1px 0 no-repeat,
    linear-gradient(270deg,var(--mv-social-color),var(--mv-social-color)) right bottom / 0 1px no-repeat,
    linear-gradient(0deg,var(--mv-social-color),var(--mv-social-color)) left bottom / 1px 0 no-repeat!important;
  box-shadow:none!important;
}

.v84-footer__socials.v876-footer-socials a::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:3px!important;
  z-index:-2!important;
  pointer-events:none!important;
  border-radius:10px!important;
  background:radial-gradient(circle at 50% 45%,rgba(var(--mv-social-glow),.10),transparent 70%)!important;
  opacity:0!important;
  transition:opacity .25s ease!important;
}

.v84-footer__socials.v876-footer-socials .v876-social--instagram{
  --mv-social-color:#ff4f9a;
  --mv-social-glow:255,79,154;
}

.v84-footer__socials.v876-footer-socials .v876-social--tiktok{
  --mv-social-color:#32e9f5;
  --mv-social-glow:50,233,245;
}

.v84-footer__socials.v876-footer-socials .v876-social--x{
  --mv-social-color:#f2f2f2;
  --mv-social-glow:242,242,242;
}

.v84-footer__socials.v876-footer-socials .v876-social--facebook{
  --mv-social-color:#5685ff;
  --mv-social-glow:86,133,255;
}

.v84-footer__socials.v876-footer-socials a:hover::before,
.v84-footer__socials.v876-footer-socials a:focus-visible::before,
.v84-footer__socials.v876-footer-socials a:active::before{
  opacity:1!important;
  animation:mv-social-outline-draw .72s cubic-bezier(.22,.7,.18,1) forwards!important;
}

.v84-footer__socials.v876-footer-socials a:hover::after,
.v84-footer__socials.v876-footer-socials a:focus-visible::after,
.v84-footer__socials.v876-footer-socials a:active::after{
  opacity:1!important;
}

.v84-footer__socials.v876-footer-socials a:focus-visible{
  box-shadow:0 0 0 2px rgba(var(--mv-social-glow),.16)!important;
}

@keyframes mv-social-outline-draw{
  0%{
    background-size:0 1px,1px 0,0 1px,1px 0;
    filter:drop-shadow(0 0 0 rgba(var(--mv-social-glow),0));
  }
  25%{
    background-size:100% 1px,1px 0,0 1px,1px 0;
  }
  50%{
    background-size:100% 1px,1px 100%,0 1px,1px 0;
  }
  75%{
    background-size:100% 1px,1px 100%,100% 1px,1px 0;
  }
  100%{
    background-size:100% 1px,1px 100%,100% 1px,1px 100%;
    filter:drop-shadow(0 0 7px rgba(var(--mv-social-glow),.42));
  }
}

@media (prefers-reduced-motion:reduce){
  .v84-footer__socials.v876-footer-socials a:hover::before,
  .v84-footer__socials.v876-footer-socials a:focus-visible::before,
  .v84-footer__socials.v876-footer-socials a:active::before{
    animation:none!important;
    background-size:100% 1px,1px 100%,100% 1px,1px 100%!important;
  }
}

@media(max-width:749px){
  .v84-footer__socials.v876-footer-socials a{
    padding:10px 8px 9px!important;
  }
}
