@font-face{
	font-family:'IRANYekan';
	src:url('../fonts/iranyekanwebregular.woff') format('woff');
	font-weight:400;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'IRANYekan';
	src:url('../fonts/iranyekanwebmedium.woff') format('woff');
	font-weight:500;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'IRANYekan';
	src:url('../fonts/iranyekanwebbold.woff') format('woff');
	font-weight:700;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'IRANYekan';
	src:url('../fonts/iranyekanwebextrabold.woff') format('woff');
	font-weight:800 900;
	font-style:normal;
	font-display:swap;
}

/* Theme tokens — dark (default) */
:root,
html[data-bz-theme="dark"]{
	--bz-font:'IRANYekan',Tahoma,Arial,sans-serif;
	--bz-ink:#eef2f7;
	--bz-ink-strong:#ffffff;
	--bz-muted:#9aa8bc;
	--bz-faint:#7b8aa0;
	--bz-accent:#14b8a6;
	--bz-accent-2:#0d9488;
	--bz-accent-soft:#14b8a633;
	--bz-warm:#f59e0b;
	--bz-danger:#fb7185;
	--bz-page:#070b14;
	--bz-surface:#0f1624;
	--bz-surface-2:#141c2e;
	--bz-glass:#ffffff0f;
	--bz-glass-strong:#ffffff16;
	--bz-line:#ffffff1f;
	--bz-line-soft:#ffffff14;
	--bz-shadow:#00000055;
	--bz-hero-a:#0f766e55;
	--bz-hero-b:#0369a140;
	--bz-orb-a:#14b8a640;
	--bz-orb-b:#0284c740;
	--bz-card-bg:#ffffff0d;
	--bz-image-bg:linear-gradient(145deg,#1a2438,#121926);
	--bz-logo-grad:linear-gradient(135deg,#2dd4bf,#0f766e);
	--bz-button-grad:linear-gradient(105deg,#14b8a6,#0d9488);
	--bz-promo-grad:linear-gradient(110deg,#0f172a,#134e4a 55%,#0c4a6e);
	--bz-footer:#050810;
	--bz-topbar:#050810e6;
	--bz-header:#0c1220cc;
	--bz-search-bg:#ffffff10;
	--bz-nav:#c5d0e0;
	--bz-sale:#fb7185;
	--bz-toggle-bg:#111827e6;
	--bz-toggle-fg:#fde68a;
	--bz-toggle-border:#ffffff2e;
	--bz-cat-1:#134e4a66;
	--bz-cat-2:#0c4a6e66;
	--bz-cat-3:#78350f66;
	--bz-cat-4:#1e3a5f66;
	--bz-rating:#fbbf24;
	--bz-phone-frame:#0b1220;
	--bz-phone-bezel:#1a2336;
	--bz-screen:linear-gradient(145deg,#2dd4bf,#67e8f9 40%,#38bdf8 70%,#0ea5e9);
}

/* Light theme */
html[data-bz-theme="light"]{
	--bz-ink:#1a2436;
	--bz-ink-strong:#0f172a;
	--bz-muted:#5b6b82;
	--bz-faint:#7a8aa3;
	--bz-accent:#0f766e;
	--bz-accent-2:#0d9488;
	--bz-accent-soft:#0f766e1a;
	--bz-warm:#d97706;
	--bz-danger:#e11d48;
	--bz-page:#eef3f8;
	--bz-surface:#ffffff;
	--bz-surface-2:#f7fafc;
	--bz-glass:#ffffffd9;
	--bz-glass-strong:#fffffff2;
	--bz-line:#d5deea;
	--bz-line-soft:#e4ebf4;
	--bz-shadow:#1e3a5f14;
	--bz-hero-a:#99f6e4aa;
	--bz-hero-b:#7dd3fc88;
	--bz-orb-a:#5eead466;
	--bz-orb-b:#38bdf866;
	--bz-card-bg:#ffffff;
	--bz-image-bg:linear-gradient(145deg,#f0f7fa,#e8eef5);
	--bz-logo-grad:linear-gradient(135deg,#14b8a6,#0f766e);
	--bz-button-grad:linear-gradient(105deg,#0d9488,#0f766e);
	--bz-promo-grad:linear-gradient(110deg,#0f766e,#155e75);
	--bz-footer:#eef3f8;
	--bz-topbar:#0f172a;
	--bz-header:#fffffff0;
	--bz-search-bg:#eef3f8;
	--bz-nav:#334155;
	--bz-sale:#e11d48;
	--bz-toggle-bg:#ffffff;
	--bz-toggle-fg:#0f766e;
	--bz-toggle-border:#cbd5e1;
	--bz-cat-1:#ccfbf1;
	--bz-cat-2:#e0f2fe;
	--bz-cat-3:#ffedd5;
	--bz-cat-4:#e2e8f0;
	--bz-rating:#d97706;
	--bz-phone-frame:#0f172a;
	--bz-phone-bezel:#1e293b;
	--bz-screen:linear-gradient(145deg,#5eead4,#7dd3fc 45%,#38bdf8);
}

.bz-storefront-page,
.bz-storefront-page button,
.bz-storefront-page input,
.bz-storefront-page select,
.bz-storefront-page textarea,
.bz-store,
.bz-store h1,
.bz-store h2,
.bz-store h3,
.bz-store h4,
.bz-store p,
.bz-store a,
.bz-store span,
.bz-store li,
.bz-store label,
.bz-product-card h3,
.bz-product-card__body,
.bz-woo-content,
.bz-footer{
	font-family:var(--bz-font)!important;
}
.bz-storefront-page{
	margin:0!important;
	background:var(--bz-page)!important;
	color:var(--bz-ink);
	transition:background .25s ease,color .25s ease;
	overflow-x:hidden;
	overflow-y:visible;
	min-height:100%;
	height:auto!important;
}
.bz-storefront-page *{box-sizing:border-box}

.bz-store{
	font-family:var(--bz-font)!important;
	color:var(--bz-ink);
	background:
		radial-gradient(circle at 14% 12%,var(--bz-hero-a),transparent 28%),
		radial-gradient(circle at 88% 30%,var(--bz-hero-b),transparent 26%),
		linear-gradient(160deg,var(--bz-page),var(--bz-surface) 48%,var(--bz-page));
	overflow-x:hidden;
	overflow-y:visible;
	position:relative;
	z-index:2;
	min-height:60vh;
	/* Cover sticky footer while scrolling */
	box-shadow:0 1px 0 transparent;
}
.bz-store:before,
.bz-store:after{
	content:"";
	position:absolute;
	z-index:-1;
	border-radius:50%;
	filter:blur(2px);
	pointer-events:none;
	animation:bzPulse 5.5s ease-in-out infinite;
}
.bz-store:before{
	width:360px;height:360px;
	background:var(--bz-orb-a);
	top:160px;right:-200px;
}
.bz-store:after{
	width:250px;height:250px;
	background:var(--bz-orb-b);
	top:820px;left:-140px;
	animation-delay:-2.2s;
}

.bz-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.bz-topbar{
	background:var(--bz-topbar);
	color:#c8d2e0;
	font-size:12px;
	backdrop-filter:blur(14px);
}
.bz-topbar__inner{
	display:flex;gap:32px;justify-content:flex-start;padding:10px 0;
}
.bz-topbar a,.bz-topbar__link{color:inherit;margin-right:auto;text-decoration:none}
.bz-topbar__text{display:inline-block}
@keyframes bzTopbarBlink{
	0%,100%{opacity:1}
	50%{opacity:.35}
}
@media(prefers-reduced-motion:reduce){
	.bz-topbar--blink .bz-topbar__text{animation:none!important}
}

.bz-site-chrome{position:relative;z-index:40;width:100%}
.bz-site-chrome--sticky{
	position:fixed;top:0;left:0;right:0;z-index:10040;
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.bz-site-chrome-spacer{width:100%;pointer-events:none;visibility:hidden}

.bz-header{
	position:relative;top:auto;z-index:2;
	background:var(--bz-header);
	border-bottom:1px solid var(--bz-line);
	backdrop-filter:blur(18px);
	box-shadow:0 8px 28px var(--bz-shadow);
}
.bz-header--static{position:relative;top:auto}
.bz-site-chrome--sticky .bz-header{
	/* stays inside fixed chrome — never hides on scroll */
	position:relative;
}
.bz-header__inner{
	display:flex;align-items:center;gap:24px;padding:18px 0;
}
.bz-header__start{display:flex;align-items:center;gap:12px;flex-shrink:0}
.bz-header__center{flex:1;display:flex;align-items:center;min-width:0;justify-content:center}
.bz-header__center .bz-search{width:100%;max-width:555px}
.bz-header__end,.bz-actions{display:flex;align-items:center;gap:16px;flex-shrink:0;margin-right:0}
.bz-logo{
	display:flex;align-items:center;gap:9px;
	font-size:22px;font-weight:900;
	color:var(--bz-ink-strong);
	text-decoration:none;white-space:nowrap;
}
.bz-logo__mark{
	display:grid;place-items:center;
	width:36px;height:36px;color:#fff;
	background:var(--bz-logo-grad);
	border-radius:12px;
}
.bz-search{
	flex:1;display:flex;align-items:center;max-width:555px;
	background:var(--bz-search-bg);
	border:1px solid var(--bz-line);
	border-radius:12px;padding:0 14px;
}
.bz-search input{
	width:100%;border:0!important;background:transparent!important;
	box-shadow:none!important;padding:13px 4px!important;
	font:inherit;color:var(--bz-ink)!important;
}
.bz-search input::placeholder{color:var(--bz-faint)}
.bz-search button{
	border:0;background:transparent;color:var(--bz-accent);
	font-size:26px;cursor:pointer;display:grid;place-items:center;padding:0;line-height:0;
}
.bz-search__icon{display:grid;place-items:center;width:22px;height:22px;color:var(--bz-accent)}
.bz-search__icon svg{width:100%;height:100%;display:block}
.bz-search--icon{
	flex:0 0 auto;max-width:none;width:42px;height:42px;padding:0;
	border-radius:12px;justify-content:center;position:relative;
}
.bz-search--icon input{
	position:absolute;opacity:0;pointer-events:none;width:1px;height:1px;
}
.bz-search--icon:focus-within,
.bz-search--icon.is-open{
	width:min(280px,70vw);max-width:280px;padding:0 12px;
}
.bz-search--icon:focus-within input,
.bz-search--icon.is-open input{
	position:static;opacity:1;pointer-events:auto;width:100%;height:auto;
}
.bz-header--style-4 .bz-header__inner{justify-content:space-between}
.bz-header--style-4 .bz-header__center{flex:0 0 auto;justify-content:center}
.bz-header--style-4 .bz-header__start,
.bz-header--style-4 .bz-header__end{flex:1}
.bz-header--style-4 .bz-header__end{justify-content:flex-start}
.bz-header--style-4 .bz-header__start{justify-content:flex-end}
.bz-header--style-2 .bz-header-action,
.bz-header--style-3 .bz-header-action{
	width:40px;height:40px;border-radius:50%;justify-content:center;
	background:color-mix(in srgb,var(--bz-accent) 12%,transparent);
}
.bz-header--style-1 .bz-header__center:empty{display:none}
.bz-header--style-1 .bz-header__inner{gap:18px}
.bz-header-action,.bz-actions a{
	display:flex;align-items:center;gap:6px;
	color:var(--bz-ink);text-decoration:none;font-size:12px;position:relative;
}
.bz-header-action__icon{
	display:grid;place-items:center;width:22px;height:22px;color:var(--bz-ink-strong);flex-shrink:0;
}
.bz-header-action__icon svg{width:100%;height:100%;display:block}
.bz-header-action small,.bz-actions small{font-size:11px;color:var(--bz-muted)}
.bz-header--icons-only .bz-header-action small{display:none}
.bz-cart-count{
	position:absolute;top:-6px;left:-8px;
	min-width:18px;height:18px;padding:0 5px;border-radius:999px;
	background:var(--bz-accent,#14b8a6);color:#fff;
	font-size:10px;font-weight:800;line-height:18px;text-align:center;
	box-shadow:0 4px 10px rgba(0,0,0,.2);
}
.bz-cart-count.is-empty{display:none}
.bz-add__icon{display:inline-grid;place-items:center;width:1.1em;height:1.1em;flex-shrink:0}
.bz-add__icon svg{width:100%;height:100%;display:block}
.bz-add--icon .bz-add__icon{width:18px;height:18px}
a.added_to_cart.wc-forward{display:none!important}

/* First-add cart toast */
.bz-cart-toast{
	position:fixed;z-index:10050;right:16px;left:16px;bottom:24px;
	display:flex;justify-content:center;pointer-events:none;
}
.bz-cart-toast[hidden]{display:none!important}
.bz-cart-toast__inner{
	pointer-events:auto;position:relative;
	width:min(420px,100%);padding:16px 40px 16px 18px;
	border-radius:16px;background:var(--bz-card-bg,#fff);
	border:1px solid var(--bz-line);box-shadow:0 16px 40px rgba(0,0,0,.18);
	animation:bzToastIn .28s ease-out;
}
.bz-cart-toast__msg{margin:0 0 12px;font-size:13px;font-weight:700;color:var(--bz-ink-strong)}
.bz-cart-toast__actions{display:flex;gap:8px;flex-wrap:wrap}
.bz-cart-toast__btn{
	flex:1;min-width:120px;text-align:center;text-decoration:none;
	padding:10px 12px;border-radius:10px;font-size:12px;font-weight:800;
	background:var(--bz-accent,#14b8a6);color:#fff;
}
.bz-cart-toast__btn--ghost{
	background:transparent;color:var(--bz-ink-strong);
	border:1px solid var(--bz-line);
}
.bz-cart-toast__close{
	position:absolute;top:8px;left:10px;border:0;background:transparent;
	font-size:20px;line-height:1;cursor:pointer;color:var(--bz-muted);
}
@keyframes bzToastIn{
	from{opacity:0;transform:translateY(12px)}
	to{opacity:1;transform:translateY(0)}
}

.bz-nav-wrap{
	border-top:1px solid var(--bz-line-soft);
	background:var(--bz-nav-bar-bg,var(--bz-header,#0c1220cc));
}
html[data-bz-theme="light"] .bz-nav-wrap{
	background:var(--bz-nav-bar-bg,#ffffff);
}
.bz-nav{
	display:flex;align-items:center;gap:26px;min-height:50px;
}
.bz-nav a{
	color:var(--bz-nav);text-decoration:none;font-size:13px;
	padding:6px 0;border-bottom:2px solid transparent;
	transition:color .2s,border-color .2s;
}
.bz-nav a:hover,
.bz-nav a.is-active{
	color:var(--bz-accent);
	border-bottom-color:var(--bz-accent);
}
.bz-nav__all{font-weight:800;color:var(--bz-ink-strong)!important}
.bz-nav__sale{
	margin-right:auto;color:var(--bz-sale)!important;font-weight:bold;
	border-bottom:0!important;
}

.bz-nav--mega{align-items:stretch;gap:6px;flex-wrap:wrap}
.bz-mega-menu{display:flex;align-items:stretch;gap:6px;flex:1;min-width:0}
.bz-mega-menu__item{position:relative;display:flex;align-items:stretch}
.bz-nav.bz-nav--mega > .bz-nav__all.bz-mega-menu__trigger,
.bz-nav.bz-nav--mega .bz-mega-menu__trigger{
	display:inline-flex;align-items:center;justify-content:center;gap:7px;
	flex-direction:row;
	color:var(--bz-ink-strong)!important;text-decoration:none;font-size:13px;font-weight:800;
	padding:9px 14px;border:1px solid rgba(148,163,184,.28);
	border-bottom:2px solid transparent;
	white-space:nowrap;border-radius:12px;
	background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.38));
	backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 4px 14px rgba(15,23,42,.06);
	transition:color .2s,border-color .2s,background .2s,box-shadow .2s,transform .2s;
	animation:bz-nav-glass-blink 2.8s ease-in-out infinite;
}
html[data-bz-theme="dark"] .bz-nav.bz-nav--mega > .bz-nav__all.bz-mega-menu__trigger,
html[data-bz-theme="dark"] .bz-nav.bz-nav--mega .bz-mega-menu__trigger{
	background:linear-gradient(135deg,rgba(30,41,59,.78),rgba(15,23,42,.45));
	border-color:rgba(148,163,184,.22);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 4px 14px rgba(0,0,0,.25);
	color:#e2e8f0!important;
}
.bz-nav.bz-nav--mega > .bz-nav__all.bz-mega-menu__trigger:hover,
.bz-nav.bz-nav--mega > .bz-nav__all.bz-mega-menu__trigger.is-active,
.bz-nav.bz-nav--mega .bz-mega-menu__trigger:hover,
.bz-nav.bz-nav--mega .bz-mega-menu__trigger.is-active,
.bz-nav.bz-nav--mega .bz-mega-menu__item.is-active > .bz-mega-menu__trigger{
	color:var(--bz-accent)!important;border-color:rgba(37,99,235,.35);
	border-bottom-color:var(--bz-accent);
	background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(255,255,255,.5));
	box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 6px 18px rgba(37,99,235,.12);
	transform:translateY(-1px);
}
.bz-mega-menu__icon{
	font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;
	width:1.25em;flex:0 0 auto;order:0;
}
.bz-mega-menu__label{order:1;font-weight:800;letter-spacing:-.01em}
.bz-mega-menu__icon .bz-cat-icon-img{width:18px;height:18px;border-radius:4px;object-fit:cover}
.bz-mega-menu__caret{font-size:10px;opacity:.75;order:2;margin-inline-start:2px}
@keyframes bz-nav-glass-blink{
	0%,100%{
		box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 4px 14px rgba(15,23,42,.06);
		filter:brightness(1);
	}
	45%{
		box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 18px rgba(37,99,235,.14),0 0 0 1px rgba(255,255,255,.35);
		filter:brightness(1.08);
	}
	55%{
		box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 3px 10px rgba(15,23,42,.05);
		filter:brightness(.98);
	}
}
@media (prefers-reduced-motion:reduce){
	.bz-nav.bz-nav--mega > .bz-nav__all.bz-mega-menu__trigger,
	.bz-nav.bz-nav--mega .bz-mega-menu__trigger{animation:none}
}
.bz-mega-menu__panel{
	position:absolute;top:100%;right:0;min-width:240px;max-width:min(92vw,320px);
	background:var(--bz-card-bg);border:1px solid var(--bz-line);
	border-radius:0 0 14px 14px;box-shadow:0 18px 40px var(--bz-shadow);
	padding:10px 8px 12px;z-index:120;display:none;
}
.bz-mega-menu__panel-head{padding:4px 8px 8px;border-bottom:1px solid var(--bz-line-soft);margin-bottom:6px}
.bz-mega-menu__all{font-size:12px;font-weight:800;color:var(--bz-accent);text-decoration:none}
.bz-mega-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.bz-mega-menu__list a{
	display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;
	font-size:12px;color:var(--bz-ink);text-decoration:none;
}
.bz-mega-menu__list a:hover,.bz-mega-menu__list a.is-active{background:var(--bz-accent-soft);color:var(--bz-accent)}
.bz-mega-menu__sub-icon{font-size:14px;line-height:1;display:inline-flex}
.bz-mega-menu__item.is-open > .bz-mega-menu__panel{display:block}
.bz-nav.bz-nav--mega .bz-mega-menu__item.is-open > .bz-mega-menu__trigger{
	background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(255,255,255,.55));
	color:var(--bz-accent)!important;
}

/* Desktop vs mobile "all categories" control */
.bz-nav__all{appearance:none;cursor:pointer;font:inherit;margin:0}
/* Mobile category drawer — must live on body (not sticky chrome) */
.bz-cat-drawer{
	position:fixed;inset:0;z-index:10080;
	display:flex;align-items:stretch;justify-content:flex-end;
	width:100%;height:100%;
	height:100dvh;
}
.bz-cat-drawer[hidden]{display:none!important}
.bz-cat-drawer__backdrop{
	position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;
	background:rgba(15,23,42,.45);
}
.bz-cat-drawer__panel{
	position:relative;z-index:1;width:min(100%,380px);max-width:92vw;
	height:100%;max-height:100dvh;background:#f4f5f7;color:#111;
	display:flex;flex-direction:column;
	box-shadow:-12px 0 40px rgba(0,0,0,.18);
	animation:bzCatDrawerIn .28s ease;
	margin-inline-start:auto;
}
@keyframes bzCatDrawerIn{
	from{transform:translateX(24px);opacity:.6}
	to{transform:none;opacity:1}
}
[dir="rtl"] .bz-cat-drawer,
html[dir="rtl"] .bz-cat-drawer,
body.rtl .bz-cat-drawer{justify-content:flex-start}
[dir="rtl"] .bz-cat-drawer__panel,
html[dir="rtl"] .bz-cat-drawer__panel,
body.rtl .bz-cat-drawer__panel{
	margin-inline-start:0;margin-inline-end:auto;
	box-shadow:12px 0 40px rgba(0,0,0,.18);
	animation-name:bzCatDrawerInRtl;
}
@keyframes bzCatDrawerInRtl{
	from{transform:translateX(-24px);opacity:.6}
	to{transform:none;opacity:1}
}
.bz-cat-drawer__head{
	display:flex;align-items:center;justify-content:space-between;gap:12px;
	padding:16px 16px 12px;border-bottom:1px solid #e5e7eb;background:#fff;
}
.bz-cat-drawer__head strong{font-size:15px;font-weight:800}
.bz-cat-drawer__x{
	appearance:none;border:0;background:#f1f5f9;width:36px;height:36px;border-radius:10px;
	font-size:22px;line-height:1;cursor:pointer;color:#334155;
}
.bz-cat-acc{
	list-style:none;margin:0;padding:10px 12px 20px;overflow:auto;flex:1;
	-webkit-overflow-scrolling:touch;
}
.bz-cat-acc__item{
	background:#fff;border-radius:14px;margin:0 0 8px;
	border:1px solid #e8eaee;overflow:hidden;
}
.bz-cat-acc__row{
	display:flex;align-items:center;gap:4px;min-height:54px;padding:4px 8px 4px 4px;
}
.bz-cat-acc__toggle{
	appearance:none;border:0;background:transparent;width:40px;height:40px;
	display:grid;place-items:center;cursor:pointer;flex:0 0 auto;color:#ec4899;
}
.bz-cat-acc__toggle--empty{visibility:hidden}
.bz-cat-acc__plus{
	display:block;width:18px;height:18px;position:relative;
}
.bz-cat-acc__plus::before,
.bz-cat-acc__plus::after{
	content:"";position:absolute;background:currentColor;border-radius:2px;
	left:0;right:0;top:50%;height:2.5px;transform:translateY(-50%);
}
.bz-cat-acc__plus::after{
	left:50%;right:auto;width:2.5px;top:0;bottom:0;height:auto;transform:translateX(-50%);
}
.bz-cat-acc__item.is-open > .bz-cat-acc__row .bz-cat-acc__plus::after{display:none}
.bz-cat-acc__link{
	flex:1;display:flex;align-items:center;justify-content:space-between;gap:10px;
	text-decoration:none;color:#111;padding:8px 6px;min-width:0;
}
.bz-cat-acc__label{font-size:14px;font-weight:700;line-height:1.4}
.bz-cat-acc__icon{
	width:28px;height:28px;display:grid;place-items:center;font-size:18px;flex:0 0 auto;opacity:.9;
}
.bz-cat-acc__icon img,
.bz-cat-acc__icon .bz-cat-icon-img{width:24px;height:24px;object-fit:contain;border-radius:6px}
.bz-cat-acc__subs{
	list-style:none;margin:0;padding:0 12px 12px 48px;display:flex;flex-direction:column;gap:2px;
	background:#f8f9fb;border-top:1px solid #eef0f3;
}
.bz-cat-acc__subs[hidden]{display:none!important}
.bz-cat-acc__subs a{
	display:flex;align-items:center;gap:8px;padding:10px 8px;border-radius:10px;
	text-decoration:none;color:#334155;font-size:13px;font-weight:600;
}
.bz-cat-acc__subs a:hover,
.bz-cat-acc__subs a.is-active{background:#fff;color:#0f172a}
.bz-cat-acc__sub-icon{font-size:14px;line-height:1;display:inline-flex}
.bz-cat-drawer__foot{padding:12px 14px calc(14px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e5e7eb}
.bz-cat-drawer__shop{
	display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;
	background:#0f172a;color:#fff;text-decoration:none;font-weight:800;font-size:13px;
}
body.bz-cat-drawer-open{overflow:hidden}

.bz-404__box{
	max-width:560px;margin:48px auto 80px;padding:36px 28px;text-align:center;
	background:var(--bz-glass,#fff);border:1px solid var(--bz-line);border-radius:20px;
	box-shadow:0 16px 40px var(--bz-shadow);
}
.bz-404__box h1{font-size:28px;margin:0 0 12px;color:var(--bz-ink-strong)}
.bz-404__box > p{color:var(--bz-muted);line-height:1.9;margin:0 0 18px}
.bz-404__box .bz-button{display:inline-flex;margin:0 8px 8px}
.bz-404__box .bz-text-link{display:inline-flex;margin:0 8px}

.bz-hero{
	min-height:455px;margin-top:30px;border-radius:24px;
	display:grid;grid-template-columns:1.05fr .95fr;align-items:center;
	padding:55px 7%;
	background:linear-gradient(120deg,var(--bz-glass),var(--bz-accent-soft));
	border:1px solid var(--bz-line);
	box-shadow:0 22px 60px var(--bz-shadow),inset 0 1px 0 #ffffff22;
	backdrop-filter:blur(16px);
	position:relative;
}
/* Shader theme: MeshGradient as fixed full-page skin */
.bz-shader-bg-root{
	position:fixed;
	inset:0;
	z-index:0;
	width:100%;
	height:100%;
	pointer-events:none;
	overflow:hidden;
}
.bz-shader-theme.bz-storefront-page{
	background:transparent!important;
}
.bz-shader-theme .bz-store{
	/* Opaque-enough cover so sticky footer stays clipped behind content */
	background:
		radial-gradient(circle at 14% 12%,var(--bz-hero-a),transparent 28%),
		radial-gradient(circle at 88% 30%,var(--bz-hero-b),transparent 26%),
		linear-gradient(180deg,rgba(7,11,20,.5),rgba(7,11,20,.72) 45%,rgba(7,11,20,.88));
	position:relative;
	z-index:2;
}
.bz-shader-theme .bz-store:before,
.bz-shader-theme .bz-store:after{
	display:none;
}
.bz-shader-theme .bz-theme-toggle{display:none!important}
.bz-shader-theme .bz-footer--simple,
.bz-shader-theme .bz-footer--sticky{
	position:relative;
	z-index:0;
}
.bz-shader-theme .bz-footer-sticky-panel,
.bz-shader-theme .bz-footer--simple{
	background:color-mix(in srgb,var(--bz-footer) 78%,transparent);
	backdrop-filter:blur(22px);
	-webkit-backdrop-filter:blur(22px);
}
.bz-shader-theme .bz-hero{
	background:linear-gradient(120deg,color-mix(in srgb,var(--bz-glass) 88%,transparent),var(--bz-accent-soft));
}
.bz-hero--shader{
	display:block;
	padding:0;
	min-height:0;
	background:transparent;
	border:0;
	box-shadow:none;
	backdrop-filter:none;
}
.bz-shader-hero-root{
	min-height:min(520px,62vh);
	width:100%;
}
.bz-hero--elementor{
	display:block;
	padding:0;
	min-height:0;
	margin-top:20px;
	background:transparent;
	border:0;
	box-shadow:none;
	backdrop-filter:none;
	border-radius:0;
}
.bz-elementor-home__canvas,
.bz-elementor-canvas{
	padding:0;
	min-height:120px;
	width:100%;
	max-width:100%;
}
.bz-elementor-home .elementor-section-wrap,
.bz-elementor-home .e-con{
	max-width:100%;
}
.bz-product-grid--slider{
	display:flex;
	flex-wrap:nowrap;
	overflow-x:auto;
	gap:14px;
	padding:4px 2px 12px;
	scroll-snap-type:x mandatory;
	-webkit-overflow-scrolling:touch;
}
.bz-product-grid--slider .bz-product-card{
	flex:0 0 min(260px,72vw);
	scroll-snap-align:start;
}
.bz-product-grid--list{
	display:flex;
	flex-direction:column;
	gap:12px;
}
.bz-product-grid--list .bz-product-card{
	display:grid;
	grid-template-columns:108px 1fr;
	gap:12px;
	align-items:center;
}
.bz-product-grid--list .bz-product-card__image{
	aspect-ratio:1;
}
.bz-benefits a{
	text-decoration:none;
	color:inherit;
}
.bz-card-stack-section{
	margin:12px auto 20px;
	padding:0 0 8px;
	overflow:visible;
	position:relative;
	z-index:2;
	background:transparent!important;
}
.bz-card-stack-section__heading{
	margin-bottom:8px;
}
.bz-card-stack-root,
.bz-cs,
.bz-cs__stage{
	background:transparent!important;
	box-shadow:none!important;
}
.bz-card-stack-root{
	width:100%;
	overflow:visible;
	isolation:isolate;
	min-height:0;
	line-height:0;
	padding-inline:4px;
}
.bz-card-stack-root > *{
	line-height:normal;
}
@media(max-width:700px){
	.bz-card-stack-section{
		margin:10px auto 18px;
		width:100%;
		max-width:100%;
		overflow:visible;
	}
	.bz-cs__stage{
		overflow:visible!important;
	}
}

/* Mobile app dock */
.bz-mobile-dock-root{
	display:none;
	position:fixed!important;
	left:0!important;
	right:0!important;
	bottom:0!important;
	top:auto!important;
	z-index:10050!important;
	padding:0 12px calc(10px + env(safe-area-inset-bottom, 0px));
	pointer-events:none;
	transform:translateZ(0);
	-webkit-transform:translateZ(0);
}
.bz-mobile-dock-root > *{
	pointer-events:auto;
}
body.bz-has-dock{
	--bz-dock-space:152px;
}
body.bz-has-dock .bz-store,
body.bz-has-dock .bz-elementor-home__canvas,
body.bz-has-dock .bz-products-section{
	padding-bottom:calc(var(--bz-dock-space,152px) + 12px)!important;
}
html[data-bz-theme="dark"] .bz-dock-bar{
	background:rgba(8,12,20,.78)!important;
	border-color:rgba(255,255,255,.14)!important;
}
.bz-dock-bar{
	isolation:isolate;
	box-shadow:0 10px 30px rgba(0,0,0,.22)!important;
}
body.bz-has-dock .bz-footer-copy{
	padding-bottom:12px;
	position:relative;
	z-index:1;
}
.bz-eyebrow{
	font-size:12px;color:var(--bz-accent);font-weight:800;margin:0 0 11px;
}
.bz-hero h1{
	font-size:45px!important;line-height:1.42!important;margin:0 0 14px!important;
	font-weight:900!important;letter-spacing:-1px;color:var(--bz-ink-strong)!important;
}
.bz-hero h1 em,
.bz-promo em{font-style:normal;color:var(--bz-accent)}
.bz-hero__copy>p:not(.bz-eyebrow){
	max-width:470px;color:var(--bz-muted);font-size:14px;line-height:2;
}
.bz-hero__buttons{display:flex;gap:22px;align-items:center;margin-top:24px}
.bz-button{
	background:var(--bz-button-grad)!important;
	color:#fff!important;padding:13px 21px;border-radius:10px;
	text-decoration:none;font-size:13px;font-weight:bold;
	box-shadow:0 10px 22px var(--bz-accent-soft);
	position:relative;overflow:hidden;
}
.bz-button b{font-size:19px;margin-right:8px}
.bz-button:after{
	content:"";position:absolute;inset:0;
	background:linear-gradient(105deg,transparent 25%,#fff8 49%,transparent 70%);
	transform:translateX(-120%);animation:bzShine 3.8s ease-in-out infinite;
}
.bz-text-link{color:var(--bz-ink);font-weight:bold;text-decoration:none;font-size:13px}
.bz-trust{display:flex;gap:28px;margin-top:34px;color:var(--bz-muted);font-size:11px}
.bz-trust b{display:block;color:var(--bz-ink-strong);font-size:16px;margin-bottom:2px}

.bz-hero__visual{height:345px;position:relative;display:grid;place-items:center}
.bz-orbit{position:absolute;border:1px solid var(--bz-line);border-radius:50%}
.bz-orbit--one{width:315px;height:315px}
.bz-orbit--two{width:235px;height:235px;border-style:dashed}
.bz-phone{
	width:164px;height:317px;z-index:2;
	background:var(--bz-phone-bezel);
	border:7px solid var(--bz-phone-frame);
	border-radius:30px;
	box-shadow:22px 23px 40px var(--bz-shadow),0 0 0 1px #ffffff18;
	position:relative;padding:7px;
}
.bz-phone i{
	position:absolute;z-index:2;width:65px;height:16px;
	right:calc(50% - 32px);top:7px;
	background:var(--bz-phone-frame);border-radius:0 0 12px 12px;
}
.bz-phone__screen{
	height:100%;border-radius:20px;background:var(--bz-screen);
	overflow:hidden;color:#fff;padding:18px;font:bold 10px var(--bz-font);
}
.bz-phone__screen b{
	display:block;margin:44px auto 0;width:145px;height:145px;
	border:26px solid #ffffff32;border-radius:50%;
}
.bz-phone__screen em{
	position:absolute;width:64px;height:64px;bottom:25px;left:17px;
	border:11px solid #ffffff55;border-radius:50%;
}
.bz-float-card{
	position:absolute;z-index:3;
	background:var(--bz-glass-strong);
	padding:10px 13px;border-radius:11px;
	border:1px solid var(--bz-line);
	box-shadow:0 12px 32px var(--bz-shadow);
	color:var(--bz-warm);font-size:13px;font-weight:bold;
	backdrop-filter:blur(14px);
}
.bz-float-card small{
	display:block;color:var(--bz-muted);font-weight:normal;font-size:9px;margin-top:3px;
}
.bz-float-card--rating{right:1%;top:49px}
.bz-float-card--badge{left:1%;bottom:45px;color:var(--bz-accent)}

.bz-benefits{
	display:grid;grid-template-columns:repeat(4,1fr);margin-top:25px;
	border:1px solid var(--bz-line);border-radius:14px;
	background:var(--bz-card-bg);backdrop-filter:blur(12px);
}
.bz-benefits div,
.bz-benefits > a{
	padding:20px 25px;border-left:1px solid var(--bz-line);
	display:grid;grid-template-columns:42px 1fr;gap:0 12px;align-items:center;
	text-decoration:none;color:inherit;
}
.bz-benefits div:last-child,
.bz-benefits > a:last-child{border:0}
.bz-benefits span{
	grid-row:span 2;align-self:center;justify-self:center;
	width:38px;height:38px;border-radius:12px;
	display:inline-grid;place-items:center;font-size:18px;line-height:1;
	color:#059669;
	background:linear-gradient(145deg,rgba(16,185,129,.28),rgba(255,255,255,.35));
	border:1px solid rgba(16,185,129,.35);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 4px 14px rgba(16,185,129,.18);
	backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
	animation:bz-benefit-glass-blink 2.6s ease-in-out infinite;
}
html[data-bz-theme="dark"] .bz-benefits span{
	color:#34d399;
	background:linear-gradient(145deg,rgba(16,185,129,.32),rgba(15,23,42,.45));
	border-color:rgba(52,211,153,.35);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 4px 14px rgba(16,185,129,.2);
}
.bz-benefits b{font-size:13px;color:var(--bz-ink-strong);margin-inline-start:2px}
.bz-benefits small{color:var(--bz-muted);font-size:10px;margin-top:4px;margin-inline-start:2px}
@keyframes bz-benefit-glass-blink{
	0%,100%{filter:brightness(1);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 4px 14px rgba(16,185,129,.18)}
	50%{filter:brightness(1.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 6px 18px rgba(16,185,129,.28),0 0 0 1px rgba(52,211,153,.25)}
}
@media (prefers-reduced-motion:reduce){
	.bz-benefits span{animation:none}
}

.bz-categories,.bz-products-section{padding-top:76px}
.bz-section-heading{
	display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px;
}
.bz-section-heading h2{
	font-size:25px!important;margin:0!important;font-weight:900!important;
	color:var(--bz-ink-strong)!important;
}
.bz-section-heading a{
	font-size:12px;color:var(--bz-accent);font-weight:bold;text-decoration:none;
}
.bz-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.bz-category-card{
	padding:18px;border-radius:16px;text-decoration:none;
	border:1px solid var(--bz-line);
	box-shadow:0 10px 26px var(--bz-shadow);
	transition:transform .2s,border-color .2s;
	background:var(--bz-card-bg);
	display:flex;flex-direction:column;gap:12px;min-height:137px;
}
.bz-category-card:hover{transform:translateY(-3px);border-color:var(--bz-accent)}
.bz-category-card--1{background:var(--bz-cat-1)}
.bz-category-card--2{background:var(--bz-cat-2)}
.bz-category-card--3{background:var(--bz-cat-3)}
.bz-category-card--4{background:var(--bz-cat-4)}
.bz-brands{padding-top:64px}
.bz-brands-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
}
.bz-brand-card{
	display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
	min-height:110px;padding:18px 12px;border-radius:16px;
	border:1px solid var(--bz-line);background:var(--bz-card-bg);
	text-decoration:none;color:inherit;
	box-shadow:0 10px 26px var(--bz-shadow);
	transition:transform .2s,border-color .2s;
}
.bz-brand-card:hover{transform:translateY(-3px);border-color:var(--bz-accent)}
.bz-brand-logo{
	display:inline-flex;align-items:center;justify-content:center;
	width:72px;height:36px;color:var(--bz-brand-color,var(--bz-ink-strong));
}
.bz-brand-logo svg{width:100%;height:100%;max-width:72px;max-height:36px}
.bz-brand-card__name{font-size:13px;font-weight:800;color:var(--bz-ink-strong)}
.bz-brand-card small{font-size:10px;color:var(--bz-muted)}
@media(max-width:780px){
	.bz-brands-grid{grid-template-columns:repeat(2,1fr);gap:10px}
	.bz-brand-card{min-height:96px;padding:14px 10px}
}

/* Product showcase slider — site-width band, rounded */
.bz-product-slider{
	width:min(1180px,calc(100% - 40px));
	margin:28px auto;
	padding:24px 18px 30px;
	background:var(--bz-pslide-bg,#f8c8c4);
	border-radius:var(--bz-pslide-band-radius,22px);
	box-sizing:border-box;
}
.bz-product-slider__title{
	margin:0 0 16px!important;
	padding:0 6px;
	font-size:20px!important;
	font-weight:900!important;
	color:#111827!important;
	text-shadow:0 1px 0 rgba(255,255,255,.35);
}
html[data-bz-theme="dark"] .bz-product-slider__title{
	color:#111827!important;
}
.bz-product-slider__wrap{position:relative}
.bz-product-slider__track{
	display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;
	padding:6px 2px 14px;-webkit-overflow-scrolling:touch;
	scrollbar-width:none;
}
.bz-product-slider__track::-webkit-scrollbar{display:none}
.bz-product-slider__nav{
	position:absolute;top:50%;transform:translateY(-50%);z-index:3;
	width:40px;height:40px;border-radius:50%;border:0;cursor:pointer;
	background:rgba(255,255,255,.95);color:#111;font-size:22px;line-height:1;
	box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.bz-product-slider__nav--prev{right:4px}
.bz-product-slider__nav--next{left:4px}
.bz-pslide-card{
	flex:0 0 min(230px,72vw);scroll-snap-align:start;
	background:#fff;border-radius:var(--bz-pslide-radius,18px);
	overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.18);
	display:flex;flex-direction:column;min-height:100%;
	color:#0f172a;
}
.bz-pslide-card__media{
	display:block;position:relative;aspect-ratio:1/1;background:#f3f4f6;flex-shrink:0;
}
.bz-pslide-card__media img{
	width:100%;height:100%;object-fit:contain;padding:14px;
}
.bz-pslide-card__body{
	padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;
	flex:1;min-height:0;background:#fff;
}
.bz-pslide-card__title{
	margin:0;font-size:13px;font-weight:700;line-height:1.55;
	min-height:calc(1.55em * 2);
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bz-pslide-card__title a{
	color:#0f172a!important;text-decoration:none;
}
.bz-pslide-card__row{
	display:flex;align-items:center;justify-content:space-between;gap:10px;
	margin-top:auto;min-height:40px;
}
.bz-pslide-card__price,
.bz-pslide-card__price .amount,
.bz-pslide-card__price .woocommerce-Price-amount,
.bz-pslide-card__price bdi,
.bz-pslide-card__price .bz-toman{
	font-size:15px;color:#0f172a!important;font-weight:800;
}
.bz-pslide-card__price{
	flex:1;min-width:0;line-height:1.35;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bz-pslide-card__price del,
.bz-pslide-card__price del .amount{
	color:#94a3b8!important;font-weight:600;
}
.bz-pslide-card__price ins,
.bz-pslide-card__price ins .amount{
	color:#0f172a!important;text-decoration:none;
}
.bz-pslide-card__price--oos{color:#b91c1c!important;font-size:12px}
.bz-pcompact-item__price--oos{color:#b91c1c;font-size:12px}
.bz-pslide-card__cart.bz-add{
	width:40px;height:40px;min-width:40px;padding:0;border-radius:12px;
	display:inline-grid;place-items:center;font-size:0;overflow:hidden;
	background:#ec4899!important;color:#fff!important;border:0;text-decoration:none;
	animation:none!important;box-shadow:0 6px 14px rgba(236,72,153,.35);
	position:relative;z-index:5;cursor:pointer;pointer-events:auto;
}
.bz-pslide-card__cart.bz-add .bz-add__icon{
	display:grid;place-items:center;width:20px;height:20px;color:#fff;
}
.bz-pslide-card__cart.bz-add .bz-add__icon svg{width:100%;height:100%;display:block}
.bz-pslide-cta{
	flex:0 0 min(200px,68vw);scroll-snap-align:start;
	border-radius:var(--bz-pslide-radius,18px);overflow:hidden;
	position:relative;min-height:280px;display:flex;align-items:center;justify-content:center;
	text-decoration:none;background:rgba(255,255,255,.55);
}
.bz-pslide-cta img{
	position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35;
}
.bz-pslide-cta__label{
	position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;
	background:#fff;color:#111!important;font-weight:800;font-size:13px;
	padding:12px 16px;border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.1);
}
.bz-pslide-cta__label b{font-size:16px;color:#111!important}

/* Compact product list */
.bz-product-compact{
	padding:36px 0 20px;
	background:var(--bz-pcompact-bg,transparent);
}
.bz-product-compact__grid{
	display:grid;gap:10px;
}
.bz-product-compact__grid--2{grid-template-columns:repeat(2,1fr)}
.bz-product-compact__grid--3{grid-template-columns:repeat(3,1fr)}
.bz-product-compact__grid--4{grid-template-columns:repeat(4,1fr)}
.bz-pcompact-item{
	display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;
	padding:10px;border-radius:14px;border:1px solid var(--bz-line);
	background:var(--bz-card-bg);text-decoration:none;color:inherit;
	transition:border-color .15s,transform .15s;
}
.bz-pcompact-item:hover{border-color:var(--bz-accent);transform:translateY(-1px)}
.bz-pcompact-item__thumb{
	width:72px;height:72px;border-radius:12px;overflow:hidden;background:var(--bz-surface);
	display:grid;place-items:center;
}
.bz-pcompact-item__thumb img{width:100%;height:100%;object-fit:contain;padding:6px}
.bz-pcompact-item__meta{display:flex;flex-direction:column;gap:6px;min-width:0}
.bz-pcompact-item__title{
	font-size:12px;font-weight:700;color:var(--bz-ink-strong);line-height:1.5;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.bz-pcompact-item__price{font-size:14px;font-weight:800;color:var(--bz-accent)}
@media(max-width:780px){
	.bz-product-compact__grid--3,
	.bz-product-compact__grid--4{grid-template-columns:repeat(2,1fr)}
	.bz-product-slider__nav{display:none}
}
.bz-category-card__main{
	display:grid;grid-template-columns:1fr 72px;align-items:center;gap:10px;
	text-decoration:none;color:inherit;
}
.bz-category-card__icon{
	grid-row:span 2;grid-column:2;display:flex;align-items:center;justify-content:center;
	font-size:40px;line-height:1;opacity:.9;
}
.bz-category-card__copy b{font-size:14px;color:var(--bz-ink-strong);display:block}
.bz-category-card__copy small{font-size:10px;color:var(--bz-muted);display:block;margin-top:4px}
.bz-category-card__subs{
	list-style:none;margin:0;padding:0 4px 4px;display:flex;flex-direction:column;gap:6px;
	border-top:1px dashed var(--bz-line-soft);padding-top:10px;
}
.bz-category-card__subs a{
	display:flex;align-items:center;gap:8px;font-size:11px;color:var(--bz-nav);
	text-decoration:none;padding:4px 6px;border-radius:8px;transition:background .15s,color .15s;
}
.bz-category-card__subs a:hover{background:var(--bz-accent-soft);color:var(--bz-accent)}
.bz-category-card__sub-icon{font-size:14px;line-height:1;opacity:.85}
.bz-cat-icon-img{width:42px;height:42px;object-fit:contain;border-radius:10px}
.bz-cat-icon-svg,.bz-cat-icon-el{display:inline-flex;align-items:center;justify-content:center;color:var(--bz-accent)}
.bz-cat-icon-svg svg,.bz-cat-icon-el svg,.bz-cat-icon-el i{width:42px;height:42px;font-size:42px}
.bz-cat-icon-svg--sm svg,.bz-cat-icon-el--sm svg,.bz-cat-icon-el--sm i{width:18px;height:18px;font-size:18px}
.bz-cat-icon-svg--md svg,.bz-cat-icon-el--md svg,.bz-cat-icon-el--md i{width:42px;height:42px;font-size:42px}
.bz-mega-menu__icon .bz-cat-icon-svg svg,.bz-mega-menu__icon .bz-cat-icon-el svg,.bz-mega-menu__icon .bz-cat-icon-el i{width:18px;height:18px;font-size:18px}
/* legacy flat cards */
.bz-category{
	padding:20px;border-radius:16px;text-decoration:none;min-height:137px;
	display:grid;grid-template-columns:1fr 72px;align-items:center;
	border:1px solid var(--bz-line);
	box-shadow:0 10px 26px var(--bz-shadow);
	transition:transform .2s,border-color .2s;
}
.bz-category:hover{transform:translateY(-3px);border-color:var(--bz-accent)}
.bz-category span{grid-row:span 2;grid-column:2;font-size:43px;text-align:center;opacity:.85;color:var(--bz-accent)}
.bz-category b{font-size:14px;color:var(--bz-ink-strong)}
.bz-category small{font-size:10px;color:var(--bz-muted);margin-top:-28px}
.bz-category--1{background:var(--bz-cat-1)}
.bz-category--2{background:var(--bz-cat-2)}
.bz-category--3{background:var(--bz-cat-3)}
.bz-category--4{background:var(--bz-cat-4)}

.bz-products-section{padding-bottom:78px;position:relative}
.bz-products-section:before{
	content:"";position:absolute;left:0;right:0;height:430px;
	background:var(--bz-surface);opacity:.55;z-index:-1;
}
.bz-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.bz-products-2 .bz-product-grid{grid-template-columns:repeat(2,1fr)}
.bz-products-3 .bz-product-grid{grid-template-columns:repeat(3,1fr)}
.bz-logo__img{
	max-height:var(--bz-logo-h,36px);
	height:var(--bz-logo-h,36px);
	width:auto;
	display:block;
	object-fit:contain;
}
.bz-logo__img--dark{display:none!important}
.bz-logo__img--light{display:none!important}
html[data-bz-theme="dark"] .bz-logo__img--dark{display:block!important}
html[data-bz-theme="light"] .bz-logo__img--light{display:block!important}
.bz-logo__text{
	font-family:var(--bz-font)!important;
	font-size:22px;
	font-weight:900;
	line-height:1.2;
	color:inherit;
}
@media(max-width:780px){
	.bz-products-2 .bz-product-grid,
	.bz-products-3 .bz-product-grid,
	.bz-products-4 .bz-product-grid{grid-template-columns:repeat(2,1fr)}
}
.bz-product-card{
	background:var(--bz-card-bg);
	border:1px solid var(--bz-line);
	border-radius:15px;
	overflow:hidden;
	transition:.2s;
	position:relative;
	box-shadow:0 10px 28px var(--bz-shadow);
	backdrop-filter:blur(12px);
	display:flex;
	flex-direction:column;
	min-width:0;
}
.bz-product-card:hover{
	transform:translateY(-4px);
	border-color:var(--bz-accent);
	box-shadow:0 16px 36px var(--bz-shadow);
}
.bz-product-card:before{
	content:"";position:absolute;inset:-60% 35% auto -30%;height:170%;
	background:linear-gradient(105deg,transparent 40%,#ffffff18 50%,transparent 60%);
	transform:rotate(12deg);transition:transform .7s ease;pointer-events:none;
}
.bz-product-card:hover:before{transform:translateX(260%) rotate(12deg)}
.bz-product-card__media{
	position:relative;
	overflow:hidden;
	background:var(--bz-image-bg);
}
/* Same approach as .bz-pslide-card__media — full product, no crop */
.bz-product-card__image{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	max-height:none;
	aspect-ratio:1 / 1;
	overflow:hidden;
	background:var(--bz-image-bg,#f3f4f6);
}
.bz-product-card__image img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	max-width:none;
	max-height:none;
	object-fit:contain;
	object-position:center center;
	padding:14px;
	margin:0;
	display:block;
	box-sizing:border-box;
}
.bz-product-card__actions{
	position:absolute;z-index:4;display:flex;gap:6px;opacity:0;
	transform:translateY(6px);transition:opacity .2s,transform .2s;pointer-events:none;
}
.bz-product-card:hover .bz-product-card__actions,
.bz-product-card:focus-within .bz-product-card__actions{
	opacity:1;transform:none;pointer-events:auto;
}
.bz-product-card__action,
.bz-product-card__actions .bz-add{
	width:34px;height:34px;border-radius:50%;border:0;display:inline-grid;place-items:center;
	background:#fff;color:#334155;box-shadow:0 6px 16px rgba(15,23,42,.14);
	text-decoration:none;font-size:14px;padding:0;cursor:pointer;
}
.bz-product-card__action svg{width:16px;height:16px;display:block}
.bz-product-card__actions .bz-add{background:var(--bz-accent);color:#fff}
.bz-product-card__actions .bz-add .bz-add__icon{width:16px;height:16px;display:grid;place-items:center}
.bz-product-card__actions .bz-add .bz-add__icon svg{width:100%;height:100%}
.bz-product-card__meta-bar{
	height:6px;border-radius:999px;background:rgba(148,163,184,.25);overflow:hidden;margin:4px 0 10px;
}
.bz-product-card__meta-bar-fill{
	display:block;height:100%;width:62%;border-radius:inherit;
	background:linear-gradient(90deg,#34d399,#10b981);
}
.bz-product-card__bottom--full{flex-direction:column;align-items:stretch;gap:10px}
.bz-product-card__bottom--full .bz-card-price{width:100%}
.bz-product-card__bottom--full .bz-add,
.bz-product-card .bz-add--full{
	width:100%;min-width:0;justify-content:center;border-radius:10px;height:40px;
	display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;
}
.bz-product-card__bottom--price-only{justify-content:flex-start}

/* Card style variants (Avina-like box1–box8) */
.bz-product-card--box1 .bz-product-card__actions,
.bz-product-card--box4 .bz-product-card__actions,
.bz-product-card--box5 .bz-product-card__actions,
.bz-product-card--box8 .bz-product-card__actions{
	left:50%;top:50%;transform:translate(-50%,-40%);flex-direction:row;
}
.bz-product-card--box1:hover .bz-product-card__actions,
.bz-product-card--box4:hover .bz-product-card__actions,
.bz-product-card--box5:hover .bz-product-card__actions,
.bz-product-card--box8:hover .bz-product-card__actions{transform:translate(-50%,-50%)}
.bz-product-card--box1 .bz-add--full,
.bz-product-card--box4 .bz-add--full,
.bz-product-card--box5 .bz-add--full,
.bz-product-card--box8 .bz-add--full{
	background:linear-gradient(105deg,var(--bz-cart-bg-1),var(--bz-cart-bg-2))!important;
	color:var(--bz-cart-text)!important;
}

.bz-product-card--box2 .bz-product-card__actions,
.bz-product-card--box7 .bz-product-card__actions{
	top:12px;left:12px;right:auto;flex-direction:column;opacity:1;transform:none;pointer-events:auto;
}
.bz-product-card--box3 .bz-product-card__actions{
	top:12px;right:12px;left:auto;flex-direction:column;opacity:1;transform:none;pointer-events:auto;
	background:rgba(255,255,255,.72);backdrop-filter:blur(8px);padding:6px;border-radius:14px;
}
html[data-bz-theme="dark"] .bz-product-card--box3 .bz-product-card__actions{
	background:rgba(15,23,42,.72);
}
.bz-product-card--box6 .bz-product-card__actions{display:none}
.bz-product-card--box6 .bz-product-card__swatches-overlay{
	position:absolute;top:50%;left:10px;transform:translateY(-50%);z-index:3;
	display:flex;flex-direction:column;gap:6px;pointer-events:auto;
}
.bz-product-card--box6 .bz-product-card__swatches-overlay .bz-swatches{
	flex-direction:column;gap:6px;margin:0;
}
.bz-product-card--box6 .bz-product-card__bottom--row,
.bz-product-card--box7 .bz-product-card__bottom--row{
	flex-direction:row!important;align-items:center!important;justify-content:space-between;
	gap:10px;background:rgba(148,163,184,.12);border:0;border-radius:14px;padding:10px 12px;margin-top:8px;
}
.bz-product-card--box6 .bz-product-card__bottom--row .bz-card-price,
.bz-product-card--box7 .bz-product-card__bottom--row .bz-card-price{
	width:auto;flex:1;min-width:0;
}
.bz-product-card--box6 .bz-product-card__bottom .bz-add{
	width:44px;height:44px;min-width:44px;border-radius:12px;padding:0;
	background:linear-gradient(105deg,var(--bz-cart-bg-1),var(--bz-cart-bg-2))!important;
	color:var(--bz-cart-text)!important;
	box-shadow:0 6px 14px color-mix(in srgb,var(--bz-cart-bg-1) 35%,transparent);
}
.bz-product-card--box6 .bz-product-card__meta-bar-fill{
	background:linear-gradient(90deg,#a78bfa,#7c3aed);width:28%;
}
.bz-product-card__sold-row{
	display:flex;justify-content:space-between;align-items:center;
	font-size:10px;color:var(--bz-muted);margin-top:6px;
}
.bz-product-card--box7 .bz-product-card__bottom .bz-add{
	width:42px;height:42px;min-width:42px;border-radius:12px;padding:0;
	background:linear-gradient(105deg,var(--bz-cart-bg-1),var(--bz-cart-bg-2))!important;
	color:var(--bz-cart-text)!important;
}
.bz-product-card--box2 .bz-product-card__bottom--price-only,
.bz-product-card--box3 .bz-product-card__bottom--price-only{padding-top:8px}

/* Default bottom: row for non-full styles when not forced column */
.bz-product-card:not(.bz-product-card--box1):not(.bz-product-card--box4):not(.bz-product-card--box5):not(.bz-product-card--box8) .bz-product-card__bottom:not(.bz-product-card__bottom--full):not(.bz-product-card__bottom--row){
	flex-direction:row;align-items:center;justify-content:space-between;
}
.bz-product-card:not(.bz-product-card--box1):not(.bz-product-card--box4):not(.bz-product-card--box5):not(.bz-product-card--box8) .bz-product-card__bottom:not(.bz-product-card__bottom--full) .bz-card-price{width:auto;flex:1}
.bz-product-card:not(.bz-product-card--box1):not(.bz-product-card--box4):not(.bz-product-card--box5):not(.bz-product-card--box8) .bz-product-card__bottom:not(.bz-product-card__bottom--full) .bz-add{
	width:auto;max-width:none;
}

.bz-badges--image{
	position:absolute;
	inset:0;
	pointer-events:none;
	z-index:2;
}
.bz-badges--image .bz-badge{
	position:absolute;
	font-size:9px;
	font-weight:800;
	line-height:1.2;
	border-radius:6px;
	padding:4px 7px;
	box-shadow:0 2px 8px #00000033;
	white-space:nowrap;
	max-width:46%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.bz-badge-corner-tr{top:10px;right:10px}
.bz-badge-corner-tl{top:10px;left:10px}
.bz-badge-corner-br{bottom:10px;right:10px}
.bz-badge-corner-bl{bottom:10px;left:10px}
.bz-badges--body{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin:0 0 10px;
}
.bz-badges--body .bz-badge{
	display:inline-flex;
	align-items:center;
	font-size:10px;
	font-weight:800;
	line-height:1.2;
	border-radius:999px;
	padding:4px 9px;
}
.bz-product-card__body{padding:14px;min-width:0;flex:1;display:flex;flex-direction:column}
.bz-product-card__body>small,
.bz-product-category{
	display:block;font-size:10px;color:var(--bz-faint);
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.bz-product-card h3{
	font-size:12px!important;line-height:1.9!important;margin:5px 0 11px!important;min-height:43px;
	overflow-wrap:anywhere;
}
.bz-product-card h3 a{color:var(--bz-ink-strong);text-decoration:none}
.bz-product-rating{
	display:flex;align-items:center;gap:3px;margin:-4px 0 10px;
	color:var(--bz-rating);font-size:11px;font-weight:700;
}
.bz-product-rating small{color:var(--bz-faint);font-weight:400}
.bz-product-description{
	margin:-2px 0 11px;color:var(--bz-muted);font-size:10px;line-height:1.8;
}
.bz-product-card__bottom{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:10px;
	border-top:1px solid var(--bz-line);
	padding-top:11px;
	margin-top:auto;
}
.bz-product-card__bottom .bz-card-price{
	width:100%;
	min-width:0;
	font-size:15px;
	font-weight:800;
	color:var(--bz-ink-strong);
}
.bz-product-card__bottom .bz-add{
	width:100%;
	max-width:none!important;
	flex:none;
}

/* Regular vs sale price hierarchy */
.bz-card-price,
.bz-product-price,
.bz-card-price .sale-price,
.bz-product-price .sale-price{
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
	gap:6px 8px;
}
.bz-card-price del,
.bz-product-price del,
.bz-woo-content del,
.bz-card-price .sale-price del,
.bz-product-price .sale-price del{
	order:1;
	font-size:10px!important;
	font-weight:500!important;
	color:var(--bz-faint)!important;
	opacity:.5;
	text-decoration:line-through;
}
.bz-card-price del .woocommerce-Price-amount,
.bz-product-price del .woocommerce-Price-amount,
.bz-woo-content del .woocommerce-Price-amount{
	font-size:inherit!important;
	font-weight:inherit!important;
	color:inherit!important;
}
.bz-card-price del .bz-toman,
.bz-product-price del .bz-toman{
	font-size:7px!important;
	opacity:.8;
}
.bz-card-price ins,
.bz-product-price ins,
.bz-woo-content ins,
.bz-card-price .sale-price ins,
.bz-product-price .sale-price ins{
	order:2;
	text-decoration:none!important;
	font-weight:900!important;
	color:var(--bz-ink-strong)!important;
	font-size:16px!important;
	background:transparent!important;
}
.bz-product-price ins,
.bz-product-price .sale-price ins{
	font-size:26px!important;
	color:var(--bz-accent)!important;
}
.bz-card-price > .woocommerce-Price-amount,
.bz-product-price > .woocommerce-Price-amount,
.bz-card-price > bdi,
.bz-product-price > bdi{
	font-weight:900;
	color:var(--bz-ink-strong);
}

/* Digikala-style compact تومان: توما + ن above ما */
.bz-toman{
	display:inline-block;
	position:relative;
	font-size:10px;
	font-weight:800;
	line-height:1;
	vertical-align:-0.15em;
	margin-inline-start:4px;
	padding-top:0.52em;
	white-space:nowrap;
	color:inherit;
	font-family:var(--bz-font)!important;
}
.bz-toman__base{display:inline-block}
.bz-toman__noon{
	position:absolute;
	top:0;
	left:0.05em;
	font-size:0.58em;
	line-height:1;
	font-weight:800;
}
.woocommerce-Price-amount{white-space:nowrap}
.woocommerce-Price-currencySymbol{
	display:inline-block;
	vertical-align:middle;
}
.bz-product-card .bz-toman{font-size:8.5px}
.bz-product-price .bz-toman{font-size:11px}
.bz-cart .bz-toman,
.bz-woo-content .bz-toman{font-size:9.5px}
.bz-add{
	display:inline-flex;align-items:center;justify-content:center;gap:4px;
	min-height:34px;padding:0 12px;border-radius:9px;
	background:linear-gradient(105deg,var(--bz-cart-bg-1),var(--bz-cart-bg-2))!important;
	color:var(--bz-cart-text)!important;
	font-size:11px;font-weight:var(--bz-cart-weight,900)!important;text-decoration:none;border:0;cursor:pointer;
	font-family:inherit;white-space:nowrap;flex-shrink:0;line-height:1.2;
	box-shadow:0 6px 16px color-mix(in srgb,var(--bz-cart-bg-1) 40%,transparent);
	animation:var(--bz-cart-anim,bzCartPulse var(--bz-cart-speed,1.6s) ease-in-out infinite);
}
.bz-add--icon{
	width:34px;min-width:34px;padding:0;font-size:20px;font-weight:var(--bz-cart-weight,900)!important;
}
.bz-add--text{width:100%;white-space:normal;text-align:center;letter-spacing:.2px}
.bz-add:hover{
	filter:brightness(1.08);
	animation-play-state:paused;
}
@keyframes bzCartPulse{
	0%,100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--bz-cart-bg-1) 55%,transparent),0 6px 16px color-mix(in srgb,var(--bz-cart-bg-1) 35%,transparent);transform:scale(1)}
	50%{box-shadow:0 0 0 8px transparent,0 8px 20px color-mix(in srgb,var(--bz-cart-bg-1) 45%,transparent);transform:scale(1.04)}
}
body.bz-cart-no-blink .bz-add,
body.bz-cart-no-blink .bz-product-cart .single_add_to_cart_button{
	animation:none!important;
}
@media (prefers-reduced-motion: reduce){
	.bz-add,
	.bz-product-cart .single_add_to_cart_button{
		animation:none!important;
	}
}
.bz-empty{
	grid-column:1 / -1;text-align:center;color:var(--bz-muted);
	padding:40px 16px;border:1px dashed var(--bz-line);border-radius:14px;
}

.bz-promo{
	margin-bottom:78px;border-radius:19px;padding:34px 50px;
	background:var(--bz-promo-grad);color:#fff;
	display:flex;align-items:center;justify-content:space-between;
	border:1px solid #ffffff2a;box-shadow:0 18px 42px var(--bz-shadow);
}
.bz-promo p{margin:0;color:#c7ebe6;font-size:12px}
.bz-promo h2{font-size:25px!important;margin:7px 0!important;color:#fff!important}
.bz-promo em{color:#fde68a}
.bz-promo span{font-size:11px;color:#d5ebe8}
.bz-promo form{display:flex;background:#fff;border-radius:10px;padding:4px}
.bz-promo input{border:0!important;width:200px;padding:10px!important;font:inherit;color:#0f172a}
.bz-promo button{
	border:0;border-radius:7px;padding:0 18px;
	background:var(--bz-warm);color:#fff;font:inherit;font-size:12px;font-weight:bold;cursor:pointer;
}

.bz-footer{background:var(--bz-footer);color:#c8d2e0}
.bz-footer--simple{padding:30px 0}
.bz-footer--sticky{
	padding:0!important;
	background:transparent!important;
	color:inherit;
}
.bz-footer__inner{
	display:flex;align-items:center;justify-content:space-between;gap:25px;
}
.bz-footer .bz-logo{color:#fff}
.bz-footer p,.bz-footer>span{font-size:11px;margin:0}
.bz-footer__inner>span{font-size:10px;white-space:nowrap}

.bz-theme-toggle{
	border:0;
	border-radius:50%;
	background:color-mix(in srgb,var(--bz-accent) 12%,transparent);
	color:var(--bz-ink-strong);
	box-shadow:none;
	cursor:pointer;
	display:inline-flex;align-items:center;justify-content:center;
	flex-shrink:0;align-self:center;
	width:40px;height:40px;min-width:40px;min-height:40px;
	padding:0;margin:0;line-height:0;
	vertical-align:middle;
	-webkit-appearance:none;appearance:none;
}
.bz-theme-toggle--floating{
	position:fixed;z-index:9999;left:22px;bottom:22px;
	width:48px;height:48px;min-width:48px;min-height:48px;
	background:var(--bz-toggle-bg);color:var(--bz-toggle-fg);
	border:1px solid var(--bz-toggle-border);
	box-shadow:0 12px 32px var(--bz-shadow);
	backdrop-filter:blur(14px);
}
body.bz-has-dock .bz-theme-toggle--floating{
	bottom:calc(22px + var(--bz-dock-space,152px));
}
.bz-theme-toggle--header_end,
.bz-theme-toggle--header_start{
	position:relative;z-index:2;
}
.bz-theme-toggle__sun,
.bz-theme-toggle__moon{
	display:block;width:20px;height:20px;flex:0 0 auto;line-height:0;
}
.bz-theme-toggle svg{display:block;width:20px;height:20px}
html[data-bz-theme="dark"] .bz-theme-toggle__sun{display:none}
html[data-bz-theme="dark"] .bz-theme-toggle__moon{display:block}
html[data-bz-theme="light"] .bz-theme-toggle__sun{display:block}
html[data-bz-theme="light"] .bz-theme-toggle__moon{display:none}

@media(max-width:780px){
	.bz-header__end{
		display:flex;align-items:center;gap:10px;
	}
	.bz-header__end .bz-theme-toggle--header_end,
	.bz-header__start .bz-theme-toggle--header_start,
	.bz-header--style-2 .bz-header-action,
	.bz-header--style-3 .bz-header-action{
		width:40px;height:40px;min-width:40px;min-height:40px;
	}
}

@keyframes bzPulse{50%{transform:scale(1.18);opacity:.6}}
@keyframes bzShine{35%,100%{transform:translateX(120%)}}

@media(max-width:780px){
	.bz-container{width:calc(100% - 28px)}
	.bz-product-slider{width:calc(100% - 28px);padding:18px 12px 22px;border-radius:calc(var(--bz-pslide-band-radius,22px) * .85)}
	.bz-topbar__inner{justify-content:center}
	.bz-topbar__text:nth-child(2),.bz-topbar a,.bz-topbar__link,.bz-header-action small,.bz-actions small{display:none}
	.bz-header__inner{gap:12px;padding:14px 0;flex-wrap:wrap}
	.bz-header__center{order:3;flex-basis:100%}
	.bz-header__end,.bz-actions{margin-right:auto}
	.bz-nav{gap:14px;overflow-x:auto;padding:4px 0 10px;-webkit-overflow-scrolling:touch}
	.bz-nav a,.bz-mega-menu__trigger{white-space:nowrap;font-size:12px}
	.bz-nav__sale{margin-right:0}
	.bz-mega-menu{display:none!important}
	.bz-nav.bz-nav--mega{flex-wrap:nowrap}
	.bz-hero{grid-template-columns:1fr;padding:35px 8%;min-height:auto}
	.bz-hero h1{font-size:32px!important}
	.bz-hero__visual{height:280px;transform:scale(.8);margin:-10px 0 -30px}
	.bz-benefits{grid-template-columns:repeat(2,1fr)}
	.bz-benefits div,.bz-benefits > a{padding:16px 12px}
	.bz-category-grid,.bz-product-grid,.bz-products-3 .bz-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
	.bz-category-card{min-height:112px;padding:13px}
	.bz-category-card__main{grid-template-columns:1fr 52px}
	.bz-category-card__icon{font-size:32px}
	.bz-products-section{padding-top:50px}
	/* Keep square contain like slider — never force short 140px crop box */
	.bz-product-card__image{
		height:auto;
		max-height:none;
		aspect-ratio:1 / 1;
	}
	.bz-product-card__image img{
		padding:12px;
		margin:0;
		width:100%;
		height:100%;
		max-width:none;
		max-height:none;
		object-fit:contain;
	}
	body.bz-products-mobile-1 .bz-product-card__image{
		height:auto;
		max-height:none;
		aspect-ratio:1 / 1;
		min-height:0;
	}
	body.bz-products-mobile-1 .bz-product-card__image img{
		padding:16px;
	}
	.bz-product-card__body{padding:10px}
	.bz-product-card h3{font-size:11px!important;min-height:auto}
	.bz-product-card__bottom{gap:8px;padding-top:10px}
	.bz-product-card__bottom .bz-card-price{font-size:13px}
	.bz-product-card__bottom .bz-card-price ins{font-size:14px!important}
	.bz-add--text{font-size:10px;padding:8px 10px;width:100%;max-width:none}
	.bz-promo{margin-bottom:42px;padding:28px;display:block}
	.bz-promo form{margin-top:20px}
	.bz-promo input{width:100%}
	.bz-section-heading h2{font-size:20px!important}
	.bz-footer__inner{display:block;text-align:center}
	.bz-footer .bz-logo{justify-content:center;margin-bottom:15px}
	.bz-footer p{margin-bottom:12px}
	.bz-theme-toggle{left:14px;bottom:14px}
	.bz-store:before{width:220px;height:220px}
}
