:root {
	--we-ink: #141413;
	--we-muted: #68655e;
	--we-mid: #b0aea5;
	--we-line: #e8e6dc;
	--we-paper: #faf9f5;
	--we-soft: #e8e6dc;
	--we-orange: #d97757;
	--we-blue: #6a9bcc;
	--we-blue-dark: #4778aa;
	--we-green: #788c5d;
	--we-shadow: 0 18px 45px rgba(20, 20, 19, 0.14);
	--we-soft-shadow: 0 8px 24px rgba(20, 20, 19, 0.09);
	--we-heading-font: "Hind Siliguri", "Poppins", Arial, sans-serif;
	--we-body-font: "Hind Siliguri", "Lora", Georgia, serif;
}

.wolfedu-polished {
	background: var(--we-soft);
	color: var(--we-ink);
	font-family: var(--we-body-font);
	text-rendering: optimizeLegibility;
}

.wolfedu-polished,
.wolfedu-polished button,
.wolfedu-polished input,
.wolfedu-polished select,
.wolfedu-polished textarea,
.wolfedu-polished .elementor-widget,
.wolfedu-polished .elementor-heading-title,
.wolfedu-polished .woocommerce {
	font-family: var(--we-body-font) !important;
}

.wolfedu-polished a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wolfedu-polished :focus-visible {
	outline: 3px solid rgba(217, 119, 87, 0.35);
	outline-offset: 3px;
}

.wolfedu-polished .site-header,
.wolfedu-polished .ast-primary-header-bar {
	background: rgba(250, 249, 245, 0.96);
	border-bottom: 1px solid rgba(176, 174, 165, 0.4);
	box-shadow: 0 8px 24px rgba(20, 20, 19, 0.07);
}

.wolfedu-polished #masthead {
	position: relative;
	z-index: 100;
}

.wolfedu-polished .ast-primary-header-bar {
	min-height: 78px;
	backdrop-filter: blur(14px);
}

.wolfedu-polished .ast-primary-header-bar .ast-container,
.wolfedu-polished .ast-primary-header-bar .site-primary-header-wrap {
	max-width: 1200px;
	padding-right: 24px;
	padding-left: 24px;
}

.wolfedu-polished .ast-builder-grid-row {
	align-items: center;
	column-gap: 22px;
}

.wolfedu-polished .main-header-menu .menu-link,
.wolfedu-polished .ast-header-account-link,
.wolfedu-polished .ast-menu-cart-outline .ast-cart-menu-wrap {
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	font-weight: 650;
}

.wolfedu-polished .main-header-menu {
	gap: 4px;
	align-items: center;
}

.wolfedu-polished .main-header-menu > .menu-item > .menu-link {
	position: relative;
	min-height: 42px;
	margin: 0 1px;
	padding: 10px 14px;
	border-radius: 8px;
	color: var(--we-ink);
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.wolfedu-polished .main-header-menu > .menu-item > .menu-link:hover,
.wolfedu-polished .main-header-menu > .current-menu-item > .menu-link,
.wolfedu-polished .main-header-menu > .current-menu-ancestor > .menu-link {
	background: rgba(217, 119, 87, 0.12);
	color: var(--we-ink);
	box-shadow: inset 0 0 0 1px rgba(217, 119, 87, 0.18);
}

.wolfedu-polished .main-header-menu > .menu-item > .menu-link:focus-visible {
	background: rgba(217, 119, 87, 0.1);
}

.wolfedu-polished .main-header-menu .sub-menu {
	min-width: 220px;
	padding: 8px;
	border: 1px solid rgba(176, 174, 165, 0.45);
	border-radius: 8px;
	background: var(--we-paper);
	box-shadow: var(--we-shadow);
}

.wolfedu-polished .main-header-menu .sub-menu .menu-link {
	min-height: 40px;
	padding: 10px 12px;
	border-radius: 8px;
	color: var(--we-ink);
	font-size: 14px;
	line-height: 1.3;
}

.wolfedu-polished .main-header-menu .sub-menu .menu-link:hover {
	background: rgba(217, 119, 87, 0.1);
	color: var(--we-ink);
}

.wolfedu-polished .main-header-menu .menu-link:hover,
.wolfedu-polished .main-header-menu .current-menu-item > .menu-link {
	color: var(--we-orange);
}

.wolfedu-polished .site-logo-img,
.wolfedu-polished .ast-site-identity,
.wolfedu-polished .custom-logo-link {
	display: flex;
	align-items: center;
	min-height: 56px;
}

.wolfedu-polished .site-logo-img img,
.wolfedu-polished img.custom-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 180px !important;
	max-height: 52px !important;
	object-fit: contain;
	transition: none !important;
}

.wolfedu-polished .ast-sticky-active .site-logo-img img,
.wolfedu-polished .ast-sticky-active img.custom-logo {
	max-height: 52px !important;
}

