
body.anopri-header-hide-theme-header #masthead{
	display:none!important;
}

/* Search */
.anopri-live-search{
	position:relative;
	width:100%;
	z-index:80;
}
.anopri-live-search-form{
	width:100%;
	height:52px;
	display:flex;
	align-items:stretch;
	overflow:hidden;
	background:#fff;
	border:1px solid #c7cbd1;
	border-radius:999px;
}
.anopri-live-search-form:focus-within{
	border-color:#FEBD69;
	box-shadow:0 0 0 3px rgba(254,189,105,.18);
}
.anopri-live-search-input{
	flex:1;
	min-width:0;
	margin:0!important;
	padding:0 20px!important;
	border:0!important;
	outline:0!important;
	box-shadow:none!important;
	background:#fff!important;
	color:#1D2733!important;
	font:inherit!important;
	font-size:16px!important;
}
.anopri-live-search-submit{
	min-width:145px;
	margin:0!important;
	padding:0 24px!important;
	border:0!important;
	border-radius:0!important;
	background:#FEBD69!important;
	color:#1D2733!important;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	font:inherit;
	font-size:15px;
	font-weight:800;
	cursor:pointer;
}
.anopri-live-search-submit svg{
	width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round
}
.anopri-live-search-results{
	position:absolute;
	top:calc(100% + 7px);
	left:0;
	right:0;
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	max-height:min(68vh,600px);
	overflow:auto;
	background:#fff;
	color:#1D2733;
	border:1px solid #e5e7eb;
	box-shadow:0 20px 50px rgba(15,23,42,.22);
	z-index:200;
}
.anopri-live-search-results[hidden]{display:none!important}
.anopri-live-result{
	min-width:0;
	padding:10px;
	display:grid;
	grid-template-columns:80px minmax(0,1fr);
	gap:12px;
	align-items:center;
	background:#fff;
	color:#1D2733!important;
	text-decoration:none!important;
	border-right:1px solid #e5e7eb;
	border-bottom:1px solid #e5e7eb;
}
.anopri-live-result:nth-child(2n){border-right:0}
.anopri-live-result:hover{background:#f7f8fa}
.anopri-live-result-image{
	width:80px;height:80px;display:flex;align-items:center;justify-content:center
}
.anopri-live-result-image img{width:100%;height:100%;object-fit:contain}
.anopri-live-result-body{min-width:0}
.anopri-live-result-category{
	display:block;margin-bottom:3px;font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#966318
}
.anopri-live-result-title{
	display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px;line-height:1.35;font-weight:700
}
.anopri-live-result-price{display:block;margin-top:5px;font-size:13px;font-weight:800}
.anopri-live-result-price del{margin-right:4px;color:#6b7280;font-weight:500}
.anopri-live-result-price ins{text-decoration:none}
.anopri-live-search-message,.anopri-live-search-all{grid-column:1/-1;padding:15px;text-align:center}
.anopri-live-search-all{background:#FEBD69;color:#1D2733!important;text-decoration:none!important;font-weight:800}

/* Account / wishlist / cart buttons */
.anopri-header-account,
.anopri-header-wishlist,
.anopri-header-cart-trigger{
	position:relative;
	margin:0!important;
	padding:4px!important;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
	color:#fff!important;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	text-decoration:none!important;
	font:inherit;
	cursor:pointer;
}
.anopri-header-account:hover,
.anopri-header-wishlist:hover,
.anopri-header-cart-trigger:hover{
	color:#FEBD69!important;
}
.anopri-header-commerce-icon{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.anopri-header-commerce-icon>svg{
	width:25px;
	height:25px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.anopri-header-commerce-copy{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	line-height:1.12;
}
.anopri-header-commerce-copy small{
	color:rgba(255,255,255,.72);
	font-size:11px;
	white-space:nowrap;
}
.anopri-header-commerce-copy strong{
	color:#fff;
	font-size:13px;
	white-space:nowrap;
}
.anopri-header-cart-count,
.anopri-header-wishlist-count{
	position:absolute;
	top:-9px;
	right:-10px;
	min-width:19px;
	height:19px;
	padding:0 5px;
	border-radius:99px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:#FEBD69;
	color:#1D2733;
	font-size:11px;
	font-weight:900;
	line-height:1;
}
.anopri-header-account.is-compact .anopri-header-commerce-copy,
.anopri-header-wishlist.is-compact .anopri-header-commerce-copy,
.anopri-header-cart-trigger.is-compact .anopri-header-commerce-copy{
	display:none;
}

/* Mini-cart */
.anopri-mini-cart-panel{
	position:fixed;
	inset:0;
	z-index:2147483100;
	pointer-events:auto;
}
.anopri-mini-cart-panel[hidden]{display:none!important}
.anopri-mini-cart-overlay{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0!important;
	background:rgba(15,23,42,.42)!important;
	cursor:default;
}
.anopri-mini-cart-sheet{
	position:absolute;
	right:18px;
	top:var(--anopri-cart-top,90px);
	width:min(420px,calc(100vw - 36px));
	max-height:calc(100dvh - var(--anopri-cart-top,90px) - 18px);
	display:flex;
	flex-direction:column;
	overflow:hidden;
	background:#fff;
	color:#1D2733;
	border:1px solid #e5e7eb;
	border-top:3px solid #FEBD69;
	box-shadow:0 22px 58px rgba(15,23,42,.28);
}
.anopri-mini-cart-head{
	flex:0 0 auto;
	min-height:60px;
	padding:10px 12px 10px 18px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	border-bottom:1px solid #e5e7eb;
	background:#fff;
}
.anopri-mini-cart-head strong{
	font-size:19px;
	font-weight:800;
}
.anopri-mini-cart-close{
	position:relative;
	width:42px;
	height:42px;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	color:#1D2733!important;
	cursor:pointer;
}
.anopri-mini-cart-close span{
	position:absolute;
	left:10px;
	top:20px;
	width:22px;
	height:2px;
	background:currentColor;
}
.anopri-mini-cart-close span:first-child{transform:rotate(45deg)}
.anopri-mini-cart-close span:last-child{transform:rotate(-45deg)}
.anopri-mini-cart-content{
	flex:1 1 auto;
	min-height:0;
	overflow-y:auto;
	padding:0;
}
.anopri-mini-cart-content .widget_shopping_cart_content{
	padding:0;
}
.anopri-mini-cart-content ul.woocommerce-mini-cart{
	list-style:none;
	margin:0!important;
	padding:0!important;
}
.anopri-mini-cart-content li.woocommerce-mini-cart-item{
	position:relative;
	min-height:100px;
	margin:0!important;
	padding:14px 42px 14px 104px!important;
	border-bottom:1px solid #e5e7eb;
}
.anopri-mini-cart-content li.woocommerce-mini-cart-item>a:not(.remove){
	display:block;
	color:#1D2733!important;
	font-size:14px;
	line-height:1.35;
	font-weight:700;
	text-decoration:none!important;
}
.anopri-mini-cart-content li.woocommerce-mini-cart-item img{
	position:absolute;
	left:14px;
	top:14px;
	width:76px!important;
	height:76px!important;
	margin:0!important;
	object-fit:contain;
	background:#fff;
}
.anopri-mini-cart-content li.woocommerce-mini-cart-item>a.remove{
	position:absolute;
	right:12px;
	top:12px;
	width:26px;
	height:26px;
	display:flex!important;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	color:#6b7280!important;
	font-size:20px;
	text-decoration:none!important;
}
.anopri-mini-cart-content li.woocommerce-mini-cart-item>a.remove:hover{
	background:#f3f4f6;
	color:#1D2733!important;
}
.anopri-mini-cart-content .quantity{
	display:block;
	margin-top:7px;
	color:#6b7280;
	font-size:13px;
}
.anopri-mini-cart-content .woocommerce-mini-cart__total{
	margin:0!important;
	padding:16px 18px!important;
	display:flex;
	justify-content:space-between;
	gap:12px;
	border-top:0;
	border-bottom:1px solid #e5e7eb;
	font-size:15px;
}
.anopri-mini-cart-content .woocommerce-mini-cart__total strong{
	font-weight:800;
}
.anopri-mini-cart-content .woocommerce-mini-cart__buttons{
	margin:0!important;
	padding:14px 18px 18px!important;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
}
.anopri-mini-cart-content .woocommerce-mini-cart__buttons .button{
	margin:0!important;
	min-height:44px;
	padding:10px 12px!important;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:4px!important;
	font-size:13px;
	font-weight:800;
	text-align:center;
}
.anopri-mini-cart-content .woocommerce-mini-cart__buttons .button:not(.checkout){
	background:#1D2733!important;
	color:#fff!important;
}
.anopri-mini-cart-content .woocommerce-mini-cart__buttons .checkout{
	background:#FEBD69!important;
	color:#1D2733!important;
}
.anopri-mini-cart-content .woocommerce-mini-cart__empty-message{
	margin:0!important;
	padding:38px 20px!important;
	text-align:center;
	color:#6b7280;
}

/* Mega menu shell — Elementor controls its own internal design */
.anopri-header-mega-panel{
	position:fixed;
	left:0;
	right:0;
	z-index:2147481000;
	background:#fff;
	color:#1D2733;
	border-top:3px solid #FEBD69;
	box-shadow:0 24px 56px rgba(15,23,42,.24);
}
.anopri-header-mega-panel[hidden]{display:none!important}
.anopri-header-mega-content{
	width:100%;
	max-height:calc(100dvh - var(--anopri-mega-top,120px) - 8px);
	overflow:auto;
	padding:0!important;
	background:#fff;
}
.anopri-header-mega-content>.anopri-elementor-mega-template{
	width:100%;
	margin:0!important;
	padding:0!important;
}
.anopri-header-mega-content .elementor,
.anopri-header-mega-content .elementor-section,
.anopri-header-mega-content .elementor-container,
.anopri-header-mega-content .e-con,
.anopri-header-mega-content .e-con-inner{
	max-width:none;
}

/* Desktop categories */
.anopri-desktop-category-panel{
	position:fixed;
	z-index:2147481100;
	width:min(370px,calc(100vw - 20px));
	background:#fff;
	color:#1D2733;
	border:1px solid #e5e7eb;
	box-shadow:0 20px 46px rgba(15,23,42,.22);
	overflow:visible;
}
.anopri-desktop-category-panel[hidden]{display:none!important}
.anopri-product-category-tree,
.anopri-product-category-children{
	list-style:none;
	margin:0!important;
	padding:0!important;
}
.anopri-product-category-item{
	position:relative;
	margin:0!important;
	border-bottom:1px solid #e5e7eb;
	background:#fff;
}
.anopri-product-category-row{
	display:grid;
	grid-template-columns:minmax(0,1fr) 46px;
	align-items:stretch;
}
.anopri-product-category-row>a{
	min-height:50px;
	padding:11px 16px;
	display:flex;
	align-items:center;
	color:#1D2733!important;
	text-decoration:none!important;
	font-size:15px;
	font-weight:650;
}
.anopri-product-category-row>a:hover{background:#f7f8fa}
.anopri-product-category-expand{
	border:0!important;
	border-left:1px solid #e5e7eb!important;
	border-radius:0!important;
	background:transparent!important;
	color:#6b7280!important;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.anopri-product-category-expand svg{
	width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2
}

@media(min-width:1101px){
	.anopri-desktop-category-panel>.anopri-product-category-tree{
		max-height:min(72dvh,680px);
		overflow-y:auto;
		overflow-x:visible;
	}
	.anopri-desktop-category-panel .anopri-product-category-children{
		position:absolute;
		left:100%;
		top:-1px;
		display:none;
		width:330px;
		max-height:min(72dvh,680px);
		overflow:auto;
		background:#fff;
		border:1px solid #e5e7eb;
		box-shadow:0 18px 44px rgba(15,23,42,.18);
	}
	.anopri-desktop-category-panel .anopri-product-category-item:hover>.anopri-product-category-children,
	.anopri-desktop-category-panel .anopri-product-category-item:focus-within>.anopri-product-category-children{
		display:block;
	}
	.anopri-desktop-category-panel .anopri-product-category-expand{pointer-events:none}
}

/* Mobile category drawer */
.anopri-mobile-category-drawer{
	position:fixed;
	inset:0;
	width:100vw;
	height:100vh;
	height:100dvh;
	z-index:2147483000;
	background:#fff;
	color:#1D2733;
}
.anopri-mobile-category-drawer[hidden]{display:none!important}
.anopri-mobile-category-drawer-inner{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
}
.anopri-mobile-category-drawer-head{
	flex:0 0 auto;
	min-height:68px;
	padding:max(12px,env(safe-area-inset-top)) 16px 12px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	background:#1D2733;
	color:#fff;
	border-bottom:3px solid #FEBD69;
}
.anopri-mobile-category-drawer-head strong{font-size:20px;font-weight:800}
.anopri-mobile-category-drawer-close{
	position:relative;
	width:44px;height:44px;
	border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;cursor:pointer;
}
.anopri-mobile-category-drawer-close span{
	position:absolute;left:11px;top:21px;width:22px;height:2px;background:currentColor
}
.anopri-mobile-category-drawer-close span:first-child{transform:rotate(45deg)}
.anopri-mobile-category-drawer-close span:last-child{transform:rotate(-45deg)}
.anopri-mobile-category-drawer-scroll{
	flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;
	padding-bottom:max(28px,env(safe-area-inset-bottom));background:#fff;
}
.anopri-mobile-category-drawer .anopri-product-category-children{display:none;background:#f7f8fa}
.anopri-mobile-category-drawer .anopri-product-category-item.is-open>.anopri-product-category-children{display:block}
.anopri-mobile-category-drawer .anopri-product-category-children .anopri-product-category-row>a{
	padding-left:32px;font-size:15px;font-weight:600
}
.anopri-mobile-category-drawer .anopri-product-category-children .anopri-product-category-children .anopri-product-category-row>a{
	padding-left:48px
}
.anopri-mobile-category-drawer .anopri-product-category-item.is-open>.anopri-product-category-row .anopri-product-category-expand svg{
	transform:rotate(180deg)
}
body.anopri-mobile-drawer-open,
body.anopri-mini-cart-open{
	overflow:hidden!important;
}

@media(max-width:1100px){
	.anopri-live-search-form{height:46px}
	.anopri-live-search-submit{min-width:52px;width:52px;padding:0!important}
	.anopri-live-search-submit span{display:none}

	.anopri-header-account,
	.anopri-header-wishlist,
	.anopri-header-cart-trigger{
		width:38px;
		height:42px;
		padding:0!important;
	}
	.anopri-header-commerce-icon>svg{
		width:23px;
		height:23px;
	}

	/* Mobile cart becomes full screen */
	.anopri-mini-cart-sheet{
		inset:0!important;
		width:100vw!important;
		max-width:none!important;
		height:100vh!important;
		height:100dvh!important;
		max-height:none!important;
		border:0!important;
		border-top:0!important;
		box-shadow:none!important;
	}
	.anopri-mini-cart-overlay{display:none!important}
	.anopri-mini-cart-head{
		min-height:68px;
		padding:max(12px,env(safe-area-inset-top)) 14px 12px 18px;
		background:#1D2733;
		color:#fff;
		border-bottom:3px solid #FEBD69;
	}
	.anopri-mini-cart-head strong{font-size:20px}
	.anopri-mini-cart-close{color:#fff!important}
	.anopri-mini-cart-content{
		flex:1 1 auto;
		min-height:0;
		overflow-y:auto;
		padding-bottom:max(16px,env(safe-area-inset-bottom));
	}
}

@media(max-width:600px){
	.anopri-live-search-results{
		grid-template-columns:repeat(2,minmax(0,1fr));
		max-height:min(66dvh,580px);
	}
	.anopri-live-result{
		padding:8px;
		display:flex;
		flex-direction:column;
		align-items:stretch;
		gap:7px;
	}
	.anopri-live-result-image{
		width:100%;
		height:clamp(88px,25vw,130px);
	}
	.anopri-live-result-title{font-size:13px;-webkit-line-clamp:3}
	.anopri-live-result-price{font-size:12px}
	.anopri-live-result-category{font-size:9px}

	.anopri-mini-cart-content li.woocommerce-mini-cart-item{
		min-height:94px;
		padding:12px 40px 12px 94px!important;
	}
	.anopri-mini-cart-content li.woocommerce-mini-cart-item img{
		left:12px;
		top:12px;
		width:68px!important;
		height:68px!important;
	}
	.anopri-mini-cart-content .woocommerce-mini-cart__buttons{
		grid-template-columns:1fr;
	}
}

@media(prefers-reduced-motion:reduce){
	#anopri-header-portals *,
	.anopri-live-search *{
		transition:none!important;
		scroll-behavior:auto!important;
	}
}
