:root {
	--belara-ink: #111111;
	--belara-paper: #fffaf4;
	--belara-soft: #f7efe6;
	--belara-line: rgba(17, 17, 17, 0.1);
	--belara-burgundy: #6f1022;
	--belara-gold: #c7a04a;
	--belara-jade: #0e6f62;
	--belara-rose: #f6d9d8;
	--belara-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
	--belara-radius: 8px;
	--belara-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

html {
	scroll-behavior: smooth;
}

body.belara-premium-ready {
	background:
		linear-gradient(180deg, #fffaf4 0%, #ffffff 26%, #f9f1ea 100%);
	color: var(--belara-ink);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.belara-premium-ready .website-wrapper {
	position: relative;
	isolation: isolate;
	background: transparent;
}

body.belara-premium-ready .main-page-wrapper,
body.belara-premium-ready #main,
body.belara-premium-ready .site-content,
body.belara-premium-ready footer {
	position: relative;
	z-index: 2;
}

.belara-premium-stage {
	position: absolute;
	inset-block-start: 92px;
	inset-inline: 0;
	z-index: 1;
	height: min(760px, 82vh);
	pointer-events: none;
	overflow: hidden;
	opacity: 0.82;
}

.belara-premium-stage::before,
.belara-premium-stage::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	pointer-events: none;
}

.belara-premium-stage::before {
	inset-block-start: 0;
	height: 100%;
	background:
		linear-gradient(90deg, rgba(111, 16, 34, 0.12), transparent 34%, rgba(14, 111, 98, 0.08)),
		repeating-linear-gradient(135deg, rgba(199, 160, 74, 0.08) 0 1px, transparent 1px 48px);
}

.belara-premium-stage::after {
	inset-block-end: -1px;
	height: 160px;
	background: linear-gradient(180deg, transparent, #ffffff 72%);
}

.belara-premium-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.48;
	filter: saturate(1.08) contrast(1.04);
}

body:not(.home).belara-premium-ready .belara-premium-stage {
	height: 360px;
	opacity: 0.42;
}

.belara-lottie-sigil {
	position: fixed;
	inset-block-start: 98px;
	inset-inline-end: 18px;
	z-index: 70;
	width: 58px;
	height: 58px;
	pointer-events: none;
	opacity: 0.84;
	filter: drop-shadow(0 12px 22px rgba(111, 16, 34, 0.18));
}

body.belara-premium-ready .whb-header {
	z-index: 80;
}

body.belara-premium-ready .whb-main-header,
body.belara-premium-ready .whb-general-header,
body.belara-premium-ready .whb-header-bottom,
body.belara-premium-ready .whb-row,
body.belara-premium-ready .whb-sticky-row,
body.belara-premium-ready .whb-without-bg {
	background:
		linear-gradient(180deg, rgba(28, 16, 17, 0.98), rgba(17, 17, 17, 0.94)) !important;
	border-bottom: 1px solid rgba(199, 160, 74, 0.38);
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.2);
	backdrop-filter: blur(14px);
}

body.belara-premium-ready .whb-general-header-inner,
body.belara-premium-ready .whb-flex-row {
	background: transparent !important;
}

body.belara-header-compact .whb-main-header,
body.belara-header-compact .whb-general-header,
body.belara-header-compact .whb-row {
	background: rgba(17, 17, 17, 0.96) !important;
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.28);
}

body.belara-premium-ready .wd-logo img,
body.belara-premium-ready .site-logo img,
body.belara-premium-ready .custom-logo {
	border-radius: var(--belara-radius);
	box-shadow: 0 10px 24px rgba(111, 16, 34, 0.18);
	transform: translateZ(0);
}

body.belara-premium-ready .wd-nav-main > li > a,
body.belara-premium-ready .wd-nav-header > li > a {
	position: relative;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9) !important;
	letter-spacing: 0;
	border-radius: 999px;
	padding-inline: 13px !important;
	transition: color 0.25s var(--belara-ease), background-color 0.25s var(--belara-ease);
}

body.belara-premium-ready .wd-nav-main > li > a::after,
body.belara-premium-ready .wd-nav-header > li > a::after {
	content: "";
	position: absolute;
	inset-inline: 12px;
	inset-block-end: 8px;
	height: 2px;
	background: linear-gradient(90deg, var(--belara-burgundy), var(--belara-gold), var(--belara-jade));
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.34s var(--belara-ease);
}

