:where(.nkth-header,.nkth-drawer,.nmf-search-modal,.nmf-bottom-bar,.nkth-pdp-search,.ntzui-footer){ --nkth-brand:#4B1D84; --nkth-ink:#0f172a; }
.nkth-pdp-search,.nkth-pdp-search *{ box-sizing:border-box; }
.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){.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: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.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}
}
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(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;
}
: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: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;}
}
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;}
}
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;}
}
.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}
}
