@media (min-width:1025px){body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header :where(.nkth-header,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search){--ntzui-pc-purple:#4b1685;--ntzui-pc-purple-2:#6d28d9;--ntzui-pc-purple-3:#8b5cf6;--ntzui-pc-ink:#130b22;--ntzui-pc-muted:rgba(19,11,34,.56);--ntzui-pc-line:rgba(75,22,133,.14);--ntzui-pc-gold:#ffd166;}
}
@media (min-width:1025px){body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header :where(.nkth-header,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search){--ntzui-p234-purple:#4b1685;--ntzui-p234-purple2:#6d28d9;--ntzui-p234-purple3:#8b5cf6;--ntzui-p234-ink:#140920;--ntzui-p234-muted:rgba(20,9,32,.58);--ntzui-p234-line:rgba(75,22,133,.13);--ntzui-p234-soft:#f6f1ff;--ntzui-p234-gold:#ffd166;}
}
:where(.nkth-header,.nkth-drawer,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search,.ntzui-footer){ --nkth-brand:#4B1D84; --nkth-ink:#0f172a; }
.nkth-header{ position:sticky; top:0; z-index:9000; background:#fff; border-bottom:1px solid rgba(2,6,23,.08); }
.nkth-inner{ max-width:1200px; margin:0 auto; padding:10px 14px; }
.nkth-logo{ display:flex; align-items:center; justify-content:center; text-decoration:none; }
.nkth-logo img{ height:38px; width:auto; max-width:190px; display:block; object-fit:contain; }
.nkth-ico-btn{ appearance:none; border:0; background:transparent; padding:8px; border-radius:12px; color:var(--nkth-brand); display:inline-flex; align-items:center; justify-content:center; line-height:0; }
.nkth-ico-btn svg{ display:block; }
.nkth-ico-btn:active{ transform:translateY(1px); }
.nkth-actions{ display:flex; align-items:center; gap:4px; }
.nkth-cart{ position:relative; }
.nkth-badge{ position:absolute; top:2px; right:2px; min-width:18px; height:18px; border-radius:999px; background:var(--nkth-brand); color:#fff; font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; padding:0 5px; }
.nkth-mobile{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.nkth-mobile .nkth-logo img{ height:44px; max-width:220px; }
.nkth-nav-list{ list-style:none; margin:0; padding:0; display:flex; align-items:center; justify-content:center; gap:18px; }
.nkth-nav-list > li{ position:relative; }
.nkth-nav-list > li > a{ display:inline-flex; align-items:center; gap:8px; padding:10px 10px; border-radius:12px; text-decoration:none; color:var(--nkth-ink); font-weight:700; font-size:14px; }
.nkth-nav-list > li > a:hover{ background:rgba(75,29,132,.06); color:var(--nkth-brand); }
.nkth-mega{
position:absolute;
top:100%;
left:50%;
right:auto;
width:min(560px, calc(100vw - 32px));
background:#fff;
border:1px solid rgba(2,6,23,.10);
border-radius:16px;
padding:14px;
box-shadow:0 20px 60px rgba(2,6,23,.12);
display:grid;
grid-template-columns:repeat(2, minmax(0,1fr));
gap:10px;
opacity:0;
pointer-events:none;
transform: translate(calc(-50% + var(--nkth-shift, 0px)), 10px);
transition: opacity .18s ease, transform .18s ease;
}
.nkth-mega a{
text-decoration:none;
color:rgba(15,23,42,.88);
font-weight:650;
font-size:13px;
padding:10px 10px;
border-radius:12px;
background:rgba(2,6,23,.02);
display:flex;
align-items:center;
gap:10px;
}
.nkth-mega a img{
width:34px;
height:34px;
border-radius:12px;
object-fit:contain;
background:#fff;
border:1px solid rgba(2,6,23,.08);
flex:0 0 34px;
}
.nkth-mega a span{ display:block; line-height:1.35; }
.nkth-mega a:hover{ background:rgba(75,29,132,.06); color:var(--nkth-brand); }
.nkth-nav-list > li.ntzui-has-mega:hover .nkth-mega,.nkth-nav-list > li.ntzui-has-mega.ntzui-is-open .nkth-mega{ opacity:1; pointer-events:auto; }
.nkth-drawer{ position:fixed; inset:0; z-index:9000; display:none; }
.nkth-drawer.ntzui-is-open{ display:block; }
.nkth-drawer-overlay{ position:absolute; inset:0; background:rgba(2,6,23,.45); }
.nkth-drawer-panel{ position:absolute; top:0; right:0; width:min(86vw, 360px); height:100%; background:#fff; box-shadow:-20px 0 60px rgba(2,6,23,.22);
display:flex; flex-direction:column; }
.nkth-drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:14px 14px 10px; border-bottom:1px solid rgba(2,6,23,.08); }
.nkth-drawer-logo img{ height:44px; width:auto; max-width:220px; }
.nkth-drawer-close{ border:0; background:rgba(2,6,23,.06); width:38px; height:38px; border-radius:12px; font-size:22px; line-height:0; color:var(--nkth-ink); }
.nkth-drawer-actions{ display:flex; gap:10px; padding:12px 14px; }
.nkth-drawer-btn{ flex:1; text-align:center; padding:10px 12px; border-radius:12px; text-decoration:none; font-weight:800; color:var(--nkth-brand); background:rgba(75,29,132,.06); }
.nkth-drawer-footer{ padding:18px 14px 22px; border-top:1px solid rgba(2,6,23,.10); background:#fff; }
.nkth-drawer-scroll{ flex:1; overflow:auto; padding:4px 10px 16px; }
@media(max-width: 980px){.nkth-drawer-scroll{ padding-bottom: calc(18px + env(safe-area-inset-bottom) + 92px); }
}
.nkth-accordion{ padding:0; overflow:visible; }
.nkth-acc-btn{
width:100%;
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding:14px 14px;
border:0;
border-radius:14px;
background:transparent;
color:var(--nkth-ink);
font-weight:560;
font-size:13.5px;
line-height:1.6;
cursor:pointer;
-webkit-tap-highlight-color: transparent;
}
.nkth-acc-btn:hover{ background:rgba(2,6,23,.04); }
.nkth-acc-btn.ntzui-is-open{ color:var(--nkth-brand); background:rgba(124,58,237,.10); }
.nkth-acc-ico{ color:rgba(75,29,132,.95); display:inline-flex; align-items:center; justify-content:center; }
.nkth-acc-ico svg{ width:18px; height:18px; }
.nkth-acc-panel{ display:none; padding:2px 8px 10px 8px; }
.nkth-acc-panel a{
display:block;
text-decoration:none;
padding:12px 12px;
border-radius:12px;
color:rgba(15,23,42,.84);
font-weight:520;
font-size:13px;
line-height:1.7;
background:rgba(2,6,23,.02);
margin:6px 0;
-webkit-tap-highlight-color: transparent;
}
.nkth-acc-panel a:hover{ background:rgba(75,29,132,.06); color:var(--nkth-brand); }
.nkth-acc-link{
display:block;
padding:14px 14px;
margin:6px 0;
border-radius:14px;
text-decoration:none;
font-weight:560;
font-size:13.5px;
line-height:1.6;
color:var(--nkth-ink);
background:rgba(2,6,23,.03);
-webkit-tap-highlight-color: transparent;
}
.nkth-acc-btn.ntzui-is-open + .nkth-acc-panel{ display:block; }
@media (min-width: 1025px){.nkth-mobile{ display:none; }
.nkth-logo img{ height:46px; max-width:240px; }
.nkth-mega{ width:min(760px, 70vw); grid-template-columns:repeat(3, minmax(0,1fr)); }
}
.nkth-header,.nkth-header *,.nkth-drawer,.nkth-drawer *,.nmf-search-modal,.nmf-search-modal *,.nkth-pdp-search,.nkth-pdp-search *{ box-sizing:border-box; }
.nmf-search-modal{
position: fixed;
inset: 0;
z-index:9000;
display: none;
direction: rtl;
touch-action: none;
}
.nmf-search-modal.nmf-open{ display:block; }
.nmf-search-overlay{
position: absolute;
inset: 0;
background: rgba(0,0,0,.45);
}
.nmf-search-panel{
position: fixed;
left: 10px;
right: 10px;
top: 12px;
bottom: 12px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
touch-action: pan-y;
border-radius: 18px;
background: #fff;
box-shadow: 0 18px 55px rgba(0,0,0,.28);
padding: 12px;
}
.nmf-search-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding: 4px 2px 10px;
}
.nmf-search-title{ font-size: 14px; font-weight: 800; }
.nmf-search-close{
width: 34px; height: 34px;
border-radius: 12px;
border: 1px solid rgba(0,0,0,.12);
background: #fff;
font-size: 22px;
line-height: 30px;
cursor: pointer;
}
.nmf-search-form{
display:flex;
gap:8px;
align-items:center;
padding: 8px;
border: 1px solid rgba(0,0,0,.12);
border-radius: 16px;
}
.nmf-search-input{
flex: 1 1 auto;
min-width: 0;
border: 0 !important;
outline: none !important;
font-size: 16px;
padding: 10px 8px;
background: transparent !important;
}
.nmf-search-submit{
flex: 0 0 auto;
border: 0;
background: #111;
color: #fff;
padding: 10px 12px;
border-radius: 14px;
font-size: 12px;
cursor:pointer;
}
.nmf-search-section{ padding: 12px 2px 2px; }
.nmf-search-section-title{
font-size: 12px;
font-weight: 800;
opacity: .9;
margin-bottom: 10px;
}
.nmf-search-cats{
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
@media (min-width: 480px){.nmf-search-cats{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.nmf-cat{
display:flex;
flex-direction:column;
align-items:center;
gap:6px;
text-decoration:none !important;
color: inherit;
padding: 10px 6px;
border-radius: 16px;
border: 1px solid rgba(0,0,0,.08);
background: rgba(255,255,255,.9);
}
.nmf-cat-ico{
width: 54px; height: 54px;
border-radius: 999px;
border: 2px solid #7c3aed;
box-shadow: 0 0 0 6px rgba(124,58,237,.12);
display:grid;
place-items:center;
overflow:hidden;
}
.nmf-cat-ico img{
width: 34px; height: 34px;
object-fit: contain;
display:block;
}
.nmf-cat-name{
font-size: 11px;
text-align:center;
line-height: 1.2;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.nmf-search-links{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.nmf-search-links a{
text-decoration:none !important;
color:#111;
font-size: 12px;
padding: 8px 10px;
border-radius: 999px;
border: 1px solid rgba(0,0,0,.12);
}
@supports (-webkit-touch-callout: none) {.nmf-search-panel{ -webkit-text-size-adjust: 100%; }
.nmf-search-input{
font-size: 16px !important;
line-height: 1.4 !important;
}
}
.nmf-tabs{
display:flex;
gap:8px;
padding: 10px 2px 2px;
}
.nmf-tab{
flex:1 1 0;
border:1px solid rgba(0,0,0,.12);
background:#fff;
color:#111;
padding: 10px 10px;
border-radius: 14px;
font-size: 12px;
font-weight: 800;
cursor:pointer;
}
.nmf-tab.ntzui-is-active{
border-color: rgba(124,58,237,.45);
box-shadow: 0 0 0 3px rgba(124,58,237,.12);
}
.nmf-pane{ display:none; padding-top: 10px; }
.nmf-pane.ntzui-is-active{ display:block; }
.nmf-brand-logo{
width: 128px;
height: 44px;
display:grid;
place-items:center;
z-index:1;
}
.nmf-brand-logo img{
width:100%;
height:100%;
object-fit: contain;
display:block;
}
.nmf-brand-chip{
flex: 0 0 auto;
scroll-snap-align: start;
height: 64px;
min-width: 150px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding: 10px 14px;
border-radius: 18px;
background: rgba(255,255,255,0);
border:1px solid rgba(2,6,23,.10);
text-decoration:none;
transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.nmf-brand-chip:hover,.nmf-brand-chip:focus-visible{
transform: translateY(-2px);
background: rgba(124,58,237,.06);
border-color: rgba(124,58,237,.70);
box-shadow: 0 0 0 2px rgba(124,58,237,.15);
}
.nmf-brand-chip img{
width: 150px;
height:auto;
max-height: 42px;
object-fit: contain;
filter: brightness(0) saturate(100%);
transition: filter .18s ease;
}
.nmf-brand-chip:hover img,.nmf-brand-chip:focus-visible img{ filter:none; }
@media (min-width:1025px){.nmf-search-panel{
left:auto !important;
right:16px !important;
top:16px !important;
bottom:16px !important;
width:min(440px, 33vw) !important;
max-width:520px !important;
border-radius:18px !important;
box-shadow:0 28px 80px rgba(2,6,23,.18) !important;
}
}
.nkth-drawer-section{padding:10px 14px 0}
.nkth-drawer-section-title{font-weight:900;font-size:16px;color:var(--nkth-brand);margin:18px 0 10px;text-align:center;letter-spacing:-.15px}
.nkth-drawer-links{list-style:none;margin:0;padding:0;border:1px solid rgba(2,6,23,.08);border-radius:18px;overflow:hidden;background:#fff}
.nkth-drawer-links li{margin:0}
.nkth-drawer-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 14px;text-decoration:none;color:#0f172a;font-weight:520;font-size:14px;line-height:1.7;border-bottom:1px solid rgba(2,6,23,.06)}
.nkth-drawer-links li:last-child a{border-bottom:0}
.nkth-drawer-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.nkth-drawer-chips a{display:flex;align-items:center;justify-content:center;padding:10px 10px;border-radius:18px;border:1px solid rgba(2,6,23,.10);background:#fff;text-decoration:none}
.nkth-drawer-chips img{height:24px;width:auto;max-width:100%;display:block;filter:brightness(0) saturate(100%);transition:filter .18s ease}
.nkth-drawer-chips a:hover img,.nkth-drawer-chips a:focus-visible img{filter:none}
.nkth-drawer-social{display:flex;align-items:center;justify-content:center;gap:22px}
.nkth-drawer-social a{width:52px;height:52px;border-radius:18px;border:1px solid rgba(124,58,237,.25);display:flex;align-items:center;justify-content:center;color:var(--nkth-brand);background:#fff;text-decoration:none}
.nkth-drawer-social svg{width:34px;height:34px;display:block;fill:currentColor}
.nkth-drawer-social svg *{stroke:currentColor}
.nkth-drawer a{-webkit-tap-highlight-color:transparent}
.nkth-acc-btn:active,.nkth-acc-btn:focus-visible{background:rgba(124,58,237,.10);border-color:rgba(124,58,237,.55);color:var(--nkth-brand)}
.nkth-acc-link:hover,.nkth-acc-link:active,.nkth-acc-link:focus-visible,.nkth-acc-panel a:hover,.nkth-acc-panel a:active,.nkth-acc-panel a:focus-visible,.nkth-drawer-links a:hover,.nkth-drawer-links a:active,.nkth-drawer-links a:focus-visible{background:rgba(124,58,237,.08);color:var(--nkth-brand)}
@media(min-width:1025px){.nkth-mega:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
}
.nkth-pdp-search{max-width:1200px;margin:10px auto 0;padding:0 14px}
.nkth-pdp-box{display:flex;align-items:center;gap:10px;border:1px solid rgba(124,58,237,.28);background:#fff;border-radius:18px;padding:10px 12px;box-shadow:0 10px 24px rgba(2,6,23,.06)}
.nkth-pdp-ico{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:rgba(124,58,237,.08);color:var(--nkth-brand);flex:0 0 40px}
.nkth-pdp-box input[type="search"]{flex:1;border:0;outline:none;background:transparent;font-size:14px;font-weight:600;color:var(--nkth-ink);padding:6px 2px}
.nkth-pdp-box input[type="search"]::placeholder{color:rgba(15,23,42,.55);font-weight:500}
.nkth-pdp-box button{border:0;background:var(--nkth-brand);color:#fff;border-radius:14px;padding:10px 12px;display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:13px;cursor:pointer}
.nkth-pdp-box button:active{transform:translateY(1px)}
@media(max-width:920px){.nkth-pdp-search{margin:8px auto 0;padding:0 12px}
.nkth-pdp-box{border-radius:16px}
.nkth-pdp-box button{padding:10px 10px;font-size:12.5px}
}
.nkth-live-search{
padding: 12px 0 0;
direction: rtl;
}
.nkth-live-status{
font-size: 13px;
color: rgba(15,23,42,.65);
padding: 8px 4px;
}
.nkth-live-section{ padding: 6px 0 12px; }
.nkth-live-title{
font-size: 12px;
font-weight: 850;
color: rgba(15,23,42,.58);
margin: 0 0 8px;
}
.nkth-live-cats{
display:flex;
flex-direction:column;
gap: 2px;
}
.nkth-live-cat{
display:flex;
align-items:center;
gap:6px;
min-height: 32px;
padding: 6px 4px;
color: rgba(15,23,42,.85);
text-decoration:none !important;
font-size:13px;
line-height:1.5;
border-radius: 10px;
}
.nkth-live-cat:hover,.nkth-live-cat:focus-visible{
color: var(--nkth-brand);
background: rgba(124,58,237,.06);
}
.nkth-live-products{
display:grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.nkth-live-product{
display:flex;
flex-direction:column;
min-width:0;
color: rgba(15,23,42,.90);
text-decoration:none !important;
border-radius: 14px;
background:#f6f7f9;
border:1px solid rgba(2,6,23,.06);
overflow:hidden;
transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.nkth-live-product:hover,.nkth-live-product:focus-visible{
transform: translateY(-2px);
border-color: rgba(124,58,237,.35);
box-shadow: 0 12px 28px rgba(2,6,23,.09);
}
.nkth-live-product-media{
display:flex;
align-items:center;
justify-content:center;
width:100%;
aspect-ratio: 1 / .82;
background:#fff;
padding:10px;
}
.nkth-live-product-media img{
width:100%;
height:100%;
object-fit:contain;
display:block;
}
.nkth-live-product-body{
display:flex;
flex-direction:column;
gap: 5px;
padding: 9px 10px 11px;
min-height:82px;
}
.nkth-live-product-title{
display:-webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow:hidden;
font-size:12.5px;
font-weight:650;
line-height:1.45;
text-align:right;
}
.nkth-live-product-price{
font-size:12px;
font-weight:850;
color: var(--nkth-brand);
margin-top:auto;
text-align:right;
}
.nkth-live-empty{
grid-column:1 / -1;
padding:14px 12px;
border-radius:14px;
background:rgba(2,6,23,.04);
color:rgba(15,23,42,.65);
font-size:13px;
text-align:center;
}
.nkth-live-all{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
margin-top: 2px;
padding: 12px 4px 4px;
border-top:1px solid rgba(2,6,23,.08);
color: rgba(15,23,42,.84);
font-size:13px;
font-weight:800;
text-decoration:none !important;
}
.nkth-live-all:after{
content:"←";
font-size:18px;
line-height:1;
}
.nkth-live-all:hover{ color:var(--nkth-brand); }
@media (min-width: 720px){.nkth-live-products{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width:1025px){.nmf-search-panel{
width:min(560px, 42vw) !important;
max-width:620px !important;
}
.nkth-live-products{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 420px){.nkth-live-products{ gap:10px; }
.nkth-live-product-title{ font-size:12px; }
.nkth-live-product-body{ padding:8px 8px 10px; }
}
@media (min-width: 768px) {.nmf-bottom-bar{ display: none !important; }
}
.nmf-bottom-bar{
position: fixed;
left: 10px;
right: 10px;
bottom: 10px;
z-index:9000;
display: flex;
justify-content: space-between;
gap: 6px;
padding: 10px 10px 8px;
border-radius: 18px;
background: rgba(255,255,255,.94);
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
box-shadow: 0 10px 28px rgba(0,0,0,.14);
border: 1px solid rgba(0,0,0,.06);
direction: rtl;
}
.nmf-item{
position: relative;
flex: 1 1 0;
min-width: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
text-decoration: none !important;
color: inherit;
padding: 6px 4px;
border-radius: 14px;
}
.nmf-item:active{ transform: scale(.98); }
.nmf-ico{
width: 22px;
height: 22px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.nmf-ico svg{ display:block; width:22px; height:22px; }
.nmf-label{
font-size: 11px;
line-height: 1;
opacity: .9;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.nmf-badge{
position: absolute;
top: 2px;
right: 12px;
min-width: 18px;
height: 18px;
padding: 0 5px;
border-radius: 999px;
background: #111;
color: #fff;
font-size: 11px;
line-height: 18px;
text-align: center;
font-weight: 700;
box-shadow: 0 6px 14px rgba(0,0,0,.22);
}
.nmf-search-modal{
position: fixed;
inset: 0;
z-index:9000;
display: none;
direction: rtl;
touch-action: none;
}
.nmf-search-modal.nmf-open{ display:block; }
.nmf-search-overlay{
position: absolute;
inset: 0;
background: rgba(0,0,0,.45);
}
.nmf-search-panel{
position: fixed;
left: 10px;
right: 10px;
top: 12px;
bottom: 12px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
touch-action: pan-y;
border-radius: 18px;
background: #fff;
box-shadow: 0 18px 55px rgba(0,0,0,.28);
padding: 12px;
}
.nmf-search-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding: 4px 2px 10px;
}
.nmf-search-title{ font-size: 14px; font-weight: 800; }
.nmf-search-close{
width: 34px; height: 34px;
border-radius: 12px;
border: 1px solid rgba(0,0,0,.12);
background: #fff;
font-size: 22px;
line-height: 30px;
cursor: pointer;
}
.nmf-search-form{
display:flex;
gap:8px;
align-items:center;
padding: 8px;
border: 1px solid rgba(0,0,0,.12);
border-radius: 16px;
}
.nmf-search-input{
flex: 1 1 auto;
min-width: 0;
border: 0 !important;
outline: none !important;
font-size: 16px;
padding: 10px 8px;
background: transparent !important;
}
.nmf-search-submit{
flex: 0 0 auto;
border: 0;
background: #111;
color: #fff;
padding: 10px 12px;
border-radius: 14px;
font-size: 12px;
cursor:pointer;
}
.nmf-search-section{ padding: 12px 2px 2px; }
.nmf-search-section-title{
font-size: 12px;
font-weight: 800;
opacity: .9;
margin-bottom: 10px;
}
.nmf-search-cats{
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
@media (min-width: 480px){.nmf-search-cats{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.nmf-cat{
display:flex;
flex-direction:column;
align-items:center;
gap:6px;
text-decoration:none !important;
color: inherit;
padding: 10px 6px;
border-radius: 16px;
border: 1px solid rgba(0,0,0,.08);
background: rgba(255,255,255,.9);
}
.nmf-cat-ico{
width: 54px; height: 54px;
border-radius: 999px;
border: 2px solid #7c3aed;
box-shadow: 0 0 0 6px rgba(124,58,237,.12);
display:grid;
place-items:center;
overflow:hidden;
}
.nmf-cat-ico img{
width: 34px; height: 34px;
object-fit: contain;
display:block;
}
.nmf-cat-name{
font-size: 11px;
text-align:center;
line-height: 1.2;
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.nmf-search-links{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.nmf-search-links a{
text-decoration:none !important;
color:#111;
font-size: 12px;
padding: 8px 10px;
border-radius: 999px;
border: 1px solid rgba(0,0,0,.12);
}
@supports (-webkit-touch-callout: none) {.nmf-search-panel{ -webkit-text-size-adjust: 100%; }
.nmf-search-input{
font-size: 16px !important;
line-height: 1.4 !important;
}
}
.nmf-tabs{
display:flex;
gap:8px;
padding: 10px 2px 2px;
}
.nmf-tab{
flex:1 1 0;
border:1px solid rgba(0,0,0,.12);
background:#fff;
color:#111;
padding: 10px 10px;
border-radius: 14px;
font-size: 12px;
font-weight: 800;
cursor:pointer;
}
.nmf-tab.ntzui-is-active{
border-color: rgba(124,58,237,.45);
box-shadow: 0 0 0 3px rgba(124,58,237,.12);
}
.nmf-pane{ display:none; padding-top: 10px; }
.nmf-pane.ntzui-is-active{ display:block; }
.nmf-brand-logo{
width: 128px;
height: 44px;
display:grid;
place-items:center;
z-index:1;
}
.nmf-brand-logo img{
width:100%;
height:100%;
object-fit: contain;
display:block;
}
.nmf-brand-chip{
flex: 0 0 auto;
scroll-snap-align: start;
height: 64px;
min-width: 150px;
display:flex;
align-items:center;
justify-content:center;
padding: 10px 14px;
border-radius: 16px;
background: rgba(255,255,255,.0);
border: 1px solid rgba(2,6,23,.06);
text-decoration:none !important;
outline:none;
transition: transform .18s ease, background .18s ease, border-color .18s ease;
position:relative;
}
.nmf-brand-chip:hover{
transform: translateY(-1px);
background: rgba(124,58,237,.06);
border-color: rgba(124,58,237,.18);
}
.nmf-brand-chip:focus-visible{
border-color: rgba(124,58,237,.34);
box-shadow: 0 0 0 3px rgba(124,58,237,.14);
}
.nmf-brand-logo{
width: 150px;
height: 100%;
display:flex;
align-items:center;
justify-content:center;
}
.nmf-brand-logo img{
display:block;
width: 100%;
height: auto;
max-height: 40px;
object-fit: contain;
object-position: center;
transform: translateY(-2px);
}
@media (max-width:520px){.nmf-brand-chip{
width: calc((100% - 14.4px) / 2.2);
min-width: unset;
height: 58px;
padding: 8px 12px;
}
.nmf-brand-logo{ width: 100%; }
.nmf-brand-logo img{ max-height: 34px; transform: translateY(-1px); }
}
.nmf-brands-stack{
display:grid;
grid-template-columns: 1fr;
gap: 10px;
padding: 10px 2px 6px;
margin: 0;
}
@media (min-width: 420px){.nmf-brands-stack{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 560px){.nmf-brands-stack{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.nmf-brands-stack .nmf-brand-chip{
width: 100%;
min-width: 0;
height: 62px;
padding: 10px 12px;
border-radius: 18px;
background: rgba(255,255,255,.0);
border: 1px solid rgba(2,6,23,.06);
display:flex;
align-items:center;
justify-content:center;
}
.nmf-brands-stack .nmf-brand-logo{
width: 100%;
max-width: 150px;
height: 100%;
display:flex;
align-items:center;
justify-content:center;
}
.nmf-brands-stack .nmf-brand-logo img{
width: 100%;
height: auto;
max-height: 36px;
object-fit: contain;
object-position: center;
transform: translateY(-1px);
}
@media (max-width: 767px){.nmf-brands-stack{
display:grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 10px !important;
padding: 10px 2px 6px !important;
}
.nmf-brands-stack .nmf-brand-chip{
width: 100% !important;
height: 68px !important;
padding: 10px 12px !important;
border-radius: 18px !important;
background: rgba(255,255,255,0) !important;
border: 1px solid rgba(2,6,23,.10) !important;
transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.nmf-brands-stack .nmf-brand-chip:hover,.nmf-brands-stack .nmf-brand-chip:focus-visible,.nmf-brands-stack .nmf-brand-chip:active{
transform: translateY(-2px);
background: rgba(124,58,237,.06);
border-color: rgba(124,58,237,.70) !important;
box-shadow: 0 0 0 2px rgba(124,58,237,.15);
}
.nmf-brands-stack .nmf-brand-logo{
width: 100% !important;
max-width: 160px !important;
height: 100% !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
}
.nmf-brands-stack .nmf-brand-logo img{
width: 100% !important;
height: auto !important;
max-height: 48px !important;
object-fit: contain !important;
object-position: center !important;
transform: translateY(-1px);
filter: brightness(0) saturate(100%);
transition: filter .18s ease;
}
.nmf-brands-stack .nmf-brand-chip:hover .nmf-brand-logo img,.nmf-brands-stack .nmf-brand-chip:focus-visible .nmf-brand-logo img,.nmf-brands-stack .nmf-brand-chip:active .nmf-brand-logo img{
filter: none;
}
}
body.ntzui-merged-active .nkth-header{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;overflow:visible!important;z-index:9000!important;}
body.ntzui-merged-active .nkth-header *{visibility:visible;}
body.ntzui-merged-active .nkth-header{position:sticky;top:0;}
body.ntzui-merged-active .nkth-mobile{max-width:100%;}
body.ntzui-merged-active .nmf-search-modal{z-index:9000!important;}
body.ntzui-merged-active .nmf-bottom-bar{z-index:9000!important;}
body.ntzui-no-bottom-nav .nmf-bottom-bar{display:none!important;}
body.ntzui-no-custom-header .nkth-header,body.single-product .nkth-header,body.woocommerce-cart .nkth-header,body.woocommerce-checkout .nkth-header,body.ntzui-no-custom-header .nmf-search-modal,body.single-product .nmf-search-modal,body.woocommerce-cart .nmf-search-modal,body.woocommerce-checkout .nmf-search-modal{padding-top:0!important;}
@media (min-width:1025px){:where(.nkth-header,.nkth-drawer,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search,.ntzui-footer){
--ntzui-purple:#4b1685;
--ntzui-purple-2:#7c3aed;
--ntzui-ink:#12101f;
--ntzui-soft:#f6f2ff;
--ntzui-line:rgba(75,22,133,.14);
--ntzui-gold:#ffd166;
}
body.ntzui-merged-active .nkth-header{
position:sticky!important;
top:0!important;
z-index:9000!important;
border:0!important;
background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.90))!important;
-webkit-backdrop-filter:blur(22px) saturate(1.35);
backdrop-filter:blur(22px) saturate(1.35);
box-shadow:0 14px 45px rgba(18,16,31,.08), inset 0 -1px 0 rgba(75,22,133,.10)!important;
}
body.ntzui-merged-active .nkth-header:before{
content:"";
position:absolute;
inset:0;
pointer-events:none;
background:
radial-gradient(circle at 12% -40%,rgba(124,58,237,.22),transparent 36%),
radial-gradient(circle at 86% -50%,rgba(255,209,102,.16),transparent 34%);
opacity:.9;
}
body.ntzui-merged-active .nkth-inner{
position:relative;
width:min(1480px,calc(100% - 42px));
max-width:none!important;
margin:0 auto!important;
padding:12px 0!important;
}
body.ntzui-merged-active .nkth-logo{
flex:0 0 auto;
min-width:148px;
height:54px;
border-radius:22px;
background:linear-gradient(135deg,#fff,rgba(246,242,255,.95));
border:1px solid rgba(75,22,133,.10);
box-shadow:0 12px 26px rgba(75,22,133,.07);
padding:0 14px;
}
body.ntzui-merged-active .nkth-logo img{height:42px!important;max-width:205px!important;filter:drop-shadow(0 6px 14px rgba(75,22,133,.08));}
body.ntzui-merged-active .nkth-nav-list{
justify-content:flex-start!important;
gap:6px!important;
padding:7px!important;
border-radius:23px;
background:linear-gradient(135deg,rgba(75,22,133,.055),rgba(124,58,237,.032));
border:1px solid rgba(75,22,133,.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,.88);
}
body.ntzui-merged-active .nkth-nav-list > li > a{
position:relative;
min-height:46px;
border-radius:18px!important;
padding:12px 16px!important;
color:#1d1730!important;
font-size:14px!important;
font-weight:900!important;
letter-spacing:-.25px;
white-space:nowrap;
overflow:hidden;
transition:transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease!important;
}
body.ntzui-merged-active .nkth-nav-list > li > a:before{
content:"";
position:absolute;
inset:0;
border-radius:inherit;
background:linear-gradient(135deg,rgba(75,22,133,.98),rgba(124,58,237,.92));
opacity:0;
transition:opacity .18s ease;
z-index:-1;
}
body.ntzui-merged-active .nkth-nav-list > li:hover > a,body.ntzui-merged-active .nkth-nav-list > li.ntzui-is-open > a,body.ntzui-merged-active .nkth-nav-list > li > a:hover{
color:#fff!important;
transform:translateY(-1px);
box-shadow:0 12px 28px rgba(75,22,133,.22)!important;
}
body.ntzui-merged-active .nkth-nav-list > li:hover > a:before,body.ntzui-merged-active .nkth-nav-list > li.ntzui-is-open > a:before,body.ntzui-merged-active .nkth-nav-list > li > a:hover:before{opacity:1;}
body.ntzui-merged-active .nkth-nav-list > li.ntzui-has-mega > a:after{
content:"";
width:6px;height:6px;
border-left:2px solid currentColor;
border-bottom:2px solid currentColor;
transform:rotate(-45deg) translateY(-1px);
opacity:.75;
margin-right:2px;
}
body.ntzui-merged-active .nkth-actions{
gap:9px!important;
flex:0 0 auto;
padding:6px;
border-radius:22px;
border:1px solid rgba(75,22,133,.09);
background:rgba(255,255,255,.72);
}
body.ntzui-merged-active .nkth-ico-btn{
width:48px!important;
height:48px!important;
padding:0!important;
border-radius:18px!important;
color:var(--ntzui-purple)!important;
background:linear-gradient(135deg,#fff,#f7f2ff)!important;
border:1px solid rgba(75,22,133,.11)!important;
box-shadow:0 11px 24px rgba(75,22,133,.08)!important;
transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important;
}
body.ntzui-merged-active .nkth-ico-btn:hover{
transform:translateY(-2px);
color:#fff!important;
background:linear-gradient(135deg,var(--ntzui-purple),var(--ntzui-purple-2))!important;
box-shadow:0 18px 34px rgba(75,22,133,.24)!important;
}
body.ntzui-merged-active .nkth-badge{
top:-5px!important;
right:-5px!important;
min-width:21px!important;
height:21px!important;
border:2px solid #fff!important;
background:linear-gradient(135deg,#ff4d6d,#ff8a00)!important;
box-shadow:0 8px 16px rgba(255,77,109,.28)!important;
}
body.ntzui-merged-active .nkth-mega{
top:calc(100% + 14px)!important;
width:min(980px,calc(100vw - 86px))!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:14px!important;
padding:22px!important;
border:1px solid rgba(75,22,133,.12)!important;
border-radius:30px!important;
background:
linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,247,255,.95)),
radial-gradient(circle at 10% 0,rgba(124,58,237,.22),transparent 34%)!important;
box-shadow:0 34px 95px rgba(18,16,31,.18), inset 0 1px 0 rgba(255,255,255,.95)!important;
-webkit-backdrop-filter:blur(18px) saturate(1.2);
backdrop-filter:blur(18px) saturate(1.2);
transform:translate(calc(-50% + var(--nkth-shift,0px)),18px)!important;
}
body.ntzui-merged-active .nkth-nav-list > li.ntzui-has-mega:hover .nkth-mega,body.ntzui-merged-active .nkth-nav-list > li.ntzui-has-mega.ntzui-is-open .nkth-mega{
transform:translate(calc(-50% + var(--nkth-shift,0px)),0)!important;
}
body.ntzui-merged-active .nkth-mega:before{
content:"";
position:absolute;
left:0;right:0;top:-18px;height:18px;
}
body.ntzui-merged-active .nkth-mega:after{
content:"محبوب‌ترین دسته‌بندی‌های نیکتازه";
position:absolute;
top:18px;
left:22px;
direction:rtl;
font-size:12px;
font-weight:950;
color:rgba(75,22,133,.62);
background:rgba(124,58,237,.08);
border:1px solid rgba(124,58,237,.12);
border-radius:999px;
padding:8px 12px;
}
body.ntzui-merged-active .nkth-mega a{
position:relative;
min-height:72px;
border-radius:22px!important;
padding:13px 14px!important;
background:linear-gradient(135deg,#fff,rgba(248,246,255,.95))!important;
border:1px solid rgba(75,22,133,.08)!important;
box-shadow:0 14px 30px rgba(18,16,31,.055)!important;
color:#1f1831!important;
font-size:13.5px!important;
font-weight:850!important;
overflow:hidden;
transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
body.ntzui-merged-active .nkth-mega a:before{
content:"";
position:absolute;
inset:auto -30% -70% -30%;
height:80%;
background:radial-gradient(circle,rgba(124,58,237,.18),transparent 64%);
opacity:0;
transition:opacity .18s ease;
}
body.ntzui-merged-active .nkth-mega a:hover{
transform:translateY(-4px);
border-color:rgba(124,58,237,.34)!important;
box-shadow:0 22px 44px rgba(75,22,133,.13)!important;
color:var(--ntzui-purple)!important;
}
body.ntzui-merged-active .nkth-mega a:hover:before{opacity:1;}
body.ntzui-merged-active .nkth-mega a img{
width:48px!important;
height:48px!important;
flex:0 0 48px!important;
border-radius:18px!important;
padding:5px!important;
border:1px solid rgba(124,58,237,.14)!important;
background:#fff!important;
box-shadow:0 10px 22px rgba(75,22,133,.08)!important;
object-fit:contain!important;
}
body.ntzui-merged-active .nmf-search-modal.nmf-open,body.ntzui-merged-active .nmf-search-modal[aria-hidden="false"]{display:block!important;}
body.ntzui-merged-active .nmf-search-overlay{
background:rgba(10,8,18,.54)!important;
-webkit-backdrop-filter:blur(8px);
backdrop-filter:blur(8px);
}
body.ntzui-merged-active .nmf-search-panel{
right:50%!important;
left:auto!important;
top:38px!important;
bottom:auto!important;
width:min(900px,calc(100vw - 76px))!important;
max-width:900px!important;
max-height:calc(100vh - 76px)!important;
border-radius:34px!important;
padding:24px!important;
transform:translateX(50%)!important;
border:1px solid rgba(255,255,255,.42)!important;
background:
linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,247,255,.96)),
radial-gradient(circle at 8% 0,rgba(124,58,237,.22),transparent 36%)!important;
box-shadow:0 38px 110px rgba(10,8,18,.32), inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.ntzui-merged-active .nmf-search-head{padding:0 0 16px!important;}
body.ntzui-merged-active .nmf-search-title{
font-size:21px!important;
font-weight:950!important;
color:#161124!important;
}
body.ntzui-merged-active .nmf-search-title:after{
content:"محصول، SKU، برند یا دسته‌بندی را جستجو کنید";
display:block;
margin-top:7px;
font-size:12px;
font-weight:700;
color:rgba(22,17,36,.52);
}
body.ntzui-merged-active .nmf-search-close{
width:44px!important;height:44px!important;
border-radius:17px!important;
background:#fff!important;
border:1px solid rgba(75,22,133,.12)!important;
box-shadow:0 12px 26px rgba(75,22,133,.08)!important;
color:#26163d!important;
}
body.ntzui-merged-active .nmf-search-form{
min-height:68px;
border-radius:24px!important;
border:1px solid rgba(75,22,133,.16)!important;
background:#fff!important;
box-shadow:0 18px 45px rgba(75,22,133,.10)!important;
padding:9px 10px!important;
}
body.ntzui-merged-active .nmf-search-input{
font-size:17px!important;
font-weight:800!important;
color:#171124!important;
}
body.ntzui-merged-active .nmf-search-submit{
min-width:116px;
min-height:48px;
border-radius:18px!important;
background:linear-gradient(135deg,var(--ntzui-purple),var(--ntzui-purple-2))!important;
box-shadow:0 16px 30px rgba(75,22,133,.24)!important;
font-weight:950!important;
}
body.ntzui-merged-active .nmf-tabs{
margin-top:14px;
padding:7px!important;
border-radius:22px;
background:rgba(75,22,133,.055);
border:1px solid rgba(75,22,133,.08);
}
body.ntzui-merged-active .nmf-tab{
border:0!important;
border-radius:17px!important;
background:transparent!important;
color:#26163d!important;
min-height:46px;
font-weight:950!important;
font-size:13px!important;
}
body.ntzui-merged-active .nmf-tab.ntzui-is-active{
background:#fff!important;
box-shadow:0 12px 24px rgba(75,22,133,.10)!important;
color:var(--ntzui-purple)!important;
}
body.ntzui-merged-active .nmf-search-cats{
grid-template-columns:repeat(6,minmax(0,1fr))!important;
gap:12px!important;
}
body.ntzui-merged-active .nmf-cat{
min-height:132px;
border-radius:24px!important;
padding:14px 10px!important;
background:linear-gradient(135deg,#fff,rgba(248,246,255,.94))!important;
border:1px solid rgba(75,22,133,.09)!important;
box-shadow:0 14px 30px rgba(18,16,31,.055)!important;
transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
body.ntzui-merged-active .nmf-cat:hover{
transform:translateY(-4px);
border-color:rgba(124,58,237,.34)!important;
box-shadow:0 24px 48px rgba(75,22,133,.13)!important;
}
body.ntzui-merged-active .nmf-cat-ico{
width:68px!important;height:68px!important;
border:1px solid rgba(124,58,237,.20)!important;
box-shadow:0 0 0 8px rgba(124,58,237,.07),0 12px 24px rgba(75,22,133,.08)!important;
background:#fff!important;
}
body.ntzui-merged-active .nmf-cat-ico img{width:46px!important;height:46px!important;}
body.ntzui-merged-active .nmf-cat-name{
font-size:12px!important;
font-weight:900!important;
line-height:1.55!important;
white-space:normal!important;
color:#1d1730!important;
}
body.ntzui-merged-active .nmf-brand-chip{
height:72px!important;
min-width:164px!important;
border-radius:22px!important;
background:#fff!important;
border-color:rgba(75,22,133,.10)!important;
box-shadow:0 14px 30px rgba(18,16,31,.055)!important;
}
}
@media (max-width:1024px){body.ntzui-merged-active .nkth-mobile{
border-radius:0 0 24px 24px;
padding:10px 14px;
background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,247,255,.94));
box-shadow:0 12px 34px rgba(75,22,133,.10);
}
}
body.single-product .nkth-pdp-search{
display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;max-height:none!important;
width:min(1180px,calc(100% - 28px));margin:18px auto 22px!important;padding:16px!important;overflow:visible!important;pointer-events:auto!important;
border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,246,255,.96));
border:1px solid rgba(75,22,133,.10);box-shadow:0 22px 55px rgba(24,16,42,.08);direction:rtl;box-sizing:border-box;
}
body.single-product .nkth-pdp-box{display:flex!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:8px 12px!important;border-radius:21px!important;background:#fff!important;border:1px solid rgba(75,22,133,.14)!important;box-shadow:0 14px 34px rgba(75,22,133,.08)!important;}
body.single-product .nkth-pdp-box input[type="search"]{flex:1!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#1a132b!important;font-size:15px!important;font-weight:800!important;min-width:0!important;}
body.single-product .nkth-pdp-box button{border:0!important;border-radius:17px!important;min-width:112px!important;min-height:44px!important;background:linear-gradient(135deg,#4b1685,#7c3aed)!important;color:#fff!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;box-shadow:0 16px 30px rgba(75,22,133,.22)!important;}
@media(max-width:700px){body.single-product .nkth-pdp-search{width:calc(100% - 18px);padding:12px;margin-top:10px!important;border-radius:20px}
body.single-product .nkth-pdp-box{min-height:54px!important}
body.single-product .nkth-pdp-box button{min-width:48px!important;padding:0 12px!important}
body.single-product .nkth-pdp-box button span{display:none!important}
}
@media (min-width:1025px){body.ntzui-merged-active.ntzui-has-custom-header .nkth-header{
background:linear-gradient(180deg,rgba(246,241,255,.86),rgba(255,255,255,.88))!important;
box-shadow:0 18px 58px rgba(22,12,45,.10), inset 0 -1px 0 rgba(85,39,150,.12)!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-inner{width:min(1540px,calc(100% - 52px));padding:14px 0!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-logo{min-width:174px;height:60px;border-radius:25px;background:linear-gradient(135deg,#fff,#f4edff)!important;box-shadow:0 18px 35px rgba(75,22,133,.10)!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-logo:after{content:"تکنولوژی‌های تازه";font-size:10.5px;font-weight:900;color:rgba(75,22,133,.58);margin-right:8px;white-space:nowrap;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-logo img{height:40px!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list{gap:8px!important;padding:8px!important;border-radius:27px;background:rgba(75,22,133,.055)!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li > a{min-height:52px;padding:14px 18px!important;border-radius:21px!important;font-size:14.5px!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li:first-child > a{background:linear-gradient(135deg,#4b1685,#7c3aed)!important;color:#fff!important;box-shadow:0 16px 32px rgba(75,22,133,.24)!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-actions{gap:10px!important;padding:7px!important;border-radius:26px!important;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(246,242,255,.76))!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn:first-child{width:168px!important;justify-content:flex-start!important;padding:0 16px!important;border-radius:20px!important;background:linear-gradient(135deg,#fff,#f7f2ff)!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn:first-child:after{content:"جستجوی محصولات";font-size:13px;font-weight:950;margin-right:8px;color:currentColor;white-space:nowrap;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega{
width:min(1120px,calc(100vw - 88px))!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important;padding:64px 22px 22px!important;border-radius:34px!important;
background:radial-gradient(circle at 4% 0%,rgba(124,58,237,.18),transparent 28%),radial-gradient(circle at 100% 10%,rgba(255,209,102,.18),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.985),rgba(249,246,255,.965))!important;
border:1px solid rgba(75,22,133,.14)!important;box-shadow:0 44px 120px rgba(18,16,31,.22), inset 0 1px 0 rgba(255,255,255,1)!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega:after{top:20px;right:22px;left:auto;content:"دسته‌بندی‌های منتخب";font-size:13px;color:#4b1685;background:linear-gradient(135deg,rgba(124,58,237,.11),rgba(255,209,102,.13));border-color:rgba(124,58,237,.18);}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega:before{content:"انتخاب سریع کالاهای پرفروش و کاربردی نیکتازه";position:absolute;top:23px;right:170px;left:auto;height:auto;font-size:12px;font-weight:800;color:rgba(37,19,63,.52);background:transparent;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a{min-height:86px!important;border-radius:25px!important;padding:16px!important;background:linear-gradient(145deg,#fff,rgba(248,246,255,.98))!important;border-color:rgba(75,22,133,.10)!important;box-shadow:0 16px 34px rgba(18,16,31,.065)!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 28px 58px rgba(75,22,133,.16)!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a img{width:58px!important;height:58px!important;flex-basis:58px!important;border-radius:21px!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a span{font-size:14px!important;font-weight:950!important;line-height:1.65!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nmf-search-panel{width:min(1040px,calc(100vw - 82px))!important;max-width:1040px!important;border-radius:38px!important;padding:28px!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nmf-search-cats{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;}
body.ntzui-merged-active.ntzui-has-custom-header .nmf-cat{min-height:148px;border-radius:27px!important;}
}
@media (min-width:1025px){body.ntzui-merged-active.ntzui-has-custom-header .nkth-header{
background:
radial-gradient(circle at 15% -80%,rgba(124,58,237,.20),transparent 38%),
linear-gradient(180deg,rgba(255,255,255,.98),rgba(252,250,255,.94))!important;
box-shadow:0 16px 50px rgba(35,20,67,.10), inset 0 -1px 0 rgba(75,22,133,.10)!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list{
min-height:54px!important;
padding:7px!important;
border-radius:24px!important;
background:#fff!important;
border:1px solid rgba(75,22,133,.10)!important;
box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 12px 32px rgba(75,22,133,.055)!important;
overflow:visible!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li > a{
min-height:42px!important;
padding:0 15px!important;
border-radius:17px!important;
font-size:13.5px!important;
color:#241535!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega{
top:calc(100% + 12px)!important;
width:min(1180px,calc(100vw - 92px))!important;
max-height:min(72vh,620px)!important;
overflow:auto!important;
grid-template-columns:260px repeat(3,minmax(0,1fr))!important;
gap:14px!important;
padding:20px!important;
border-radius:0 0 32px 32px!important;
background:
radial-gradient(circle at 0 0,rgba(124,58,237,.16),transparent 34%),
radial-gradient(circle at 100% 0,rgba(255,209,102,.15),transparent 28%),
linear-gradient(135deg,#fff,rgba(250,247,255,.98))!important;
border:1px solid rgba(75,22,133,.13)!important;
box-shadow:0 42px 110px rgba(18,16,31,.20), inset 0 1px 0 rgba(255,255,255,1)!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega:before{
content:"دسته‌بندی‌های نیکتازه"!important;
position:relative!important;
top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;
grid-row:1 / span 4!important;
display:flex!important;
min-height:100%!important;
height:auto!important;
border-radius:24px!important;
padding:22px!important;
align-items:flex-start!important;
justify-content:flex-end!important;
flex-direction:column!important;
color:#fff!important;
font-size:21px!important;
font-weight:950!important;
line-height:1.5!important;
background:
linear-gradient(135deg,rgba(75,22,133,.98),rgba(124,58,237,.94)),
radial-gradient(circle at 20% 10%,rgba(255,255,255,.22),transparent 34%)!important;
box-shadow:0 18px 45px rgba(75,22,133,.22)!important;
pointer-events:none!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega:after{
content:"انتخاب سریع از گروه‌های پرفروش و کاربردی"!important;
position:absolute!important;
right:42px!important;
bottom:40px!important;
top:auto!important;left:auto!important;
max-width:190px!important;
background:rgba(255,255,255,.16)!important;
color:rgba(255,255,255,.86)!important;
border:1px solid rgba(255,255,255,.20)!important;
border-radius:16px!important;
padding:10px 12px!important;
font-size:12px!important;
font-weight:800!important;
line-height:1.8!important;
pointer-events:none!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a{
min-height:76px!important;
border-radius:20px!important;
padding:12px!important;
background:#fff!important;
border:1px solid rgba(75,22,133,.09)!important;
box-shadow:0 12px 28px rgba(22,12,45,.06)!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a:hover{
transform:translateY(-4px)!important;
border-color:rgba(124,58,237,.32)!important;
box-shadow:0 22px 46px rgba(75,22,133,.14)!important;
}
body.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a img{
width:54px!important;height:54px!important;flex-basis:54px!important;border-radius:19px!important;
background:linear-gradient(135deg,#fff,#f7f2ff)!important;
}
}
body.single-product .nkth-pdp-search{
width:min(1180px,calc(100% - 28px))!important;
margin:14px auto 20px!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
position:relative!important;
z-index:9000!important;
}
body.single-product .nkth-pdp-toolbar{
display:grid!important;
grid-template-columns:210px minmax(0,1fr)!important;
align-items:stretch!important;
gap:12px!important;
padding:12px!important;
border-radius:26px!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,245,255,.94))!important;
border:1px solid rgba(75,22,133,.12)!important;
box-shadow:0 22px 58px rgba(24,16,42,.10), inset 0 1px 0 rgba(255,255,255,.96)!important;
}
body.single-product .nkth-pdp-home-logo{
display:flex!important;
align-items:center!important;
gap:10px!important;
min-width:0!important;
padding:8px 12px!important;
border-radius:20px!important;
text-decoration:none!important;
color:#2d164e!important;
background:#fff!important;
border:1px solid rgba(75,22,133,.10)!important;
box-shadow:0 12px 28px rgba(75,22,133,.07)!important;
}
body.single-product .nkth-pdp-logo-frame{
width:56px!important;height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 56px!important;
border-radius:16px!important;background:linear-gradient(135deg,#fff,#f6f0ff)!important;border:1px solid rgba(124,58,237,.12)!important;
}
body.single-product .nkth-pdp-logo-frame img{max-width:50px!important;max-height:36px!important;object-fit:contain!important;display:block!important;}
body.single-product .nkth-pdp-home-copy{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important;line-height:1.3!important;}
body.single-product .nkth-pdp-home-copy b{font-size:13.5px!important;font-weight:950!important;color:#241535!important;white-space:nowrap!important;}
body.single-product .nkth-pdp-home-copy small{font-size:11px!important;font-weight:800!important;color:rgba(45,22,78,.58)!important;white-space:nowrap!important;}
body.single-product .nkth-pdp-box{
position:relative!important;
display:flex!important;
align-items:center!important;
gap:10px!important;
min-height:64px!important;
padding:8px 10px!important;
border-radius:21px!important;
background:#fff!important;
border:1px solid rgba(75,22,133,.14)!important;
box-shadow:0 14px 34px rgba(75,22,133,.08)!important;
overflow:visible!important;
}
body.single-product .nkth-pdp-ico{
width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:16px!important;
display:grid!important;place-items:center!important;color:#4b1685!important;
background:linear-gradient(135deg,rgba(124,58,237,.10),rgba(192,132,252,.13))!important;
box-shadow:inset 0 0 0 1px rgba(124,58,237,.11)!important;
}
body.single-product .nkth-pdp-live-input,body.single-product .nkth-pdp-box input[type="search"]{
flex:1 1 auto!important;
min-width:0!important;
border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;
color:#1a132b!important;font-size:15px!important;font-weight:850!important;padding:0 2px!important;
}
body.single-product .nkth-pdp-box button{
flex:0 0 auto!important;
min-width:94px!important;min-height:44px!important;border:0!important;border-radius:16px!important;
background:linear-gradient(135deg,#4b1685,#7c3aed)!important;color:#fff!important;
font-size:13px!important;font-weight:950!important;box-shadow:0 16px 30px rgba(75,22,133,.22)!important;cursor:pointer!important;
}
body.single-product .nkth-pdp-live-panel{
position:absolute!important;
top:calc(100% + 10px)!important;
right:0!important;left:0!important;
z-index:9000!important;
padding:14px!important;
border-radius:22px!important;
background:linear-gradient(135deg,#fff,rgba(250,247,255,.98))!important;
border:1px solid rgba(75,22,133,.13)!important;
box-shadow:0 30px 80px rgba(18,16,31,.20)!important;
max-height:min(70vh,560px)!important;
overflow:auto!important;
}
body.single-product .nkth-pdp-live-panel[hidden]{display:none!important;}
body.single-product .nkth-pdp-live-panel .nkth-live-products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
body.single-product .nkth-pdp-live-panel .nkth-live-cat{background:rgba(124,58,237,.055)!important;border:1px solid rgba(124,58,237,.08)!important;padding:9px 10px!important;border-radius:14px!important;font-weight:850!important;}
@media(max-width:900px){body.single-product .nkth-pdp-search{width:calc(100% - 18px)!important;margin-top:10px!important;}
body.single-product .nkth-pdp-toolbar{grid-template-columns:1fr!important;border-radius:22px!important;padding:10px!important;}
body.single-product .nkth-pdp-home-logo{min-height:54px!important;}
body.single-product .nkth-pdp-box{min-height:56px!important;}
body.single-product .nkth-pdp-box button{min-width:48px!important;padding:0 12px!important;}
body.single-product .nkth-pdp-box button span{display:none!important;}
body.single-product .nkth-pdp-live-panel .nkth-live-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:430px){body.single-product .nkth-pdp-home-copy small{display:none!important;}
body.single-product .nkth-pdp-live-panel{padding:10px!important;border-radius:18px!important;}
body.single-product .nkth-pdp-live-panel .nkth-live-products{gap:8px!important;}
}
body.single-product.ntzui-v231 .nkth-pdp-toolbar{
grid-template-columns:210px 124px minmax(0,1fr)!important;
align-items:stretch!important;
}
body.single-product.ntzui-v231 .nkth-pdp-box{min-width:0!important;}
@media(max-width:900px){body.single-product.ntzui-v231 .nkth-pdp-toolbar{
grid-template-columns:minmax(0,1fr) auto!important;
}
body.single-product.ntzui-v231 .nkth-pdp-box{
grid-column:1 / -1!important;
}
}
@media(max-width:520px){body.single-product.ntzui-v231 .nkth-pdp-toolbar{
grid-template-columns:minmax(0,1fr) 58px!important;
gap:9px!important;
}
}
@media (min-width:1025px){body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-header{
position:sticky!important;
top:0!important;
z-index:9000!important;
background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(251,248,255,.94))!important;
backdrop-filter:blur(16px) saturate(1.12)!important;
-webkit-backdrop-filter:blur(16px) saturate(1.12)!important;
}
body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list{
display:flex!important;
gap:5px!important;
justify-content:flex-start!important;
align-items:center!important;
}
body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega > a{
position:relative!important;
padding-left:30px!important;
}
body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega > a:after{
content:""!important;
position:absolute!important;
left:13px!important;
top:50%!important;
width:7px!important;
height:7px!important;
border-left:2px solid currentColor!important;
border-bottom:2px solid currentColor!important;
transform:translateY(-64%) rotate(-45deg)!important;
opacity:.72!important;
}
body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-mega{
opacity:0!important;
pointer-events:none!important;
transform:translateX(var(--nkth-shift,0px)) translateY(12px) scale(.985)!important;
transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
visibility:hidden!important;
}
body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega:hover > .nkth-mega,body.ntzui-v231.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega.ntzui-is-open > .nkth-mega{
opacity:1!important;
visibility:visible!important;
pointer-events:auto!important;
transform:translateX(var(--nkth-shift,0px)) translateY(0) scale(1)!important;
}
}
@media (min-width:1025px){body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-header{
position:sticky!important;
top:0!important;
z-index:9000!important;
padding:0!important;
border:0!important;
background:
radial-gradient(circle at 16% -120%,rgba(139,92,246,.24),transparent 38%),
radial-gradient(circle at 86% -100%,rgba(255,209,102,.18),transparent 36%),
linear-gradient(180deg,rgba(255,255,255,.98),rgba(251,248,255,.94))!important;
-webkit-backdrop-filter:blur(18px) saturate(1.18)!important;
backdrop-filter:blur(18px) saturate(1.18)!important;
box-shadow:0 10px 36px rgba(28,12,52,.08), inset 0 -1px 0 rgba(75,22,133,.10)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-inner{
width:min(1500px,calc(100% - 44px))!important;
max-width:none!important;
margin:0 auto!important;
padding:12px 0!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-logo{
grid-column:1!important;
grid-row:1!important;
min-width:0!important;
width:190px!important;
height:58px!important;
border-radius:23px!important;
padding:0 16px!important;
background:linear-gradient(135deg,#fff,rgba(250,247,255,.98))!important;
border:1px solid rgba(75,22,133,.11)!important;
box-shadow:0 14px 30px rgba(75,22,133,.08)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-logo img{
height:45px!important;
max-width:165px!important;
filter:drop-shadow(0 7px 14px rgba(75,22,133,.10))!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-actions{
grid-column:3!important;
grid-row:1!important;
display:flex!important;
align-items:center!important;
gap:9px!important;
padding:8px!important;
border-radius:24px!important;
border:1px solid rgba(75,22,133,.10)!important;
background:rgba(255,255,255,.74)!important;
box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn{
width:48px!important;
height:48px!important;
border-radius:19px!important;
color:#4b1685!important;
background:linear-gradient(135deg,#fff,#f6f0ff)!important;
border:1px solid rgba(75,22,133,.13)!important;
box-shadow:0 12px 26px rgba(75,22,133,.08)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn:hover{
color:#fff!important;
background:linear-gradient(135deg,#4b1685,#7c3aed)!important;
box-shadow:0 18px 34px rgba(75,22,133,.23)!important;
transform:translateY(-2px)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn svg{width:22px!important;height:22px!important;stroke-width:2.35!important;}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list{
display:flex!important;
align-items:center!important;
justify-content:flex-start!important;
gap:8px!important;
width:100%!important;
min-height:62px!important;
padding:8px!important;
margin:0!important;
border-radius:24px!important;
background:
linear-gradient(135deg,#2a0754 0%,#4b1685 54%,#6d28d9 100%)!important;
border:1px solid rgba(255,255,255,.13)!important;
box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 42px rgba(75,22,133,.16)!important;
overflow:visible!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list:before{
content:"دسته‌بندی کالاها"!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
min-height:44px!important;
padding:0 16px!important;
margin-left:4px!important;
border-radius:18px!important;
color:#32124e!important;
font-size:13px!important;
font-weight:950!important;
background:linear-gradient(135deg,#ffd166,#ffe8a3)!important;
box-shadow:0 12px 24px rgba(255,209,102,.24)!important;
white-space:nowrap!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li{position:relative!important;}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li > a{
min-height:44px!important;
padding:0 15px!important;
border-radius:18px!important;
color:#fff!important;
font-size:13.5px!important;
font-weight:900!important;
background:rgba(255,255,255,.075)!important;
border:1px solid rgba(255,255,255,.10)!important;
box-shadow:none!important;
transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li > a:before{
content:""!important;
position:static!important;
display:inline-flex!important;
width:9px!important;
height:9px!important;
border-radius:999px!important;
background:#ffd166!important;
opacity:.88!important;
box-shadow:0 0 0 4px rgba(255,209,102,.13)!important;
z-index:auto!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li:hover > a,body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-is-open > a,body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li > a:hover{
color:#2a0754!important;
background:linear-gradient(135deg,#fff,#f4ecff)!important;
border-color:rgba(255,255,255,.45)!important;
box-shadow:0 14px 28px rgba(8,4,20,.18)!important;
transform:translateY(-2px)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega > a:after{
width:7px!important;
height:7px!important;
margin-right:2px!important;
border-left:2px solid currentColor!important;
border-bottom:2px solid currentColor!important;
transform:rotate(-45deg) translateY(-1px)!important;
opacity:.78!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega{
top:calc(100% + 13px)!important;
left:50%!important;
right:auto!important;
width:min(1080px,calc(100vw - 92px))!important;
min-height:0!important;
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:14px!important;
padding:68px 22px 22px!important;
border-radius:30px!important;
border:1px solid rgba(75,22,133,.13)!important;
background:
linear-gradient(135deg,rgba(255,255,255,.985),rgba(249,246,255,.965)),
radial-gradient(circle at 0 0,rgba(124,58,237,.18),transparent 36%),
radial-gradient(circle at 100% 0,rgba(255,209,102,.16),transparent 32%)!important;
box-shadow:0 34px 95px rgba(15,8,30,.22), inset 0 1px 0 rgba(255,255,255,.96)!important;
-webkit-backdrop-filter:blur(20px) saturate(1.22)!important;
backdrop-filter:blur(20px) saturate(1.22)!important;
opacity:0!important;
visibility:hidden!important;
pointer-events:none!important;
transform:translate(calc(-50% + var(--nkth-shift,0px)),16px) scale(.985)!important;
transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
overflow:hidden!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega:hover > .nkth-mega,body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li.ntzui-has-mega.ntzui-is-open > .nkth-mega{
opacity:1!important;
visibility:visible!important;
pointer-events:auto!important;
transform:translate(calc(-50% + var(--nkth-shift,0px)),0) scale(1)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega:before{
content:""!important;
position:absolute!important;
top:-14px!important;
left:0!important;
right:0!important;
height:14px!important;
background:transparent!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega:after{
content:"انتخاب سریع از دسته‌بندی‌های پرفروش نیکتازه"!important;
position:absolute!important;
top:18px!important;
right:22px!important;
left:auto!important;
display:inline-flex!important;
align-items:center!important;
min-height:32px!important;
padding:0 14px!important;
border-radius:999px!important;
color:#4b1685!important;
font-size:12.5px!important;
font-weight:950!important;
background:linear-gradient(135deg,rgba(124,58,237,.10),rgba(255,209,102,.17))!important;
border:1px solid rgba(124,58,237,.16)!important;
z-index:2!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a{
position:relative!important;
min-height:92px!important;
display:flex!important;
align-items:center!important;
gap:13px!important;
padding:14px!important;
border-radius:24px!important;
color:#1d1230!important;
font-size:13.5px!important;
font-weight:900!important;
line-height:1.7!important;
background:linear-gradient(145deg,#fff,rgba(247,243,255,.96))!important;
border:1px solid rgba(75,22,133,.10)!important;
box-shadow:0 16px 32px rgba(18,16,31,.065)!important;
overflow:hidden!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a:before{
content:""!important;
position:absolute!important;
inset:auto -38% -70% -38%!important;
height:88%!important;
background:radial-gradient(circle,rgba(124,58,237,.20),transparent 62%)!important;
opacity:0!important;
transition:opacity .18s ease!important;
z-index:0!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a:hover{
transform:translateY(-5px)!important;
color:#4b1685!important;
border-color:rgba(124,58,237,.28)!important;
box-shadow:0 26px 52px rgba(75,22,133,.15)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a:hover:before{opacity:1!important;}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a img{
position:relative!important;
z-index:1!important;
width:58px!important;
height:58px!important;
flex:0 0 58px!important;
border-radius:21px!important;
padding:6px!important;
object-fit:contain!important;
background:#fff!important;
border:1px solid rgba(124,58,237,.14)!important;
box-shadow:0 12px 24px rgba(75,22,133,.10)!important;
}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega a span{
position:relative!important;
z-index:1!important;
display:block!important;
}
}
@media (min-width:1025px) and (max-width:1240px){body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-logo{width:170px!important;}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list{gap:5px!important;}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-nav-list > li > a{font-size:12.8px!important;padding:0 10px!important;}
body.ntzui-v232.ntzui-merged-active.ntzui-has-custom-header .nkth-mega{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (min-width:1025px){body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-header{
position:sticky!important;top:0!important;z-index:9000!important;background:rgba(255,255,255,.93)!important;-webkit-backdrop-filter:blur(18px) saturate(1.18)!important;backdrop-filter:blur(18px) saturate(1.18)!important;border:0!important;box-shadow:0 12px 38px rgba(39,18,65,.09),inset 0 -1px 0 rgba(75,22,133,.10)!important;
}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-inner{width:min(1480px,calc(100% - 42px))!important;max-width:none!important;margin:0 auto!important;padding:12px 0!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-logo{grid-column:1!important;grid-row:1!important;width:188px!important;height:56px!important;min-width:0!important;border-radius:22px!important;padding:0 14px!important;background:linear-gradient(135deg,#fff,#fbf8ff)!important;border:1px solid rgba(75,22,133,.11)!important;box-shadow:0 14px 30px rgba(75,22,133,.08)!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-logo img{height:43px!important;max-width:162px!important;filter:drop-shadow(0 6px 13px rgba(75,22,133,.10))!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-actions{grid-column:3!important;grid-row:1!important;display:flex!important;align-items:center!important;gap:9px!important;padding:7px!important;border-radius:24px!important;background:rgba(255,255,255,.80)!important;border:1px solid rgba(75,22,133,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;min-width:48px!important;border-radius:19px!important;color:#4b1685!important;background:linear-gradient(135deg,#fff,#f6f0ff)!important;border:1px solid rgba(75,22,133,.13)!important;box-shadow:0 12px 26px rgba(75,22,133,.08)!important;text-decoration:none!important;transition:all .18s ease!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn:hover{color:#fff!important;background:linear-gradient(135deg,#4b1685,#7c3aed)!important;box-shadow:0 18px 34px rgba(75,22,133,.23)!important;transform:translateY(-2px)!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-actions .nkth-ico-btn svg{width:22px!important;height:22px!important;stroke-width:2.35!important;}
body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-badge{top:-7px!important;left:-7px!important;right:auto!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border-radius:999px!important;background:#ef3e8a!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 8px 18px rgba(239,62,138,.24)!important;}
}
@media (min-width:1025px) and (max-width:1250px){body.ntzui-v234.ntzui-merged-active.ntzui-has-custom-header .nkth-logo{width:160px!important;}
}
@media(max-width:900px){body.single-product .nkth-pdp-box{
background:#ffffff!important;
border-color:rgba(15,23,42,.08)!important;
box-shadow:0 10px 26px rgba(15,23,42,.055)!important;
}
body.single-product .nkth-pdp-ico{
width:34px!important;
height:34px!important;
flex:0 0 34px!important;
border-radius:12px!important;
color:#5f4b7a!important;
background:transparent!important;
box-shadow:none!important;
}
body.single-product .nkth-pdp-live-input::placeholder,body.single-product .nkth-pdp-box input[type="search"]::placeholder{
color:transparent!important;
opacity:0!important;
}
body.single-product .nkth-pdp-box button{
display:none!important;
visibility:hidden!important;
opacity:0!important;
width:0!important;
min-width:0!important;
height:0!important;
min-height:0!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
pointer-events:none!important;
background:transparent!important;
box-shadow:none!important;
}
}
body.single-product.ntzui-v242 .nkth-pdp-search{
width:min(1120px,calc(100% - 24px))!important;
margin:12px auto 18px!important;
z-index:9000!important;
}
body.single-product.ntzui-v242 .nkth-pdp-toolbar{
grid-template-columns:220px 116px minmax(0,1fr)!important;
gap:10px!important;
padding:10px!important;
border-radius:26px!important;
background:
radial-gradient(circle at 96% 8%,rgba(124,58,237,.075),transparent 34%),
linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,248,255,.93))!important;
border:1px solid rgba(64,31,105,.10)!important;
box-shadow:0 18px 48px rgba(24,16,42,.085), inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-logo{
min-height:58px!important;
padding:7px 10px!important;
gap:10px!important;
border-radius:22px!important;
background:
linear-gradient(135deg,#ffffff 0%,#fbf8ff 58%,#fffaf0 100%)!important;
border:1px solid rgba(75,22,133,.105)!important;
box-shadow:0 12px 28px rgba(75,22,133,.075), inset 0 1px 0 rgba(255,255,255,.96)!important;
overflow:hidden!important;
position:relative!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-logo:before{
content:""!important;
position:absolute!important;
inset:auto -24px -34px auto!important;
width:82px!important;
height:82px!important;
border-radius:999px!important;
background:radial-gradient(circle,rgba(124,58,237,.12),transparent 68%)!important;
pointer-events:none!important;
}
body.single-product.ntzui-v242 .nkth-pdp-logo-frame{
width:54px!important;
height:44px!important;
flex:0 0 54px!important;
border-radius:17px!important;
background:linear-gradient(135deg,#fff,#f6efff)!important;
border:1px solid rgba(124,58,237,.12)!important;
box-shadow:0 9px 20px rgba(75,22,133,.08), inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.single-product.ntzui-v242 .nkth-pdp-logo-frame img{
max-width:48px!important;
max-height:34px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-copy b{
font-size:14px!important;
font-weight:950!important;
letter-spacing:-.25px!important;
color:#241337!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-copy b:after{
content:""!important;
display:inline-block!important;
width:6px!important;
height:6px!important;
margin-right:6px!important;
border-radius:999px!important;
background:#f4c542!important;
box-shadow:0 0 0 4px rgba(244,197,66,.13)!important;
vertical-align:middle!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-copy small{
font-size:10.8px!important;
font-weight:850!important;
color:rgba(45,22,78,.52)!important;
}
body.single-product.ntzui-v242 .nkth-pdp-box{
min-height:54px!important;
padding:6px 9px!important;
gap:8px!important;
border-radius:19px!important;
background:linear-gradient(135deg,#ffffff,#fdfcff)!important;
border:1px solid rgba(15,23,42,.085)!important;
box-shadow:0 10px 28px rgba(24,16,42,.055), inset 0 1px 0 rgba(255,255,255,.96)!important;
}
body.single-product.ntzui-v242 .nkth-pdp-ico{
width:36px!important;
height:36px!important;
flex:0 0 36px!important;
border-radius:14px!important;
color:#5c4a72!important;
background:rgba(15,23,42,.035)!important;
box-shadow:inset 0 0 0 1px rgba(15,23,42,.045)!important;
}
body.single-product.ntzui-v242 .nkth-pdp-live-input,body.single-product.ntzui-v242 .nkth-pdp-box input[type="search"]{
height:40px!important;
font-size:14px!important;
font-weight:750!important;
color:#1f1830!important;
padding:0 2px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-live-input::placeholder,body.single-product.ntzui-v242 .nkth-pdp-box input[type="search"]::placeholder{
color:rgba(31,24,48,.38)!important;
opacity:1!important;
font-weight:700!important;
}
body.single-product.ntzui-v242 .nkth-pdp-box button{
display:none!important;
visibility:hidden!important;
opacity:0!important;
width:0!important;
min-width:0!important;
height:0!important;
min-height:0!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
pointer-events:none!important;
background:transparent!important;
box-shadow:none!important;
border:0!important;
}
body.single-product.ntzui-v242 .nkth-pdp-box:focus-within{
border-color:rgba(124,58,237,.22)!important;
box-shadow:0 14px 36px rgba(75,22,133,.09),0 0 0 4px rgba(124,58,237,.055),inset 0 1px 0 rgba(255,255,255,.98)!important;
}
body.single-product.ntzui-v242 .nkth-pdp-live-panel{
top:calc(100% + 8px)!important;
border-radius:20px!important;
}
@media(max-width:900px){body.single-product.ntzui-v242 .nkth-pdp-search{
width:calc(100% - 18px)!important;
margin:10px auto 14px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-toolbar{
grid-template-columns:minmax(0,1fr) 56px!important;
gap:9px!important;
padding:9px!important;
border-radius:22px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-logo{
min-height:54px!important;
padding:7px 9px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-logo-frame{
width:50px!important;
height:40px!important;
flex-basis:50px!important;
border-radius:15px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-logo-frame img{
max-width:44px!important;
max-height:31px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-copy b{
font-size:13.6px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-home-copy small{
display:block!important;
font-size:10.4px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-box{
grid-column:1 / -1!important;
min-height:50px!important;
border-radius:17px!important;
padding:6px 8px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-ico{
width:34px!important;
height:34px!important;
flex-basis:34px!important;
border-radius:12px!important;
}
body.single-product.ntzui-v242 .nkth-pdp-live-input,body.single-product.ntzui-v242 .nkth-pdp-box input[type="search"]{
height:38px!important;
font-size:13.6px!important;
font-weight:730!important;
}
}
@media(max-width:430px){body.single-product.ntzui-v242 .nkth-pdp-home-copy small{
display:none!important;
}
body.single-product.ntzui-v242 .nkth-pdp-toolbar{
grid-template-columns:minmax(0,1fr) 52px!important;
}
}
body.single-product .nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-input::placeholder,body.single-product .nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box input[type="search"]::placeholder,body.single-product .nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-input::-webkit-input-placeholder,body.single-product .nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box input[type="search"]::-webkit-input-placeholder{
color:rgba(31,24,48,.40)!important;
opacity:1!important;
font-weight:700!important;
}
body.single-product .nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box button,body.single-product .nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box button span{
display:none!important;
visibility:hidden!important;
opacity:0!important;
width:0!important;
min-width:0!important;
height:0!important;
min-height:0!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
pointer-events:none!important;
background:transparent!important;
border:0!important;
box-shadow:none!important;
}
:where(.nkth-header,.nkth-drawer,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search,.ntzui-footer){
--ntzui-pop-purple:#4b1685;
--ntzui-pop-purple2:#7c3aed;
--ntzui-pop-gold:#ffb703;
--ntzui-pop-mint:#10b981;
--ntzui-pop-ink:#171126;
}
body.ntzui-merged-active .nkth-ico-btn svg{
width:23px!important;
height:23px!important;
stroke-width:2.15!important;
transition:transform .18s ease, filter .18s ease;
}
body.ntzui-merged-active .nkth-ico-btn:hover svg{transform:scale(1.08) rotate(-3deg);}
@media (min-width:1025px){body.ntzui-merged-active.ntzui-has-custom-header .nkth-actions{
gap:9px!important;
align-items:center!important;
}
}
@media (max-width:1024px){body.ntzui-merged-active .nkth-mobile .nkth-ico-btn{
width:44px!important;
height:44px!important;
padding:0!important;
border-radius:17px!important;
color:#fff!important;
background:linear-gradient(135deg,#4b1685,#7c3aed)!important;
box-shadow:0 14px 26px rgba(75,22,133,.22)!important;
border:1px solid rgba(255,255,255,.55)!important;
}
body.ntzui-merged-active .nkth-mobile .nkth-cart{
background:linear-gradient(135deg,#ff7a18,#ffb703)!important;
box-shadow:0 14px 26px rgba(255,122,24,.22)!important;
}
body.ntzui-merged-active .nkth-mobile .nkth-badge{
top:-6px!important;
right:-6px!important;
background:#111827!important;
border:2px solid #fff!important;
}
}
@media (max-width:767px){.nmf-bottom-bar{
left:10px!important;
right:10px!important;
bottom:10px!important;
padding:8px 8px 7px!important;
border-radius:24px!important;
gap:5px!important;
background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,246,255,.90))!important;
border:1px solid rgba(75,22,133,.12)!important;
box-shadow:0 18px 48px rgba(22,12,45,.18), inset 0 1px 0 rgba(255,255,255,.96)!important;
-webkit-backdrop-filter:blur(18px) saturate(1.25)!important;
backdrop-filter:blur(18px) saturate(1.25)!important;
}
.nmf-item{
--nmf-a:#4b1685;
--nmf-b:#7c3aed;
gap:4px!important;
padding:4px 2px!important;
border-radius:18px!important;
transition:transform .18s ease, background .18s ease, box-shadow .18s ease!important;
}
.nmf-item:nth-child(1){--nmf-a:#4b1685;--nmf-b:#7c3aed;}
.nmf-item:nth-child(2){--nmf-a:#ff7a18;--nmf-b:#ffb703;}
.nmf-item:nth-child(3){--nmf-a:#0f766e;--nmf-b:#10b981;}
.nmf-item:nth-child(4){--nmf-a:#2563eb;--nmf-b:#7c3aed;}
.nmf-ico{
width:40px!important;
height:40px!important;
border-radius:16px!important;
color:#fff!important;
background:
radial-gradient(circle at 24% 15%,rgba(255,255,255,.35),transparent 34%),
linear-gradient(135deg,var(--nmf-a),var(--nmf-b))!important;
box-shadow:0 12px 22px color-mix(in srgb, var(--nmf-a) 28%, transparent), inset 0 1px 0 rgba(255,255,255,.34)!important;
position:relative;
overflow:hidden;
}
.nmf-ico:after{
content:"";
position:absolute;
inset:auto -22% -40% -22%;
height:60%;
background:radial-gradient(circle,rgba(255,255,255,.26),transparent 68%);
pointer-events:none;
}
.nmf-ico svg{
width:23px!important;
height:23px!important;
color:#fff!important;
stroke:currentColor!important;
position:relative;
z-index:1;
filter:drop-shadow(0 4px 7px rgba(0,0,0,.16));
}
.nmf-label{
font-size:10.8px!important;
font-weight:900!important;
color:#21172f!important;
opacity:.88!important;
letter-spacing:-.15px;
}
.nmf-item.ntzui-is-active{
background:rgba(75,22,133,.065)!important;
box-shadow:inset 0 0 0 1px rgba(75,22,133,.08)!important;
}
.nmf-item.ntzui-is-active .nmf-label{color:#4b1685!important;opacity:1!important;}
.nmf-item:active{transform:translateY(1px) scale(.985)!important;}
.nmf-badge{
top:1px!important;
right:calc(50% - 25px)!important;
min-width:20px!important;
height:20px!important;
line-height:18px!important;
padding:0 5px!important;
border:2px solid #fff!important;
background:linear-gradient(135deg,#111827,#4b1685)!important;
box-shadow:0 8px 16px rgba(17,24,39,.24)!important;
font-size:10.5px!important;
}
}
:where(.nkth-header,.nkth-drawer,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search,.ntzui-footer){
--ntzui-pop-purple:#4b1685;
--ntzui-pop-purple2:#7c3aed;
--ntzui-pop-purple3:#a855f7;
--ntzui-pop-purple4:#c084fc;
}
body.ntzui-merged-active .nkth-header .nkth-ico-btn svg,body.ntzui-merged-active .nkth-mobile .nkth-ico-btn svg,body.ntzui-merged-active .nmf-ico svg{
fill:none!important;
stroke:currentColor!important;
stroke-width:1.9!important;
filter:none!important;
}
@media (min-width:1025px){body.ntzui-merged-active.ntzui-has-custom-header .nkth-actions{
gap:8px!important;
}
}
@media (max-width:1024px){body.ntzui-merged-active .nkth-mobile .nkth-ico-btn,body.ntzui-merged-active .nkth-mobile .nkth-cart{
color:#4b1685!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,242,255,.93))!important;
box-shadow:0 12px 26px rgba(75,22,133,.12), inset 0 1px 0 rgba(255,255,255,.96)!important;
border:1px solid rgba(75,22,133,.13)!important;
}
body.ntzui-merged-active .nkth-mobile .nkth-badge{
z-index:9!important;
background:linear-gradient(135deg,#7c3aed,#4b1685)!important;
color:#fff!important;
border:2px solid #fff!important;
}
}
@media (max-width:767px){.nmf-item:nth-child(1){--nmf-a:#4b1685!important;--nmf-b:#7c3aed!important;}
.nmf-item:nth-child(2){--nmf-a:#5b21b6!important;--nmf-b:#a855f7!important;}
.nmf-item:nth-child(3){--nmf-a:#6d28d9!important;--nmf-b:#c084fc!important;}
.nmf-item:nth-child(4){--nmf-a:#581c87!important;--nmf-b:#8b5cf6!important;}
.nmf-ico{
overflow:visible!important;
box-shadow:0 12px 22px rgba(75,22,133,.20), inset 0 1px 0 rgba(255,255,255,.34)!important;
}
.nmf-cart .nmf-badge{
top:3px!important;
right:50%!important;
left:auto!important;
transform:translateX(23px)!important;
z-index:12!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
min-width:19px!important;
height:19px!important;
line-height:1!important;
padding:0 5px!important;
border-radius:999px!important;
color:#fff!important;
background:linear-gradient(135deg,#c084fc,#4b1685)!important;
border:2px solid #fff!important;
box-shadow:0 8px 16px rgba(75,22,133,.28)!important;
font-size:10px!important;
font-weight:950!important;
pointer-events:none!important;
}
.nmf-cart .nmf-ico{
z-index:1!important;
}
}
body:not(.single-product) .ntzui-product-cart-shortcut{display:none!important;}
.ntzui-product-cart-shortcut{
position:fixed!important;
top:14px!important;
left:14px!important;
z-index:9000!important;
width:48px!important;
height:48px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:18px!important;
color:#4b1685!important;
text-decoration:none!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,242,255,.94))!important;
border:1px solid rgba(75,22,133,.18)!important;
box-shadow:0 16px 36px rgba(75,22,133,.16), inset 0 1px 0 rgba(255,255,255,.96)!important;
-webkit-backdrop-filter:blur(14px) saturate(1.16)!important;
backdrop-filter:blur(14px) saturate(1.16)!important;
transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important;
isolation:isolate!important;
}
.ntzui-product-cart-shortcut:hover{
color:#fff!important;
background:linear-gradient(135deg,#4b1685,#7c3aed)!important;
box-shadow:0 20px 44px rgba(75,22,133,.25)!important;
transform:translateY(-2px)!important;
}
.ntzui-product-cart-icon{
width:30px!important;
height:30px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:12px!important;
background:rgba(124,58,237,.10)!important;
color:currentColor!important;
line-height:0!important;
}
.ntzui-product-cart-shortcut:hover .ntzui-product-cart-icon{
background:rgba(255,255,255,.16)!important;
}
.ntzui-product-cart-icon svg{
width:22px!important;
height:22px!important;
fill:none!important;
stroke:currentColor!important;
stroke-width:1.9!important;
}
.ntzui-product-cart-badge{
position:absolute!important;
top:-7px!important;
right:-7px!important;
z-index:2!important;
min-width:20px!important;
height:20px!important;
padding:0 5px!important;
border-radius:999px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
color:#fff!important;
background:linear-gradient(135deg,#a855f7,#4b1685)!important;
border:2px solid #fff!important;
box-shadow:0 8px 18px rgba(75,22,133,.28)!important;
font-size:10.5px!important;
font-weight:950!important;
line-height:1!important;
pointer-events:none!important;
}
.admin-bar .ntzui-product-cart-shortcut{top:46px!important;}
@media (min-width:783px){.admin-bar .ntzui-product-cart-shortcut{top:46px!important;}
}
@media (max-width:782px){.admin-bar .ntzui-product-cart-shortcut{top:60px!important;}
}
@media (max-width:767px){.ntzui-product-cart-shortcut{
top:10px!important;
left:10px!important;
width:44px!important;
height:44px!important;
border-radius:16px!important;
}
.ntzui-product-cart-icon{width:28px!important;height:28px!important;border-radius:11px!important;}
.ntzui-product-cart-icon svg{width:21px!important;height:21px!important;}
.ntzui-product-cart-badge{top:-6px!important;right:-6px!important;min-width:19px!important;height:19px!important;font-size:10px!important;}
}
@media (max-width:767px){body.ntzui-merged-active .nmf-bottom-bar{
z-index:9000!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,245,255,.94))!important;
box-shadow:0 18px 44px rgba(75,22,133,.18),0 2px 0 rgba(255,255,255,.95) inset!important;
}
}
body:not(.single-product) .ntzui-product-cart-shortcut{display:none!important;}
.ntzui-product-cart-shortcut{
width:auto!important;
min-width:58px!important;
height:50px!important;
padding:0 11px!important;
gap:8px!important;
border-radius:20px!important;
color:#4b1685!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,244,255,.94))!important;
border:1px solid rgba(75,22,133,.18)!important;
box-shadow:0 18px 42px rgba(75,22,133,.17), inset 0 1px 0 rgba(255,255,255,.96)!important;
}
.ntzui-product-cart-shortcut::before{
content:""!important;
position:absolute!important;
inset:-1px!important;
border-radius:inherit!important;
background:radial-gradient(circle at 18% 10%,rgba(192,132,252,.22),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.18),rgba(124,58,237,.06))!important;
pointer-events:none!important;
z-index:-1!important;
}
.ntzui-product-cart-icon{
flex:0 0 auto!important;
width:32px!important;
height:32px!important;
border-radius:14px!important;
background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(192,132,252,.16))!important;
box-shadow:inset 0 0 0 1px rgba(124,58,237,.10)!important;
}
.ntzui-product-cart-text{
display:inline-flex!important;
align-items:center!important;
color:#2d164e!important;
font-size:12px!important;
font-weight:950!important;
letter-spacing:-.18px!important;
line-height:1!important;
white-space:nowrap!important;
}
.ntzui-product-cart-badge{
top:-6px!important;
right:-6px!important;
transition:transform .18s ease, background .18s ease, box-shadow .18s ease!important;
}
.ntzui-product-cart-shortcut:hover{
color:#4b1685!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,240,255,.96))!important;
transform:translateY(-2px)!important;
}
@media (max-width:767px){.ntzui-product-cart-shortcut{
top:9px!important;
left:9px!important;
height:46px!important;
min-width:46px!important;
padding:0 9px!important;
border-radius:18px!important;
gap:6px!important;
}
.ntzui-product-cart-icon{width:30px!important;height:30px!important;border-radius:13px!important;}
.ntzui-product-cart-icon svg{width:21px!important;height:21px!important;}
.ntzui-product-cart-text{display:none!important;}
.ntzui-product-cart-badge{top:-6px!important;right:-6px!important;min-width:20px!important;height:20px!important;font-size:10px!important;}
}
@media (max-width:767px){body.ntzui-merged-active .nmf-bottom-bar{
z-index:9000!important;
bottom:max(8px, env(safe-area-inset-bottom))!important;
isolation:isolate!important;
}
}
@media (max-width:767px){body.ntzui-merged-active .nmf-search .nmf-ico::after{
display:none!important;
content:none!important;
}
body.ntzui-merged-active .nmf-search .nmf-ico svg{
transform:none!important;
margin:0!important;
position:relative!important;
z-index:2!important;
}
}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar{
position:relative!important;
inset:auto!important;
top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;
z-index:3!important;
width:auto!important;
min-width:118px!important;
height:auto!important;
min-height:64px!important;
padding:8px 12px!important;
align-self:stretch!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
gap:8px!important;
transform:none!important;
margin:0!important;
border-radius:21px!important;
background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,240,255,.96))!important;
border:1px solid rgba(75,22,133,.14)!important;
box-shadow:0 14px 34px rgba(75,22,133,.08), inset 0 1px 0 rgba(255,255,255,.95)!important;
}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar:hover{
color:#4b1685!important;
background:linear-gradient(135deg,#fff,#f4edff)!important;
transform:translateY(-1px)!important;
box-shadow:0 18px 42px rgba(75,22,133,.13), inset 0 1px 0 rgba(255,255,255,.95)!important;
}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar .ntzui-product-cart-icon{
width:34px!important;height:34px!important;border-radius:14px!important;
color:#4b1685!important;
background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(192,132,252,.16))!important;
}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar .ntzui-product-cart-text{
display:inline-flex!important;
font-size:12.5px!important;
color:#241535!important;
}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar .ntzui-product-cart-badge{
top:6px!important;
right:6px!important;
border-color:#fff!important;
}
@media(max-width:900px){body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar{
min-width:108px!important;
min-height:56px!important;
grid-row:auto!important;
}
}
@media(max-width:520px){body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar{
min-width:58px!important;
padding:8px 10px!important;
}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar .ntzui-product-cart-text{display:none!important;}
body.single-product .nkth-pdp-toolbar .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar .ntzui-product-cart-badge{top:4px!important;right:4px!important;}
}
@media (min-width:1025px){html body .nkth-header{display:block!important;visibility:visible!important;opacity:1!important;position:sticky!important;top:0!important;z-index:9000!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:linear-gradient(180deg,#ffffff 0%,#fbf8ff 100%)!important;border-bottom:1px solid rgba(75,22,133,.10)!important;box-shadow:0 15px 45px rgba(36,6,70,.08)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;direction:rtl!important;}
html body .nkth-header .nkth-inner{width:min(1420px,calc(100% - 48px))!important;max-width:none!important;margin:0 auto!important;padding:10px 0!important;display:block!important;overflow:visible!important;}
html body .nkth-header .nkth-mobile{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important;}
html body .ntz236-pc{--p:#4b1685;--p2:#6d28d9;--p3:#8b5cf6;--deep:#17062e;--ink:#171127;--muted:rgba(23,17,39,.62);--line:rgba(75,22,133,.13);--soft:#f8f3ff;--gold:#ffd166;display:grid!important;grid-template-columns:170px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:72px!important;height:72px!important;position:relative!important;z-index:10!important;direction:rtl!important;box-sizing:border-box!important;overflow:visible!important;font-family:inherit!important;}
html body .ntz236-pc,html body .ntz236-pc *{box-sizing:border-box!important;}
html body .ntz236-pc a,html body .ntz236-pc button{text-decoration:none!important;font-family:inherit!important;}
html body .ntz236-logo{height:60px!important;width:170px!important;min-width:170px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;border:1px solid var(--line)!important;box-shadow:0 12px 28px rgba(75,22,133,.08),inset 0 1px 0 rgba(255,255,255,.9)!important;padding:0 15px!important;}
html body .ntz236-logo img{display:block!important;width:auto!important;height:43px!important;max-width:145px!important;object-fit:contain!important;}
html body .ntz236-nav{position:relative!important;height:60px!important;min-width:0!important;display:flex!important;align-items:center!important;gap:9px!important;padding:7px!important;border-radius:25px!important;background:rgba(255,255,255,.82)!important;border:1px solid var(--line)!important;box-shadow:0 13px 34px rgba(75,22,133,.07),inset 0 1px 0 rgba(255,255,255,.95)!important;overflow:visible!important;}
html body .ntz236-catalog{position:static!important;display:flex!important;align-items:center!important;height:46px!important;flex:0 0 auto!important;}
html body .ntz236-catalog:after{content:""!important;display:none!important;position:absolute!important;top:56px!important;right:0!important;width:260px!important;height:22px!important;background:transparent!important;}
html body .ntz236-catalog:hover:after,html body .ntz236-catalog:focus-within:after{display:block!important;}
html body .ntz236-trigger{border:0!important;outline:0!important;height:46px!important;min-width:220px!important;padding:0 14px!important;border-radius:19px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;color:#fff!important;background:linear-gradient(135deg,var(--p) 0%,var(--p2) 62%,var(--p3) 100%)!important;box-shadow:0 15px 34px rgba(75,22,133,.26),inset 0 1px 0 rgba(255,255,255,.18)!important;cursor:pointer!important;position:relative!important;overflow:hidden!important;}
html body .ntz236-trigger:before{content:""!important;position:absolute!important;inset:-46px -30px auto auto!important;width:125px!important;height:125px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;}
html body .ntz236-trigger-ico,html body .ntz236-trigger-arrow{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:14px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;}
html body .ntz236-trigger svg{width:20px!important;height:20px!important;display:block!important;stroke-width:2.4!important;}
html body .ntz236-trigger-copy{position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1px!important;line-height:1.2!important;white-space:nowrap!important;}
html body .ntz236-trigger-copy b{font-size:14px!important;font-weight:950!important;color:#fff!important;line-height:1.35!important;}
html body .ntz236-trigger-copy small{font-size:10px!important;font-weight:800!important;color:rgba(255,255,255,.72)!important;line-height:1.25!important;}
html body .ntz236-catalog:hover .ntz236-trigger-arrow svg{transform:rotate(180deg)!important;transition:.18s ease!important;}
html body .ntz236-links{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important;flex:1 1 auto!important;overflow:hidden!important;white-space:nowrap!important;}
html body .ntz236-links a{height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 13px!important;border-radius:15px!important;color:rgba(23,17,39,.82)!important;background:transparent!important;border:1px solid transparent!important;font-size:13px!important;font-weight:850!important;line-height:1!important;transition:all .16s ease!important;}
html body .ntz236-links a:hover{color:var(--p)!important;background:#fff!important;border-color:rgba(75,22,133,.12)!important;box-shadow:0 10px 22px rgba(75,22,133,.085)!important;transform:translateY(-1px)!important;}
html body .ntz236-actions{display:flex!important;align-items:center!important;gap:8px!important;height:60px!important;min-width:max-content!important;}
html body .ntz236-act{position:relative!important;height:52px!important;min-width:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 13px!important;border-radius:20px!important;background:#fff!important;color:var(--p)!important;border:1px solid var(--line)!important;box-shadow:0 12px 28px rgba(75,22,133,.075)!important;line-height:1!important;cursor:pointer!important;transition:all .16s ease!important;}
html body .ntz236-act:hover{background:linear-gradient(135deg,var(--p),var(--p2))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 18px 38px rgba(75,22,133,.20)!important;transform:translateY(-2px)!important;}
html body .ntz236-search{width:52px!important;padding:0!important;}
html body .ntz236-act svg{width:22px!important;height:22px!important;display:block!important;stroke-width:2.35!important;}
html body .ntz236-act-text{font-size:12px!important;font-weight:900!important;white-space:nowrap!important;line-height:1!important;}
html body .ntz236-badge{position:absolute!important;top:-7px!important;right:-7px!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border-radius:999px!important;background:#ff3d7f!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 9px 18px rgba(255,61,127,.28)!important;font-size:11px!important;font-weight:950!important;line-height:17px!important;text-align:center!important;z-index:5!important;}
html body .ntz236-mega{position:absolute!important;top:calc(100% + 14px)!important;right:0!important;left:auto!important;width:min(1180px,calc(100vw - 64px))!important;max-width:none!important;min-height:470px!important;display:grid!important;grid-template-columns:240px minmax(0,1fr) 230px!important;gap:15px!important;padding:15px!important;border-radius:32px!important;background:linear-gradient(135deg,#ffffff 0%,#fbf8ff 100%)!important;border:1px solid rgba(75,22,133,.14)!important;box-shadow:0 34px 90px rgba(24,7,47,.20),inset 0 1px 0 rgba(255,255,255,.92)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px) scale(.985)!important;transform-origin:top right!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;overflow:hidden!important;direction:rtl!important;z-index:9000!important;}
html body .ntz236-mega:before{content:""!important;position:absolute!important;inset:-120px -140px auto auto!important;width:360px!important;height:360px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(139,92,246,.17),rgba(139,92,246,0) 68%)!important;pointer-events:none!important;}
html body .ntz236-catalog:hover .ntz236-mega,html body .ntz236-catalog:focus-within .ntz236-mega{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important;}
html body .ntz236-rail{position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:10px!important;border-radius:25px!important;background:linear-gradient(180deg,var(--deep),#351063 64%,var(--p))!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)!important;}
html body .ntz236-parent{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:10px!important;min-height:66px!important;padding:10px!important;border-radius:18px!important;color:#fff!important;background:transparent!important;border:1px solid transparent!important;transition:all .16s ease!important;}
html body .ntz236-parent i{grid-row:1/3!important;width:34px!important;height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:13px!important;background:linear-gradient(135deg,var(--gold),#ffe9a8)!important;color:#2e0b55!important;font-size:13px!important;font-style:normal!important;font-weight:950!important;}
html body .ntz236-parent b{font-size:13.5px!important;font-weight:950!important;color:inherit!important;line-height:1.4!important;}
html body .ntz236-parent small{font-size:10.4px!important;font-weight:750!important;color:rgba(255,255,255,.66)!important;line-height:1.45!important;}
html body .ntz236-parent:hover,html body .ntz236-parent.ntzui-is-active{background:#fff!important;color:#2e0b55!important;box-shadow:0 14px 32px rgba(0,0,0,.18)!important;transform:translateX(-3px)!important;}
html body .ntz236-parent:hover small,html body .ntz236-parent.ntzui-is-active small{color:rgba(46,11,85,.57)!important;}
html body .ntz236-content{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;min-width:0!important;align-content:start!important;}
html body .ntz236-section{position:relative!important;min-width:0!important;padding:14px!important;border-radius:23px!important;background:#fff!important;border:1px solid rgba(75,22,133,.10)!important;box-shadow:0 12px 28px rgba(75,22,133,.055)!important;overflow:hidden!important;}
html body .ntz236-section-wide{grid-column:1/3!important;}
html body .ntz236-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 12px!important;}
html body .ntz236-title span{display:block!important;font-size:10px!important;font-weight:950!important;color:var(--p3)!important;text-transform:uppercase!important;letter-spacing:.5px!important;line-height:1!important;}
html body .ntz236-title h3{margin:4px 0 0!important;font-size:15.5px!important;font-weight:950!important;color:var(--ink)!important;letter-spacing:-.35px!important;line-height:1.4!important;}
html body .ntz236-title a{height:32px!important;display:inline-flex!important;align-items:center!important;padding:0 11px!important;border-radius:999px!important;color:var(--p)!important;background:rgba(109,40,217,.08)!important;border:1px solid rgba(109,40,217,.10)!important;font-size:11.5px!important;font-weight:900!important;}
html body .ntz236-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;}
html body .ntz236-grid.ntzui-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
html body .ntz236-card{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:10px!important;min-height:78px!important;padding:9px!important;border-radius:18px!important;color:var(--ink)!important;background:linear-gradient(145deg,#fff,#fbf8ff)!important;border:1px solid rgba(75,22,133,.09)!important;box-shadow:0 8px 18px rgba(24,7,47,.045)!important;transition:all .16s ease!important;}
html body .ntz236-thumb{grid-row:1/3!important;width:54px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:17px!important;background:radial-gradient(circle at 35% 22%,#fff 0%,#fff 34%,#f4edff 100%)!important;border:1px solid rgba(75,22,133,.10)!important;box-shadow:0 10px 22px rgba(75,22,133,.08),inset 0 1px 0 rgba(255,255,255,.9)!important;overflow:hidden!important;}
html body .ntz236-thumb img{display:block!important;width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 8px 10px rgba(45,14,91,.12))!important;}
html body .ntz236-card b{font-size:12.4px!important;font-weight:950!important;line-height:1.45!important;color:inherit!important;white-space:normal!important;}
html body .ntz236-card small{font-size:10px!important;font-weight:750!important;color:var(--muted)!important;line-height:1.45!important;}
html body .ntz236-card:hover{color:var(--p)!important;border-color:rgba(109,40,217,.22)!important;box-shadow:0 16px 34px rgba(75,22,133,.11)!important;transform:translateY(-3px)!important;}
html body .ntz236-card:hover .ntz236-thumb img{transform:scale(1.06)!important;transition:transform .16s ease!important;}
html body .ntz236-mini{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
html body .ntz236-mini a{min-height:38px!important;display:flex!important;align-items:center!important;padding:0 11px!important;border-radius:14px!important;color:var(--ink)!important;background:linear-gradient(145deg,#fff,#fbf8ff)!important;border:1px solid rgba(75,22,133,.08)!important;font-size:11.8px!important;font-weight:870!important;transition:all .16s ease!important;}
html body .ntz236-mini a:before{content:""!important;width:7px!important;height:7px!important;border-radius:999px!important;background:var(--p3)!important;margin-left:8px!important;box-shadow:0 0 0 4px rgba(139,92,246,.11)!important;}
html body .ntz236-mini a:hover{color:var(--p)!important;box-shadow:0 12px 24px rgba(75,22,133,.09)!important;transform:translateY(-2px)!important;}
html body .ntz236-brand{position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:14px!important;border-radius:25px!important;background:linear-gradient(180deg,#240646,#46127d 64%,#6d28d9)!important;color:#fff!important;overflow:hidden!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.13)!important;}
html body .ntz236-brand:before{content:""!important;position:absolute!important;inset:-65px -65px auto auto!important;width:170px!important;height:170px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;}
html body .ntz236-brand-head{position:relative!important;display:flex!important;flex-direction:column!important;gap:2px!important;}
html body .ntz236-brand-head span{font-size:10.5px!important;font-weight:950!important;color:var(--gold)!important;letter-spacing:.45px!important;}
html body .ntz236-brand-head b{font-size:15px!important;font-weight:950!important;color:#fff!important;line-height:1.45!important;}
html body .ntz236-brand-grid{position:relative!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
html body .ntz236-brand-grid a{min-height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;color:#fff!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.13)!important;font-size:11.7px!important;font-weight:850!important;transition:all .16s ease!important;}
html body .ntz236-brand-grid a:hover{background:#fff!important;color:var(--p)!important;transform:translateY(-2px)!important;}
html body .ntz236-offer{position:relative!important;margin-top:auto!important;display:flex!important;flex-direction:column!important;gap:2px!important;padding:13px!important;border-radius:18px!important;color:#35104f!important;background:linear-gradient(135deg,var(--gold),#ffe9a8)!important;box-shadow:0 16px 34px rgba(0,0,0,.16)!important;}
html body .ntz236-offer b{font-size:12.5px!important;font-weight:950!important;line-height:1.5!important;}
html body .ntz236-offer small{font-size:10.2px!important;font-weight:750!important;color:rgba(53,16,79,.64)!important;line-height:1.45!important;}
html body .ntz236-products{position:relative!important;display:grid!important;gap:8px!important;margin-top:2px!important;}
html body .ntz236-product{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;min-height:64px!important;padding:8px!important;border-radius:17px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;transition:all .16s ease!important;}
html body .ntz236-product:hover{background:#fff!important;color:var(--p)!important;transform:translateY(-2px)!important;}
html body .ntz236-product-img{width:54px!important;height:54px!important;border-radius:15px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;box-shadow:0 10px 22px rgba(0,0,0,.16)!important;}
html body .ntz236-product-img img{display:block!important;width:48px!important;height:48px!important;object-fit:contain!important;object-position:center!important;}
html body .ntz236-product-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important;}
html body .ntz236-product-copy b{font-size:11.4px!important;font-weight:900!important;line-height:1.45!important;color:inherit!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
html body .ntz236-product-copy small{font-size:10px!important;font-weight:850!important;color:rgba(255,255,255,.68)!important;line-height:1.4!important;}
html body .ntz236-product:hover .ntz236-product-copy small{color:rgba(75,22,133,.56)!important;}
}
@media (min-width:1025px) and (max-width:1240px){html body .ntz236-pc{grid-template-columns:150px minmax(0,1fr) auto!important;gap:9px!important;}
html body .ntz236-logo{width:150px!important;min-width:150px!important;padding:0 10px!important;}
html body .ntz236-logo img{max-width:130px!important;}
html body .ntz236-trigger{min-width:202px!important;padding:0 11px!important;}
html body .ntz236-trigger-copy small{display:none!important;}
html body .ntz236-links a{padding:0 9px!important;font-size:12px!important;}
html body .ntz236-act-text{display:none!important;}
html body .ntz236-mega{width:min(1040px,calc(100vw - 42px))!important;grid-template-columns:220px minmax(0,1fr) 205px!important;}
html body .ntz236-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:1024px){html body .ntz236-pc{display:none!important;}
}
.nkth-pdp-search.ntz-pdp-v243,.nkth-pdp-search.ntz-pdp-v243 *{box-sizing:border-box!important}
.nkth-pdp-search.ntz-pdp-v243{width:min(1080px,calc(100% - 24px))!important;margin:12px auto 18px!important;padding:0!important;position:relative!important;z-index:9000!important;font-family:inherit!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-toolbar{display:grid!important;grid-template-columns:230px 88px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:10px!important;border-radius:28px!important;background:radial-gradient(circle at 94% 4%,rgba(124,58,237,.09),transparent 36%),radial-gradient(circle at 8% 100%,rgba(245,197,66,.10),transparent 34%),linear-gradient(135deg,#fff,#fbf8ff 58%,#fffdfa)!important;border:1px solid rgba(75,22,133,.10)!important;box-shadow:0 18px 48px rgba(24,16,42,.085),inset 0 1px 0 rgba(255,255,255,.98)!important;overflow:visible!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-logo{min-width:0!important;min-height:60px!important;display:flex!important;align-items:center!important;gap:11px!important;padding:8px 10px!important;border-radius:23px!important;text-decoration:none!important;color:#21142f!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,242,255,.92))!important;border:1px solid rgba(124,58,237,.13)!important;box-shadow:0 12px 30px rgba(75,22,133,.08),inset 0 1px 0 rgba(255,255,255,.98)!important;position:relative!important;overflow:hidden!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-logo:before{content:""!important;position:absolute!important;inset:auto -26px -38px auto!important;width:92px!important;height:92px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(124,58,237,.13),transparent 68%)!important;pointer-events:none!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-logo:after{content:""!important;position:absolute!important;left:12px!important;top:12px!important;width:8px!important;height:8px!important;border-radius:999px!important;background:#f4c542!important;box-shadow:0 0 0 5px rgba(244,197,66,.13)!important;pointer-events:none!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-logo-frame{width:56px!important;height:44px!important;flex:0 0 56px!important;display:grid!important;place-items:center!important;border-radius:18px!important;background:linear-gradient(135deg,#fff,#f3ecff)!important;border:1px solid rgba(124,58,237,.14)!important;box-shadow:0 10px 22px rgba(75,22,133,.09),inset 0 1px 0 rgba(255,255,255,.98)!important;position:relative!important;z-index:2!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-logo-frame img{max-width:49px!important;max-height:34px!important;object-fit:contain!important;display:block!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;gap:3px!important;min-width:0!important;line-height:1.25!important;text-align:right!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy b{font-size:15px!important;font-weight:950!important;letter-spacing:-.28px!important;color:#21142f!important;white-space:nowrap!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy small{font-size:10.8px!important;font-weight:850!important;color:rgba(45,22,78,.55)!important;white-space:nowrap!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar{height:60px!important;min-height:60px!important;min-width:0!important;width:88px!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#faf7ff)!important;border:1px solid rgba(124,58,237,.12)!important;box-shadow:0 12px 28px rgba(75,22,133,.075),inset 0 1px 0 rgba(255,255,255,.98)!important;color:#5b21b6!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;position:relative!important;overflow:hidden!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut .ntzui-product-cart-text{display:none!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut .ntzui-product-cart-icon{width:38px!important;height:38px!important;border-radius:15px!important;background:rgba(124,58,237,.07)!important;display:grid!important;place-items:center!important;color:#6d28d9!important;box-shadow:inset 0 0 0 1px rgba(124,58,237,.08)!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut .ntzui-product-cart-badge{position:absolute!important;top:8px!important;right:9px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;background:#f4c542!important;color:#3b0764!important;font-size:11px!important;font-weight:950!important;line-height:18px!important;text-align:center!important;box-shadow:0 6px 14px rgba(244,197,66,.28)!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box{min-width:0!important;min-height:56px!important;display:flex!important;align-items:center!important;gap:9px!important;padding:7px 10px!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#fdfcff)!important;border:1px solid rgba(15,23,42,.085)!important;box-shadow:0 10px 28px rgba(24,16,42,.055),inset 0 1px 0 rgba(255,255,255,.96)!important;position:relative!important;overflow:visible!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box:focus-within{border-color:rgba(124,58,237,.26)!important;box-shadow:0 14px 36px rgba(75,22,133,.10),0 0 0 4px rgba(124,58,237,.06),inset 0 1px 0 rgba(255,255,255,.98)!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-ico{width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:15px!important;color:#6d28d9!important;background:rgba(124,58,237,.07)!important;box-shadow:inset 0 0 0 1px rgba(124,58,237,.08)!important;display:grid!important;place-items:center!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-input,.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box input[type="search"]{height:40px!important;min-width:0!important;flex:1 1 auto!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#1f1830!important;font-size:14px!important;font-weight:760!important;padding:0 2px!important;appearance:none!important;-webkit-appearance:none!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-input::placeholder,.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box input[type="search"]::placeholder{color:rgba(31,24,48,.40)!important;opacity:1!important;font-weight:700!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-input::-webkit-input-placeholder,.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box input[type="search"]::-webkit-input-placeholder{color:rgba(31,24,48,.40)!important;opacity:1!important;font-weight:700!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box button,.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box button span{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;min-width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important;background:transparent!important;border:0!important;box-shadow:none!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-panel{top:calc(100% + 9px)!important;right:0!important;left:0!important;border-radius:21px!important;border:1px solid rgba(75,22,133,.12)!important;box-shadow:0 20px 50px rgba(24,16,42,.13)!important;z-index:9000!important}
@media(max-width:900px){.nkth-pdp-search.ntz-pdp-v243{width:calc(100% - 18px)!important;margin:10px auto 14px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-toolbar{grid-template-columns:minmax(0,1fr) 56px!important;gap:9px!important;padding:9px!important;border-radius:24px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-logo{min-height:56px!important;padding:8px 9px!important;border-radius:20px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-logo-frame{width:50px!important;height:40px!important;flex-basis:50px!important;border-radius:15px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-logo-frame img{max-width:44px!important;max-height:31px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy b{font-size:14px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy small{display:block!important;font-size:10.2px!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar{width:56px!important;height:56px!important;min-height:56px!important;border-radius:20px!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut .ntzui-product-cart-icon{width:36px!important;height:36px!important;border-radius:14px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box{grid-column:1/-1!important;min-height:52px!important;padding:7px 9px!important;border-radius:18px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-ico{width:35px!important;height:35px!important;flex-basis:35px!important;border-radius:13px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-input,.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-box input[type="search"]{height:38px!important;font-size:13.7px!important;font-weight:740!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-live-panel{border-radius:18px!important}
}
@media(max-width:430px){.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-toolbar{grid-template-columns:minmax(0,1fr) 52px!important}
.nkth-pdp-search.ntz-pdp-v243 .ntzui-product-cart-shortcut.ntzui-product-cart-inside-toolbar{width:52px!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy small{display:none!important}
.nkth-pdp-search.ntz-pdp-v243 .nkth-pdp-home-copy b{font-size:13.8px!important}
}
@media(max-width:767px){html body.single-product .nkth-pdp-search.ntz-pdp-v243{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;max-width:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;pointer-events:none!important}
}