body.belara-premium-ready .wd-nav-main > li:is(:hover, .current-menu-item) > a::after,
body.belara-premium-ready .wd-nav-header > li:is(:hover, .current-menu-item) > a::after {
	transform: scaleX(1);
}

body.belara-premium-ready .wd-nav-main > li:is(:hover, .current-menu-item) > a,
body.belara-premium-ready .wd-nav-header > li:is(:hover, .current-menu-item) > a {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

body.belara-premium-ready .wd-header-cart,
body.belara-premium-ready .wd-header-wishlist,
body.belara-premium-ready .wd-header-search,
body.belara-premium-ready .wd-header-my-account {
	border-radius: 999px;
	transition: transform 0.28s var(--belara-ease), background-color 0.28s var(--belara-ease);
}

body.belara-premium-ready .wd-header-cart:hover,
body.belara-premium-ready .wd-header-wishlist:hover,
body.belara-premium-ready .wd-header-search:hover,
body.belara-premium-ready .wd-header-my-account:hover {
	background: rgba(199, 160, 74, 0.12);
	transform: translateY(-2px);
}

body.belara-premium-ready .whb-column,
body.belara-premium-ready .wd-header-nav {
	gap: 8px;
}

body.belara-premium-ready .wd-tools-element {
	color: #ffffff !important;
}

body.belara-premium-ready .wd-tools-element .wd-tools-text,
body.belara-premium-ready .wd-tools-element .wd-cart-number,
body.belara-premium-ready .wd-tools-element .wd-cart-subtotal {
	color: rgba(255, 255, 255, 0.9) !important;
}

body.belara-premium-ready .wd-tools-icon,
body.belara-premium-ready .wd-action-icon {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px;
	border: 1px solid rgba(199, 160, 74, 0.36);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	color: #f8e1a2 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.28s var(--belara-ease), border-color 0.28s var(--belara-ease), background-color 0.28s var(--belara-ease);
}

body.belara-premium-ready .wd-tools-icon svg,
body.belara-premium-ready .wd-action-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.belara-premium-ready .wd-tools-element:hover .wd-tools-icon,
body.belara-premium-ready .wd-action-btn:hover .wd-action-icon {
	border-color: rgba(246, 217, 216, 0.85);
	background: rgba(111, 16, 34, 0.62);
	transform: translateY(-2px) scale(1.04);
}

body.belara-premium-ready .wd-header-cart .wd-tools-icon {
	background: linear-gradient(135deg, var(--belara-burgundy), #111111);
	border-color: rgba(199, 160, 74, 0.68);
}

body.belara-premium-ready .wd-cart-number {
	inset-block-start: -5px !important;
	inset-inline-end: -5px !important;
	background: var(--belara-gold) !important;
	color: #111111 !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

body.belara-premium-ready .page-title,
body.belara-premium-ready .title-size-default,
body.belara-premium-ready .woocommerce-products-header,
body.belara-premium-ready .elementor-slides-wrapper {
	position: relative;
	overflow: hidden;
}

body.home.belara-premium-ready .elementor-slides-wrapper,
body.home.belara-premium-ready .elementor-slides,
body.home.belara-premium-ready .elementor-swiper,
body.home.belara-premium-ready .swiper-slide,
body.home.belara-premium-ready .swiper-slide-bg,
body.home.belara-premium-ready .elementor-slides .elementor-background-overlay,
body.home.belara-premium-ready .wd-page-content,
body.home.belara-premium-ready .site-content,
body.home.belara-premium-ready #main-content,
body.home.belara-premium-ready .entry-content,
body.home.belara-premium-ready .elementor,
body.home.belara-premium-ready .e-con,
body.home.belara-premium-ready .elementor-section,
body.home.belara-premium-ready .wd-carousel,
body.home.belara-premium-ready .wd-slider {
	background: transparent !important;
}

body.home.belara-premium-ready .elementor-slides .elementor-background-overlay {
	opacity: 0 !important;
}

body.home.belara-premium-ready .elementor-slides-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	min-height: min(680px, 78vh);
}

body.home.belara-premium-ready .elementor-widget-slides,
body.home.belara-premium-ready .elementor-widget-slides > .elementor-widget-container,
body.home.belara-premium-ready .elementor-main-swiper {
	width: 100% !important;
	max-width: 100% !important;
}

body.home.belara-premium-ready .elementor-slides .swiper-slide-inner {
	min-height: min(680px, 78vh);
	align-items: center;
	justify-content: flex-start;
	padding-inline: clamp(22px, 8vw, 120px);
}

body.home.belara-premium-ready .elementor-slide-content {
	position: relative;
	z-index: 5;
	width: min(560px, 90vw) !important;
	max-width: min(560px, 90vw);
	text-align: start !important;
}

body.home.belara-premium-ready .elementor-slide-heading,
body.home.belara-premium-ready .elementor-slide-description {
	width: auto !important;
}

body.home.belara-premium-ready .elementor-slide-heading {
	font-size: clamp(38px, 7vw, 82px);
	line-height: 1.05;
	font-weight: 850;
	margin-bottom: 14px;
	color: var(--belara-ink) !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.home.belara-premium-ready .elementor-slide-description {
	max-width: 520px;
	font-size: clamp(17px, 1.7vw, 23px);
	color: rgba(17, 17, 17, 0.74) !important;
}

body.home.belara-premium-ready .elementor-slide-button {
	margin-top: 18px;
}

body.belara-premium-ready .elementor-slide-heading,
body.belara-premium-ready .elementor-heading-title,
body.belara-premium-ready .wd-entities-title,
body.belara-premium-ready .product_title {
	letter-spacing: 0;
	text-wrap: balance;
}

body.belara-premium-ready .elementor-slide-heading,
body.belara-premium-ready .product_title {
	color: var(--belara-ink);
}

body.belara-premium-ready .elementor-slide-description,
body.belara-premium-ready .woocommerce-product-details__short-description,
body.belara-premium-ready .term-description {
	color: rgba(17, 17, 17, 0.72);
	line-height: 1.9;
}

body.belara-premium-ready .btn,
body.belara-premium-ready .button,
body.belara-premium-ready button,
body.belara-premium-ready input[type="submit"],
body.belara-premium-ready .elementor-button,
body.belara-premium-ready .single_add_to_cart_button,
body.belara-premium-ready .checkout-button,
body.belara-premium-ready .wd-coupon-form button {
	border-radius: 6px !important;
	letter-spacing: 0;
	transition:
		transform 0.28s var(--belara-ease),
		box-shadow 0.28s var(--belara-ease),
		background-position 0.5s var(--belara-ease);
}

body.belara-premium-ready .button,
body.belara-premium-ready input[type="submit"],
body.belara-premium-ready .elementor-button,
body.belara-premium-ready .single_add_to_cart_button,
body.belara-premium-ready .checkout-button,
body.belara-premium-ready .wd-coupon-form button {
	background:
		linear-gradient(135deg, #111111 0%, #6f1022 48%, #c7a04a 100%) !important;
	background-size: 180% 180% !important;
	color: #ffffff !important;
	border: 0 !important;
	box-shadow: 0 12px 28px rgba(111, 16, 34, 0.2);
}

body.belara-premium-ready .button:hover,
body.belara-premium-ready input[type="submit"]:hover,
body.belara-premium-ready .elementor-button:hover,
body.belara-premium-ready .single_add_to_cart_button:hover,
body.belara-premium-ready .checkout-button:hover,
body.belara-premium-ready .wd-coupon-form button:hover {
	background-position: 100% 50% !important;
	box-shadow: 0 18px 38px rgba(111, 16, 34, 0.26);
	transform: translateY(-2px);
}

body.belara-premium-ready .btn-style-link {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--belara-burgundy) !important;
	border-bottom: 1px solid rgba(199, 160, 74, 0.55) !important;
	border-radius: 0 !important;
}

body.belara-premium-ready .wd-products,
body.belara-premium-ready .products {
	--wd-gap: 22px;
	perspective: 1400px;
	transform-style: preserve-3d;
	padding-block: 16px 42px;
}

body.belara-premium-ready .wd-product,
body.belara-premium-ready li.product {
	--belara-card-x: 50%;
	--belara-card-y: 50%;
	position: relative;
	isolation: isolate;
	padding: 8px !important;
	border: 0 !important;
	border-radius: var(--belara-radius);
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
	transform: none !important;
	transform-style: preserve-3d;
	transition:
		transform 0.42s var(--belara-ease),
		box-shadow 0.42s var(--belara-ease),
		border-color 0.42s var(--belara-ease);
}

body.belara-premium-ready .wd-product::before,
body.belara-premium-ready li.product::before {
	content: none;
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(circle at var(--belara-card-x) var(--belara-card-y), rgba(255, 240, 184, 0.62), transparent 22%),
		linear-gradient(135deg, transparent 0%, rgba(199, 160, 74, 0.18) 48%, transparent 66%);
	opacity: 0.34;
	transition: opacity 0.42s var(--belara-ease);
}

body.belara-premium-ready .wd-product::after,
body.belara-premium-ready li.product::after {
	content: none;
	position: absolute;
	inset: 8px;
	z-index: 4;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 6px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		inset 0 -24px 32px rgba(111, 16, 34, 0.07),
		0 0 0 1px rgba(199, 160, 74, 0.2);
	opacity: 0.78;
	transform: translateZ(26px);
	transition: border-color 0.42s var(--belara-ease), opacity 0.42s var(--belara-ease);
}

body.belara-premium-ready .wd-product:hover,
body.belara-premium-ready li.product:hover {
	border-color: transparent;
	box-shadow: none !important;
	transform: none !important;
}

body.belara-premium-ready .wd-product:hover::before,
body.belara-premium-ready li.product:hover::before {
	opacity: 0.9;
}

body.belara-premium-ready .wd-product:hover::after,
body.belara-premium-ready li.product:hover::after {
	border-color: rgba(248, 225, 162, 0.88);
	opacity: 1;
}

body.belara-premium-ready .belara-product-shell {
	position: relative;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	min-height: clamp(455px, 26vw, 536px);
	height: 100%;
	padding: 10px 10px 18px;
	border: 1px solid rgba(199, 160, 74, 0.32) !important;
	border-radius: var(--belara-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.9) 56%, rgba(246, 217, 216, 0.34)),
		linear-gradient(135deg, rgba(199, 160, 74, 0.18), transparent 42%, rgba(14, 111, 98, 0.1));
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.96) inset,
		0 -1px 0 rgba(111, 16, 34, 0.08) inset,
		0 22px 0 -15px rgba(111, 16, 34, 0.22),
		0 34px 74px rgba(17, 17, 17, 0.16) !important;
	overflow: hidden;
	transform-style: preserve-3d;
	transition:
		transform 0.42s var(--belara-ease),
		box-shadow 0.42s var(--belara-ease),
		border-color 0.42s var(--belara-ease);
}

body.belara-premium-ready .belara-product-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at var(--belara-card-x) var(--belara-card-y), rgba(255, 240, 184, 0.62), transparent 24%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 42%, rgba(111, 16, 34, 0.08));
	opacity: 0.48;
	transition: opacity 0.42s var(--belara-ease);
}

