/**
Theme Name: Arolax Child
Version: 1.1.0
Text Domain: arolax
Template: arolax
*/
:root{--bt-purple:#c278ff;--bt-cyan:#c278ff;--bt-mint:#c278ff;--bt-ink:#11110f}
::selection{background:var(--bt-purple);color:#fff}
body a{transition:color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}
body a:hover{color:var(--bt-cyan)}
body a:focus-visible,body button:focus-visible,body input:focus-visible,body select:focus-visible,body textarea:focus-visible{outline:2px solid var(--bt-cyan)!important;outline-offset:3px}
body .wc-btn-primary:hover,body .btn-text-flip:hover,body .woocommerce a.button:hover,body .woocommerce button.button:hover,body .woocommerce input.button:hover{border-color:transparent!important;background:var(--bt-purple)!important;color:var(--bt-ink)!important;box-shadow:0 12px 30px rgba(194,120,255,.2)}
body .woocommerce a.button.alt,body .woocommerce button.button.alt,body .woocommerce .checkout-button,body .woocommerce #place_order,body .single_add_to_cart_button{border-color:transparent!important;background:var(--bt-purple)!important;color:var(--bt-ink)!important}
body .woocommerce a.button.alt:hover,body .woocommerce button.button.alt:hover,body .woocommerce .checkout-button:hover,body .woocommerce #place_order:hover,body .single_add_to_cart_button:hover{background:#d39cff!important;box-shadow:0 14px 34px rgba(194,120,255,.2)}
body .woocommerce-message,body .woocommerce-info{border-top-color:var(--bt-cyan)}
body .woocommerce-message:before,body .woocommerce-info:before,body .star-rating span:before{color:var(--bt-cyan)}
body input:focus,body select:focus,body textarea:focus{border-color:var(--bt-purple)!important;box-shadow:0 0 0 3px rgba(208,112,255,.12)}
body .wcf-scroll-to-top,body .scroll-to-top,body .scroll-top{background:linear-gradient(135deg,var(--bt-purple),var(--bt-cyan))!important;color:var(--bt-ink)!important}
body .elementor-element-057cd2e .highlight>div:first-child{margin-right:.22em}

/* Bright Templ commerce redesign */
:root{
	--bt-bg:#11110f;
	--bt-bg-deep:#090908;
	--bt-panel:#191917;
	--bt-panel-2:#22221f;
	--bt-line:rgba(232,230,222,.15);
	--bt-line-strong:rgba(0,208,255,.34);
	--bt-text:#f7fbff;
	--bt-muted:#b5b3aa;
	--bt-shadow:0 24px 70px rgba(0,0,0,.3);
}

/* Single Bright Templ foundation: structure and colors live here, not in stacked overrides. */
html,body,#page,#content-area,.site,.site-content,.arolax-base,.wcf-woo--wrapper{
	background-color:var(--bt-bg);
	color:var(--bt-text);
}
body:not(.home) header,
body:not(.home) .arolax-theme-elementor-header-section,
body:not(.home) .elementor-location-header{background-color:var(--bt-bg)}
body:not(.home) footer,
body:not(.home) .elementor-location-footer{background-color:var(--bt-panel)}
body:not(.home) #content-area :is(h1,h2,h3,h4,h5,h6,label,legend,strong,th){color:var(--bt-text)}
body:not(.home) #content-area :is(p,li,td,.woocommerce-result-count,.woocommerce-product-details__short-description){color:var(--bt-muted)}
body:not(.home) :is(input:not([type="submit"]):not([type="button"]):not([type="reset"]),textarea),
body:not(.home) .select2-container--default :is(.select2-selection--single,.select2-selection--multiple){
	border:1px solid var(--bt-line)!important;
	background-color:var(--bt-panel-2)!important;
	color:var(--bt-text)!important;
}
body:not(.home) :is(input,textarea)::placeholder{color:var(--bt-muted);opacity:1}
body:not(.home) .select2-dropdown,
body:not(.home) .select2-results__option,
body:not(.home) .select2-search__field{border-color:var(--bt-line);background:var(--bt-panel-2);color:var(--bt-text)}

/* Header account, cart and currency controls. */
.cw-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%;color:var(--bt-text);white-space:nowrap}
.cw-header-tools a{color:var(--bt-text);text-decoration:none}
.cw-header-tools a:hover,.cw-header-tools a:focus-visible{color:var(--bt-cyan)}
.cw-header-account,.cw-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:42px;line-height:1}
.cw-header-account svg,.cw-cart-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cw-header-cart{position:relative;display:flex;align-items:center;gap:5px;height:44px}
.cw-cart-count{position:absolute;top:0;right:-5px;display:flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:linear-gradient(110deg,var(--bt-purple),var(--bt-cyan));color:var(--bt-bg-deep);font-size:10px;font-weight:750;line-height:1}
.cw-cart-summary{color:var(--bt-text);font-size:12px}
.cw-mini-cart{position:absolute;z-index:9999;top:calc(100% + 14px);right:0;width:min(420px,calc(100vw - 24px));padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#191917!important;box-shadow:0 24px 70px rgba(0,0,0,.48);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease;white-space:normal}
.cw-header-cart:hover .cw-mini-cart,.cw-header-cart:focus-within .cw-mini-cart{opacity:1;visibility:visible;transform:translateY(0)}
.cw-mini-cart .woocommerce-mini-cart{max-height:340px;margin:0 0 14px!important;padding:0!important;overflow:auto;list-style:none!important}
.cw-mini-cart .woocommerce-mini-cart-item{position:relative!important;display:block!important;min-height:72px;margin:0!important;padding:0 30px 18px 0!important;border:0!important;color:var(--bt-text)!important;font-size:14px!important;line-height:1.4!important;list-style:none!important}
.cw-mini-cart .woocommerce-mini-cart-item+.woocommerce-mini-cart-item{margin-top:15px!important;padding-top:15px!important;border-top:1px solid var(--bt-line)!important}
.cw-mini-cart .woocommerce-mini-cart-item>a:not(.remove_from_cart_button){display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;align-items:start;width:100%!important;color:var(--bt-text)!important;font-weight:650;line-height:1.35!important;white-space:normal!important}
.cw-mini-cart .woocommerce-mini-cart-item img{float:none!important;width:64px!important;height:64px!important;margin:0!important;padding:7px!important;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#22221f!important;object-fit:contain!important}
.cw-mini-cart .woocommerce-mini-cart-item .quantity{display:flex!important;align-items:center;gap:6px;margin:8px 0 0 78px!important;color:var(--bt-muted)!important;font-size:12px!important;font-weight:650!important;line-height:1.3!important}
.cw-mini-cart .woocommerce-mini-cart-item .quantity .amount{margin-left:auto;color:var(--bt-mint)!important;font-size:14px!important;font-weight:750!important}
.cw-mini-cart .remove_from_cart_button{position:absolute!important;z-index:2;top:0;right:0;display:flex!important;align-items:center;justify-content:center;width:24px!important;height:24px!important;padding:0!important;border:1px solid var(--bt-line)!important;border-radius:50%;background:transparent!important;color:var(--bt-muted)!important;font-size:18px!important;line-height:1!important}
.cw-mini-cart .remove_from_cart_button:hover{border-color:#ff8ca5!important;background:rgba(255,140,165,.12)!important;color:#ff8ca5!important}
.cw-mini-cart .woocommerce-mini-cart__total{display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin:0 0 13px!important;padding:14px 0 0!important;border-top:1px solid var(--bt-line)!important;color:var(--bt-text)!important;font-size:14px!important}
.cw-mini-cart .woocommerce-mini-cart__total .amount{color:var(--bt-mint)!important;font-weight:750}
.cw-mini-cart .woocommerce-mini-cart__buttons{display:flex!important;gap:9px;margin:0!important;padding:0!important}
.cw-mini-cart .button{flex:1;display:flex!important;align-items:center;justify-content:center;min-height:46px;margin:0!important;padding:8px 12px!important;border:1px solid rgba(208,112,255,.4)!important;border-radius:12px!important;background:rgba(208,112,255,.07)!important;color:#ead3f5!important;font-size:12px!important;font-weight:750!important;text-align:center}
.cw-mini-cart .button.checkout{border-color:var(--bt-purple)!important;background:var(--bt-purple)!important;color:#11110f!important}
.cw-mini-cart .button:hover{border-color:#d39cff!important;background:#d39cff!important;color:#11110f!important}

.cw-header-currency{position:relative;z-index:10000;width:62px;min-width:62px}
.cw-header-currency .wcml-dropdown{width:62px!important;margin:0!important}
.cw-header-currency .wcml-dropdown>ul{margin:0!important;padding:0!important}
.cw-header-currency .wcml-dropdown li{border:0!important;background:transparent!important}
.cw-header-currency .wcml-dropdown .wcml-cs-item-toggle{display:flex!important;align-items:center;height:40px;padding:0 18px 0 8px!important;color:var(--bt-text)!important;font-size:12px;font-weight:650}
.cw-header-currency .wcml-dropdown .wcml-cs-item-toggle::after{right:5px!important;border-top-color:var(--bt-cyan)!important}
.cw-header-currency .wcml-cs-submenu{top:100%!important;left:0!important;width:78px!important;min-width:78px!important;padding:6px!important;border:1px solid var(--bt-line)!important;border-radius:10px!important;background:var(--bt-panel-2)!important;box-shadow:0 16px 38px rgba(0,0,0,.4)}
.cw-header-currency.is-open .wcml-cs-submenu,.cw-header-currency .wcml-cs-active-currency:hover>.wcml-cs-submenu,.cw-header-currency .wcml-cs-active-currency:focus-within>.wcml-cs-submenu{display:block!important;visibility:visible!important;opacity:1!important}
.cw-header-currency .wcml-cs-submenu li a{display:block;padding:7px 8px!important;color:var(--bt-text)!important;font-size:12px}
.cw-header-currency .wcml-cs-submenu li a:hover{color:var(--bt-cyan)!important}

/* Shared utility components retained from the child theme. */
.cw-back-to-top{position:fixed;z-index:9990;right:24px;bottom:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:linear-gradient(135deg,var(--bt-purple),var(--bt-cyan));color:var(--bt-bg-deep);box-shadow:0 12px 30px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(14px);transition:.2s ease;cursor:pointer;pointer-events:none}
.cw-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.cw-back-to-top:hover,.cw-back-to-top:focus-visible{background:linear-gradient(135deg,var(--bt-cyan),var(--bt-mint));color:var(--bt-bg-deep)}
.cw-back-to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cw-hype-block-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
.cw-hype-block-field{display:flex;flex-direction:column;gap:6px;min-width:0}.cw-hype-block-field--wide{grid-column:1/-1}
.cw-hype-block-field label{color:var(--bt-text)!important;font-size:13px;font-weight:650}
.cw-hype-block-field input{width:100%;min-height:48px;margin:0;padding:10px 12px;border:1px solid var(--bt-line)!important;border-radius:12px;background:var(--bt-panel-2)!important;color:var(--bt-text)!important}
.wcf-cursor,.wcf-cursor-follower{display:none!important}
.elementor-16335 .elementor-element.elementor-element-190ee9c,.elementor-16335 .elementor-element.elementor-element-88c0808,.elementor-16335 .elementor-element.elementor-element-4da80fb{opacity:1!important;transform:none!important;translate:none!important;animation:none!important;transition:none!important}

/* Replace the repeated stock-photo title with a compact branded banner. */
body:not(.home) .default-breadcrumb__area{
	min-height:290px;
	padding:155px 0 68px!important;
	overflow:hidden;
	background-color:var(--bt-bg-deep)!important;
	background-image:
		radial-gradient(circle at 14% 25%,rgba(208,112,255,.2),transparent 30%),
		radial-gradient(circle at 84% 15%,rgba(0,255,208,.12),transparent 32%),
		linear-gradient(125deg,#0a0a09 0%,#171613 52%,#0c0c0a 100%)!important;
	border-bottom:1px solid var(--bt-line);
	text-align:left;
}
body:not(.home) .default-breadcrumb__area::before{
	z-index:-1;
	opacity:.45;
	background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
	background-size:48px 48px;
	mask-image:linear-gradient(to right,#000,transparent 92%);
}
body:not(.home) .default-breadcrumb__area::after{
	position:absolute;
	z-index:-1;
	top:-130px;
	right:7%;
	width:360px;
	height:360px;
	content:"";
	border:1px solid rgba(0,255,208,.16);
	border-radius:42% 58% 62% 38%;
	box-shadow:inset 0 0 80px rgba(0,208,255,.08),0 0 100px rgba(208,112,255,.08);
	transform:rotate(18deg);
}
body:not(.home) .default-breadcrumb__area .container{position:relative;z-index:2}
body:not(.home) .default-breadcrumb__title{
	margin:0 0 16px;
	color:var(--bt-text)!important;
	font-family:"DM Sans",sans-serif;
	font-size:clamp(42px,5vw,68px);
	font-weight:650;
	letter-spacing:-.045em;
	line-height:.98;
}
body:not(.home) .default-breadcrumb__list{justify-content:flex-start;gap:8px;margin:0}
body:not(.home) .default-breadcrumb__list li{
	display:inline-flex;
	align-items:center;
	color:var(--bt-muted);
	font-size:13px;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
}
body:not(.home) .default-breadcrumb__list a{color:var(--bt-cyan)!important}
body:not(.home) .default-breadcrumb__list li i{padding-inline:8px;color:rgba(255,255,255,.3)}

/* Shared WooCommerce shell. */
html body.woocommerce-page .wcf-woo--wrapper,
body.woocommerce-cart .arolax--page-details,
body.woocommerce-checkout .arolax--page-details{padding-top:145px!important;padding-bottom:110px!important}
body.woocommerce-page .wcf-woo--content{min-width:0}
body.woocommerce-page .page-title,
body.woocommerce-page .woocommerce-products-header__title{
	color:var(--bt-text)!important;
	font-family:"DM Sans",sans-serif!important;
	font-size:clamp(32px,4vw,48px)!important;
	font-weight:650!important;
	letter-spacing:-.04em;
}
body.woocommerce-page .woocommerce-result-count{font-size:14px!important;color:var(--bt-muted)!important}
html body.woocommerce-page .woocommerce-ordering select{
	min-width:220px;
	height:52px;
	padding:0 44px 0 18px!important;
	border:0!important;
	border-bottom:1px solid rgba(255,255,255,.28)!important;
	border-radius:0!important;
	background:transparent!important;
	color:var(--bt-text)!important;
	box-shadow:none!important;
}

/* Shop filters. Sidebar direction and proportions come from the theme setting. */
body.woocommerce-shop .wcf-woo--sidebar,
body.tax-product_cat .wcf-woo--sidebar{padding-left:28px;border-left:1px solid rgba(255,255,255,.1)}
body.woocommerce-page .wcf-woo--widget{
	min-width:0;margin-bottom:0!important;
	padding:0!important;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
body.woocommerce-page .wcf-woo--widget .widget-title,
body.woocommerce-page .wcf-woo--widget .wcf-woo--title{
	margin:0 0 18px!important;
	padding:0 0 14px!important;
	border-bottom:0!important;
	color:var(--bt-text)!important;
	font-family:"DM Sans",sans-serif!important;
	font-size:17px!important;
	font-weight:650!important;
	text-decoration:none!important;
}
body.woocommerce-page .woocommerce-product-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
body.woocommerce-page .woocommerce-product-search input[type="search"]{
	width:100%;min-width:0;height:46px;padding:0 14px!important;border:0!important;border-radius:10px!important;background:rgba(255,255,255,.065)!important
}
body.woocommerce-page .woocommerce-product-search button,
body.woocommerce-page .widget_price_filter .button{
	min-height:44px;padding:0 17px!important;border:0!important;border-radius:12px!important;background:linear-gradient(110deg,var(--bt-purple),var(--bt-cyan))!important;color:var(--bt-bg-deep)!important;font-size:13px!important;font-weight:750!important
}
body.woocommerce-page .product-categories li{padding:10px 0!important;border-bottom:1px solid rgba(255,255,255,.07)}
body.woocommerce-page .product-categories li:last-child{border-bottom:0}
body.woocommerce-page .product-categories a{color:var(--bt-muted)!important;font-size:14px;font-weight:550}
body.woocommerce-page .product-categories a:hover{color:var(--bt-cyan)!important}
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{background:linear-gradient(90deg,var(--bt-purple),var(--bt-cyan))!important}
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{border:2px solid var(--bt-panel)!important;background:var(--bt-cyan)!important;box-shadow:0 0 0 3px rgba(0,208,255,.12)}
body.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{background:rgba(255,255,255,.1)!important}
body.woocommerce-page .widget_price_filter .price_slider_amount{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--bt-muted)!important;font-size:12px}
body.woocommerce-page .widget_price_filter .price_label{color:var(--bt-muted)!important;white-space:nowrap}
body.woocommerce-page .widget_product_tag_cloud .tagcloud{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0!important;overflow:visible!important}
body.woocommerce-page .widget_product_tag_cloud .tagcloud a{display:flex!important;align-items:center;width:100%;min-width:0;min-height:42px;margin:0!important;padding:9px 11px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important;background:rgba(255,255,255,.035)!important;color:var(--bt-muted)!important;font-size:12px!important;font-weight:600!important;line-height:1.25!important;text-align:left!important;text-transform:none!important;overflow-wrap:anywhere}
body.woocommerce-page .widget_product_tag_cloud .tagcloud a::after{display:none!important}
body.woocommerce-page .widget_product_tag_cloud .tagcloud a:hover{border-color:rgba(208,112,255,.45)!important;background:rgba(208,112,255,.1)!important;color:var(--bt-text)!important}

/* The archive now reads as a marketplace, not a default WooCommerce list. */
.bt-shop-intro{
	position:relative;
	display:grid;
	grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
	gap:36px;
	align-items:end;
	margin:18px 0 42px;
	padding:18px 0 4px;
	overflow:hidden;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
}
.bt-shop-intro::after{display:none}
.bt-shop-intro__copy{position:relative;z-index:1}
.bt-shop-intro__eyebrow{display:inline-flex;margin:0 0 14px;color:var(--bt-mint);font-size:12px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}
.bt-shop-intro h2{max-width:720px;margin:0 0 16px!important;color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:clamp(34px,4.3vw,58px)!important;font-weight:650!important;letter-spacing:-.05em;line-height:1!important}
.bt-shop-intro p{max-width:650px;margin:0!important;color:var(--bt-muted)!important;font-size:15px;line-height:1.65}
.bt-shop-intro__links{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.bt-shop-intro__links a{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 17px;border:0;border-radius:999px;background:rgba(255,255,255,.06);color:var(--bt-text)!important;font-size:13px;font-weight:700}
.bt-shop-intro__links a:hover,.bt-shop-intro__links a.is-active{border-color:transparent;background:linear-gradient(110deg,var(--bt-purple),var(--bt-cyan));color:var(--bt-bg-deep)!important}
body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count{display:none!important}
body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering{margin:0 0 24px!important}

/* Product cards in archives and related products. */
body.woocommerce-page ul.products,
body.woocommerce-page ul.wcf--products{gap:24px!important}
body.woocommerce-shop ul.products,
body.tax-product_cat ul.products{gap:34px 22px!important}
body.woocommerce-page ul.products li.product,
body.woocommerce-page .wcf--products li.product{
	position:relative;
	display:flex!important;
	flex-direction:column;
	height:100%;
	padding:0!important;
	overflow:visible;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
	transition:none;
}
body.woocommerce-page ul.products li.product::before{
	display:none
}
body.woocommerce-page ul.products li.product:hover,
body.woocommerce-page .wcf--products li.product:hover{
	z-index:auto;left:auto!important;translate:none!important;transform:none!important;border:0!important;box-shadow:none!important
}
body.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__link{display:flex!important;position:static!important;left:auto!important;flex:1 1 auto;flex-direction:column;margin-left:0!important;padding:0!important;translate:none!important;transform:none!important;transition:none!important}
body.woocommerce-page ul.products li.product img{
	width:100%!important;
	aspect-ratio:1/1!important;
	height:auto!important;
	margin:0 0 10px!important;
	padding:0!important;
	border-radius:18px!important;
	background:transparent!important;
	object-fit:contain!important;
	filter:none!important;
	transform:none!important;
	transition:none!important;
}
body.woocommerce-page ul.products li.product:hover a img,
body.woocommerce-page ul.products li.product:hover img{left:auto!important;width:100%!important;max-width:100%!important;margin:0 0 10px!important;filter:none!important;translate:none!important;transform:none!important}
body.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title{letter-spacing:-.015em!important}
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
	display:-webkit-box!important;min-height:3em!important;height:3em!important;margin:0 0 12px!important;overflow:hidden;color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:17px!important;font-weight:650!important;line-height:1.45!important;letter-spacing:-.015em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2
}
body.woocommerce-page ul.products li.product .star-rating{margin:0 0 10px!important;color:var(--bt-mint)!important;font-size:12px}
body.woocommerce-shop ul.products li.product .star-rating,
body.tax-product_cat ul.products li.product .star-rating{display:none!important}
body.woocommerce-page ul.products li.product .price{
	min-height:25px!important;margin:auto 0 0!important;color:var(--bt-cyan)!important;font-size:16px!important;font-weight:750!important
}
body.woocommerce-page ul.products li.product .price,
body.single-product div.product .summary .price,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-checkout .wc-block-formatted-money-amount,
.cw-mini-cart .woocommerce-Price-amount{color:var(--bt-purple)!important}
body.woocommerce-page ul.products li.product .button{
	display:inline-flex!important;align-items:center;justify-content:flex-start;align-self:flex-start;gap:8px;min-height:0;margin:16px 0 0!important;padding:0 0 5px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.35)!important;border-radius:0!important;background:transparent!important;color:var(--bt-text)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.01em
}
body.woocommerce-page ul.products li.product .button::after{content:"↗";font-size:15px;transition:transform .2s ease}
body.woocommerce-page ul.products li.product .button:hover{border-bottom-color:var(--bt-cyan)!important;background:transparent!important;color:var(--bt-cyan)!important;transform:none}
body.woocommerce-page ul.products li.product .button:hover::after{transform:translate(2px,-2px)}

/* Pagination must remain legible over the dark catalog background. */
html body.woocommerce-page nav.woocommerce-pagination ul.page-numbers{display:flex!important;align-items:center;justify-content:center;gap:8px;margin:46px 0 0!important;border:0!important}
html body.woocommerce-page nav.woocommerce-pagination ul.page-numbers li{margin:0!important;border:0!important}
html body.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a,
html body.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span{display:grid!important;place-items:center;min-width:42px;height:42px;padding:0 12px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.075)!important;color:#f7fbff!important;font-size:14px!important;font-weight:700!important;line-height:1!important;opacity:1!important}
html body.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span.current{background:linear-gradient(110deg,var(--bt-purple),var(--bt-cyan))!important;color:var(--bt-bg-deep)!important}
html body.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a:hover{background:rgba(0,208,255,.18)!important;color:var(--bt-cyan)!important}

/* Single product: spacious two-column product panel with no archive sidebar. */
body.single-product .wcf-woo--grid{display:block!important}
body.single-product .wcf-woo--sidebar-wrapper{display:none!important}
body.single-product .wcf-woo--content{width:100%!important;max-width:none!important}
body.single-product div.product.type-product{
	display:grid!important;
	grid-template-columns:minmax(380px,.88fr) minmax(420px,1.12fr);
	gap:44px 64px;
	width:100%;
	border:0!important;
	background:transparent!important;
}
body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary{
	float:none!important;width:auto!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important
}
body.single-product div.product .woocommerce-product-gallery{align-self:start;padding:0!important}
body.single-product div.product .woocommerce-product-gallery__wrapper{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#191917}
body.single-product div.product .woocommerce-product-gallery__image>a{display:grid!important;place-items:center;min-height:460px;padding:44px!important}
body.single-product div.product .woocommerce-product-gallery img{width:auto!important;max-width:100%!important;height:auto!important;max-height:360px!important;aspect-ratio:auto!important;margin:0 auto!important;padding:0!important;object-fit:contain!important;filter:none!important;transform:none!important}
body.single-product div.product.product_cat-plugins .woocommerce-product-gallery img{width:auto!important;max-width:min(100%,380px)!important;max-height:280px!important}
body.single-product div.product .woocommerce-product-gallery__trigger{display:none!important}
body.single-product div.product .summary{align-self:start;padding:18px 0 0!important}
body.single-product div.product .summary::before{display:block;margin-bottom:16px;content:"Bright Templ product";color:var(--bt-purple);font-size:12px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}
body.single-product div.product .product_title{
	max-width:680px;margin:0 0 18px!important;color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:clamp(34px,3.6vw,48px)!important;font-weight:650!important;letter-spacing:-.04em!important;line-height:1.05!important
}
body.single-product div.product .summary .price{display:block;margin:0 0 26px!important;color:var(--bt-purple)!important;font-size:30px!important;font-weight:750!important}
body.single-product div.product .summary .price *,
body.woocommerce-page ul.products li.product .price *{color:inherit!important}
body.single-product div.product .summary .woocommerce-product-details__short-description{margin-bottom:24px;color:var(--bt-muted)!important;font-size:15px;line-height:1.7}
body.single-product div.product .summary .woocommerce-info,
body.single-product div.product .summary .woocommerce-message{
	margin:0 0 28px!important;padding:16px 18px 16px 46px!important;border:1px solid rgba(194,120,255,.24)!important;border-radius:14px!important;background:rgba(194,120,255,.065)!important;color:var(--bt-text)!important;font-size:14px;line-height:1.55
}
body.single-product div.product .summary .woocommerce-info::before{top:18px!important;left:18px!important;color:var(--bt-purple)!important}
body.single-product div.product form.cart{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:14px;margin:24px 0!important}
body.single-product div.product form.cart .extended-license{flex:0 0 100%;width:100%;margin:0 0 4px!important;padding:15px 17px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#191917}
body.single-product div.product form.cart .extended-license label{display:flex;align-items:center;gap:9px;margin:0!important;color:var(--bt-text)!important;font-size:14px!important;line-height:1.4!important;cursor:pointer}
body.single-product div.product form.cart .extended-license input[type="checkbox"]{flex:0 0 auto;width:18px!important;height:18px!important;margin:0!important;accent-color:var(--bt-purple)}
body.single-product div.product form.cart .extended-license__label{min-width:0}
body.single-product div.product form.cart .license-details{margin-left:auto;color:var(--bt-purple)!important;font-size:13px!important;font-weight:700!important;white-space:nowrap}
body.single-product div.product form.cart .quantity{position:relative!important;display:inline-grid!important;grid-template-columns:42px 58px 42px;flex:0 0 auto;width:auto!important;height:54px!important;margin:0!important;padding:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;background:#191917!important}
body.single-product div.product form.cart .quantity .minus,
body.single-product div.product form.cart .quantity .plus{position:static!important;inset:auto!important;display:flex!important;align-items:center;justify-content:center;width:42px!important;height:52px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:0!important;font-weight:500!important;line-height:1!important;transform:none!important}
body.single-product div.product form.cart .quantity .minus::before{content:"−";font-size:21px;line-height:1}
body.single-product div.product form.cart .quantity .plus::before{content:"+";font-size:21px;line-height:1}
body.single-product div.product form.cart .quantity .minus{border-right:1px solid rgba(255,255,255,.1)!important}
body.single-product div.product form.cart .quantity .plus{border-left:1px solid rgba(255,255,255,.1)!important}
body.single-product div.product form.cart .quantity .minus:hover,
body.single-product div.product form.cart .quantity .plus:hover{background:rgba(194,120,255,.14)!important;color:var(--bt-purple)!important}
body.single-product div.product form.cart .quantity .qty{position:static!important;width:58px!important;min-width:0!important;height:52px!important;margin:0!important;padding:0 4px!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--bt-text)!important;box-shadow:none!important;font-size:15px!important;font-weight:700!important;line-height:normal!important;text-align:center!important;appearance:textfield!important;-moz-appearance:textfield!important}
body.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button,
body.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
body.single-product div.product .single_add_to_cart_button{flex:0 0 auto;width:auto!important;min-height:54px;padding:0 30px!important;border-radius:14px!important;font-weight:750!important}
body.single-product div.product .product_meta{display:grid;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid var(--bt-line);color:var(--bt-muted)!important;font-size:13px;line-height:1.65}
body.single-product div.product .product_meta>span{display:flex;align-items:flex-start;gap:7px}
body.single-product div.product .product_meta a{color:var(--bt-purple)!important}
body.single-product div.product .product_meta .tagged_as{
	dis:flex!important;
	flex-wrap:wrap!important;
	align-items:center!important;
	gap:0!important;
	width:100%!important;
	font-size:0!important;
}
body.single-product div.product .product_meta .tagged_as::before{
	dis:block;
	flex:0 0 100%;
	margin-bottom:9px;
	content:"Tags";
	color:var(--bt-muted);
	font-size:11px;
	font-weight:750;
	letter-spacing:.09em;
	text-transform:uppercase;
}
body.single-product div.product .product_meta .tagged_as a{
	dis:grid!important;
	place-items:center!important;
	min-width:0!important;
	flex:0 0 calc((100% - 28px)/5)!important;
	width:calc((100% - 28px)/5)!important;
	height:21px!important;
	min-height:21px!important;
	margin:0 7px 7px 0!important;
	padding:1px 6px 0!important;
	box-sizing:border-box!important;
	border:1px solid rgba(194,120,255,.22)!important;
	border-radius:999px!important;
	background:rgba(194,120,255,.08)!important;
	color:#d9a9ff!important;
	font-size:10.5px!important;
	font-weight:700!important;
	line-height:1.15!important;
	text-align:center!important;
	white-space:nowrap!important;
}
body.single-product div.product .product_meta .tagged_as a:nth-of-type(5n){margin-right:0!important}
body.single-product div.product .product_meta .tagged_as a:hover{border-color:rgba(194,120,255,.48)!important;background:rgba(194,120,255,.15)!important;color:#fff!important}
@media(max-width:767px){
	body.single-product div.product .product_meta .tagged_as a,
	body.single-product div.product .product_meta .tagged_as a:nth-of-type(5n){flex-basis:calc((100% - 7px)/2)!important;width:calc((100% - 7px)/2)!important;margin-right:7px!important}
	body.single-product div.product .product_meta .tagged_as a:nth-of-type(2n){margin-right:0!important}
}
body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related{grid-column:1/-1;width:100%;margin:8px 0 0!important}
body.single-product div.product .woocommerce-tabs{
	padding:38px 0 34px!important;border:0!important;border-top:1px solid rgba(255,255,255,.1)!important;border-radius:0!important;background:transparent!important
}
body.single-product div.product .woocommerce-tabs ul.tabs{display:flex!important;gap:8px;margin:0 0 26px!important;padding:0!important;border:0!important;background:transparent!important}
body.single-product div.product .woocommerce-tabs ul.tabs::before{display:none!important}
body.single-product div.product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;border-radius:12px!important;background:rgba(255,255,255,.04)!important}
body.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
body.single-product div.product .woocommerce-tabs ul.tabs li a{padding:12px 18px!important;color:var(--bt-muted)!important;font-size:14px!important}
body.single-product div.product .woocommerce-tabs ul.tabs li.active{background:linear-gradient(110deg,var(--bt-purple),var(--bt-cyan))!important}
body.single-product div.product .woocommerce-tabs ul.tabs li.active a{color:var(--bt-bg-deep)!important}
body.single-product div.product .woocommerce-Tabs-panel{color:var(--bt-muted);font-size:15px;line-height:1.75}
body.single-product div.product .woocommerce-Tabs-panel--description{max-width:920px}
body.single-product div.product .woocommerce-Tabs-panel p{margin-bottom:16px!important}
body.single-product div.product .woocommerce-Tabs-panel p strong{display:block;margin-top:24px;color:var(--bt-text)!important;font-size:17px}
body.single-product div.product .woocommerce-Tabs-panel h2,
body.single-product div.product .related>h2{margin-bottom:22px;color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:clamp(28px,3vw,40px)!important;font-weight:650!important;letter-spacing:-.035em}

/* Header mini-cart. */
body .cw-mini-cart{
	top:calc(100% + 14px)!important;width:min(420px,calc(100vw - 24px))!important;padding:22px!important;border:1px solid rgba(194,120,255,.28)!important;border-radius:20px!important;background:#191917!important;box-shadow:0 28px 80px rgba(0,0,0,.5),0 0 40px rgba(194,120,255,.06)!important
}
body .cw-mini-cart::before{position:absolute;top:-7px;right:92px;width:12px;height:12px;content:"";border-top:1px solid rgba(194,120,255,.28);border-left:1px solid rgba(194,120,255,.28);background:#191917;transform:rotate(45deg)}
body .cw-mini-cart .woocommerce-mini-cart-item img{width:66px!important;height:66px!important;padding:6px;border-radius:12px!important;background:#f2f6fa;object-fit:contain!important}
body .cw-mini-cart .woocommerce-mini-cart-item>a:not(.remove_from_cart_button){grid-template-columns:66px minmax(0,1fr)!important;gap:13px!important;font-size:14px!important}
body .cw-mini-cart .quantity{left:79px!important;color:var(--bt-muted)!important}
body .cw-mini-cart .woocommerce-mini-cart__empty-message{margin:0!important;padding:30px 12px!important;color:var(--bt-muted)!important;text-align:center}
body .cw-mini-cart .woocommerce-mini-cart__empty-message::before{display:block;margin-bottom:10px;content:"◇";color:var(--bt-cyan);font-size:34px;line-height:1}
body .cw-mini-cart .button{min-height:44px;border-radius:12px!important}

/* Cart and checkout blocks plus classic WooCommerce fallback. */
body.woocommerce-cart .arolax--page-details,
body.woocommerce-checkout .arolax--page-details{background:transparent!important}
body.woocommerce-cart .default-blog__area,
body.woocommerce-checkout .default-blog__area{padding-top:0!important;padding-bottom:0!important}
body.woocommerce-cart .blog__details_title,
body.woocommerce-checkout .blog__details_title{display:none!important}
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout{max-width:1180px;margin-inline:auto;color:var(--bt-text)}
body .wc-block-components-sidebar-layout{gap:28px!important}
body .wc-block-components-sidebar-layout .wc-block-components-main{padding-right:0!important}
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{
	border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important
}
body.woocommerce-cart .wc-block-cart-items{overflow:hidden}
body.woocommerce-cart .wc-block-cart-items__header th{padding:18px 20px!important;color:var(--bt-muted)!important;font-size:12px!important;letter-spacing:.08em;text-transform:uppercase}
body.woocommerce-cart .wc-block-cart-items__row td{padding:22px 18px!important;border-top:1px solid var(--bt-line)!important}
body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image img{aspect-ratio:1/1;padding:7px;border-radius:14px!important;background:#f3f7fa;object-fit:contain!important}
body .wc-block-components-product-name{color:var(--bt-text)!important;font-family:"DM Sans",sans-serif;font-weight:650!important;line-height:1.35!important}
body .wc-block-components-product-metadata,
body .wc-block-components-product-details{color:var(--bt-muted)!important;font-size:12px!important}
body .wc-block-cart-item__prices,
body .wc-block-components-product-price,
body .wc-block-formatted-money-amount{color:var(--bt-cyan)!important;font-weight:700!important}
body .wc-block-components-quantity-selector{border:1px solid var(--bt-line)!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important}
body .wc-block-components-quantity-selector input{background:transparent!important;color:var(--bt-text)!important}
body .wc-block-cart-item__remove-link{color:var(--bt-muted)!important;text-decoration:none!important}
body .wc-block-cart-item__remove-link:hover{color:#ff8ca5!important}
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar{align-self:start;padding:0 0 0 28px!important;border-left:1px solid rgba(255,255,255,.1)!important}
body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:20px!important;font-weight:650!important}
body .wc-block-components-totals-wrapper{padding:18px 0!important;border-top:1px solid var(--bt-line)!important}
body .wc-block-components-totals-item__label{color:var(--bt-muted)!important}
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:var(--bt-text)!important;font-size:18px!important;font-weight:750!important}
body .wc-block-components-button,
body.woocommerce-page #place_order,
body.woocommerce-page .checkout-button{
	min-height:54px!important;border:0!important;border-radius:14px!important;background:linear-gradient(110deg,var(--bt-purple),var(--bt-cyan))!important;color:var(--bt-bg-deep)!important;font-weight:750!important;box-shadow:0 14px 34px rgba(0,208,255,.13)
}
body .wc-block-components-button:hover{background:linear-gradient(110deg,var(--bt-cyan),var(--bt-mint))!important;color:var(--bt-bg-deep)!important}
body .wc-block-components-text-input input,
body .wc-block-components-combobox .wc-block-components-combobox-control input,
body .wc-block-components-textarea{
	min-height:54px!important;border:1px solid var(--bt-line)!important;border-radius:13px!important;background:rgba(255,255,255,.035)!important;color:var(--bt-text)!important
}
body .wc-block-components-text-input label,
body .wc-block-components-combobox .wc-block-components-combobox-control label{color:var(--bt-muted)!important}
body .wc-block-components-text-input input:focus,
body .wc-block-components-combobox .wc-block-components-combobox-control input:focus{border-color:var(--bt-cyan)!important;box-shadow:0 0 0 3px rgba(0,208,255,.11)!important}
body .wc-block-components-checkbox{align-items:flex-start!important;gap:10px;color:var(--bt-muted)!important}
body .wc-block-components-checkbox__input{margin-top:3px!important;accent-color:var(--bt-cyan)}
body.woocommerce-checkout .wc-block-checkout__main{padding:0!important}
body.woocommerce-checkout .wc-block-components-checkout-step{margin:0 0 20px!important;padding:0 0 26px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;border-radius:0!important;background:transparent!important}
body.woocommerce-checkout .wc-block-components-checkout-step__heading{margin-bottom:18px!important}
body.woocommerce-checkout .wc-block-components-checkout-step__title{color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:20px!important;font-weight:650!important}
body.woocommerce-checkout .wc-block-components-checkout-step__description{color:var(--bt-muted)!important;font-size:13px!important}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option{border-color:var(--bt-line)!important;background:rgba(255,255,255,.025)!important}
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{color:var(--bt-cyan)!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{padding:28px 0!important;text-align:center}
body.woocommerce-cart .wc-block-cart__empty-cart__title{color:var(--bt-text)!important;font-family:"DM Sans",sans-serif!important;font-size:clamp(28px,4vw,42px)!important;font-weight:650!important}
body.woocommerce-cart .wc-block-cart__empty-cart__title::before{color:var(--bt-cyan)!important}
body.woocommerce-cart .wc-block-cart__empty-cart__title::before{
	width:84px!important;height:84px!important;margin:0 auto 24px!important;border-radius:50%;background-color:var(--bt-cyan)!important;box-shadow:0 0 40px rgba(0,208,255,.14)
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{gap:22px!important;margin-top:34px!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img{aspect-ratio:1/1;padding:0;border-radius:16px;background:transparent;object-fit:contain;filter:none!important;transform:none!important}
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout form.checkout .col2-set,
body.woocommerce-checkout .woocommerce-checkout-review-order{padding:26px!important;border:1px solid var(--bt-line)!important;border-radius:22px!important;background:var(--bt-panel)!important}

/* Account surfaces retained in the same design system. */
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error{
	padding:26px!important;border:1px solid var(--bt-line)!important;border-radius:20px!important;background:linear-gradient(150deg,rgba(18,35,51,.96),rgba(9,22,34,.96))!important;color:var(--bt-text)!important;box-shadow:0 18px 50px rgba(0,0,0,.18)
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--bt-line)}
body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
body.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:12px 4px;color:var(--bt-muted)!important}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{color:var(--bt-cyan)!important}
body.woocommerce-account .woocommerce :is(input[type="text"],input[type="email"],input[type="password"],input[type="tel"]){min-height:52px;padding:0 15px!important;border-radius:13px!important}

@media (max-width:1024px){
	.cw-header-tools{gap:7px}
	.cw-cart-summary,.cw-mini-cart{display:none}
	.bt-shop-intro{grid-template-columns:1fr;gap:24px}
	.bt-shop-intro__links{justify-content:flex-start}
	body.single-product div.product.type-product{grid-template-columns:1fr 1fr;gap:28px}
	body.single-product div.product .summary{padding:28px!important}
	body .wc-block-components-sidebar-layout{gap:20px!important}
}
@media (max-width:767px){
	.cw-header-account,.cw-cart-link{width:30px}
	.cw-header-account svg,.cw-cart-link svg{width:20px;height:20px}
	.cw-header-currency,.cw-header-currency .wcml-dropdown{width:54px!important;min-width:54px}
	.cw-back-to-top{right:16px;bottom:16px;width:44px;height:44px}
	body:not(.home) .default-breadcrumb__area{min-height:220px;padding:120px 0 44px!important}
	body:not(.home) .default-breadcrumb__title{font-size:38px}
	html body.woocommerce-page .wcf-woo--wrapper,
	body.woocommerce-cart .arolax--page-details,
	body.woocommerce-checkout .arolax--page-details{padding-top:108px!important;padding-bottom:75px!important}
	body.woocommerce-page .woocommerce-result-count{float:none!important;margin-bottom:16px!important}
	body.woocommerce-page .woocommerce-ordering{float:none!important;width:100%!important;margin-bottom:28px!important}
	body.woocommerce-page .woocommerce-ordering select{width:100%;min-width:0}
	body.woocommerce-shop .wcf-woo--sidebar,
	body.tax-product_cat .wcf-woo--sidebar{padding:0 0 22px;border-left:0;border-bottom:1px solid rgba(255,255,255,.1)}
	.bt-shop-intro{margin-top:8px;padding-top:8px}
	.bt-shop-intro h2{font-size:38px!important}
	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products{gap:28px 16px!important}
	body.single-product div.product.type-product{display:block!important}
	body.single-product div.product .woocommerce-product-gallery{margin-bottom:20px!important;padding:0!important}
	body.single-product div.product .woocommerce-product-gallery img{padding:0!important}
	body.single-product div.product .summary{padding:8px 0 0!important}
	body.single-product div.product .product_title{font-size:34px!important}
	body.single-product div.product .woocommerce-tabs{margin-top:22px!important;padding:20px!important}
	body.single-product div.product .woocommerce-tabs ul.tabs{overflow-x:auto;white-space:nowrap}
	body.single-product div.product .related{margin-top:34px!important}
	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-cart .wc-block-components-sidebar,
	body.woocommerce-checkout .wc-block-components-sidebar{padding:22px 0 0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.1)!important}
	body.woocommerce-checkout .wc-block-components-checkout-step{padding:17px!important}
}
@media (max-width:480px){.cw-hype-block-fields{grid-template-columns:1fr}.cw-hype-block-field--wide{grid-column:auto}}
@media (prefers-reduced-motion:reduce){.cw-back-to-top{transition:none}}

/* Keep the WooCommerce Blocks checkout summary beside the form on desktop.
 * The block defaults use percentage widths that total 100%; adding a flex gap
 * makes the sidebar wrap onto a second row. Grid avoids that width overflow. */
@media (min-width:768px){
	body.woocommerce-checkout .wc-block-components-sidebar-layout{
		display:grid!important;
		grid-template-columns:minmax(0,1.62fr) minmax(330px,.88fr)!important;
		align-items:start!important;
		gap:32px!important;
	}
	body.woocommerce-checkout .wc-block-components-sidebar-layout>.wc-block-components-main,
	body.woocommerce-checkout .wc-block-components-sidebar-layout>.wc-block-components-sidebar{
		width:auto!important;
		max-width:none!important;
		min-width:0!important;
		margin:0!important;
		flex:none!important;
	}
}
@media (max-width:767px){
	body.woocommerce-checkout .wc-block-components-sidebar-layout{display:block!important}
	body.woocommerce-checkout .wc-block-components-sidebar-layout>.wc-block-components-main,
	body.woocommerce-checkout .wc-block-components-sidebar-layout>.wc-block-components-sidebar{width:100%!important}
}

/* Bright Templ My Account — navigation, orders and account forms. */
body.woocommerce-account .arolax--page-details{padding-top:105px!important;padding-bottom:110px!important}
body.woocommerce-account .default-blog__area{padding-top:0!important;padding-bottom:0!important}
body.woocommerce-account .blog__details_title{display:none!important}
body.woocommerce-account .default-blog__details{max-width:1180px!important;margin-inline:auto!important}
body.woocommerce-account .woocommerce{color:var(--bt-text)!important}
body.logged-in.woocommerce-account .woocommerce{
	display:grid!important;
	grid-template-columns:270px minmax(0,1fr)!important;
	gap:28px!important;
	align-items:start!important;
}
body.logged-in.woocommerce-account .woocommerce::before,
body.logged-in.woocommerce-account .woocommerce::after{display:none!important;content:none!important}
body.logged-in.woocommerce-account .woocommerce>.woocommerce-notices-wrapper,
body.logged-in.woocommerce-account .woocommerce>.woocommerce-message,
body.logged-in.woocommerce-account .woocommerce>.woocommerce-error,
body.logged-in.woocommerce-account .woocommerce>.woocommerce-info{grid-column:1/-1!important}
body.woocommerce-account .woocommerce-MyAccount-navigation{
	position:sticky!important;
	top:0!important;
	grid-column:1!important;
	align-self:start!important;
	float:none!important;
	width:auto!important;
	margin:0!important;
	padding:14px!important;
	border:1px solid rgba(255,255,255,.1)!important;
	border-radius:22px!important;
	background:linear-gradient(150deg,rgba(26,23,31,.98),rgba(14,14,18,.98))!important;
	box-shadow:0 24px 70px rgba(0,0,0,.24)!important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation ul::before,
body.woocommerce-account .woocommerce-MyAccount-navigation ul::after,
body.woocommerce-account .woocommerce-MyAccount-navigation li::before,
body.woocommerce-account .woocommerce-MyAccount-navigation li::after{display:none!important;content:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important;list-style:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li+li{margin-top:4px!important}
body.woocommerce-account .woocommerce-MyAccount-navigation a{
	position:relative!important;
	display:flex!important;
	align-items:center!important;
	min-height:48px!important;
	padding:0 15px 0 36px!important;
	border:1px solid transparent!important;
	border-radius:12px!important;
	color:#aaa5b2!important;
	font:650 13px/1.2 "DM Sans",sans-serif!important;
	text-decoration:none!important;
	transition:background .2s ease,color .2s ease,border-color .2s ease!important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a::before{
	content:""!important;
	position:absolute!important;
	left:16px!important;
	width:7px!important;
	height:7px!important;
	border:1px solid #6d6772!important;
	border-radius:50%!important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
	border-color:rgba(194,120,255,.24)!important;
	background:rgba(194,120,255,.1)!important;
	color:#fff!important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before{border-color:var(--bt-purple)!important;background:var(--bt-purple)!important;box-shadow:0 0 13px rgba(194,120,255,.7)!important}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout{margin-top:12px!important;padding-top:12px!important;border-top:1px solid rgba(255,255,255,.09)!important}
body.woocommerce-account .woocommerce-MyAccount-content{
	grid-column:2!important;
	align-self:start!important;
	float:none!important;
	width:auto!important;
	margin:0!important;
	min-width:0!important;
	min-height:390px!important;
	padding:34px!important;
	border:1px solid rgba(255,255,255,.1)!important;
	border-radius:24px!important;
	background:radial-gradient(circle at 100% 0,rgba(194,120,255,.09),transparent 30%),#141419!important;
	box-shadow:0 28px 80px rgba(0,0,0,.2)!important;
}
body.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0!important}
body.woocommerce-account .woocommerce-MyAccount-content :is(h2,h3){margin:0 0 22px!important;color:#f7f5fa!important;font-family:"DM Sans",sans-serif!important;font-weight:650!important;letter-spacing:-.035em!important}
body.woocommerce-account .woocommerce-MyAccount-content h2{font-size:30px!important}
body.woocommerce-account .woocommerce-MyAccount-content h3{font-size:23px!important}
body.woocommerce-account .woocommerce-MyAccount-content p{color:#aaa5b2!important;font-size:14px!important;line-height:1.7!important}
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button){color:var(--bt-purple)!important;text-decoration:none!important}
body.woocommerce-account .woocommerce-MyAccount-content p:has(mark){color:#d8d3dc!important}
body.woocommerce-account .woocommerce-MyAccount-content mark,
body.woocommerce-account .woocommerce-MyAccount-content :is(.order-number,.order-date,.order-status){
	display:inline-block!important;
	margin:2px 3px!important;
	padding:4px 9px!important;
	border:1px solid rgba(194,120,255,.26)!important;
	border-radius:8px!important;
	background:rgba(194,120,255,.12)!important;
	color:#f7f5fa!important;
	font-weight:750!important;
	line-height:1.25!important;
}
body.woocommerce-account .woocommerce-MyAccount-content .order-status{border-color:rgba(105,226,193,.26)!important;background:rgba(105,226,193,.09)!important;color:#69e2c1!important}
body.woocommerce-account table.shop_table,
body.woocommerce-account table.woocommerce-orders-table,
body.woocommerce-account table.woocommerce-table{
	width:100%!important;
	margin:0!important;
	overflow:hidden!important;
	border:1px solid rgba(255,255,255,.1)!important;
	border-collapse:separate!important;
	border-spacing:0!important;
	border-radius:16px!important;
	background:rgba(255,255,255,.018)!important;
}
body.woocommerce-account table.shop_table thead,
body.woocommerce-account table.woocommerce-orders-table thead{background:rgba(255,255,255,.045)!important}
body.woocommerce-account table.shop_table :is(th,td),
body.woocommerce-account table.woocommerce-orders-table :is(th,td),
body.woocommerce-account table.woocommerce-table :is(th,td){padding:17px 16px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#c8c3cd!important;font:500 13px/1.45 "DM Sans",sans-serif!important;text-align:left!important;vertical-align:middle!important}
body.woocommerce-account table.shop_table th,
body.woocommerce-account table.woocommerce-orders-table th,
body.woocommerce-account table.woocommerce-table th{color:#88828f!important;font-size:10px!important;font-weight:750!important;letter-spacing:.1em!important;text-transform:uppercase!important}
body.woocommerce-account table :is(tbody tr:last-child td,tfoot tr:last-child td,tfoot tr:last-child th){border-bottom:0!important}
body.woocommerce-account .woocommerce-orders-table__cell-order-number a{color:#f7f5fa!important;font-weight:750!important}
body.woocommerce-account .woocommerce-orders-table__cell-order-status{color:#69e2c1!important;font-weight:700!important}
body.woocommerce-account .woocommerce-orders-table__cell-order-total{color:#f7f5fa!important;font-weight:650!important}
body.woocommerce-account .woocommerce-orders-table__cell-order-actions{white-space:nowrap!important;text-align:right!important}
body.woocommerce-account .button,
body.woocommerce-account button.button{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:42px!important;
	margin:2px!important;
	padding:0 17px!important;
	border:1px solid rgba(194,120,255,.3)!important;
	border-radius:11px!important;
	background:rgba(194,120,255,.12)!important;
	color:#fff!important;
	font:700 12px/1 "DM Sans",sans-serif!important;
	box-shadow:none!important;
}
body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover{border-color:var(--bt-purple)!important;background:var(--bt-purple)!important;color:#111!important}
body.woocommerce-account .woocommerce-pagination{margin-top:24px!important}
body.woocommerce-account .woocommerce-pagination .button{min-width:110px!important}
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error{
	margin:0 0 22px!important;
	padding:18px 20px 18px 52px!important;
	border:1px solid rgba(194,120,255,.22)!important;
	border-radius:15px!important;
	background:rgba(194,120,255,.08)!important;
	color:#d5d0d9!important;
	font-size:13px!important;
}
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-error::before{left:20px!important;top:18px!important;color:var(--bt-purple)!important}
body.woocommerce-account .woocommerce-Address{margin-bottom:20px!important;padding:24px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:17px!important;background:rgba(255,255,255,.02)!important}
body.woocommerce-account .woocommerce-Address-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}
body.woocommerce-account .woocommerce-Address-title h3{margin:0!important}
body.woocommerce-account .woocommerce-Address address{margin-top:18px!important;color:#aaa5b2!important;font-style:normal!important;line-height:1.7!important}
body.woocommerce-account .woocommerce-MyAccount-content :is(input[type="text"],input[type="email"],input[type="password"],input[type="tel"],select,textarea){width:100%!important;min-height:54px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:13px!important;background:#0f0f13!important;color:#fff!important;box-shadow:none!important;outline:0!important}
body.woocommerce-account .woocommerce-MyAccount-content textarea{min-height:130px!important;padding-top:14px!important}
body.woocommerce-account .woocommerce-MyAccount-content :is(input,select,textarea):focus{border-color:var(--bt-purple)!important;box-shadow:0 0 0 3px rgba(194,120,255,.1)!important}
body.woocommerce-account .woocommerce-MyAccount-content label{margin-bottom:7px!important;color:#c8c3cd!important;font-size:12px!important;font-weight:650!important}
body.woocommerce-account .woocommerce-MyAccount-content .form-row{margin-bottom:17px!important}

/* Logged-out account forms. */
body.woocommerce-account:not(.logged-in) article>h2:first-child{display:none!important}
body.woocommerce-account:not(.logged-in) #customer_login{display:grid!important;grid-template-columns:1fr 1fr!important;gap:28px!important;margin:0!important}
body.woocommerce-account:not(.logged-in) #customer_login::before,
body.woocommerce-account:not(.logged-in) #customer_login::after{display:none!important;content:none!important}
body.woocommerce-account:not(.logged-in) #customer_login>.col-1,
body.woocommerce-account:not(.logged-in) #customer_login>.col-2{float:none!important;width:auto!important;max-width:none!important}
body.woocommerce-account:not(.logged-in) #customer_login>div>h2{margin:0 0 18px!important;color:#f7f5fa!important;font:650 30px/1.15 "DM Sans",sans-serif!important;letter-spacing:-.035em!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register{height:calc(100% - 53px)!important;margin:0!important;padding:30px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:22px!important;background:linear-gradient(150deg,rgba(24,22,29,.98),rgba(14,14,18,.98))!important;box-shadow:0 25px 70px rgba(0,0,0,.22)!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form :is(input[type="text"],input[type="email"],input[type="password"]){width:100%!important;min-height:54px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:13px!important;background:#0f0f13!important;color:#fff!important;box-shadow:none!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form label{margin-bottom:7px!important;color:#c8c3cd!important;font-size:12px!important;font-weight:650!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form .form-row{margin-bottom:17px!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-password-toggle{right:12px!important;top:50%!important;transform:translateY(-50%)!important}
body.woocommerce-account:not(.logged-in) .show-password-input{
	position:absolute!important;
	top:50%!important;
	right:11px!important;
	width:38px!important;
	height:38px!important;
	min-height:38px!important;
	margin:0!important;
	padding:0!important;
	transform:translateY(-50%)!important;
	border:0!important;
	border-radius:9px!important;
	background:rgba(194,120,255,.1)!important;
	color:var(--bt-purple)!important;
	box-shadow:none!important;
}
body.woocommerce-account:not(.logged-in) .show-password-input::after{color:var(--bt-purple)!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:9px 12px 9px 0!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-privacy-policy-text{color:#89838f!important;font-size:12px!important;line-height:1.55!important}
body.woocommerce-account:not(.logged-in) :is(.lost_password,.woocommerce-form-register) a{color:var(--bt-purple)!important;text-decoration:none!important}

@media(max-width:900px){
	body.logged-in.woocommerce-account .woocommerce{grid-template-columns:220px minmax(0,1fr)!important;gap:20px!important}
	body.woocommerce-account .woocommerce-MyAccount-content{padding:25px!important}
}
@media(max-width:767px){
	body.woocommerce-account .arolax--page-details{padding-top:75px!important;padding-bottom:75px!important}
	body.logged-in.woocommerce-account .woocommerce{display:block!important}
	body.woocommerce-account .woocommerce-MyAccount-navigation{position:static!important;grid-column:auto!important;margin-bottom:20px!important}
	body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;gap:7px!important;overflow-x:auto!important;padding-bottom:3px!important}
	body.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important;margin:0!important}
	body.woocommerce-account .woocommerce-MyAccount-navigation a{padding:0 15px!important;white-space:nowrap!important}
	body.woocommerce-account .woocommerce-MyAccount-navigation a::before{display:none!important}
	body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout{margin:0!important;padding:0!important;border:0!important}
	body.woocommerce-account .woocommerce-MyAccount-content{grid-column:auto!important;min-height:0!important;padding:21px 17px!important;border-radius:18px!important}
	body.woocommerce-account:not(.logged-in) #customer_login{grid-template-columns:1fr!important;gap:36px!important}
	body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
	body.woocommerce-account:not(.logged-in) .woocommerce-form-register{height:auto!important;padding:22px 17px!important}
	body.woocommerce-account table.woocommerce-orders-table{border:0!important;background:transparent!important}
	body.woocommerce-account table.woocommerce-orders-table thead{display:none!important}
	body.woocommerce-account table.woocommerce-orders-table tbody,
	body.woocommerce-account table.woocommerce-orders-table tr,
	body.woocommerce-account table.woocommerce-orders-table td{display:block!important;width:100%!important}
	body.woocommerce-account table.woocommerce-orders-table tr{margin-bottom:14px!important;padding:15px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:15px!important;background:rgba(255,255,255,.025)!important}
	body.woocommerce-account table.woocommerce-orders-table td{display:flex!important;justify-content:space-between!important;gap:20px!important;padding:10px 0!important;text-align:right!important}
	body.woocommerce-account table.woocommerce-orders-table td::before{color:#77717f!important;font-size:10px!important;font-weight:750!important;letter-spacing:.08em!important;text-transform:uppercase!important}
	body.woocommerce-account .woocommerce-orders-table__cell-order-actions{justify-content:flex-end!important}
}

/* Final account form controls. */
body.woocommerce-account:not(.logged-in) .woocommerce-form span.password-input{display:block!important;position:relative!important;width:100%!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form span.password-input>input{padding-right:64px!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form .show-password-input{
	display:block!important;position:absolute!important;top:50%!important;right:10px!important;z-index:3!important;
	width:38px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;
	transform:translateY(-50%)!important;border:1px solid rgba(194,120,255,.38)!important;border-radius:9px!important;
	background-color:rgba(194,120,255,.2)!important;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 12s3.5-6 9.5-6 9.5 6 9.5 6-3.5 6-9.5 6-9.5-6-9.5-6Z'/%3E%3Ccircle cx='12' cy='12' r='2.8'/%3E%3C/svg%3E")!important;
	background-repeat:no-repeat!important;background-position:center!important;background-size:19px!important;
	box-shadow:none!important;font-size:0!important;opacity:1!important
}
body.woocommerce-account:not(.logged-in) .woocommerce-form .show-password-input::before,
body.woocommerce-account:not(.logged-in) .woocommerce-form .show-password-input::after{display:none!important;content:none!important}
body.woocommerce-account:not(.logged-in) .woocommerce-password-strength{margin:9px 0 0!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;background:#242229!important;color:#fff!important;font-size:12px!important;font-weight:700!important;line-height:1.4!important;text-align:left!important}
body.woocommerce-account:not(.logged-in) .woocommerce-password-strength.short,
body.woocommerce-account:not(.logged-in) .woocommerce-password-strength.bad{border-color:rgba(255,118,145,.38)!important;background:rgba(255,118,145,.12)!important;color:#ffb3c2!important}
body.woocommerce-account:not(.logged-in) .woocommerce-password-strength.good{border-color:rgba(255,205,94,.36)!important;background:rgba(255,205,94,.1)!important;color:#ffe39a!important}
body.woocommerce-account:not(.logged-in) .woocommerce-password-strength.strong{border-color:rgba(105,226,193,.36)!important;background:rgba(105,226,193,.1)!important;color:#9af0d8!important}
body.woocommerce-account:not(.logged-in) .woocommerce-password-hint{display:block!important;margin:7px 0 0!important;color:#e0dce4!important;font-size:12px!important;line-height:1.5!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme){display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__rememberme{margin:0!important}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) .button{float:none!important;width:100%!important;margin:0!important}

/* Variable product controls. */
body.single-product div.product form.variations_form.cart .variations{flex:0 0 100%!important;width:100%!important;margin:0 0 4px!important;border:0!important}
body.single-product div.product form.variations_form.cart .variations tbody,
body.single-product div.product form.variations_form.cart .variations tr{display:block!important;width:100%!important}
body.single-product div.product form.variations_form.cart .variations :is(th,td){display:block!important;width:100%!important;padding:0!important;border:0!important;text-align:left!important}
body.single-product div.product form.variations_form.cart .variations th.label{margin:0 0 9px!important;color:var(--bt-text)!important}
body.single-product div.product form.variations_form.cart .variations th.label label{margin:0!important;color:var(--bt-text)!important;font-size:13px!important;font-weight:750!important}
body.single-product div.product form.variations_form.cart .variations select{display:block!important;width:100%!important;max-width:none!important;min-height:54px!important;margin:0!important;padding:0 48px 0 16px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:13px!important;background-color:#191917!important;color:#f7f5fa!important;font-size:14px!important;font-weight:650!important;line-height:54px!important;box-shadow:none!important;opacity:1!important}
body.single-product div.product form.variations_form.cart .variations select option{background:#191917!important;color:#f7f5fa!important}
body.single-product div.product form.variations_form.cart .variations select:focus{border-color:var(--bt-purple)!important;box-shadow:0 0 0 3px rgba(194,120,255,.11)!important;outline:0!important}
body.single-product div.product form.variations_form.cart .reset_variations{display:inline-flex!important;margin:9px 0 0!important;color:var(--bt-purple)!important;font-size:12px!important;font-weight:700!important}

/* Empty cart recommendations. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{max-width:1180px!important;margin-inline:auto!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block>h2.wp-block-heading{margin:22px 0 0!important;color:var(--bt-text)!important;font:650 clamp(26px,3vw,36px)/1.15 "DM Sans",sans-serif!important;letter-spacing:-.03em!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;width:100%!important;margin:34px 0 0!important;padding:0!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product{display:flex!important;flex-direction:column!important;min-width:0!important;width:auto!important;max-width:none!important;margin:0!important;padding:16px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;background:linear-gradient(155deg,rgba(27,25,31,.98),rgba(16,16,19,.98))!important;text-align:left!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;color:inherit!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image{display:grid!important;place-items:center!important;width:100%!important;aspect-ratio:1/1!important;margin:0 0 16px!important;overflow:hidden!important;border-radius:15px!important;background:#f2f4f6!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:14px!important;border:0!important;border-radius:0!important;background:transparent!important;object-fit:contain!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title{min-height:44px!important;margin:0 0 10px!important;color:var(--bt-text)!important;font:650 15px/1.45 "DM Sans",sans-serif!important;text-align:left!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price{margin:auto 0 0!important;color:var(--bt-purple)!important;font-size:15px!important;font-weight:750!important;text-align:left!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-rating{display:none!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button{margin:15px 0 0!important;text-align:left!important}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 16px!important;border:0!important;border-radius:11px!important;background:var(--bt-purple)!important;color:#111!important;font-size:12px!important;font-weight:750!important}

@media(max-width:900px){body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{grid-template-columns:1fr!important}}
