/* NOVA Storefront — same NOVA RADIUS identity, powered by the exact Vuexy core.css */
:root{
  --store-primary:var(--bs-primary,#E8B7C5);
  --store-primary-rgb:var(--bs-primary-rgb,215,155,162);
  --store-cyan:#00cfe8;
  --store-success:#28c76f;
  --store-danger:#ea5455;
  --store-warning:#ff9f43;
  --store-paper:var(--bs-paper-bg,#fff);
  --store-body:var(--bs-body-bg,#f8f7fa);
  --store-text:var(--bs-body-color,#6d6b77);
  --store-heading:var(--bs-heading-color,#2f2b3d);
  --store-muted:var(--bs-secondary-color,#a5a3ae);
  --store-line:var(--bs-border-color,#e6e6e9);
  --store-radius:1rem;
  --store-shadow:0 .35rem 1.4rem rgba(47,43,61,.08);
  --store-shadow-hover:0 .8rem 2.2rem rgba(47,43,61,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.nova-storefront-body{margin:0;font-family:"Tajawal",var(--bs-font-sans-serif);color:var(--store-text);background:var(--store-body);text-align:start;-webkit-font-smoothing:antialiased}
a{text-decoration:none}.nova-store-main{min-height:62vh}.container-xxl{max-width:1440px}
.nova-store-topline{background:linear-gradient(90deg,var(--store-primary),color-mix(in srgb,var(--store-primary) 72%,var(--store-cyan)));color:#fff;font-size:.76rem;font-weight:750}.nova-store-topline .container-xxl{min-height:34px;display:flex;align-items:center;justify-content:center;gap:2.4rem}.nova-store-topline span{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}
.nova-store-header{position:sticky;top:0;z-index:1030;background:color-mix(in srgb,var(--store-paper) 93%,transparent);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid color-mix(in srgb,var(--store-line) 78%,transparent);transition:box-shadow .2s ease}.nova-store-header.is-scrolled{box-shadow:0 .45rem 1.5rem rgba(47,43,61,.08)}.nova-store-header-row{height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.nova-store-header-actions{display:flex;align-items:center;gap:.45rem}.nova-store-header-actions--end{justify-content:flex-end}.nova-icon-btn{position:relative;width:42px;height:42px;border:1px solid transparent;background:transparent;color:var(--store-heading);border-radius:50%;display:grid;place-items:center;transition:.18s ease;padding:0}.nova-icon-btn:hover{color:var(--store-primary);background:rgba(var(--store-primary-rgb),.09);border-color:rgba(var(--store-primary-rgb),.14)}.nova-icon-btn i{font-size:1.28rem}.nova-header-text-link{font-weight:800;color:var(--store-heading);padding:.6rem .8rem}.nova-header-text-link:hover{color:var(--store-primary)}
.nova-store-brand{display:inline-flex;align-items:center;justify-content:center;gap:.72rem;color:var(--store-heading);min-width:0}.nova-store-logo{width:39px;height:39px;border-radius:.8rem;background:rgba(var(--store-primary-rgb),.11);color:var(--store-primary);display:grid;place-items:center;font-weight:950;font-size:1.1rem;flex:0 0 auto}.nova-store-brand>span:last-child{display:flex;flex-direction:column;line-height:1}.nova-store-brand strong{font-size:1.08rem;font-weight:950;letter-spacing:.015em;color:var(--store-heading);white-space:nowrap}.nova-store-brand small{margin-top:.28rem;color:var(--store-primary);font-size:.59rem;font-weight:900;letter-spacing:.19em}.nova-cart-link span{position:absolute;top:-1px;inset-inline-end:-1px;min-width:19px;height:19px;padding:0 .28rem;border-radius:999px;background:var(--store-primary);color:#fff;display:grid;place-items:center;font-size:.65rem;font-weight:900;border:2px solid var(--store-paper)}
.nova-store-nav{height:48px;display:flex;align-items:center;justify-content:center;gap:.25rem;border-top:1px solid color-mix(in srgb,var(--store-line) 70%,transparent)}.nova-store-nav a{position:relative;padding:.88rem 1rem;color:var(--store-text);font-weight:800;font-size:.86rem}.nova-store-nav a:hover,.nova-store-nav a.active{color:var(--store-primary)}.nova-store-nav a.active:after{content:"";position:absolute;inset-inline:1rem;bottom:0;height:2px;border-radius:4px;background:var(--store-primary)}
.nova-account-dropdown{min-width:245px}.nova-account-dropdown .dropdown-item{display:flex;align-items:center;gap:.7rem;font-weight:700}.nova-mobile-menu,.nova-search-layer{position:fixed;inset:0;z-index:1090;visibility:hidden;opacity:0;transition:.2s}.nova-mobile-menu.is-open,.nova-search-layer.is-open{visibility:visible;opacity:1}.nova-mobile-backdrop,.nova-search-backdrop{position:absolute;inset:0;border:0;background:rgba(18,18,27,.55);backdrop-filter:blur(4px)}.nova-mobile-menu aside{position:absolute;inset-block:0;inset-inline-start:0;width:min(88vw,360px);background:var(--store-paper);padding:1rem;transform:translateX(110%);transition:.25s ease;box-shadow:var(--store-shadow-hover)}[dir="ltr"] .nova-mobile-menu aside{transform:translateX(-110%)}.nova-mobile-menu.is-open aside{transform:none}.nova-mobile-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--store-line)}.nova-mobile-menu nav{display:flex;flex-direction:column;padding:1rem 0}.nova-mobile-menu nav a{padding:.85rem .7rem;color:var(--store-heading);font-weight:800;border-radius:.65rem}.nova-mobile-menu nav a:hover{background:rgba(var(--store-primary-rgb),.08);color:var(--store-primary)}
.nova-search-panel{position:absolute;inset-inline:0;top:0;background:var(--store-paper);padding:2.2rem 0;transform:translateY(-105%);transition:.28s ease;box-shadow:var(--store-shadow-hover)}.nova-search-layer.is-open .nova-search-panel{transform:none}.nova-search-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.nova-search-heading span{color:var(--store-primary);font-weight:900;font-size:.78rem}.nova-search-heading h2{margin:.3rem 0 0;font-weight:950;color:var(--store-heading)}.nova-search-form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;border:1px solid var(--store-line);background:var(--store-body);border-radius:1rem;padding:.5rem .55rem .5rem 1rem}.nova-search-form i{font-size:1.35rem;color:var(--store-primary)}.nova-search-form input{border:0;outline:0;background:transparent;color:var(--store-heading);font:inherit;font-weight:700;min-width:0}.nova-search-form .btn{min-width:100px}
.nova-toast-stack{position:fixed;top:110px;inset-inline-end:1.25rem;z-index:1100;display:grid;gap:.6rem}.nova-store-toast{min-width:280px;max-width:min(90vw,380px);display:flex;align-items:center;gap:.75rem;background:var(--store-paper);border:1px solid var(--store-line);border-radius:.85rem;padding:.85rem 1rem;box-shadow:var(--store-shadow-hover);animation:storeToastIn .25s ease}.nova-store-toast i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(var(--store-primary-rgb),.11);color:var(--store-primary);font-size:1.15rem}.nova-store-toast strong{display:block;color:var(--store-heading)}.nova-store-toast small{color:var(--store-muted)}@keyframes storeToastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
/* Shared storefront blocks */
.shop-section{padding:5rem 0}.shop-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:2rem}.shop-section-head span,.editorial-kicker{display:inline-flex;align-items:center;gap:.4rem;color:var(--store-primary);font-weight:900;font-size:.77rem}.shop-section-head h2{font-size:clamp(1.65rem,2.4vw,2.35rem);font-weight:950;color:var(--store-heading);margin:.35rem 0 0}.shop-section-head p{margin:.55rem 0 0;color:var(--store-muted)}.shop-section-head>a{display:inline-flex;align-items:center;gap:.4rem;color:var(--store-primary);font-weight:900;white-space:nowrap}.shop-btn{min-height:48px;padding:.75rem 1.25rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:900;transition:.18s}.shop-btn--dark{background:var(--store-primary);color:#fff;box-shadow:0 .45rem 1rem rgba(var(--store-primary-rgb),.22)}.shop-btn--dark:hover{color:#fff;transform:translateY(-2px);box-shadow:0 .65rem 1.35rem rgba(var(--store-primary-rgb),.28)}.shop-btn--ghost{border:1px solid var(--store-line);color:var(--store-heading);background:var(--store-paper)}.shop-btn--ghost:hover{color:var(--store-primary);border-color:rgba(var(--store-primary-rgb),.35)}
/* Home */
.home-hero{padding:2rem 0 1rem}.home-hero-card{overflow:hidden;border:1px solid var(--store-line);border-radius:1.35rem;background:linear-gradient(145deg,var(--store-paper),color-mix(in srgb,var(--store-primary) 4%,var(--store-paper)));box-shadow:var(--store-shadow)}.home-hero-copy{min-height:560px;padding:clamp(2rem,5vw,5.5rem);display:flex;flex-direction:column;justify-content:center}.home-hero-copy h1{font-size:clamp(2.25rem,4.7vw,4.9rem);line-height:1.08;font-weight:950;color:var(--store-heading);margin:.9rem 0 1.15rem;letter-spacing:-.035em}.home-hero-copy>p{font-size:1.05rem;line-height:1.9;max-width:620px;color:var(--store-text)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.4rem 0 2rem}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding-top:1.5rem;border-top:1px solid var(--store-line)}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{color:var(--store-heading);font-weight:950}.hero-proof span{font-size:.73rem;color:var(--store-muted);margin-top:.22rem}.home-hero-visual{min-height:560px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(var(--store-primary-rgb),.18),transparent 45%),linear-gradient(145deg,rgba(var(--store-primary-rgb),.08),rgba(0,207,232,.08));overflow:hidden}.home-hero-visual:before,.home-hero-visual:after{content:"";position:absolute;border:1px solid rgba(var(--store-primary-rgb),.18);border-radius:50%}.home-hero-visual:before{width:430px;height:430px}.home-hero-visual:after{width:520px;height:520px}.home-hero-visual>img{position:relative;z-index:1;width:min(78%,520px);height:430px;object-fit:contain;filter:drop-shadow(0 2rem 2.1rem rgba(47,43,61,.18));transition:.4s ease}.home-hero-card:hover .home-hero-visual>img{transform:translateY(-5px) scale(1.015)}.hero-stamp{position:absolute;top:1.4rem;inset-inline-end:1.4rem;width:82px;height:82px;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:.63rem;font-weight:950;letter-spacing:.13em;background:var(--store-primary);color:#fff;z-index:2}.hero-floating-note{position:absolute;z-index:2;bottom:1.5rem;inset-inline-start:1.5rem;background:color-mix(in srgb,var(--store-paper) 88%,transparent);backdrop-filter:blur(12px);border:1px solid color-mix(in srgb,var(--store-line) 70%,transparent);padding:.85rem 1rem;border-radius:.8rem;display:flex;align-items:center;gap:.7rem;box-shadow:var(--store-shadow)}.hero-floating-note>i{width:38px;height:38px;border-radius:.65rem;background:rgba(var(--store-primary-rgb),.12);color:var(--store-primary);display:grid;place-items:center;font-size:1.15rem}.hero-floating-note span{display:flex;flex-direction:column}.hero-floating-note small{font-size:.68rem;color:var(--store-muted)}.hero-floating-note strong{font-size:.82rem;color:var(--store-heading)}
.category-editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category-editorial-card{position:relative;min-height:390px;border-radius:1rem;overflow:hidden;border:1px solid var(--store-line);background:var(--store-paper);color:var(--store-heading);box-shadow:0 .15rem .8rem rgba(47,43,61,.04);transition:.22s}.category-editorial-card:hover{transform:translateY(-5px);box-shadow:var(--store-shadow-hover);border-color:rgba(var(--store-primary-rgb),.24)}.category-editorial-image{height:245px;background:linear-gradient(145deg,rgba(var(--store-primary-rgb),.07),rgba(0,207,232,.06));display:grid;place-items:center;overflow:hidden}.category-editorial-image img{width:80%;height:210px;object-fit:contain;transition:.3s}.category-editorial-card:hover img{transform:scale(1.04)}.category-editorial-copy{padding:1.2rem}.category-editorial-copy>span{font-size:.68rem;color:var(--store-primary);font-weight:900}.category-editorial-copy h3{margin:.25rem 0 .35rem;font-weight:950;color:var(--store-heading)}.category-editorial-copy p{font-size:.78rem;color:var(--store-muted);line-height:1.7;min-height:2.6em}.category-editorial-copy b{display:inline-flex;align-items:center;gap:.35rem;color:var(--store-primary);font-size:.78rem}.shop-editorial-offer{padding-top:1rem}.offer-card{position:relative;min-height:330px;border-radius:1.2rem;overflow:hidden;background:linear-gradient(145deg,rgba(var(--store-primary-rgb),.13),rgba(0,207,232,.1));border:1px solid rgba(var(--store-primary-rgb),.16);display:flex;align-items:center;justify-content:space-between;padding:2rem 2.3rem}.offer-card--small{background:linear-gradient(145deg,rgba(255,159,67,.13),rgba(var(--store-primary-rgb),.09))}.offer-card img{width:46%;height:270px;object-fit:contain}.offer-copy{position:relative;z-index:2;max-width:56%}.offer-copy span{color:var(--store-primary);font-size:.75rem;font-weight:900}.offer-copy h2{font-size:clamp(1.5rem,2.7vw,2.65rem);font-weight:950;color:var(--store-heading);margin:.5rem 0 .8rem}.offer-copy p{line-height:1.8}.offer-copy a{color:var(--store-primary);font-weight:900}.shop-values{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--store-line);border-radius:1rem;background:var(--store-paper);box-shadow:var(--store-shadow);overflow:hidden}.shop-value{display:flex;align-items:flex-start;gap:.8rem;padding:1.35rem;border-inline-end:1px solid var(--store-line)}.shop-value:last-child{border-inline-end:0}.shop-value>i{width:42px;height:42px;display:grid;place-items:center;border-radius:.7rem;background:rgba(var(--store-primary-rgb),.11);color:var(--store-primary);font-size:1.25rem;flex:0 0 auto}.shop-value h3{font-size:.88rem;font-weight:950;color:var(--store-heading);margin:0 0 .28rem}.shop-value p{font-size:.72rem;line-height:1.65;color:var(--store-muted);margin:0}
/* Product card */
.nova-product-card{height:100%;display:flex;flex-direction:column;background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;overflow:hidden;box-shadow:0 .15rem .7rem rgba(47,43,61,.04);transition:.22s}.nova-product-card:hover{transform:translateY(-5px);box-shadow:var(--store-shadow-hover);border-color:rgba(var(--store-primary-rgb),.22)}.nova-product-media{position:relative;aspect-ratio:1/1.07;background:linear-gradient(145deg,color-mix(in srgb,var(--store-body) 82%,var(--store-paper)),rgba(var(--store-primary-rgb),.035));overflow:hidden}.nova-product-media>a{display:block;width:100%;height:100%}.nova-product-media img{width:100%;height:100%;object-fit:contain;padding:1.1rem;transition:.35s}.nova-product-card:hover .nova-product-media img{transform:scale(1.045)}.nova-product-badges{position:absolute;top:.75rem;inset-inline-start:.75rem;display:flex;gap:.4rem;z-index:2}.product-badge{padding:.3rem .55rem;border-radius:.45rem;font-size:.65rem;font-weight:900}.product-badge--sale{background:var(--store-danger);color:#fff}.product-badge--new{background:rgba(var(--store-primary-rgb),.13);color:var(--store-primary)}.nova-product-actions{position:absolute;top:.7rem;inset-inline-end:.7rem;display:grid;gap:.42rem;opacity:0;transform:translateX(-6px);transition:.2s;z-index:2}.nova-product-card:hover .nova-product-actions{opacity:1;transform:none}.nova-product-actions button,.nova-product-actions a{width:36px;height:36px;border:1px solid var(--store-line);background:color-mix(in srgb,var(--store-paper) 92%,transparent);color:var(--store-heading);border-radius:50%;display:grid;place-items:center;backdrop-filter:blur(8px)}.nova-product-actions button:hover,.nova-product-actions a:hover{background:var(--store-primary);color:#fff;border-color:var(--store-primary)}.nova-product-body{padding:1rem 1rem 1.05rem;display:flex;flex-direction:column;flex:1}.nova-product-category{color:var(--store-primary);font-size:.68rem;font-weight:900}.nova-product-body h3{font-size:.95rem;line-height:1.55;font-weight:900;margin:.35rem 0 .75rem;min-height:2.95em}.nova-product-body h3 a{color:var(--store-heading)}.nova-product-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:.6rem;margin-top:auto}.nova-product-price{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.nova-product-price strong{font-size:1rem;color:var(--store-heading);font-weight:950}.nova-product-price del{font-size:.72rem;color:var(--store-muted)}.nova-product-rating{display:flex;align-items:center;gap:.22rem;font-size:.72rem;font-weight:850}.nova-product-rating i{color:var(--store-warning)}.nova-product-cta{margin-top:.9rem;min-height:42px;border:1px solid var(--store-line);border-radius:.65rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--store-heading);font-size:.78rem;font-weight:900;transition:.18s}.nova-product-cta:hover{background:var(--store-primary);border-color:var(--store-primary);color:#fff}.nova-product-quick-add{margin-top:.65rem}.nova-product-quick-add button{width:100%;height:42px;border:0;border-radius:.65rem;background:rgba(var(--store-primary-rgb),.1);color:var(--store-primary);font-weight:900;display:flex;align-items:center;justify-content:center;gap:.45rem}.nova-product-quick-add button:hover{background:var(--store-primary);color:#fff}.nova-product-quick-add button[disabled]{opacity:.55;cursor:not-allowed}
/* Catalog */
.catalog-hero{padding:3.4rem 0;background:linear-gradient(135deg,rgba(var(--store-primary-rgb),.11),rgba(0,207,232,.07));border-bottom:1px solid var(--store-line)}.catalog-hero span{color:var(--store-primary);font-weight:900;font-size:.75rem}.catalog-hero h1{font-size:clamp(2rem,4vw,3.7rem);font-weight:950;color:var(--store-heading);margin:.35rem 0}.catalog-hero p{margin:0;max-width:680px;line-height:1.8}.catalog-page{padding:2rem 0 5rem}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}.catalog-count{display:flex;align-items:baseline;gap:.4rem}.catalog-count strong{font-size:1.35rem;color:var(--store-heading);font-weight:950}.catalog-count span{font-size:.8rem;color:var(--store-muted)}.catalog-toolbar-actions{display:flex;gap:.75rem;align-items:center}.catalog-filter-toggle{border:1px solid var(--store-line);background:var(--store-paper);border-radius:.65rem;height:42px;padding:0 .9rem;font-weight:850;color:var(--store-heading)}.catalog-sort-form{display:flex;align-items:center;gap:.65rem}.catalog-sort-form label{font-size:.76rem;font-weight:800;white-space:nowrap}.catalog-sort-form select{height:42px;border:1px solid var(--store-line);border-radius:.65rem;background:var(--store-paper);color:var(--store-heading);padding:0 .8rem;outline:0}.catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:1.4rem}.catalog-filters{align-self:start;position:sticky;top:150px;background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;padding:1.1rem;box-shadow:0 .15rem .7rem rgba(47,43,61,.04)}.filter-block{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--store-line)}.filter-block>label{font-size:.78rem;font-weight:900;color:var(--store-heading);display:block;margin-bottom:.65rem}.filter-search{height:42px;display:flex;align-items:center;gap:.5rem;border:1px solid var(--store-line);border-radius:.65rem;padding:0 .7rem}.filter-search input,.price-range input{border:0;outline:0;background:transparent;min-width:0;width:100%;color:var(--store-heading)}.filter-options{display:grid;gap:.45rem}.filter-options label{display:flex;align-items:center;gap:.5rem;font-size:.78rem;cursor:pointer}.price-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.35rem}.price-range input{height:40px;border:1px solid var(--store-line);border-radius:.6rem;padding:0 .6rem}.filter-apply{width:100%;height:44px;border:0;border-radius:.65rem;background:var(--store-primary);color:#fff;font-weight:900}.filter-reset{display:block;text-align:center;margin-top:.65rem;color:var(--store-muted);font-size:.76rem;font-weight:800}.catalog-pagination{margin-top:2rem}.catalog-pagination ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:.4rem}.catalog-pagination a{width:40px;height:40px;border-radius:.6rem;border:1px solid var(--store-line);background:var(--store-paper);color:var(--store-heading);display:grid;place-items:center;font-weight:850}.catalog-pagination a.active,.catalog-pagination a:hover{background:var(--store-primary);border-color:var(--store-primary);color:#fff}.catalog-filter-backdrop{position:fixed;inset:0;background:rgba(18,18,27,.5);z-index:1080;display:none}
/* Product details */
.product-page-pro{padding:1.25rem 0 4.5rem}.shop-breadcrumb{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding:1rem 0 1.25rem;font-size:.74rem}.shop-breadcrumb a{color:var(--store-primary);font-weight:800}.shop-breadcrumb span{color:var(--store-muted)}.product-layout-pro{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:2rem;align-items:start}.product-gallery-pro,.product-info-pro{min-width:0}.product-main-image{position:relative;min-height:620px;border:1px solid var(--store-line);border-radius:1.15rem;background:linear-gradient(145deg,var(--store-paper),color-mix(in srgb,var(--store-primary) 4%,var(--store-paper)));display:grid;place-items:center;overflow:hidden}.product-main-image img{width:88%;height:560px;object-fit:contain;padding:1rem;filter:drop-shadow(0 1.5rem 1.7rem rgba(47,43,61,.13))}.product-page-sale{position:absolute;top:1rem;inset-inline-start:1rem;background:var(--store-danger);color:#fff;border-radius:.5rem;padding:.4rem .7rem;font-size:.7rem;font-weight:900}.product-zoom-hint{position:absolute;bottom:1rem;inset-inline-end:1rem;width:42px;height:42px;border:1px solid var(--store-line);border-radius:50%;background:var(--store-paper);color:var(--store-heading)}.product-thumbs{display:flex;gap:.65rem;margin-top:.75rem;overflow:auto}.product-thumb{width:78px;height:78px;border:1px solid var(--store-line);background:var(--store-paper);border-radius:.7rem;padding:.25rem;flex:0 0 auto}.product-thumb.active{border-color:var(--store-primary);box-shadow:0 0 0 .15rem rgba(var(--store-primary-rgb),.1)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info-pro{background:var(--store-paper);border:1px solid var(--store-line);border-radius:1.15rem;padding:clamp(1.3rem,3vw,2.2rem);box-shadow:var(--store-shadow)}.product-info-topline{display:flex;gap:.4rem;color:var(--store-primary);font-size:.75rem;font-weight:900}.product-info-pro h1{font-size:clamp(1.7rem,3vw,2.75rem);line-height:1.3;font-weight:950;color:var(--store-heading);margin:.65rem 0}.product-review-line{display:flex;align-items:center;gap:.45rem;font-size:.75rem}.stars{color:var(--store-warning);letter-spacing:.08em}.product-review-line a{color:var(--store-primary);font-weight:800}.product-price-pro{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin:1.2rem 0}.product-price-pro strong{font-size:1.75rem;font-weight:950;color:var(--store-heading)}.product-price-pro del{color:var(--store-muted)}.product-price-pro>span{padding:.28rem .55rem;border-radius:.45rem;background:rgba(40,199,111,.12);color:var(--store-success);font-size:.7rem;font-weight:900}.product-summary-pro{line-height:1.9;color:var(--store-text)}.product-availability{display:flex;align-items:center;gap:.7rem;padding:.8rem;border-radius:.75rem;margin:1rem 0}.product-availability.available{background:rgba(40,199,111,.1);color:var(--store-success)}.product-availability.unavailable{background:rgba(234,84,85,.1);color:var(--store-danger)}.product-availability>i{font-size:1.3rem}.product-availability span{display:flex;flex-direction:column}.product-availability strong{font-size:.8rem}.product-availability small{font-size:.7rem;opacity:.8}.product-buy-form{border-top:1px solid var(--store-line);padding-top:1rem}.product-option-group{margin-bottom:.9rem}.product-option-group label{font-weight:900;font-size:.78rem;margin-bottom:.4rem}.product-buy-row{display:grid;grid-template-columns:130px 1fr;gap:.7rem}.quantity-stepper{height:52px;border:1px solid var(--store-line);border-radius:.7rem;display:grid;grid-template-columns:38px 1fr 38px;overflow:hidden}.quantity-stepper button{border:0;background:var(--store-body);color:var(--store-heading);font-size:1.15rem}.quantity-stepper input{border:0;outline:0;text-align:center;background:var(--store-paper);color:var(--store-heading);font-weight:900;min-width:0}.add-to-cart-pro{height:52px;border:0;border-radius:.7rem;background:var(--store-primary);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:.55rem;box-shadow:0 .45rem 1rem rgba(var(--store-primary-rgb),.22)}.add-to-cart-pro:hover{transform:translateY(-1px)}.product-buy-now{width:100%;height:48px;border:1px solid rgba(var(--store-primary-rgb),.28);border-radius:.7rem;background:rgba(var(--store-primary-rgb),.08);color:var(--store-primary);font-weight:900;margin-top:.65rem}.product-side-actions{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:1rem 0}.product-side-actions form{margin:0}.product-side-actions button,.product-side-actions a{width:100%;min-height:44px;border:1px solid var(--store-line);background:var(--store-paper);color:var(--store-heading);border-radius:.65rem;display:flex;align-items:center;justify-content:center;gap:.45rem;font-weight:850}.product-side-actions button:hover,.product-side-actions a:hover{color:var(--store-primary);border-color:rgba(var(--store-primary-rgb),.35)}.product-service-list{display:grid;gap:.55rem}.product-service-list>div{display:flex;align-items:center;gap:.7rem;padding:.7rem;background:var(--store-body);border-radius:.7rem}.product-service-list>div>i{width:38px;height:38px;border-radius:.6rem;background:rgba(var(--store-primary-rgb),.1);color:var(--store-primary);display:grid;place-items:center}.product-service-list span{display:flex;flex-direction:column}.product-service-list strong{font-size:.78rem;color:var(--store-heading)}.product-service-list small{font-size:.68rem;color:var(--store-muted)}.product-code{font-size:.68rem;color:var(--store-muted);margin-top:.8rem}.product-details-pro{margin-top:2rem;background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;overflow:hidden}.product-tabs-pro{display:flex;gap:.2rem;padding:.7rem;border-bottom:1px solid var(--store-line);overflow:auto}.product-tabs-pro button{border:0;background:transparent;color:var(--store-muted);padding:.7rem 1rem;border-radius:.6rem;font-weight:900;white-space:nowrap}.product-tabs-pro button.active{background:rgba(var(--store-primary-rgb),.1);color:var(--store-primary)}.product-details-pro .tab-content{padding:1.5rem}.product-description-pro{line-height:1.9}.review-pro,.review-form-pro,.review-login-pro,.empty-review-pro{border:1px solid var(--store-line);border-radius:.75rem;padding:1rem;margin-bottom:.75rem}.review-pro>div{display:flex;justify-content:space-between;gap:1rem}.review-pro span{color:var(--store-warning)}.review-form-pro{display:grid;gap:.75rem}.review-login-pro,.empty-review-pro{text-align:center}.review-login-pro>i,.empty-review-pro>i{font-size:2rem;color:var(--store-primary)}
/* Cart and checkout */
.cart-page{padding:2.5rem 0 5rem}.cart-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.cart-page-head span,.page-heading p{color:var(--store-primary);font-weight:900;font-size:.75rem}.cart-page-head h1,.page-heading h1{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:950;color:var(--store-heading);margin:.3rem 0}.cart-list{display:grid;gap:.8rem}.cart-line-item{display:grid;grid-template-columns:110px minmax(0,1fr) 105px 120px 42px;align-items:center;gap:1rem;background:var(--store-paper);border:1px solid var(--store-line);border-radius:.9rem;padding:.8rem}.cart-line-image{height:105px;background:var(--store-body);border-radius:.7rem;display:grid;place-items:center}.cart-line-image img{width:100%;height:100%;object-fit:contain;padding:.35rem}.cart-line-main>span{font-size:.68rem;color:var(--store-primary);font-weight:850}.cart-line-main h3{font-size:.93rem;font-weight:900;margin:.3rem 0}.cart-line-main h3 a{color:var(--store-heading)}.cart-line-main strong{font-size:.82rem}.cart-line-quantity label,.cart-line-total span{display:block;font-size:.68rem;color:var(--store-muted);margin-bottom:.3rem}.cart-line-quantity input{width:78px;height:40px;border:1px solid var(--store-line);border-radius:.6rem;background:var(--store-paper);color:var(--store-heading);text-align:center}.cart-line-total strong{color:var(--store-heading)}.cart-line-remove{width:38px;height:38px;border:0;border-radius:50%;background:rgba(234,84,85,.1);color:var(--store-danger)}.cart-list-actions{display:flex;justify-content:space-between;gap:.7rem;margin-top:1rem}.cart-list-actions a,.cart-list-actions button{border:1px solid var(--store-line);background:var(--store-paper);color:var(--store-heading);min-height:44px;padding:0 1rem;border-radius:.65rem;font-weight:850;display:flex;align-items:center;gap:.4rem}.cart-summary-pro,.summary-card,.checkout-card{background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;padding:1.25rem;box-shadow:var(--store-shadow)}.cart-summary-pro{position:sticky;top:155px}.cart-summary-pro h2,.summary-card h4,.checkout-card h4{font-weight:950;color:var(--store-heading)}.cart-coupon-pro{padding:1rem 0;border-bottom:1px solid var(--store-line)}.cart-coupon-pro label{display:block;font-size:.75rem;font-weight:850;margin-bottom:.45rem}.cart-coupon-pro>div{display:grid;grid-template-columns:1fr auto}.cart-coupon-pro input{height:42px;border:1px solid var(--store-line);border-radius:0 .65rem .65rem 0;background:var(--store-body);color:var(--store-heading);padding:0 .7rem}.cart-coupon-pro button{border:0;background:var(--store-primary);color:#fff;padding:0 .8rem;border-radius:.65rem 0 0 .65rem;font-weight:900}.cart-summary-lines{display:grid;gap:.7rem;padding:1rem 0}.cart-summary-lines>div,.summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.82rem}.cart-summary-lines .discount strong{color:var(--store-success)}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid var(--store-line)}.cart-summary-total strong,.summary-row.grand strong{font-size:1.35rem;color:var(--store-heading)}.checkout-button-pro{height:50px;border-radius:.7rem;background:var(--store-primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:900}.checkout-button-pro:hover{color:#fff}.cart-summary-security,.checkout-note{display:flex;align-items:center;justify-content:center;gap:.4rem;color:var(--store-muted);font-size:.68rem;margin-top:.7rem}.shop-empty-state{text-align:center;background:var(--store-paper);border:1px dashed var(--store-line);border-radius:1rem;padding:4rem 1rem}.shop-empty-state>i{font-size:3rem;color:var(--store-primary)}.shop-empty-state h2{font-weight:950;color:var(--store-heading)}.checkout-card{margin-bottom:1rem}.checkout-card h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1rem}.checkout-card h4>span{width:28px;height:28px;border-radius:.5rem;background:rgba(var(--store-primary-rgb),.11);color:var(--store-primary);display:grid;place-items:center;font-size:.75rem}.checkout-card label{font-size:.76rem;font-weight:850;margin-bottom:.4rem}.shipping-options{display:grid;gap:.65rem}.shipping-options>label{display:flex;align-items:center;gap:.7rem;border:1px solid var(--store-line);border-radius:.75rem;padding:.8rem;cursor:pointer}.shipping-options>label:has(input:checked){border-color:var(--store-primary);box-shadow:0 0 0 .15rem rgba(var(--store-primary-rgb),.08)}.shipping-options input{accent-color:var(--store-primary)}.shipping-options div{display:flex;flex-direction:column;flex:1}.shipping-options strong{color:var(--store-heading)}.shipping-options span{font-size:.68rem;color:var(--store-muted)}.sticky-summary{position:sticky;top:155px}.checkout-item{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:.7rem;padding:.6rem 0;border-bottom:1px dashed var(--store-line)}.checkout-item img{width:55px;height:55px;object-fit:contain;background:var(--store-body);border-radius:.55rem}.checkout-item strong,.checkout-item small{display:block}.checkout-item strong{font-size:.76rem;color:var(--store-heading)}.checkout-item small{font-size:.67rem;color:var(--store-muted)}
/* Auth / account / generic */
.auth-section{min-height:70vh;padding:4rem 1rem;display:grid;place-items:center;background:radial-gradient(circle at top,rgba(var(--store-primary-rgb),.12),transparent 48%)}.auth-card{width:min(100%,460px);background:var(--store-paper);border:1px solid var(--store-line);border-radius:1.1rem;padding:2rem;box-shadow:var(--store-shadow-hover)}.auth-brand{text-align:center;margin-bottom:1.2rem}.auth-brand .logo-mark{width:54px;height:54px;border-radius:1rem;background:var(--store-primary);color:#fff;display:grid;place-items:center;margin:0 auto .8rem;font-size:1.35rem;font-weight:950}.auth-brand h1{font-weight:950;color:var(--store-heading)}.auth-form{display:grid;gap:.65rem}.auth-form label{font-size:.76rem;font-weight:850}.content-page,.account-welcome,.address-card,.success-order{background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;padding:1.35rem;box-shadow:var(--store-shadow)}.account-nav{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.account-nav a{padding:.55rem .8rem;border:1px solid var(--store-line);border-radius:.6rem;color:var(--store-heading);font-weight:800;font-size:.76rem}.account-nav a.active,.account-nav a:hover{background:var(--store-primary);border-color:var(--store-primary);color:#fff}.compare-table img{width:110px;height:110px;object-fit:contain}.order-success-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.success-icon{width:68px;height:68px;border-radius:50%;background:rgba(40,199,111,.12);color:var(--store-success);display:grid;place-items:center;font-size:2rem;margin:0 auto 1rem}.timeline{display:grid;gap:.8rem}.timeline>div{border-inline-start:2px solid rgba(var(--store-primary-rgb),.2);padding-inline-start:1rem}
/* Footer */
.nova-store-footer{background:var(--store-paper);border-top:1px solid var(--store-line);margin-top:2rem}.nova-newsletter{margin-top:-2rem;transform:translateY(-1rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.6rem 1.8rem;border-radius:1rem;background:linear-gradient(125deg,var(--store-primary),color-mix(in srgb,var(--store-primary) 70%,var(--store-cyan)));color:#fff;box-shadow:0 .9rem 2rem rgba(var(--store-primary-rgb),.25)}.nova-newsletter span{font-size:.72rem;font-weight:850;opacity:.85}.nova-newsletter h2{font-size:1.35rem;font-weight:950;margin:.25rem 0 0}.nova-newsletter form{display:grid;grid-template-columns:minmax(220px,340px) auto;gap:.5rem}.nova-newsletter input{height:46px;border:0;border-radius:.7rem;background:rgba(255,255,255,.95);color:#2f2b3d;padding:0 .8rem;outline:0}.nova-newsletter .btn{background:#fff;color:var(--store-primary);border:0;font-weight:900}.nova-store-footer h6{font-weight:950;color:var(--store-heading);margin-bottom:1rem}.nova-store-footer .col-6>a,.nova-store-footer .col-lg-2>a{display:block;color:var(--store-muted);font-size:.78rem;margin-bottom:.65rem}.nova-store-footer a:hover{color:var(--store-primary)}.nova-social{display:flex;gap:.45rem}.nova-social a{width:38px;height:38px;border:1px solid var(--store-line);border-radius:50%;display:grid;place-items:center;color:var(--store-heading)}.nova-contact-line{display:flex;align-items:center;gap:.55rem;color:var(--store-muted);font-size:.78rem}.nova-contact-line i{color:var(--store-primary)}.nova-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--store-line);padding:1rem 0;color:var(--store-muted);font-size:.72rem}.nova-footer-bottom div{display:flex;align-items:center;gap:.35rem}
/* Dark mode */
html[data-bs-theme="dark"],html.dark-style{--store-shadow:0 .35rem 1.4rem rgba(0,0,0,.2);--store-shadow-hover:0 .8rem 2.2rem rgba(0,0,0,.34)}html[data-bs-theme="dark"] .home-hero-visual>img,html.dark-style .home-hero-visual>img{filter:drop-shadow(0 2rem 2rem rgba(0,0,0,.35))}
/* Responsive */
@media(max-width:1199.98px){.nova-store-header-row{grid-template-columns:1fr auto 1fr;height:70px}.product-layout-pro{grid-template-columns:1fr}.product-main-image{min-height:520px}.product-main-image img{height:460px}.catalog-layout{grid-template-columns:1fr}.catalog-filters{position:fixed;z-index:1090;top:0;bottom:0;inset-inline-start:0;width:min(88vw,330px);border-radius:0;padding:1rem;overflow:auto;transform:translateX(110%);transition:.25s}.catalog-filters.is-open{transform:none}.catalog-filter-backdrop.is-open{display:block}.catalog-filter-mobile-head{display:flex!important;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid var(--store-line);margin-bottom:1rem}.catalog-filter-mobile-head button{border:0;background:transparent;color:var(--store-heading);font-size:1.25rem}.category-editorial-grid{grid-template-columns:repeat(2,1fr)}.shop-values{grid-template-columns:repeat(2,1fr)}.shop-value:nth-child(2){border-inline-end:0}.shop-value:nth-child(-n+2){border-bottom:1px solid var(--store-line)}.cart-line-item{grid-template-columns:90px minmax(0,1fr) 90px 42px}.cart-line-total{display:none}}
@media(max-width:767.98px){.nova-store-topline .container-xxl{justify-content:space-between;gap:.5rem;font-size:.66rem}.nova-store-header-row{height:64px}.nova-store-brand strong{font-size:.88rem}.nova-store-brand small{font-size:.51rem}.nova-store-logo{width:34px;height:34px}.nova-store-header-actions{gap:.12rem}.nova-icon-btn{width:38px;height:38px}.home-hero{padding:1rem 0}.home-hero-copy{min-height:auto;padding:2rem 1.25rem}.home-hero-copy h1{font-size:2.35rem}.home-hero-visual{min-height:390px}.home-hero-visual>img{height:330px}.home-hero-visual:before{width:300px;height:300px}.home-hero-visual:after{width:350px;height:350px}.hero-proof{grid-template-columns:1fr;gap:.5rem}.hero-proof div{flex-direction:row;align-items:center;gap:.5rem}.hero-floating-note{inset-inline:1rem;bottom:1rem}.shop-section{padding:3.3rem 0}.shop-section-head{align-items:flex-start;flex-direction:column}.category-editorial-grid{grid-template-columns:1fr 1fr;gap:.7rem}.category-editorial-card{min-height:300px}.category-editorial-image{height:180px}.category-editorial-image img{height:160px}.category-editorial-copy{padding:.85rem}.category-editorial-copy p{display:none}.offer-card{min-height:270px;padding:1.25rem}.offer-copy{max-width:62%}.offer-card img{width:44%;height:220px}.shop-values{grid-template-columns:1fr}.shop-value{border-inline-end:0!important;border-bottom:1px solid var(--store-line)!important}.shop-value:last-child{border-bottom:0!important}.nova-product-body{padding:.8rem}.nova-product-media{aspect-ratio:1/1.12}.nova-product-actions{opacity:1;transform:none}.nova-product-actions a,.nova-product-actions button{width:33px;height:33px}.nova-product-body h3{font-size:.82rem}.nova-product-price strong{font-size:.88rem}.nova-product-rating{display:none}.product-layout-pro{gap:1rem}.product-main-image{min-height:390px}.product-main-image img{height:350px}.product-info-pro{padding:1rem}.product-info-pro h1{font-size:1.65rem}.product-buy-row{grid-template-columns:110px 1fr}.product-side-actions{grid-template-columns:1fr}.product-tabs-pro button{padding:.65rem .75rem;font-size:.76rem}.cart-page{padding:1.5rem 0 4rem}.cart-line-item{grid-template-columns:72px minmax(0,1fr) 42px;gap:.65rem;padding:.65rem}.cart-line-image{height:76px}.cart-line-quantity{grid-column:2/3}.cart-line-remove{grid-column:3;grid-row:1}.cart-list-actions{flex-direction:column}.cart-list-actions a,.cart-list-actions button{justify-content:center}.nova-newsletter{flex-direction:column;align-items:stretch;padding:1.2rem}.nova-newsletter form{grid-template-columns:1fr}.nova-footer-bottom{flex-direction:column;text-align:center}.order-success-grid{grid-template-columns:1fr}}
@media(max-width:420px){.nova-store-brand>span:last-child{display:none}.category-editorial-grid{grid-template-columns:1fr}.category-editorial-card{min-height:330px}.category-editorial-image{height:210px}.nova-product-body h3{min-height:auto}.product-buy-row{grid-template-columns:1fr}.quantity-stepper{width:100%}}

/* =========================================================
   MIDOVEXA identity — Rose / Blush / Rose Gold
   ========================================================= */
:root{
  --store-primary:var(--velora-primary,#AA6562);
  --store-primary-rgb:var(--velora-primary-rgb,170,101,98);
  --store-cyan:var(--velora-rose,#D08F98);
  --store-paper:#fffaf9;
  --store-body:#fbf5f4;
  --store-heading:var(--velora-text,#3B2524);
  --store-text:#6f5555;
  --store-muted:#9c8081;
  --store-line:#ead7d6;
  --store-shadow:0 .45rem 1.5rem rgba(95,52,39,.08);
  --store-shadow-hover:0 1rem 2.6rem rgba(95,52,39,.14);
}
.nova-storefront-body{background:linear-gradient(180deg,#fffafa 0,#fbf5f4 42%,#fffaf9 100%)}
.nova-store-topline{background:linear-gradient(90deg,var(--velora-primary-dark,#5F3427),var(--velora-primary,#AA6562),var(--velora-rose,#D08F98))}
.nova-store-header{background:color-mix(in srgb,#fffaf9 94%,transparent)}
.nova-store-logo.velora-monogram{position:relative;border:1px solid color-mix(in srgb,var(--velora-gold,#B98A63) 54%,transparent);background:linear-gradient(145deg,#fff6f4,var(--velora-blush,#EAD0CF));color:var(--velora-primary-dark,#5F3427);font-family:Georgia,"Times New Roman",serif;border-radius:50%;box-shadow:inset 0 0 0 3px rgba(255,255,255,.65),0 .35rem .8rem rgba(95,52,39,.12)}
.nova-store-logo.velora-monogram b{font-size:1.35rem;font-weight:500;line-height:1}.nova-store-logo.velora-monogram i{position:absolute;top:-.38rem;inset-inline-end:-.15rem;color:var(--velora-gold,#B98A63);font-size:.7rem;font-style:normal}
.nova-store-brand strong{font-family:Georgia,"Times New Roman",serif;letter-spacing:.12em;color:var(--velora-primary-dark,#5F3427)}
.nova-store-brand small{color:var(--velora-primary,#AA6562);letter-spacing:.24em}
.nova-store-nav a.active:after{background:linear-gradient(90deg,var(--velora-primary,#AA6562),var(--velora-gold,#B98A63))}
.home-hero-card{background:linear-gradient(135deg,#fffaf9 0,#f4e4e3 100%);border-color:#e7cecd}
.home-hero-visual{background:radial-gradient(circle at 50% 40%,rgba(208,143,152,.27),transparent 45%),linear-gradient(145deg,#f8e7e6,#ead0cf)}
.home-hero-visual:before,.home-hero-visual:after{border-color:rgba(185,138,99,.34)}
.shop-btn--dark,.checkout-button-pro,.btn-primary{background:linear-gradient(135deg,var(--velora-primary-dark,#5F3427),var(--velora-primary,#AA6562))!important;border-color:var(--velora-primary,#AA6562)!important;box-shadow:0 .55rem 1.2rem rgba(170,101,98,.22)!important}
.shop-btn--dark:hover,.checkout-button-pro:hover,.btn-primary:hover{filter:brightness(1.04);transform:translateY(-1px)}
.nova-newsletter{background:linear-gradient(120deg,var(--velora-primary-dark,#5F3427),var(--velora-primary,#AA6562) 58%,var(--velora-rose,#D08F98));box-shadow:0 .9rem 2rem rgba(170,101,98,.24)}
.nova-product-card:hover{border-color:color-mix(in srgb,var(--velora-primary,#AA6562) 40%,var(--store-line))}
.nova-product-price strong,.editorial-kicker,.shop-section-head span{color:var(--velora-primary,#AA6562)}
.velora-badge{background:rgba(185,138,99,.13);color:#8c633e;border:1px solid rgba(185,138,99,.25)}
.velora-payment-required{display:flex;align-items:center;gap:.8rem;padding:1rem;border:1px solid rgba(170,101,98,.24);border-radius:.85rem;background:linear-gradient(135deg,rgba(234,208,207,.56),rgba(255,250,249,.8))}.velora-payment-required>i{width:44px;height:44px;display:grid;place-items:center;border-radius:.75rem;background:var(--velora-primary,#AA6562);color:#fff;font-size:1.35rem}.velora-payment-required strong,.velora-payment-required span{display:block}.velora-payment-required strong{color:var(--store-heading)}.velora-payment-required span{font-size:.76rem;color:var(--store-muted);margin-top:.2rem}
.velora-payment-option{min-height:82px}.velora-payment-icon{width:48px;height:48px;border-radius:.8rem;display:grid;place-items:center;background:rgba(170,101,98,.1);color:var(--velora-primary,#AA6562);font-size:1.4rem;flex:0 0 auto}.velora-payment-option:has(input:checked) .velora-payment-icon{background:var(--velora-primary,#AA6562);color:#fff}
.velora-payment-page{max-width:1100px;margin:0 auto}.velora-payment-hero{text-align:center;margin-bottom:2rem}.velora-payment-logo{width:78px;height:78px;border-radius:1.25rem;margin:0 auto 1rem;display:grid;place-items:center;background:linear-gradient(145deg,var(--velora-primary,#AA6562),var(--velora-primary-dark,#5F3427));color:#fff;font-size:2.1rem;box-shadow:0 1rem 2rem rgba(170,101,98,.25)}.velora-payment-hero>span{color:var(--velora-primary,#AA6562);font-weight:900}.velora-payment-hero h1{font-weight:950;color:var(--store-heading);margin:.4rem 0}.velora-payment-hero p{max-width:720px;margin:0 auto;color:var(--store-muted);line-height:1.8}
.velora-payment-code-card,.velora-payment-steps{height:100%;background:var(--store-paper);border:1px solid var(--store-line);border-radius:1.2rem;padding:2rem;box-shadow:var(--store-shadow)}.velora-payment-code-card{text-align:center;background:linear-gradient(145deg,#fffaf9,#f4e4e3)}.velora-payment-code-card>small{font-weight:850;color:var(--store-muted)}.velora-payment-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(2rem,5vw,3.6rem);font-weight:950;letter-spacing:.16em;color:var(--velora-primary-dark,#5F3427);direction:ltr;margin:1.2rem 0;word-break:break-all}.velora-copy-feedback{color:#2f8c5a;font-weight:850;margin-top:.75rem}.velora-payment-expiry{display:flex;align-items:center;justify-content:center;gap:.4rem;color:var(--store-muted);font-size:.76rem;margin:1rem 0 0}
.velora-payment-steps h4{font-weight:950;color:var(--store-heading);margin-bottom:1.2rem}.velora-payment-steps ol{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.velora-payment-steps li{display:flex;align-items:flex-start;gap:.8rem}.velora-payment-steps li>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(170,101,98,.11);color:var(--velora-primary,#AA6562);font-weight:950;flex:0 0 auto}.velora-payment-steps strong,.velora-payment-steps small{display:block}.velora-payment-steps strong{color:var(--store-heading)}.velora-payment-steps small{color:var(--store-muted);margin-top:.2rem}.velora-payment-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;padding:1rem}.velora-payment-summary div{text-align:center;padding:.6rem}.velora-payment-summary small,.velora-payment-summary strong{display:block}.velora-payment-summary small{color:var(--store-muted);font-size:.72rem}.velora-payment-summary strong{color:var(--store-heading);margin-top:.25rem}
html[data-bs-theme="dark"],html.dark-style{--store-paper:#22191c;--store-body:#171113;--store-heading:#f7e9e7;--store-text:#d9bfc0;--store-muted:#ad9294;--store-line:#3e2e32;--bs-body-bg:#171113;--bs-paper-bg:#22191c;--bs-body-color:#d9bfc0;--bs-heading-color:#f7e9e7;--bs-border-color:#3e2e32}.dark-style .nova-storefront-body,html[data-bs-theme="dark"] .nova-storefront-body{background:linear-gradient(180deg,#171113,#1c1417)}html[data-bs-theme="dark"] .nova-store-header,html.dark-style .nova-store-header{background:rgba(34,25,28,.94)}html[data-bs-theme="dark"] .home-hero-card,html.dark-style .home-hero-card{background:linear-gradient(145deg,#22191c,#2c1e22)}html[data-bs-theme="dark"] .velora-payment-code-card,html.dark-style .velora-payment-code-card{background:linear-gradient(145deg,#22191c,#2c1e22)}
@media(max-width:767.98px){.velora-payment-summary{grid-template-columns:1fr}.velora-payment-code{font-size:2rem;letter-spacing:.08em}.velora-payment-code-card,.velora-payment-steps{padding:1.25rem}}

/* ================================================================
   MIDOVEXA Luxury Feminine V3 — final storefront override
   ================================================================ */
:root {
  --store-primary: var(--velora-primary);
  --store-primary-rgb: var(--velora-primary-rgb);
  --store-cyan: var(--velora-accent);
  --store-paper: #FFFDFD;
  --store-body: var(--velora-background);
  --store-heading: var(--velora-text-strong);
  --store-text: var(--velora-text);
  --store-muted: var(--velora-muted-rose);
  --store-line: var(--velora-border);
  --store-shadow: var(--velora-shadow-sm);
  --store-shadow-hover: var(--velora-shadow-lg);
}

.nova-storefront-body {
  color: var(--velora-text);
  background:
    radial-gradient(circle at 92% 0%, rgba(var(--velora-secondary-rgb), .68), transparent 30rem),
    linear-gradient(180deg, #FFFDFD 0%, var(--velora-background) 45%, #FFF9FA 100%) !important;
}
.nova-store-topline {
  color: #fff;
  background: linear-gradient(90deg, var(--velora-text), var(--velora-deep-rose), var(--velora-accent)) !important;
}
.nova-store-header {
  background: rgba(255, 253, 253, .92) !important;
  border-color: rgba(var(--velora-border-rgb), .62) !important;
  box-shadow: 0 .5rem 1.6rem rgba(var(--velora-text-rgb), .075) !important;
  backdrop-filter: blur(14px);
}
.nova-store-logo.velora-monogram {
  width: 3rem !important;
  height: 3rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}
.nova-store-logo.velora-monogram img { width: 100%; height: 100%; display: block; object-fit: contain; }
.nova-store-brand strong {
  color: var(--velora-text) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .14em;
}
.nova-store-brand small { color: var(--velora-deep-rose) !important; }
.nova-store-nav a { color: var(--velora-text) !important; }
.nova-store-nav a:hover,
.nova-store-nav a.active { color: var(--velora-deep-rose) !important; }
.nova-store-nav a.active::after { background: linear-gradient(90deg, var(--velora-primary), var(--velora-accent)) !important; }
.nova-icon-btn,
.nova-store-actions a,
.nova-store-actions button {
  border-color: rgba(var(--velora-border-rgb), .68) !important;
  background: rgba(255,253,253,.78) !important;
  color: var(--velora-text) !important;
}
.nova-icon-btn:hover,
.nova-store-actions a:hover,
.nova-store-actions button:hover {
  color: var(--velora-deep-rose) !important;
  border-color: var(--velora-primary) !important;
  background: rgba(var(--velora-primary-rgb), .11) !important;
}
.nova-store-search,
.nova-search-panel {
  background: #FFFDFD !important;
  border-color: rgba(var(--velora-border-rgb), .72) !important;
  box-shadow: var(--velora-shadow) !important;
}
.nova-store-search:focus-within { border-color: var(--velora-primary) !important; box-shadow: 0 0 0 .23rem rgba(var(--velora-primary-rgb), .13) !important; }

.home-hero-card {
  color: var(--velora-text);
  background:
    radial-gradient(circle at 18% 20%, rgba(var(--velora-primary-rgb), .16), transparent 21rem),
    linear-gradient(135deg, #FFFDFD 0%, var(--velora-secondary) 100%) !important;
  border-color: rgba(var(--velora-border-rgb), .78) !important;
  box-shadow: var(--velora-shadow) !important;
}
.home-hero-copy h1,
.editorial-copy h1,
.product-info-pro h1,
.shop-section-head h2,
.nova-newsletter h2 { color: var(--velora-text-strong) !important; }
.editorial-kicker,
.shop-section-head span,
.nova-product-price strong,
.product-current-price { color: var(--velora-deep-rose) !important; }
.home-hero-visual {
  background:
    radial-gradient(circle at 50% 38%, rgba(var(--velora-primary-rgb), .28), transparent 43%),
    linear-gradient(145deg, #F9E8EA, var(--velora-secondary)) !important;
}
.home-hero-visual::before,
.home-hero-visual::after { border-color: rgba(var(--velora-accent-rgb), .45) !important; }
.hero-proof,
.shop-value,
.product-trust-item { color: var(--velora-text); }

.shop-btn--dark,
.checkout-button-pro,
.product-add-button,
.nova-storefront-body .btn-primary {
  color: #fff !important;
  background-color: var(--velora-primary) !important;
  background-image: linear-gradient(135deg, var(--velora-primary), var(--velora-deep-rose)) !important;
  border-color: var(--velora-primary) !important;
  box-shadow: 0 .55rem 1.2rem rgba(var(--velora-deep-rose-rgb), .23) !important;
}
.shop-btn--dark:hover,
.checkout-button-pro:hover,
.product-add-button:hover,
.nova-storefront-body .btn-primary:hover {
  color: #fff !important;
  background-image: linear-gradient(135deg, var(--velora-deep-rose), var(--velora-text)) !important;
  transform: translateY(-2px);
}
.shop-btn--light,
.nova-storefront-body .btn-outline-primary,
.nova-storefront-body .btn-label-primary {
  color: var(--velora-deep-rose) !important;
  background: rgba(var(--velora-secondary-rgb), .62) !important;
  border-color: rgba(var(--velora-border-rgb), .86) !important;
}
.shop-btn--light:hover,
.nova-storefront-body .btn-outline-primary:hover,
.nova-storefront-body .btn-label-primary:hover {
  color: var(--velora-text-strong) !important;
  background: var(--velora-secondary) !important;
  border-color: var(--velora-primary) !important;
}

.category-editorial-card,
.nova-product-card,
.product-gallery-pro,
.product-info-pro,
.cart-line-item,
.cart-summary-card,
.checkout-card,
.account-card,
.velora-payment-code-card,
.velora-payment-steps,
.velora-payment-summary {
  background: rgba(255, 253, 253, .96) !important;
  border-color: rgba(var(--velora-border-rgb), .65) !important;
  box-shadow: var(--velora-shadow-sm) !important;
}
.category-editorial-card:hover,
.nova-product-card:hover {
  border-color: var(--velora-primary) !important;
  box-shadow: var(--velora-shadow-hover) !important;
  transform: translateY(-5px);
}
.category-editorial-image,
.nova-product-media,
.product-main-image {
  background: linear-gradient(145deg, #FFF8F9, rgba(var(--velora-secondary-rgb), .72)) !important;
}
.nova-product-body h3 a,
.product-info-pro h1,
.cart-line-copy h3,
.checkout-card h3 { color: var(--velora-text-strong) !important; }
.nova-product-actions a,
.nova-product-actions button {
  color: var(--velora-text) !important;
  background: rgba(255,253,253,.92) !important;
  border-color: rgba(var(--velora-border-rgb), .7) !important;
}
.nova-product-actions a:hover,
.nova-product-actions button:hover {
  color: #fff !important;
  background: var(--velora-deep-rose) !important;
  border-color: var(--velora-deep-rose) !important;
}
.nova-product-badge,
.velora-badge {
  color: var(--velora-text) !important;
  background: linear-gradient(135deg, rgba(var(--velora-secondary-rgb), .92), rgba(var(--velora-accent-rgb), .25)) !important;
  border-color: rgba(var(--velora-accent-rgb), .38) !important;
}
.nova-product-rating i { color: var(--velora-accent) !important; }

.product-thumbnails button.active,
.product-thumbnails button:hover { border-color: var(--velora-primary) !important; box-shadow: 0 0 0 .18rem rgba(var(--velora-primary-rgb), .12) !important; }
.quantity-stepper,
.product-buy-row,
.product-side-actions > * {
  border-color: rgba(var(--velora-border-rgb), .78) !important;
  background: #FFFDFD !important;
}
.product-tabs-pro { border-color: rgba(var(--velora-border-rgb), .72) !important; }
.product-tabs-pro button { color: var(--velora-text) !important; }
.product-tabs-pro button.active { color: var(--velora-deep-rose) !important; border-color: var(--velora-primary) !important; background: rgba(var(--velora-primary-rgb), .1) !important; }

.nova-newsletter {
  color: #fff;
  background: linear-gradient(120deg, var(--velora-text), var(--velora-deep-rose) 55%, var(--velora-primary)) !important;
  box-shadow: 0 .95rem 2.25rem rgba(var(--velora-text-rgb), .2) !important;
}
.nova-newsletter h2 { color: #fff !important; }
.nova-newsletter input { background: rgba(255,255,255,.95) !important; border-color: transparent !important; }
.nova-store-footer { background: #FFF9FA !important; border-color: rgba(var(--velora-border-rgb), .62) !important; }
.nova-store-footer h6 { color: var(--velora-text-strong) !important; }
.nova-store-footer a { color: var(--velora-text) !important; }
.nova-store-footer a:hover { color: var(--velora-deep-rose) !important; }
.nova-social a { color: var(--velora-deep-rose) !important; background: rgba(var(--velora-primary-rgb), .1) !important; border-color: rgba(var(--velora-border-rgb), .65) !important; }

.velora-payment-required {
  border-color: rgba(var(--velora-primary-rgb), .34) !important;
  background: linear-gradient(135deg, rgba(var(--velora-secondary-rgb), .78), rgba(255,253,253,.9)) !important;
}
.velora-payment-required > i,
.velora-payment-option:has(input:checked) .velora-payment-icon {
  background: linear-gradient(135deg, var(--velora-primary), var(--velora-deep-rose)) !important;
}
.velora-payment-icon { color: var(--velora-deep-rose) !important; background: rgba(var(--velora-primary-rgb), .13) !important; }
.velora-payment-code-card { background: linear-gradient(145deg, #FFFDFD, var(--velora-secondary)) !important; }
.velora-payment-code { color: var(--velora-text) !important; }
.velora-payment-logo { background: linear-gradient(145deg, var(--velora-primary), var(--velora-deep-rose)) !important; }
.velora-payment-steps li > span { color: var(--velora-deep-rose) !important; background: rgba(var(--velora-primary-rgb), .14) !important; }

/* Storefront dark mode uses warm chocolate surfaces, never blue/black */
html[data-bs-theme="dark"],
html.dark-style {
  --store-paper: var(--velora-dark-card);
  --store-body: var(--velora-dark-background);
  --store-heading: #FFF7F7;
  --store-text: var(--velora-dark-text);
  --store-muted: var(--velora-dark-muted);
  --store-line: var(--velora-dark-border);
}
html[data-bs-theme="dark"] .nova-storefront-body,
html.dark-style .nova-storefront-body {
  color: var(--velora-dark-text) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(var(--velora-deep-rose-rgb), .17), transparent 30rem),
    linear-gradient(180deg, var(--velora-dark-background), #211008) !important;
}
html[data-bs-theme="dark"] .nova-store-header,
html.dark-style .nova-store-header {
  background: rgba(53,29,23,.92) !important;
  border-color: var(--velora-dark-border) !important;
  box-shadow: 0 .65rem 1.7rem rgba(0,0,0,.25) !important;
}
html[data-bs-theme="dark"] .nova-store-brand strong,
html.dark-style .nova-store-brand strong,
html[data-bs-theme="dark"] .nova-store-nav a,
html.dark-style .nova-store-nav a { color: #F8EDEE !important; }
html[data-bs-theme="dark"] .nova-store-nav a:hover,
html[data-bs-theme="dark"] .nova-store-nav a.active,
html.dark-style .nova-store-nav a:hover,
html.dark-style .nova-store-nav a.active { color: #EAB7BD !important; }
html[data-bs-theme="dark"] .nova-icon-btn,
html[data-bs-theme="dark"] .nova-store-actions a,
html[data-bs-theme="dark"] .nova-store-actions button,
html.dark-style .nova-icon-btn,
html.dark-style .nova-store-actions a,
html.dark-style .nova-store-actions button { color: #F4E2E4 !important; background: rgba(67,40,34,.9) !important; border-color: var(--velora-dark-border) !important; }
html[data-bs-theme="dark"] .home-hero-card,
html.dark-style .home-hero-card {
  color: var(--velora-dark-text) !important;
  background: linear-gradient(145deg, var(--velora-dark-card), var(--velora-dark-surface)) !important;
  border-color: var(--velora-dark-border) !important;
}
html[data-bs-theme="dark"] .category-editorial-card,
html[data-bs-theme="dark"] .nova-product-card,
html[data-bs-theme="dark"] .product-gallery-pro,
html[data-bs-theme="dark"] .product-info-pro,
html[data-bs-theme="dark"] .cart-line-item,
html[data-bs-theme="dark"] .cart-summary-card,
html[data-bs-theme="dark"] .checkout-card,
html[data-bs-theme="dark"] .account-card,
html[data-bs-theme="dark"] .velora-payment-code-card,
html[data-bs-theme="dark"] .velora-payment-steps,
html[data-bs-theme="dark"] .velora-payment-summary,
html.dark-style .category-editorial-card,
html.dark-style .nova-product-card,
html.dark-style .product-gallery-pro,
html.dark-style .product-info-pro,
html.dark-style .cart-line-item,
html.dark-style .cart-summary-card,
html.dark-style .checkout-card,
html.dark-style .account-card,
html.dark-style .velora-payment-code-card,
html.dark-style .velora-payment-steps,
html.dark-style .velora-payment-summary {
  color: var(--velora-dark-text) !important;
  background: linear-gradient(145deg, var(--velora-dark-card), #3A211B) !important;
  border-color: var(--velora-dark-border) !important;
  box-shadow: 0 .5rem 1.4rem rgba(0,0,0,.2) !important;
}
html[data-bs-theme="dark"] .category-editorial-image,
html[data-bs-theme="dark"] .nova-product-media,
html[data-bs-theme="dark"] .product-main-image,
html.dark-style .category-editorial-image,
html.dark-style .nova-product-media,
html.dark-style .product-main-image { background: linear-gradient(145deg, #3B211B, #4A2B24) !important; }
html[data-bs-theme="dark"] .nova-store-search,
html[data-bs-theme="dark"] .nova-search-panel,
html.dark-style .nova-store-search,
html.dark-style .nova-search-panel { color: var(--velora-dark-text) !important; background: var(--velora-dark-card) !important; border-color: var(--velora-dark-border) !important; }
html[data-bs-theme="dark"] .quantity-stepper,
html[data-bs-theme="dark"] .product-buy-row,
html[data-bs-theme="dark"] .product-side-actions > *,
html.dark-style .quantity-stepper,
html.dark-style .product-buy-row,
html.dark-style .product-side-actions > * { color: var(--velora-dark-text) !important; background: #301A14 !important; border-color: var(--velora-dark-border) !important; }
html[data-bs-theme="dark"] .nova-store-footer,
html.dark-style .nova-store-footer { background: #2F1913 !important; border-color: var(--velora-dark-border) !important; }
html[data-bs-theme="dark"] .nova-store-footer h6,
html[data-bs-theme="dark"] .nova-store-footer a,
html.dark-style .nova-store-footer h6,
html.dark-style .nova-store-footer a { color: #F2DFE1 !important; }

@media (max-width: 767.98px) {
  .nova-store-logo.velora-monogram { width: 2.55rem !important; height: 2.55rem !important; }
  .home-hero-card { border-radius: 1.15rem !important; }
}

/* ==================================================================
   MIDOVEXA production storefront overrides - authoritative final layer
   ================================================================== */
.nova-storefront-body {
  color: var(--midovexa-text);
  background:
    radial-gradient(circle at 85% 0%, rgba(var(--midovexa-primary-rgb), .15), transparent 34rem),
    var(--midovexa-background) !important;
}
.nova-store-topline {
  color: var(--midovexa-text);
  background: linear-gradient(90deg, var(--midovexa-secondary), rgba(var(--midovexa-primary-rgb), .75));
  border-bottom: 1px solid rgba(var(--midovexa-champagne-rgb), .7);
}
.nova-store-header {
  background: rgba(255,255,255,.93) !important;
  border-bottom: 1px solid rgba(var(--midovexa-champagne-rgb), .66) !important;
  box-shadow: 0 .65rem 1.7rem rgba(var(--midovexa-text-rgb), .08) !important;
  backdrop-filter: saturate(135%) blur(14px);
}
.midovexa-monogram {
  width: 3.4rem !important;
  height: 3.4rem !important;
  display: grid !important;
  place-items: center;
}
.midovexa-monogram img { width: 100%; height: 100%; object-fit: contain; }
.nova-store-brand strong {
  color: var(--midovexa-logo-metallic) !important;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .1em;
}
.nova-store-brand small { color: var(--midovexa-rose-gold) !important; }
.nova-store-nav a { color: var(--midovexa-text) !important; }
.nova-store-nav a:hover,
.nova-store-nav a.active { color: var(--midovexa-logo-metallic) !important; }
.nova-store-nav a.active::after { background: linear-gradient(90deg, var(--midovexa-primary), var(--midovexa-rose-gold)) !important; }
.nova-icon-btn {
  color: var(--midovexa-text) !important;
  border-color: rgba(var(--midovexa-champagne-rgb), .65) !important;
  background: rgba(255,255,255,.8) !important;
}
.nova-icon-btn:hover {
  color: var(--midovexa-logo-metallic) !important;
  background: rgba(var(--midovexa-primary-rgb), .22) !important;
  border-color: var(--midovexa-primary) !important;
}
.nova-cart-link > span { background: var(--midovexa-rose-gold) !important; }
.nova-store-main .card,
.nova-product-card,
.nova-checkout-card,
.nova-cart-card {
  background: rgba(255,255,255,.96) !important;
  border-color: rgba(var(--midovexa-champagne-rgb), .62) !important;
  box-shadow: var(--midovexa-shadow-sm) !important;
}
.nova-product-card:hover { border-color: var(--midovexa-primary) !important; box-shadow: var(--midovexa-shadow) !important; }
.nova-product-price,
.nova-product-card .price,
.velora-product-price { color: var(--midovexa-logo-metallic) !important; }
.nova-store-footer {
  color: var(--midovexa-text);
  background: linear-gradient(180deg, #FFFDFB, var(--midovexa-secondary)) !important;
  border-top: 1px solid rgba(var(--midovexa-champagne-rgb), .72) !important;
}
.nova-newsletter {
  background: linear-gradient(135deg, var(--midovexa-luxury), var(--midovexa-logo-metallic)) !important;
  box-shadow: 0 1rem 2.4rem rgba(var(--midovexa-logo-metallic-rgb), .24) !important;
}
.nova-newsletter .btn-primary { background: var(--midovexa-background) !important; color: var(--midovexa-logo-metallic) !important; border-color: transparent !important; }

html[data-bs-theme="dark"] .nova-storefront-body,
html.dark-style .nova-storefront-body {
  color: var(--midovexa-dark-text);
  background:
    radial-gradient(circle at 84% 0%, rgba(var(--midovexa-glow-rgb), .1), transparent 34rem),
    var(--midovexa-dark-background) !important;
}
html[data-bs-theme="dark"] .nova-store-topline,
html.dark-style .nova-store-topline {
  color: var(--midovexa-dark-text);
  background: linear-gradient(90deg, var(--midovexa-dark-surface), rgba(var(--midovexa-luxury-rgb), .5));
  border-color: var(--midovexa-dark-border);
}
html[data-bs-theme="dark"] .nova-store-header,
html.dark-style .nova-store-header {
  background: rgba(42,32,35,.94) !important;
  border-color: var(--midovexa-dark-border) !important;
}
html[data-bs-theme="dark"] .nova-store-nav a,
html.dark-style .nova-store-nav a,
html[data-bs-theme="dark"] .nova-icon-btn,
html.dark-style .nova-icon-btn { color: var(--midovexa-dark-muted) !important; }
html[data-bs-theme="dark"] .nova-icon-btn,
html.dark-style .nova-icon-btn { background: rgba(30,30,30,.5) !important; border-color: var(--midovexa-dark-border) !important; }
html[data-bs-theme="dark"] .nova-store-main .card,
html[data-bs-theme="dark"] .nova-product-card,
html[data-bs-theme="dark"] .nova-checkout-card,
html[data-bs-theme="dark"] .nova-cart-card,
html.dark-style .nova-store-main .card,
html.dark-style .nova-product-card,
html.dark-style .nova-checkout-card,
html.dark-style .nova-cart-card {
  color: var(--midovexa-dark-text) !important;
  background: linear-gradient(145deg, var(--midovexa-dark-card), var(--midovexa-dark-surface)) !important;
  border-color: var(--midovexa-dark-border) !important;
}
html[data-bs-theme="dark"] .nova-store-footer,
html.dark-style .nova-store-footer {
  color: var(--midovexa-dark-text);
  background: linear-gradient(180deg, var(--midovexa-dark-surface), var(--midovexa-dark-background)) !important;
  border-color: var(--midovexa-dark-border) !important;
}