body.belara-premium-ready .belara-product-shell::after {
	content: "";
	position: absolute;
	inset: 8px;
	z-index: 4;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 6px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		inset 0 -24px 32px rgba(111, 16, 34, 0.07),
		0 0 0 1px rgba(199, 160, 74, 0.2);
	transform: translateZ(26px);
}

body.belara-premium-ready .belara-product-3d:hover .belara-product-shell {
	border-color: rgba(199, 160, 74, 0.72) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.96) inset,
		0 28px 0 -16px rgba(111, 16, 34, 0.24),
		0 44px 90px rgba(17, 17, 17, 0.22) !important;
}

body.belara-premium-ready .belara-product-3d:hover .belara-product-shell::before {
	opacity: 0.92;
}

body.belara-premium-ready .belara-product-shell > * {
	position: relative;
	z-index: 2;
}

body.belara-premium-ready .belara-product-shell > .wd-product-cats {
	display: none !important;
}

body.belara-premium-ready .belara-product-shell > .wd-entities-title {
	min-height: 64px;
	margin: 18px 12px 8px !important;
}

body.belara-premium-ready .belara-product-shell > .price {
	width: 100%;
	padding: 8px 8px 0;
}

body.belara-premium-ready .wd-product .product-wrapper,
body.belara-premium-ready li.product .product-wrapper {
	position: relative;
	z-index: 3;
	transform-style: preserve-3d;
}