.wolfedu-polished .ast-header-account-wrap,
.wolfedu-polished .ast-site-header-cart,
.wolfedu-polished [data-section="section-header-mobile-trigger"] .ast-button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wolfedu-polished .ast-header-account-wrap a,
.wolfedu-polished .ast-site-header-cart .ast-addon-cart-wrap,
.wolfedu-polished [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	min-width: 42px;
	min-height: 42px;
	border: 1px solid rgba(176, 174, 165, 0.5);
	border-radius: 8px;
	background: rgba(250, 249, 245, 0.9);
	color: var(--we-ink);
	box-shadow: 0 3px 12px rgba(20, 20, 19, 0.05);
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.wolfedu-polished .ast-header-account-wrap a:hover,
.wolfedu-polished .ast-site-header-cart .ast-addon-cart-wrap:hover,
.wolfedu-polished [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:hover {
	border-color: rgba(217, 119, 87, 0.45);
	background: #fff;
	transform: translateY(-1px);
}

.wolfedu-polished .ast-site-header-cart i.astra-icon::after {
	background: var(--we-orange);
	color: var(--we-paper);
	box-shadow: 0 0 0 2px var(--we-paper);
}

.wolfedu-polished .ast-mobile-svg,
.wolfedu-polished .astra-icon svg {
	fill: var(--we-ink) !important;
}

.wolfedu-home .elementor-element-3958b6c {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(250, 249, 245, 0.98) 0%, rgba(232, 230, 220, 0.96) 58%, rgba(255, 242, 235, 0.94) 100%),
		linear-gradient(90deg, rgba(217, 119, 87, 0.08), rgba(120, 140, 93, 0.08));
	border-bottom: 1px solid var(--we-line);
}

.wolfedu-home .elementor-element-3958b6c > .elementor-container {
	min-height: 560px;
	align-items: center;
}

.wolfedu-home .elementor-element-5576581 .elementor-heading-title {
	max-width: 980px;
	margin: 0 auto;
	color: var(--we-ink) !important;
	font-family: var(--we-heading-font) !important;
	line-height: 1.14;
	letter-spacing: 0;
}

.wolfedu-home .elementor-element-2678b55 {
	max-width: 760px;
	margin: 22px auto 0;
	color: var(--we-muted);
	font-family: var(--we-body-font) !important;
}

.wolfedu-polished .elementor-button,
.wolfedu-polished .woocommerce a.button,
.wolfedu-polished .woocommerce button.button,
.wolfedu-polished .woocommerce input.button,
.wolfedu-polished .woocommerce #respond input#submit {
	border: 0;
	border-radius: 8px;
	background: var(--we-orange);
	color: var(--we-paper);
	box-shadow: var(--we-soft-shadow);
	font-family: var(--we-heading-font);
	font-weight: 700;
	letter-spacing: 0;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wolfedu-polished .elementor-button:hover,
.wolfedu-polished .woocommerce a.button:hover,
.wolfedu-polished .woocommerce button.button:hover,
.wolfedu-polished .woocommerce input.button:hover,
.wolfedu-polished .woocommerce #respond input#submit:hover {
	background: #bd5f42;
	color: var(--we-paper);
	box-shadow: var(--we-shadow);
	transform: translateY(-1px);
}

.wolfedu-home .elementor-element-c3f73b0 .elementor-button {
	background: var(--we-ink);
}

.wolfedu-home .elementor-element-d693add .elementor-button {
	background: var(--we-green);
	color: var(--we-paper);
}

.wolfedu-home .elementor-element-8f7c498 {
	margin-top: -62px !important;
	margin-bottom: 70px !important;
}

.wolfedu-home .elementor-element-be095e9 > .elementor-widget-wrap {
	background: var(--we-paper);
	border: 1px solid rgba(176, 174, 165, 0.55);
	border-radius: 8px !important;
	box-shadow: var(--we-shadow) !important;
}

.wolfedu-polished .aws-container .aws-search-form {
	height: auto;
}

.wolfedu-polished .aws-container .aws-search-field,
.wolfedu-polished input[type="search"],
.wolfedu-polished input[type="text"],
.wolfedu-polished input[type="email"],
.wolfedu-polished input[type="tel"],
.wolfedu-polished select,
.wolfedu-polished textarea {
	border: 1px solid var(--we-line);
	border-radius: 8px;
	background: var(--we-paper);
	color: var(--we-ink);
	box-shadow: 0 1px 2px rgba(20, 20, 19, 0.05);
	font-family: var(--we-body-font);
}

.wolfedu-polished .aws-container .aws-search-field {
	min-height: 56px;
	padding: 0 18px;
	font-size: 17px;
}

.wolfedu-polished .aws-container .aws-search-btn {
	min-width: 64px;
	border-radius: 0 8px 8px 0 !important;
	background: var(--we-orange) !important;
	border-color: var(--we-orange) !important;
}

.wolfedu-polished .elementor-widget-heading .elementor-heading-title,
.wolfedu-polished .woocommerce-products-header__title,
.wolfedu-polished .related.products > h2,
.wolfedu-polished .upsells.products > h2 {
	color: var(--we-ink) !important;
	font-family: var(--we-heading-font) !important;
	letter-spacing: 0;
}