body.belara-premium-ready .product-element-top,
body.belara-premium-ready .product-image-link {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	height: clamp(285px, 18vw, 365px);
	margin: 0;
	border: 1px solid rgba(199, 160, 74, 0.22);
	border-radius: 6px;
	background:
		radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.95), transparent 36%),
		linear-gradient(180deg, #fffaf4, #f0e3d7) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		0 18px 30px rgba(111, 16, 34, 0.12);
	overflow: hidden;
	transform: translateZ(30px);
	transform-style: preserve-3d;
}

body.belara-premium-ready .product-element-top::before,
body.belara-premium-ready .product-image-link::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 34%),
		linear-gradient(315deg, rgba(111, 16, 34, 0.1), transparent 42%);
	mix-blend-mode: soft-light;
}

body.belara-premium-ready .product-element-top::after,
body.belara-premium-ready .product-image-link::after {
	content: "";
	position: absolute;
	inset-inline: 14%;
	inset-block-end: 8px;
	z-index: 1;
	height: 18px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.18);
	filter: blur(12px);
	transform: translateZ(-8px);
}

body.belara-premium-ready .product-image-link img,
body.belara-premium-ready .product-element-top img,
body.belara-premium-ready .woocommerce-product-gallery img {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05) contrast(1.03);
	transform: translateZ(22px);
	transition: transform 0.65s var(--belara-ease), filter 0.65s var(--belara-ease);
}

body.belara-premium-ready .wd-product:hover .product-image-link img,
body.belara-premium-ready .wd-product:hover .product-element-top img {
	filter: saturate(1.12) contrast(1.06);
	transform: translateZ(34px) scale(1.055);
}

body.belara-premium-ready .wd-product .product-information,
body.belara-premium-ready li.product .product-information {
	position: relative;
	z-index: 5;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 126px;
	padding: 18px 14px 0 !important;
	text-align: center;
	transform: translateZ(22px);
}

body.belara-premium-ready .wd-product .wd-entities-title,
body.belara-premium-ready li.product .wd-entities-title {
	font-weight: 800;
	line-height: 1.32;
	margin: 0 0 8px !important;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

body.belara-premium-ready .wd-product .star-rating,
body.belara-premium-ready li.product .star-rating {
	filter: drop-shadow(0 5px 8px rgba(199, 160, 74, 0.18));
}

body.belara-premium-ready .product-labels span,
body.belara-premium-ready .onsale {
	border-radius: 999px !important;
	background: var(--belara-burgundy) !important;
	box-shadow: 0 8px 18px rgba(111, 16, 34, 0.24);
}

body.belara-premium-ready .price,
body.belara-premium-ready .woocommerce-Price-amount.amount {
	color: var(--belara-ink) !important;
	font-weight: 800;
}

body.belara-premium-ready .wd-product .price,
body.belara-premium-ready li.product .price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	min-height: 28px;
	margin: auto 0 0 !important;
	line-height: 1.2;
	white-space: nowrap;
}

body.belara-premium-ready .wd-product .price ins,
body.belara-premium-ready li.product .price ins {
	text-decoration: none;
}

body.belara-premium-ready .wd-product .price del,
body.belara-premium-ready li.product .price del {
	font-size: 14px;
	opacity: 0.52;
}

body.belara-premium-ready del .woocommerce-Price-amount.amount {
	color: rgba(17, 17, 17, 0.44) !important;
}

body.belara-premium-ready .products-tabs-title,
body.belara-premium-ready .wd-nav-tabs {
	display: inline-flex;
	gap: 8px;
	padding: 6px;
	border: 1px solid rgba(199, 160, 74, 0.24) !important;
	border-radius: var(--belara-radius);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
	backdrop-filter: blur(10px);
}

body.belara-premium-ready .wd-nav-tabs > li > a {
	border-radius: 6px;
	padding: 9px 16px;
	transition: background-color 0.28s var(--belara-ease), color 0.28s var(--belara-ease);
}