.wolfedu-home .elementor-element-913d401,
.wolfedu-home .elementor-element-11a73d2,
.wolfedu-home .elementor-element-d8c1bde {
	background: transparent;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-heading-title {
	margin-bottom: 26px;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-inner-section .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-inner-column {
	width: auto !important;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-widget-wrap {
	display: grid;
	gap: 18px;
	align-content: start;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-widget-image {
	margin: 0;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-widget-image a,
.wolfedu-home .elementor-element-11a73d2 .elementor-widget-image .elementor-widget-container {
	height: 100%;
}

.wolfedu-home .elementor-element-11a73d2 .elementor-widget-image img {
	display: block;
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--we-line);
}

.wolfedu-polished .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.wolfedu-polished .woocommerce ul.products::before,
.wolfedu-polished .woocommerce ul.products::after {
	display: none;
}

.wolfedu-polished .woocommerce ul.products li.product,
.wolfedu-polished .woocommerce-page ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 14px;
	background: var(--we-paper);
	border: 1px solid rgba(176, 174, 165, 0.42);
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(20, 20, 19, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.wolfedu-polished .woocommerce ul.products li.product:hover {
	border-color: rgba(217, 119, 87, 0.35);
	box-shadow: var(--we-shadow);
	transform: translateY(-3px);
}

.wolfedu-polished .woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	background: var(--we-line);
	margin-bottom: 14px;
}

.wolfedu-polished .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
	padding: 0;
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
}

.wolfedu-polished .woocommerce ul.products li.product .price {
	color: var(--we-green);
	font-size: 17px;
	font-weight: 800;
}

.wolfedu-polished .woocommerce span.onsale {
	min-height: 0;
	min-width: 0;
	padding: 6px 10px;
	border-radius: 8px;
	background: var(--we-blue);
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.wolfedu-polished .ast-woo-product-category,
.wolfedu-polished .posted_in,
.wolfedu-polished .product_meta .posted_in,
.wolfedu-polished .product_meta .tagged_as {
	display: none !important;
}

.wolfedu-polished .elementor-widget-image a {
	display: block;
	border-radius: 8px;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.wolfedu-polished .elementor-widget-image a:hover {
	box-shadow: var(--we-shadow);
	transform: translateY(-2px);
}

.wolfedu-polished .elementor-widget-image img {
	border-radius: 8px;
}

.wolfedu-shop-search {
	display: grid;
	grid-template-columns: minmax(220px, 0.45fr) minmax(280px, 1fr);
	gap: 18px;
	align-items: center;
	margin: 0 0 28px;
	padding: 18px;
	background: var(--we-paper);
	border: 1px solid var(--we-line);
	border-left: 5px solid var(--we-orange);
	border-radius: 8px;
	box-shadow: var(--we-soft-shadow);
	color: var(--we-muted);
	font-family: var(--we-body-font);
}

.wolfedu-shop-search__copy {
	display: grid;
	gap: 4px;
}

.wolfedu-shop-search__copy strong {
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	font-size: 18px;
	line-height: 1.25;
}

.wolfedu-shop-search__copy span {
	font-size: 14px;
	line-height: 1.45;
}

.wolfedu-shop-search__form {
	min-width: 0;
}

.wolfedu-shop-search__form .aws-container {
	width: 100%;
}

.wolfedu-shop-search__form .aws-container .aws-search-field {
	min-height: 52px;
	background: #fff;
}

.wolfedu-shop-search__form .aws-container .aws-search-btn,
.wolfedu-shop-search__form .woocommerce-product-search button {
	min-height: 52px;
	background: var(--we-orange) !important;
	border-color: var(--we-orange) !important;
	color: var(--we-paper) !important;
	font-family: var(--we-heading-font);
	font-weight: 700;
}

.wolfedu-product-badges {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: calc(100% - 28px);
	pointer-events: none;
}

.wolfedu-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 7px 10px;
	border-radius: 8px;
	border: 1px solid rgba(250, 249, 245, 0.18);
	background: rgba(20, 20, 19, 0.92);
	color: var(--we-paper);
	font-family: var(--we-heading-font);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: 0 8px 18px rgba(20, 20, 19, 0.18);
}

.wolfedu-polished .ast-onsale-card {
	display: none !important;
}

.wolfedu-badge--offer {
	background: #145a46;
	color: var(--we-paper);
	border-color: rgba(250, 249, 245, 0.22);
}

.wolfedu-badge--low {
	background: #9b6a28;
	color: #fff8ed;
}

.wolfedu-badge--stockout {
	background: #7a2f2f;
	color: #fff4f1;
	border-color: rgba(250, 249, 245, 0.2);
}

.wolfedu-badge--featured {
	background: var(--we-blue-dark);
}

.wolfedu-badge--new {
	background: var(--we-green);
}

.wolfedu-polished .woocommerce ul.products li.product.outofstock {
	order: 20;
	opacity: 0.82;
}

.wolfedu-polished .woocommerce ul.products li.product:not(.outofstock) {
	order: 0;
}

/* ── Product loop: two-button action row ── */
.wolfedu-polished .wolfedu-product-actions {
	display: flex;
	gap: 8px;
	padding: 8px 14px 14px;
	margin-top: auto;
	width: 100%;
	box-sizing: border-box;
}

.wolfedu-polished .wolfedu-product-actions .button {
	flex: 1;
	text-align: center;
	padding: 9px 10px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	line-height: 1.3;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

/* Buy Now — primary orange fill */
.wolfedu-polished .wolfedu-product-actions .wolfedu-buy-now {
	flex: 1 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: var(--we-orange) !important;
	color: #fff !important;
	border: 1.5px solid var(--we-orange) !important;
	box-shadow: none !important;
	text-decoration: none;
}
.wolfedu-polished .wolfedu-product-actions .wolfedu-buy-now:hover {
	background: #c46548 !important;
	border-color: #c46548 !important;
	color: #fff !important;
}

/* Add to Cart — orange outline */
.wolfedu-polished .wolfedu-product-actions .wolfedu-add-to-cart,
.wolfedu-polished .wolfedu-product-actions .add_to_cart_button,
.wolfedu-polished .wolfedu-product-actions .ajax_add_to_cart {
	flex: 1 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	color: var(--we-orange) !important;
	border: 1.5px solid var(--we-orange) !important;
	box-shadow: none !important;
	text-decoration: none;
}
.wolfedu-polished .wolfedu-product-actions .wolfedu-add-to-cart:hover,
.wolfedu-polished .wolfedu-product-actions .add_to_cart_button:hover {
	background: rgba(217, 119, 87, 0.08) !important;
	color: var(--we-orange) !important;
}

/* Stock out — disabled grey, view details stays clickable */
.wolfedu-polished .wolfedu-product-actions .wolfedu-stockout {
	flex: 1;
	background: var(--we-mid) !important;
	border: 1.5px solid var(--we-mid) !important;
	color: var(--we-ink) !important;
	box-shadow: none !important;
	cursor: not-allowed;
	pointer-events: none;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	padding: 9px 10px;
}

/* Narrow cards: stack buttons vertically below 360px */
@media (max-width: 360px) {
	.wolfedu-polished .wolfedu-product-actions {
		flex-direction: column;
	}
}

.wolfedu-polished.single-product div.product {
	background: var(--we-paper);
	border: 1px solid var(--we-line);
	border-radius: 8px;
	padding: 24px;
	box-shadow: var(--we-soft-shadow);
}

.wolfedu-polished.single-product div.product .product_title {
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	line-height: 1.2;
}

.wolfedu-polished.single-product div.product p.price,
.wolfedu-polished.single-product div.product span.price {
	color: var(--we-green);
	font-weight: 800;
}

.wolfedu-polished .woocommerce-cart-form,
.wolfedu-polished .cart_totals,
.wolfedu-polished #customer_details,
.wolfedu-polished #order_review {
	background: var(--we-paper);
	border: 1px solid var(--we-line);
	border-radius: 8px;
	box-shadow: var(--we-soft-shadow);
}

.wolfedu-polished .elementor-widget-form form {
	max-width: 620px;
	margin: 0 auto;
}

.wolfedu-polished .elementor-widget-form .elementor-field-textual {
	min-height: 52px;
}

.wolfedu-polished .elementor-widget-form button[type="submit"] {
	min-height: 52px;
}

.wolfedu-home .elementor-element-d8c1bde {
	padding: 56px 20px 70px;
	background: var(--we-paper) !important;
}

.wolfedu-home .elementor-element-6ef6d63 .elementor-heading-title {
	color: var(--we-ink) !important;
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
}

.wolfedu-home .elementor-element-4227421 {
	max-width: 960px;
	margin: 34px auto 0;
	padding: 54px 24px !important;
	background: linear-gradient(135deg, var(--we-paper), #fff2eb) !important;
	border: 1px solid rgba(176, 174, 165, 0.58);
	border-radius: 8px;
	box-shadow: var(--we-shadow);
}

.wolfedu-home .elementor-element-4227421 > .elementor-container {
	max-width: 680px;
}

.wolfedu-home .elementor-element-bd3bc94 .elementor-heading-title {
	max-width: 620px;
	margin: 0 auto 24px;
	color: var(--we-ink) !important;
	font-family: var(--we-heading-font) !important;
	font-size: 34px;
	line-height: 1.25;
	text-align: center;
}

.wolfedu-home .elementor-element-7cc34d0 .elementor-field-textual {
	background: #fff !important;
	border: 1px solid var(--we-mid) !important;
	color: var(--we-ink) !important;
	font-family: var(--we-body-font) !important;
	font-size: 17px;
}

.wolfedu-home .elementor-element-7cc34d0 .elementor-field-textual::placeholder {
	color: var(--we-muted);
	opacity: 0.8;
}

.wolfedu-home .elementor-element-7cc34d0 .elementor-button {
	background: var(--we-orange) !important;
	color: var(--we-paper) !important;
	text-shadow: none !important;
}

.wolfedu-polished.page-id-5996 #primary {
	margin: 0;
	padding: 0;
}

.wolfedu-polished.page-id-5996 .entry-content {
	background:
		linear-gradient(135deg, rgba(250, 249, 245, 0.98), rgba(255, 242, 235, 0.94)),
		var(--we-paper);
}

.wolfedu-polished.page-id-5996 .elementor-element-892ec5a {
	padding: 70px 20px 18px;
	margin: 0 !important;
}

.wolfedu-polished.page-id-5996 .elementor-element-7b33b4e .elementor-heading-title {
	color: var(--we-ink) !important;
	font-family: var(--we-heading-font) !important;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.12;
}

.wolfedu-polished.page-id-5996 .elementor-element-449a92c4 {
	padding: 20px 20px 86px;
}

.wolfedu-polished.page-id-5996 .elementor-element-449a92c4 > .elementor-container {
	max-width: 920px !important;
}

.wolfedu-polished.page-id-5996 .elementor-element-fb1dd18 {
	max-width: 780px;
	margin: 0 auto;
	padding: 42px;
	background: var(--we-paper);
	border: 1px solid rgba(176, 174, 165, 0.55);
	border-radius: 8px;
	box-shadow: var(--we-shadow);
}

.wolfedu-support-copy {
	color: var(--we-muted);
	text-align: center;
}

.wolfedu-support-copy h2 {
	margin: 0 0 14px;
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
}

.wolfedu-support-copy p {
	max-width: 620px;
	margin: 0 auto 28px;
	font-size: 18px;
	line-height: 1.75;
}

.wolfedu-support-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 520px;
	margin: 0 auto;
}

.wolfedu-support-action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 18px;
	border: 1px solid var(--we-mid);
	border-radius: 8px;
	background: #fff;
	color: var(--we-ink);
	font-family: var(--we-heading-font);
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: var(--we-soft-shadow);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.wolfedu-support-action:hover,
.wolfedu-support-action:focus {
	border-color: var(--we-orange);
	color: var(--we-ink);
	box-shadow: var(--we-shadow);
	transform: translateY(-1px);
}

.wolfedu-support-action--primary {
	border-color: var(--we-orange);
	background: var(--we-orange);
	color: var(--we-paper);
}

.wolfedu-support-action--primary:hover,
.wolfedu-support-action--primary:focus {
	background: #bd5f42;
	color: var(--we-paper);
}

.wolfedu-polished .elementor-location-footer {
	background: var(--we-ink);
	color: var(--we-paper);
}

.wolfedu-polished .wolfedu-footer-main {
	padding: 64px 20px 42px;
	background:
		linear-gradient(135deg, rgba(20, 20, 19, 0.98), rgba(33, 31, 28, 0.98)),
		var(--we-ink);
	border-top: 1px solid rgba(232, 230, 220, 0.12);
}

.wolfedu-polished .wolfedu-footer-main > .elementor-container {
	display: grid;
	grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(160px, 0.8fr));
	gap: 34px;
	max-width: 1200px;
}

.wolfedu-polished .wolfedu-footer-main .elementor-column {
	width: auto !important;
}

.wolfedu-polished .wolfedu-footer-main .elementor-widget-wrap {
	display: block;
	padding: 0 !important;
}

.wolfedu-footer-brand img {
	display: block;
	width: auto;
	max-width: 184px;
	max-height: 58px;
	margin: 0 0 18px;
	object-fit: contain;
	filter: brightness(1.08);
}

.wolfedu-footer-brand p {
	max-width: 430px;
	margin: 0 0 22px;
	color: rgba(250, 249, 245, 0.78);
	font-size: 16px;
	line-height: 1.75;
}

.wolfedu-footer-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.wolfedu-footer-trust span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 10px;
	border: 1px solid rgba(232, 230, 220, 0.14);
	border-radius: 8px;
	background: rgba(250, 249, 245, 0.07);
	color: rgba(250, 249, 245, 0.88);
	font-family: var(--we-heading-font);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.wolfedu-footer-list h3 {
	margin: 0 0 16px;
	color: var(--we-paper);
	font-family: var(--we-heading-font);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.wolfedu-footer-list {
	display: grid;
	gap: 10px;
}

.wolfedu-footer-list a {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	color: rgba(250, 249, 245, 0.72);
	font-family: var(--we-heading-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	text-decoration: none !important;
	transition: color 160ms ease, transform 160ms ease;
}

.wolfedu-footer-list a::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 9px;
	border-radius: 50%;
	background: rgba(217, 119, 87, 0.68);
	transition: background 160ms ease, transform 160ms ease;
}

.wolfedu-footer-list a:hover,
.wolfedu-footer-list a:focus {
	color: var(--we-paper);
	transform: translateX(2px);
}

.wolfedu-footer-list a:hover::before,
.wolfedu-footer-list a:focus::before {
	background: var(--we-orange);
	transform: scale(1.15);
}

.wolfedu-polished .wolfedu-footer-bottom {
	padding: 18px 20px;
	background: #0c0c0b;
	border-top: 1px solid rgba(232, 230, 220, 0.1);
}

.wolfedu-polished .wolfedu-footer-bottom > .elementor-container {
	max-width: 1200px;
}

.wolfedu-polished .wolfedu-footer-bottom .elementor-widget-wrap {
	padding: 0 !important;
}

.wolfedu-footer-bottom-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	color: rgba(250, 249, 245, 0.68);
	font-family: var(--we-heading-font);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.wolfedu-polished .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	/* #newyearoffer heading: reduce from 52px on narrow desktop/tablet */
	.elementor-element-d1cbbf4 .elementor-heading-title {
		font-size: 38px !important;
	}
}

@media (max-width: 921px) {
	.wolfedu-polished .ast-primary-header-bar {
		min-height: 68px;
	}

	.wolfedu-polished .ast-primary-header-bar .ast-container,
	.wolfedu-polished .ast-primary-header-bar .site-primary-header-wrap {
		padding-right: 16px;
		padding-left: 16px;
	}

	.wolfedu-polished .ast-mobile-header-content,
	.wolfedu-polished .ast-mobile-popup-content {
		background: var(--we-paper);
		border-top: 1px solid rgba(176, 174, 165, 0.45);
		box-shadow: var(--we-soft-shadow);
	}

	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu {
		display: grid;
		gap: 6px;
		padding: 12px;
		background: var(--we-paper) !important;
	}

	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
		min-height: 46px;
		padding: 12px 14px;
		border-radius: 8px;
		background: transparent !important;
		color: var(--we-ink) !important;
		font-family: var(--we-heading-font);
		font-weight: 650;
	}

	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link,
	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-item > .menu-link,
	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .current-menu-ancestor > .menu-link {
		background: rgba(217, 119, 87, 0.12) !important;
		color: var(--we-ink) !important;
	}

	.wolfedu-home .elementor-element-3958b6c > .elementor-container {
		min-height: 500px;
		padding: 54px 18px 92px;
	}

	.wolfedu-home .elementor-element-5576581 .elementor-heading-title {
		font-size: 34px !important;
	}

	.wolfedu-home .elementor-element-8f7c498 {
		margin-top: -48px !important;
	}

	.wolfedu-home .elementor-element-11a73d2 .elementor-inner-section .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wolfedu-polished .wolfedu-footer-main > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.wolfedu-home .elementor-element-5576581 .elementor-heading-title {
		font-size: 29px !important;
	}

	.wolfedu-home .elementor-element-2678b55 {
		margin-top: 16px;
	}

	.wolfedu-polished .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.wolfedu-polished .site-logo-img,
	.wolfedu-polished .ast-site-identity,
	.wolfedu-polished .custom-logo-link {
		min-height: 48px;
	}

	.wolfedu-polished .site-logo-img img,
	.wolfedu-polished img.custom-logo {
		max-width: 150px !important;
		max-height: 44px !important;
	}

	.wolfedu-polished .woocommerce ul.products li.product,
	.wolfedu-polished .woocommerce-page ul.products li.product {
		padding: 10px;
	}

	.wolfedu-polished .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
		font-size: 14px;
	}

	.wolfedu-shop-search {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.wolfedu-polished.single-product div.product {
		padding: 14px;
	}

	.wolfedu-home .elementor-element-11a73d2 .elementor-inner-section .elementor-container,
	.wolfedu-home .elementor-element-11a73d2 .elementor-widget-wrap {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wolfedu-home .elementor-element-d8c1bde {
		padding: 42px 14px 52px;
	}

	.wolfedu-home .elementor-element-6ef6d63 .elementor-heading-title {
		font-size: 32px;
	}

	.wolfedu-home .elementor-element-4227421 {
		padding: 34px 16px !important;
	}

	.wolfedu-home .elementor-element-bd3bc94 .elementor-heading-title {
		font-size: 25px;
	}

	.wolfedu-polished.page-id-5996 .elementor-element-892ec5a {
		padding-top: 48px;
	}

	.wolfedu-polished.page-id-5996 .elementor-element-7b33b4e .elementor-heading-title {
		font-size: 38px;
	}

	.wolfedu-polished.page-id-5996 .elementor-element-fb1dd18 {
		padding: 28px 18px;
	}

	.wolfedu-support-copy h2 {
		font-size: 27px;
	}

	.wolfedu-support-copy p {
		font-size: 16px;
	}

	.wolfedu-support-actions {
		grid-template-columns: 1fr;
	}

	.wolfedu-polished .wolfedu-footer-main {
		padding: 46px 18px 30px;
	}

	.wolfedu-polished .wolfedu-footer-main > .elementor-container {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.wolfedu-footer-brand p {
		max-width: none;
	}

	.wolfedu-footer-bottom-row {
		display: grid;
		gap: 8px;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.wolfedu-home .elementor-element-5576581 .elementor-heading-title {
		font-size: 27px !important;
	}

	.wolfedu-polished .woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

/* ──────────────────────────────────────────────────────────────
   FULL-SITE MOBILE RESPONSIVE PATCH
   Covers: header nav, hero, shop, cart, product, checkout,
   account pages, and all WooCommerce tables.
   ────────────────────────────────────────────────────────────── */

/* Tap highlight across all interactive elements */
.wolfedu-polished a,
.wolfedu-polished button,
.wolfedu-polished [role="button"],
.wolfedu-polished input[type="submit"],
.wolfedu-polished input[type="button"] {
	-webkit-tap-highlight-color: rgba(217, 119, 87, 0.1);
}

/* Prevent horizontal scroll without breaking position:fixed children.
   overflow-x:clip (not hidden) does not create a scroll container,
   so cart side-panel and nav dropdown (both position:fixed) still
   anchor to the viewport correctly. */
html,
body {
	overflow-x: clip;
}

/* ─── ≤ 921px — Mobile header & navigation ──────────────────── */
@media (max-width: 921px) {

	/* Sub-menu dropdown toggle button */
	.wolfedu-polished .ast-header-break-point .ast-menu-toggle,
	.wolfedu-polished .ast-builder-menu-mobile .ast-menu-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-width: 40px;
		min-height: 40px;
		padding: 0;
		border: 1px solid transparent;
		border-radius: 6px;
		background: transparent;
		color: var(--we-ink);
		transition: background 160ms ease, border-color 160ms ease;
	}

	.wolfedu-polished .ast-header-break-point .ast-menu-toggle:hover,
	.wolfedu-polished .ast-builder-menu-mobile .ast-menu-toggle:hover {
		background: rgba(217, 119, 87, 0.1);
		border-color: rgba(217, 119, 87, 0.25);
	}

	/* Sub-menu items inside mobile nav drawer */
	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
		border: none;
		border-radius: 8px;
		background: rgba(217, 119, 87, 0.05);
		box-shadow: none;
		padding: 6px;
		margin: 4px 0 0;
	}

	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu .menu-item > .menu-link {
		padding-left: 26px;
		font-size: 14px;
		color: var(--we-muted) !important;
	}

	.wolfedu-polished .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu .menu-item:hover > .menu-link {
		color: var(--we-ink) !important;
		background: rgba(217, 119, 87, 0.1) !important;
	}

	/* Mobile nav overlay backdrop */
	.wolfedu-polished .ast-mobile-popup-overlay {
		background: rgba(20, 20, 19, 0.42);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}

	/* Mobile nav drawer panel */
	.wolfedu-polished .ast-mobile-popup-drawer,
	.wolfedu-polished .ast-mobile-popup-inner {
		background: var(--we-paper);
		max-width: 320px;
		box-shadow: var(--we-shadow);
	}

	/* Keep cart + account icons in the header row on mobile */
	.wolfedu-polished .ast-header-woo-cart,
	.wolfedu-polished .ast-header-account {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	/* Mobile hamburger trigger – ensure large enough tap target */
	.wolfedu-polished .ast-mobile-menu-trigger-minimal {
		min-width: 44px !important;
		min-height: 44px !important;
	}
}

/* ─── ≤ 767px — Core mobile layout ──────────────────────────── */
@media (max-width: 767px) {

	/* iOS input zoom prevention: inputs must be ≥16px to avoid auto-zoom */
	.wolfedu-polished input[type="text"],
	.wolfedu-polished input[type="email"],
	.wolfedu-polished input[type="tel"],
	.wolfedu-polished input[type="number"],
	.wolfedu-polished input[type="password"],
	.wolfedu-polished input[type="search"],
	.wolfedu-polished input[type="url"],
	.wolfedu-polished select,
	.wolfedu-polished textarea {
		font-size: 16px !important;
	}

	/* Content area safe padding */
	.wolfedu-polished .ast-container,
	.wolfedu-polished .site-content .ast-container {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	/* ── Hero section ── */
	.wolfedu-home .elementor-element-3958b6c > .elementor-container {
		min-height: auto;
		padding-top: 44px !important;
		padding-bottom: 76px !important;
	}

	/* Hero button inner section: stack columns vertically */
	.wolfedu-home .elementor-element-6cacc85 > .elementor-container {
		flex-direction: column !important;
		gap: 12px;
	}

	.wolfedu-home .elementor-element-870206b,
	.wolfedu-home .elementor-element-395fa01 {
		width: 100% !important;
		max-width: 100% !important;
	}

	.wolfedu-home .elementor-element-c3f73b0 .elementor-button,
	.wolfedu-home .elementor-element-d693add .elementor-button {
		display: flex !important;
		justify-content: center;
		width: 100%;
	}

	/* ── Search box: reduce negative offset ── */
	.wolfedu-home .elementor-element-8f7c498 {
		margin-top: -36px !important;
	}

	/* ── WooCommerce product images: relaxed aspect ratio ── */
	.wolfedu-polished .woocommerce ul.products li.product a img {
		aspect-ratio: 4 / 3;
	}

	/* ── Breadcrumbs ── */
	.wolfedu-polished .woocommerce-breadcrumb {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* ── WooCommerce notices ── */
	.wolfedu-polished .woocommerce-message,
	.wolfedu-polished .woocommerce-info,
	.wolfedu-polished .woocommerce-error {
		padding: 12px 12px 12px 44px;
		font-size: 13px;
	}

	/* ── Cart page: block/grid layout for table rows ── */
	.woocommerce-cart-form__contents thead {
		display: none;
	}

	.woocommerce-cart-form__contents,
	.woocommerce-cart-form__contents tbody {
		display: block;
		width: 100%;
	}

	.woocommerce-cart-form__contents tr.cart_item {
		display: grid;
		grid-template-columns: 84px 1fr 34px;
		grid-template-areas:
			"img  title  remove"
			"img  price  remove"
			"img  qty    remove"
			"img  subtot remove";
		gap: 3px 12px;
		align-items: center;
		padding: 16px 0;
		border-bottom: 1px solid var(--we-line);
	}

	.woocommerce-cart-form__contents td { display: block; padding: 0; border: none; }
	.woocommerce-cart-form__contents td.product-thumbnail { grid-area: img; }
	.woocommerce-cart-form__contents td.product-name      { grid-area: title; font-size: 14px; font-weight: 700; line-height: 1.3; }
	.woocommerce-cart-form__contents td.product-price     { grid-area: price; color: var(--we-muted); font-size: 13px; }
	.woocommerce-cart-form__contents td.product-quantity  { grid-area: qty; }
	.woocommerce-cart-form__contents td.product-subtotal  { grid-area: subtot; font-weight: 700; color: var(--we-green); }
	.woocommerce-cart-form__contents td.product-remove    { grid-area: remove; align-self: start; text-align: right; }
	.woocommerce-cart-form__contents td.actions           { display: block; padding: 14px 0 0; }

	.woocommerce-cart-form__contents td.product-thumbnail img {
		width: 84px;
		height: 84px;
		object-fit: cover;
		border-radius: 8px;
		display: block;
	}

	.woocommerce-cart-form__contents td.product-quantity input.qty {
		width: 52px;
		font-size: 16px;
		text-align: center;
	}

	/* Cart totals */
	.wolfedu-polished .cart_totals,
	.wolfedu-polished .woocommerce-cart-form {
		padding: 18px !important;
	}

	.wolfedu-polished .cart_totals table {
		width: 100%;
	}

	.wolfedu-polished .cart-collaterals {
		margin-top: 24px;
	}

	/* ── Single product page: stack gallery and summary ── */
	.wolfedu-polished.single-product .woocommerce div.product {
		display: block;
	}

	.wolfedu-polished.single-product .woocommerce div.product .woocommerce-product-gallery {
		width: 100% !important;
		float: none !important;
		margin: 0 0 18px;
	}

	.wolfedu-polished.single-product .woocommerce div.product .summary {
		width: 100% !important;
		float: none !important;
	}

	.wolfedu-polished.single-product .woocommerce div.product .summary .product_title {
		font-size: 22px;
	}

	.wolfedu-polished.single-product .woocommerce div.product form.cart {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		align-items: center;
	}

	.wolfedu-polished.single-product .woocommerce div.product .single_add_to_cart_button {
		flex: 1 0 100%;
		text-align: center;
		font-size: 16px;
	}

	/* Related/upsell products heading */
	.wolfedu-polished .related.products > h2,
	.wolfedu-polished .upsells.products > h2 {
		font-size: 22px;
	}

	/* ── My Account: responsive navigation tabs ── */
	.wolfedu-polished .woocommerce-MyAccount-navigation {
		width: 100% !important;
		float: none !important;
		margin-bottom: 18px;
	}

	.wolfedu-polished .woocommerce-MyAccount-content {
		width: 100% !important;
		float: none !important;
	}

	.wolfedu-polished .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 0 0 4px;
		padding: 0;
		list-style: none;
	}

	.wolfedu-polished .woocommerce-MyAccount-navigation ul li {
		flex: 1 1 auto;
	}

	.wolfedu-polished .woocommerce-MyAccount-navigation ul li a {
		display: block;
		padding: 9px 12px;
		border: 1px solid var(--we-line);
		border-radius: 8px;
		background: var(--we-paper);
		color: var(--we-ink);
		font-family: var(--we-heading-font);
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		text-decoration: none !important;
		white-space: nowrap;
		transition: background 160ms ease, border-color 160ms ease;
	}

	.wolfedu-polished .woocommerce-MyAccount-navigation ul li.is-active a,
	.wolfedu-polished .woocommerce-MyAccount-navigation ul li a:hover {
		border-color: var(--we-orange);
		background: rgba(217, 119, 87, 0.08);
		color: var(--we-ink);
	}

	/* Orders table scrollable */
	.wolfedu-polished .woocommerce-orders-table,
	.wolfedu-polished .woocommerce-table--order-details,
	.wolfedu-polished table.shop_table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* ── Checkout wrapper padding ── */
	.wolfedu-polished.woocommerce-checkout #primary,
	.wolfedu-polished.woocommerce-checkout .woocommerce {
		padding-left: 16px;
		padding-right: 16px;
	}

	.wolfedu-checkout-title {
		font-size: 22px !important;
		margin-left: 4px;
	}

	/* ── #newyearoffer heading: scale down from 52px desktop ── */
	.elementor-element-d1cbbf4 .elementor-heading-title {
		font-size: 28px !important;
	}

	/* ── #newyearoffer section: 2-col product grid ── */
	#newyearoffer .elementor-widget-woocommerce-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	/* ── Footer link tap targets ── */
	.wolfedu-footer-list a {
		min-height: 40px;
	}
}

/* ─── ≤ 640px — Small mobile ─────────────────────────────────── */
@media (max-width: 640px) {

	/* Hero heading */
	.wolfedu-home .elementor-element-3958b6c > .elementor-container {
		padding-top: 36px !important;
		padding-bottom: 68px !important;
	}

	/* Product cards: tighter */
	.wolfedu-polished .woocommerce ul.products {
		gap: 10px;
	}

	.wolfedu-polished .woocommerce ul.products li.product {
		padding: 10px;
	}

	.wolfedu-polished .woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px;
	}

	.wolfedu-polished .woocommerce ul.products li.product .price {
		font-size: 14px;
	}

	/* Search widget: single column on smallest devices */
	.wolfedu-home .elementor-element-be095e9 > .elementor-widget-wrap {
		padding: 16px !important;
	}

	/* AWS search field */
	.wolfedu-polished .aws-container .aws-search-field {
		min-height: 48px;
		font-size: 16px;
	}

	/* Support page */
	.wolfedu-polished.page-id-5996 .elementor-element-7b33b4e .elementor-heading-title {
		font-size: 32px;
	}
}

/* ─── ≤ 480px — Extra small ──────────────────────────────────── */
@media (max-width: 480px) {

	/* Header */
	.wolfedu-polished .ast-primary-header-bar {
		min-height: 60px;
	}

	.wolfedu-polished .site-logo-img img,
	.wolfedu-polished img.custom-logo {
		max-width: 130px !important;
		max-height: 38px !important;
	}

	/* Product grid: single column */
	.wolfedu-polished .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	/* newyearoffer: single column */
	#newyearoffer .elementor-widget-woocommerce-products ul.products {
		grid-template-columns: 1fr !important;
	}

	/* Cart: slightly smaller thumbnail */
	.woocommerce-cart-form__contents tr.cart_item {
		grid-template-columns: 72px 1fr 28px;
	}

	.woocommerce-cart-form__contents td.product-thumbnail img {
		width: 72px;
		height: 72px;
	}

	/* Account nav: 2-col grid */
	.wolfedu-polished .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	/* Footer */
	.wolfedu-polished .wolfedu-footer-main {
		padding: 36px 14px 24px;
	}

	/* Hero heading: minimum readable size */
	.wolfedu-home .elementor-element-5576581 .elementor-heading-title {
		font-size: 24px !important;
	}

	/* Sign in / signup pages */
	.wolfedu-polished.woocommerce-page .woocommerce-form,
	.wolfedu-polished.woocommerce-page .login,
	.wolfedu-polished.woocommerce-page .register {
		padding: 18px 16px;
	}
}

/* ══════════════════════════════════════════════════════════════
   ELEMENTOR HEADER — MOBILE REDESIGN  (template ID 7114)
   Structure:
     Section 2f293804 → Logo (60%) + Cart (20%) + Empty (10%)
     Section 5630e4fa → Nav menu (hidden on mobile/tablet by Elementor)
   Goal on mobile: [ ☰ ] ── Logo ── [ 🛒 ]  in a single sticky bar
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

	/* ── Sticky wrapper — no z-index here; a stacking context on the header
	   would trap position:fixed children (cart panel, dropdown) inside its
	   paint bounds. The burger (Section 2, z:10) and dropdown (z:9999) work
	   correctly without a stacking context on the wrapper itself. ── */
	.elementor-location-header {
		position: sticky;
		top: 0;
	}

	/* ── Section 1: the visible bar ── */
	/* NOTE: no backdrop-filter here — backdrop-filter creates a containing
	   block for position:fixed descendants, which would trap the cart panel
	   inside this 62px bar. Use fully-opaque background instead. */
	.elementor-element-2f293804 {
		background: rgba(250, 249, 245, 1) !important;
		/* override the inline red border-color */
		border-color: rgba(176, 174, 165, 0.35) !important;
		box-shadow: 0 3px 14px rgba(20, 20, 19, 0.07);
	}

	/* Section 1 inner container: add left padding for burger */
	.elementor-7114 .elementor-element-2f293804 > .elementor-container {
		min-height: 62px;
		padding-left: 58px !important;
		padding-right: 12px !important;
		flex-wrap: nowrap;
		align-items: center;
	}

	/* Empty left column (10% on desktop) — collapsed on mobile */
	.elementor-7114 .elementor-element-3bea3b3c {
		display: none !important;
	}

	/* Logo column: take remaining space, center the logo */
	.elementor-7114 .elementor-element-ac77fec {
		flex: 1 !important;
		width: auto !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
	}

	/* Logo image: compact for mobile */
	.elementor-7114 .elementor-element-5940d141 img {
		max-width: 140px !important;
		max-height: 40px !important;
		width: auto !important;
	}

	/* Cart column: auto-width, no flex growth */
	.elementor-7114 .elementor-element-790f016c {
		flex: 0 0 auto !important;
		width: auto !important;
		padding: 0 !important;
	}

	/* Cart panel: force above all page elements (Elementor default is 9998) */
	.elementor-menu-cart__container {
		z-index: 999999 !important;
	}

	/* Cart toggle button: compact */
	.elementor-7114 .elementor-element-43d149e .elementor-menu-cart__toggle_button {
		padding: 7px 10px !important;
		font-size: 13px !important;
		min-height: 38px;
		border-radius: 8px;
		background: rgba(250, 249, 245, 0.9) !important;
		border: 1px solid rgba(176, 174, 165, 0.45) !important;
		color: var(--we-ink) !important;
	}

	/* ── Section 2 (nav): override elementor-hidden-mobile ──
	   Rip it out of normal flow and place it as a burger button
	   at the top-left corner of the sticky header strip.         */
	.elementor.elementor-7114 .elementor-element-5630e4fa.elementor-hidden-mobile,
	.elementor.elementor-7114 .elementor-element-5630e4fa.elementor-hidden-tablet {
		display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 58px;
		height: 62px;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: none !important;
	}

	/* Remove gradient overlay on mobile */
	.elementor-7114 .elementor-element-5630e4fa > .elementor-background-overlay {
		display: none !important;
	}

	/* Strip all container sizing */
	.elementor-7114 .elementor-element-5630e4fa > .elementor-container {
		padding: 0 !important;
		width: 58px !important;
		max-width: 58px !important;
		min-height: 62px;
		height: 62px;
	}

	.elementor-7114 .elementor-element-5630e4fa .elementor-col-100 {
		width: 58px !important;
		padding: 0 !important;
	}

	.elementor-7114 .elementor-element-5630e4fa .elementor-widget-wrap {
		padding: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		height: 62px;
		width: 58px;
	}

	.elementor-7114 .elementor-element-5630e4fa .elementor-widget-container {
		padding: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 58px;
		height: 62px;
	}

	/* Hide the horizontal nav links — only burger shows */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--main {
		display: none !important;
	}

	/* ── Burger toggle button ── */
	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 42px !important;
		height: 42px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(176, 174, 165, 0.45);
		border-radius: 8px;
		background: rgba(250, 249, 245, 0.9) !important;
		color: var(--we-ink) !important;
		cursor: pointer;
		transition: background 160ms ease, border-color 160ms ease;
		-webkit-tap-highlight-color: transparent;
	}

	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle:hover,
	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle[aria-expanded="true"] {
		background: rgba(217, 119, 87, 0.1) !important;
		border-color: rgba(217, 119, 87, 0.4);
	}

	/* Burger icon */
	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle i {
		font-size: 18px;
		color: var(--we-ink) !important;
		line-height: 1;
	}

	/* Swap open/close icons.
	   Elementor sets both aria-expanded="true" AND .elementor-active
	   when the menu opens — handle both to be safe.               */
	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle__icon--close {
		display: none;
	}

	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open,
	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
		display: none;
	}

	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--close,
	.elementor-7114 .elementor-element-30b70885 .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
		display: block;
	}

	/* ── Dropdown nav panel ──
	   z-index 9999: below sticky header (10000) so burger stays
	   clickable, but above all page content.                       */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed !important;
		top: 62px !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		max-height: calc(100dvh - 62px) !important;
		overflow-y: auto;
		background: var(--we-paper) !important;
		border-top: 2px solid var(--we-orange) !important;
		border-bottom: 1px solid var(--we-line);
		border-left: none !important;
		border-right: none !important;
		border-radius: 0 !important;
		box-shadow: 0 12px 32px rgba(20, 20, 19, 0.14) !important;
		z-index: 9999;
		padding: 8px 0 16px !important;
	}

	/* Nav list inside dropdown */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .elementor-nav-menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	/* Nav items */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item {
		border-bottom: 1px solid rgba(176, 174, 165, 0.22);
		margin: 0;
	}

	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item:last-child {
		border-bottom: none;
	}

	/* Nav links */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item > .elementor-item,
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item > a {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 52px;
		padding: 14px 20px !important;
		font-family: var(--we-heading-font) !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		color: var(--we-ink) !important;
		text-decoration: none !important;
		line-height: 1.2;
		transition: background 140ms ease;
	}

	/* Hover / active */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item > .elementor-item:hover,
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item > a:hover,
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .current-menu-item > .elementor-item,
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .current-menu-item > a {
		background: rgba(217, 119, 87, 0.08) !important;
		color: var(--we-ink) !important;
	}

	/* Arrow chevron on each item */
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item > .elementor-item::after,
	.elementor-7114 .elementor-element-30b70885 .elementor-nav-menu--dropdown .menu-item > a::after {
		content: "›";
		font-size: 20px;
		color: var(--we-mid);
		line-height: 1;
		flex-shrink: 0;
		margin-left: 8px;
	}
}