body.belara-premium-ready .wd-nav-tabs > li:is(.active, :hover) > a {
	background: var(--belara-ink);
	color: #ffffff !important;
}

body.belara-premium-ready .belara-depth-panel,
body.belara-premium-ready .woocommerce-product-gallery,
body.belara-premium-ready .summary-inner,
body.belara-premium-ready .cart_totals,
body.belara-premium-ready .woocommerce-checkout-review-order,
body.belara-premium-ready .woocommerce-cart-form,
body.belara-premium-ready .woocommerce-billing-fields,
body.belara-premium-ready .woocommerce-shipping-fields,
body.belara-premium-ready .woocommerce-additional-fields,
body.belara-premium-ready .woocommerce-MyAccount-content,
body.belara-premium-ready .woocommerce-MyAccount-navigation {
	--belara-card-x: 50%;
	--belara-card-y: 50%;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(199, 160, 74, 0.24);
	border-radius: var(--belara-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.88) 58%, rgba(246, 217, 216, 0.28)) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.92) inset,
		0 20px 0 -15px rgba(111, 16, 34, 0.16),
		0 32px 70px rgba(17, 17, 17, 0.1) !important;
	transform: perspective(1200px) rotateX(var(--belara-tilt-x, 0deg)) rotateY(var(--belara-tilt-y, 0deg)) !important;
	transform-style: preserve-3d;
	transition:
		transform 0.42s var(--belara-ease),
		border-color 0.42s var(--belara-ease),
		box-shadow 0.42s var(--belara-ease);
}

body.belara-premium-ready .belara-depth-panel:hover {
	border-color: rgba(199, 160, 74, 0.58);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.92) inset,
		0 26px 0 -16px rgba(111, 16, 34, 0.2),
		0 42px 86px rgba(17, 17, 17, 0.16) !important;
}

body.belara-premium-ready .belara-depth-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at var(--belara-card-x) var(--belara-card-y), rgba(255, 240, 184, 0.45), transparent 25%),
		linear-gradient(135deg, rgba(199, 160, 74, 0.16), transparent 46%, rgba(14, 111, 98, 0.08));
	opacity: 0.5;
	transition: opacity 0.42s var(--belara-ease);
}

body.belara-premium-ready .belara-depth-panel::after {
	content: "";
	position: absolute;
	inset: 8px;
	z-index: 1;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		inset 0 -18px 28px rgba(111, 16, 34, 0.06);
	transform: translateZ(18px);
}

body.belara-premium-ready .belara-depth-panel:hover::before {
	opacity: 0.88;
}

body.belara-premium-ready .belara-depth-panel > * {
	position: relative;
	z-index: 2;
}

body.belara-premium-ready .summary-inner,
body.belara-premium-ready .cart_totals,
body.belara-premium-ready .woocommerce-checkout-review-order,
body.belara-premium-ready .woocommerce-cart-form,
body.belara-premium-ready .woocommerce-billing-fields,
body.belara-premium-ready .woocommerce-shipping-fields,
body.belara-premium-ready .woocommerce-additional-fields,
body.belara-premium-ready .woocommerce-MyAccount-content,
body.belara-premium-ready .woocommerce-MyAccount-navigation {
	padding: clamp(18px, 3vw, 34px);
}

body.belara-premium-ready .belara-depth-panel .elementor-icon,
body.belara-premium-ready .belara-depth-panel .box-icon-wrapper,
body.belara-premium-ready .belara-depth-panel .info-box-icon,
body.belara-premium-ready .wd-info-box .box-icon-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(199, 160, 74, 0.42);
	border-radius: 8px;
	background:
		linear-gradient(145deg, #111111, #391018);
	color: #f8e1a2;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 16px 28px rgba(111, 16, 34, 0.22);
	transform: translateZ(28px);
}

body.belara-premium-ready .belara-depth-panel .elementor-icon svg,
body.belara-premium-ready .belara-depth-panel .box-icon-wrapper svg,
body.belara-premium-ready .belara-depth-panel .info-box-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

body.belara-premium-ready input:not([type="checkbox"]):not([type="radio"]),
body.belara-premium-ready textarea,
body.belara-premium-ready select,
body.belara-premium-ready .select2-container--default .select2-selection--single {
	border: 1px solid rgba(17, 17, 17, 0.12) !important;
	border-radius: 6px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition: border-color 0.24s var(--belara-ease), box-shadow 0.24s var(--belara-ease);
}

body.belara-premium-ready input:not([type="checkbox"]):not([type="radio"]):focus,
body.belara-premium-ready textarea:focus,
body.belara-premium-ready select:focus,
body.belara-premium-ready .select2-container--default.select2-container--open .select2-selection--single {
	border-color: rgba(199, 160, 74, 0.78) !important;
	box-shadow: 0 0 0 3px rgba(199, 160, 74, 0.14) !important;
}

body.belara-premium-ready .wd-dropdown,
body.belara-premium-ready .wd-dropdown-menu,
body.belara-premium-ready .wd-dropdown-cart,
body.belara-premium-ready .mobile-nav,
body.belara-premium-ready .wd-side-hidden {
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: var(--belara-radius);
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 18px 46px rgba(17, 17, 17, 0.14);
	backdrop-filter: blur(14px);
}

body.belara-premium-ready table,
body.belara-premium-ready .shop_table,
body.belara-premium-ready .woocommerce-table {
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(199, 160, 74, 0.28) !important;
	border-radius: var(--belara-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.88));
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.94) inset,
		0 20px 0 -14px rgba(111, 16, 34, 0.14),
		0 30px 64px rgba(17, 17, 17, 0.12);
	transform: translateZ(0);
}

body.belara-premium-ready table th,
body.belara-premium-ready .shop_table th,
body.belara-premium-ready .woocommerce-table th {
	background: linear-gradient(135deg, #111111, #391018) !important;
	color: #fffaf4 !important;
	font-weight: 750;
	border: 0 !important;
	padding: 16px 18px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(199, 160, 74, 0.28);
}

body.belara-premium-ready table td,
body.belara-premium-ready .shop_table td,
body.belara-premium-ready .woocommerce-table td {
	border-color: rgba(17, 17, 17, 0.08) !important;
	padding: 16px 18px !important;
	vertical-align: middle;
	background-clip: padding-box;
}

body.belara-premium-ready table tr:nth-child(even) td,
body.belara-premium-ready .shop_table tr:nth-child(even) td {
	background: rgba(255, 250, 244, 0.72);
}

body.belara-premium-ready table tr:hover td,
body.belara-premium-ready .shop_table tr:hover td,
body.belara-premium-ready .woocommerce-table tr:hover td {
	background: rgba(255, 240, 184, 0.2);
}

body.belara-premium-ready .cart-empty,
body.belara-premium-ready .woocommerce-info,
body.belara-premium-ready .woocommerce-message,
body.belara-premium-ready .woocommerce-error {
	border: 1px solid rgba(199, 160, 74, 0.3);
	border-radius: var(--belara-radius);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.86));
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.94) inset,
		0 20px 42px rgba(17, 17, 17, 0.1);
}

body.belara-premium-ready .wd-sticky-btn,
body.belara-premium-ready .wd-sticky-toolbar {
	background: rgba(255, 250, 244, 0.94) !important;
	border-top: 1px solid rgba(199, 160, 74, 0.2);
	backdrop-filter: blur(12px);
}

body.belara-premium-ready footer:not(.belara-pro-footer),
body.belara-premium-ready .wd-prefooter,
body.belara-premium-ready .footer-container,
body.belara-premium-ready .elementor-location-footer {
	display: none !important;
}

.belara-pro-footer {
	position: relative;
	z-index: 5;
	margin-top: 64px;
	background:
		radial-gradient(circle at 15% 10%, rgba(199, 160, 74, 0.18), transparent 28%),
		linear-gradient(135deg, #080808 0%, #221014 48%, #0a2925 100%);
	color: rgba(255, 255, 255, 0.86);
	border-top: 1px solid rgba(199, 160, 74, 0.34);
}

.belara-footer-shell {
	display: grid;
	grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(170px, 0.75fr));
	gap: clamp(20px, 3vw, 42px);
	width: min(1222px, calc(100% - 40px));
	margin-inline: auto;
	padding: clamp(42px, 6vw, 72px) 0 34px;
}

.belara-footer-mark {
	width: fit-content;
	margin-bottom: 18px;
	padding: 12px 18px;
	border: 1px solid rgba(199, 160, 74, 0.5);
	border-radius: var(--belara-radius);
	background: rgba(111, 16, 34, 0.42);
	color: #f8e1a2;
	font-size: clamp(28px, 3vw, 46px);
	font-weight: 850;
	letter-spacing: 0.06em;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.belara-footer-brand p,
.belara-footer-contact p {
	max-width: 440px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.72);
}

.belara-footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.belara-footer-badges span {
	padding: 7px 11px;
	border: 1px solid rgba(199, 160, 74, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: #fffaf4;
	font-size: 13px;
}

.belara-footer-links h3,
.belara-footer-contact h3 {
	margin-bottom: 16px;
	color: #f8e1a2;
	font-size: 17px;
	font-weight: 800;
}

.belara-footer-links a {
	display: block;
	width: fit-content;
	margin-bottom: 11px;
	color: rgba(255, 255, 255, 0.72) !important;
	transition: color 0.24s var(--belara-ease), transform 0.24s var(--belara-ease);
}

.belara-footer-links a:hover {
	color: #ffffff !important;
	transform: translateX(-4px);
}

.belara-footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 11px 18px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--belara-gold), #fff0b8);
	color: #111111 !important;
	font-weight: 800;
	box-shadow: 0 14px 30px rgba(199, 160, 74, 0.18);
}

.belara-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: min(1222px, calc(100% - 40px));
	margin-inline: auto;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}

body.belara-premium-ready .belara-reveal {
	will-change: transform, opacity;
}

@media (max-width: 1024px) {
	.belara-premium-stage {
		inset-block-start: 74px;
		height: 560px;
		opacity: 0.58;
	}

	.belara-lottie-sigil {
		display: none;
	}

	body.home.belara-premium-ready .elementor-slides-wrapper {
		min-height: 520px;
	}

	body.belara-premium-ready .wd-product,
	body.belara-premium-ready li.product {
		transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0) !important;
	}

	.belara-footer-shell {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.belara-premium-stage {
		height: 420px;
		opacity: 0.42;
	}

	body.home.belara-premium-ready .elementor-slides-wrapper {
		min-height: 430px;
	}

	body.home.belara-premium-ready .elementor-slides .swiper-slide {
		height: 430px !important;
	}

	body.home.belara-premium-ready .elementor-slides .swiper-slide-inner {
		height: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 24px !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}

	body.home.belara-premium-ready .swiper-slide-contents {
		width: min(320px, 88vw) !important;
		max-width: min(320px, 88vw) !important;
		margin-inline: auto !important;
	}

	body.home.belara-premium-ready .elementor-slide-heading {
		font-size: clamp(28px, 9vw, 36px);
		line-height: 1.16;
	}

	body.home.belara-premium-ready .elementor-slide-description {
		font-size: 16px;
	}

	body.belara-premium-ready .products-tabs-title,
	body.belara-premium-ready .wd-nav-tabs {
		display: flex;
		width: 100%;
		overflow-x: auto;
		justify-content: flex-start;
		scroll-snap-type: x mandatory;
	}

	body.belara-premium-ready .wd-nav-tabs > li {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	body.belara-premium-ready .summary-inner,
	body.belara-premium-ready .cart_totals,
	body.belara-premium-ready .woocommerce-checkout-review-order,
	body.belara-premium-ready .woocommerce-cart-form,
	body.belara-premium-ready .woocommerce-billing-fields,
	body.belara-premium-ready .woocommerce-shipping-fields,
	body.belara-premium-ready .woocommerce-additional-fields {
		padding: 16px;
	}

	body.belara-premium-ready .whb-general-header {
		background: rgba(17, 17, 17, 0.96) !important;
	}

	body.belara-premium-ready .wd-tools-icon,
	body.belara-premium-ready .wd-action-icon {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px;
	}

	body.belara-premium-ready table,
	body.belara-premium-ready .shop_table {
		display: block;
		overflow-x: auto;
	}

	.belara-footer-shell {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 560px);
	}

	.belara-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		width: min(100% - 28px, 560px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.belara-premium-canvas,
	.belara-lottie-sigil {
		display: none;
	}

	body.belara-premium-ready *,
	body.belara-premium-ready *::before,
	body.belara-premium-ready *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
