/**
 * Donaress v3 — Editorial Fashion Design System
 * Light surfaces: dark text | Dark surfaces: light text
 */

/* ═══════════════════════════════════════════
   1. DESIGN TOKENS
   ═══════════════════════════════════════════ */
body.donaress-theme {
	--d-ink: #1A1216;
	--d-ink-soft: #4A3D44;
	--d-muted: #8A7A82;
	--d-accent: #C2185B;
	--d-accent-hover: #E91E7A;
	--d-accent-deep: #9B1448;
	--d-blush: #FAF5F7;
	--d-blush-deep: #F3E4EA;
	--d-surface: #FFFFFF;
	--d-bg: #FDFAFB;
	--d-gold: #B8956B;
	--d-line: rgba(26, 18, 22, 0.08);
	--d-line-accent: rgba(194, 24, 91, 0.18);
	--d-radius: 16px;
	--d-radius-lg: 22px;
	--d-shadow-sm: 0 2px 12px rgba(26, 18, 22, 0.04);
	--d-shadow: 0 8px 32px rgba(26, 18, 22, 0.07);
	--d-shadow-lg: 0 20px 56px rgba(194, 24, 91, 0.12);
	--d-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--d-font: 'Vazirmatn', Tahoma, sans-serif;

	font-family: var(--d-font) !important;
	background:
		radial-gradient(ellipse 80% 50% at 100% 0%, rgba(194, 24, 91, 0.04) 0%, transparent 55%),
		radial-gradient(ellipse 60% 40% at 0% 100%, rgba(184, 149, 107, 0.06) 0%, transparent 50%),
		linear-gradient(180deg, #FDFAFB 0%, #FAF5F7 100%) !important;
	color: var(--d-ink) !important;
	-webkit-font-smoothing: antialiased;
}

/* ═══════════════════════════════════════════
   2. TYPOGRAPHY
   ═══════════════════════════════════════════ */
body.donaress-theme #main-container,
body.donaress-theme .site-main,
body.donaress-theme .entry-content,
body.donaress-theme .woocommerce {
	color: var(--d-ink);
}

body.donaress-theme h1,
body.donaress-theme h2,
body.donaress-theme h3,
body.donaress-theme h4,
body.donaress-theme .entry-title,
body.donaress-theme .ct-module-title,
body.donaress-theme .elementor-heading-title {
	color: var(--d-ink) !important;
	font-weight: 700 !important;
	letter-spacing: -0.025em;
	line-height: 1.35;
}

body.donaress-theme p {
	color: var(--d-ink-soft);
	line-height: 1.75;
}

/* ═══════════════════════════════════════════
   3. LIGHT SURFACES — readable dark text
   (menus, panels, widgets, forms, cards)
   ═══════════════════════════════════════════ */
body.donaress-theme .donaress-surface,
body.donaress-theme #header,
body.donaress-theme .ct-panel:not(#footer *):not(#offcanvas),
body.donaress-theme .ct-panel-inner:not(#footer *):not(#offcanvas *),
body.donaress-theme #header .sub-menu,
body.donaress-theme #header [class*="animated-submenu"] > .sub-menu,
body.donaress-theme .ct-header-account-dropdown,
body.donaress-theme .ct-cart-content,
body.donaress-theme #account-modal .ct-account-modal,
body.donaress-theme #search-modal .ct-panel-inner,
body.donaress-theme .select2-dropdown,
body.donaress-theme .select2-container--default .select2-selection--single,
body.donaress-theme .widget,
body.donaress-theme .ct-sidebar,
body.donaress-theme ul.products li.product,
body.donaress-theme [data-products] .product,
body.donaress-theme.single-product .summary,
body.donaress-theme .woocommerce-cart .cart_totals,
body.donaress-theme .woocommerce-checkout-review-order,
body.donaress-theme .donaress-trust,
body.donaress-theme .donaress-shop-hero {
	background-color: var(--d-surface);
	color: var(--d-ink);
}

/* All links on light surfaces */
body.donaress-theme #main-container a:not(.button):not(.donaress-dark *),
body.donaress-theme #header a,
body.donaress-theme .ct-panel:not(#offcanvas) a,
body.donaress-theme .widget a {
	color: var(--d-ink);
	transition: color 0.2s var(--d-ease);
}

body.donaress-theme #main-container a:not(.button):hover,
body.donaress-theme #header a:hover,
body.donaress-theme .widget a:hover {
	color: var(--d-accent);
}

/* Dropdown / submenu / hover lists */
body.donaress-theme #header .sub-menu,
body.donaress-theme #header [class*="animated-submenu"] > .sub-menu,
body.donaress-theme .ct-header-account-dropdown,
body.donaress-theme #offcanvas .sub-menu,
body.donaress-theme #offcanvas [data-submenu] > ul {
	background: var(--d-surface) !important;
	border: 1px solid var(--d-line) !important;
	border-radius: var(--d-radius) !important;
	box-shadow: var(--d-shadow-lg) !important;
	padding: 6px !important;
	min-width: 200px !important;
}

body.donaress-theme #header .sub-menu li a,
body.donaress-theme #header .sub-menu .ct-menu-link,
body.donaress-theme .ct-header-account-dropdown a,
body.donaress-theme #offcanvas .sub-menu a,
body.donaress-theme #offcanvas [data-submenu] > ul a {
	color: var(--d-ink) !important;
	background: transparent !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	padding: 10px 14px !important;
	border-radius: 10px !important;
	display: block;
}

body.donaress-theme #header .sub-menu li a:hover,
body.donaress-theme #header .sub-menu li:hover > a,
body.donaress-theme .ct-header-account-dropdown a:hover,
body.donaress-theme #offcanvas .sub-menu a:hover {
	color: var(--d-accent) !important;
	background: var(--d-blush) !important;
}

/* Offcanvas mobile */
body.donaress-theme #offcanvas {
	--side-panel-width: 100vw !important;
	--side-panel-offset: 0px !important;
	--side-panel-border-radius: 0px !important;
}

body.donaress-theme #offcanvas .ct-panel-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background: linear-gradient(180deg, #1A1216 0%, #231820 34%, #FAF5F7 34%, #FDFAFB 100%) !important;
	box-shadow: -12px 0 48px rgba(26, 18, 22, 0.28) !important;
	overflow: hidden !important;
	color: var(--d-ink) !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="desktop"],
body.donaress-theme #offcanvas .ct-panel-content[data-device="desktop"] .ct-panel-content-inner {
	background: var(--d-surface) !important;
	color: var(--d-ink) !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] {
	flex: 1;
	min-height: 0;
	background: transparent !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .ct-panel-content-inner {
	background: transparent !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: stretch !important;
	width: 100% !important;
	min-height: 100%;
	--horizontal-alignment: stretch;
	--panel-padding: 0;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] > .ct-panel-content-inner > * {
	width: 100%;
	max-width: 100%;
}

body.donaress-theme #offcanvas .ct-panel-heading {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
}

body.donaress-theme #offcanvas .ct-panel-actions {
	position: absolute !important;
	inset-inline-end: 14px !important;
	top: 14px !important;
	z-index: 12 !important;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	color: #fff !important;
}

/* Blocksy widgets inside mobile drawer — full width, readable text */
body.donaress-theme #offcanvas [data-device="mobile"] [data-id],
body.donaress-theme #offcanvas [data-device="mobile"] .ct-header-text,
body.donaress-theme #offcanvas [data-device="mobile"] .ct-header-socials,
body.donaress-theme #offcanvas [data-device="mobile"] .ct-header-search,
body.donaress-theme #offcanvas [data-device="mobile"] .ct-header-cta,
body.donaress-theme #offcanvas [data-device="mobile"] .ct-contact-info {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	color: var(--d-ink) !important;
}

body.donaress-theme #offcanvas [data-device="mobile"] .ct-header-text,
body.donaress-theme #offcanvas [data-device="mobile"] .ct-header-text * {
	color: var(--d-ink) !important;
}

body.donaress-theme #offcanvas .donaress-mnav-quick__item,
body.donaress-theme #offcanvas .donaress-mnav-quick__item span,
body.donaress-theme #offcanvas .donaress-mnav-cta {
	color: #fff !important;
}

body.donaress-theme #offcanvas .ct-panel-actions button,
body.donaress-theme #offcanvas .ct-toggle-close {
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.12) !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	color: #fff !important;
	backdrop-filter: blur(8px);
	transition: background 0.2s var(--d-ease), transform 0.2s var(--d-ease) !important;
}

body.donaress-theme #offcanvas .ct-panel-actions button:hover,
body.donaress-theme #offcanvas .ct-toggle-close:hover {
	background: var(--d-accent) !important;
	border-color: var(--d-accent) !important;
	transform: scale(1.05);
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu,
body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul {
	width: 100% !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu {
	padding: 0 14px;
	flex: 1;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul > li > .ct-sub-menu-parent > a,
body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul > li > a {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	font-size: 14.5px !important;
	font-weight: 600 !important;
	padding: 14px 16px !important;
	margin-bottom: 8px !important;
	color: var(--d-ink) !important;
	background: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid var(--d-line) !important;
	border-radius: 14px !important;
	box-shadow: var(--d-shadow-sm) !important;
	transition: transform 0.25s var(--d-ease), border-color 0.25s, box-shadow 0.25s, color 0.25s !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul > li > .ct-sub-menu-parent > a:hover,
body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul > li > a:hover {
	border-color: var(--d-line-accent) !important;
	color: var(--d-accent) !important;
	transform: translateX(-4px);
	box-shadow: var(--d-shadow) !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .donaress-mnav-link__icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--d-blush) 0%, #fff 100%);
	font-size: 16px;
	flex-shrink: 0;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .donaress-mnav-link__text {
	flex: 1;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu .sub-menu {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 0 8px 12px !important;
	margin: -4px 0 8px !important;
	min-width: unset !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu .sub-menu a {
	font-size: 13px !important;
	font-weight: 500 !important;
	padding: 10px 14px !important;
	margin-bottom: 6px !important;
	color: var(--d-ink-soft) !important;
	background: rgba(255, 255, 255, 0.7) !important;
	border-radius: 10px !important;
	border: 1px solid var(--d-line) !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu li.dropdown-active > .ct-sub-menu-parent > a {
	color: var(--d-accent) !important;
	background: #fff !important;
	border-color: var(--d-line-accent) !important;
	box-shadow: var(--d-shadow) !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu .ct-toggle-dropdown-mobile {
	border-radius: 10px !important;
	background: var(--d-blush) !important;
	border: 1px solid var(--d-line) !important;
	margin-inline-start: 8px !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul {
	border-top: none !important;
	padding-top: 6px !important;
}

body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu li,
body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu .menu-item-has-children > a {
	border-color: transparent !important;
}

/* Mobile drawer — hero header */
.donaress-mnav-hero {
	position: relative;
	padding: 52px 20px 22px;
	overflow: hidden;
	color: #fff !important;
	background: linear-gradient(145deg, #1A1216 0%, #231820 55%, #2a1520 100%);
}

.donaress-mnav-hero,
.donaress-mnav-hero * {
	color: inherit;
}

.donaress-mnav-hero__brand strong,
.donaress-mnav-hero__mark {
	color: #fff !important;
}

.donaress-mnav-hero__mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 22%, rgba(233, 30, 122, 0.35) 0%, transparent 52%),
		radial-gradient(circle at 82% 68%, rgba(184, 149, 107, 0.28) 0%, transparent 48%),
		repeating-linear-gradient(
			-14deg,
			transparent 0,
			transparent 16px,
			rgba(255, 255, 255, 0.025) 16px,
			rgba(255, 255, 255, 0.025) 17px
		);
	pointer-events: none;
}

.donaress-mnav-hero__ring {
	position: absolute;
	width: 140px;
	height: 140px;
	inset-inline-end: -28px;
	top: 18px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	pointer-events: none;
}

.donaress-mnav-hero__brand {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
}

.donaress-mnav-hero__mark {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 22px;
	font-weight: 800;
	backdrop-filter: blur(6px);
}

.donaress-mnav-hero__brand strong {
	display: block;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.donaress-mnav-hero__brand span {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.82) !important;
	margin-top: 2px;
}

.donaress-mnav-hero__tag {
	position: relative;
	z-index: 1;
	margin: 14px 0 0;
	padding: 8px 12px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95) !important;
}

/* Mobile drawer — quick actions */
.donaress-mnav-quick {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 0 14px 16px;
	margin-top: 0;
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, #231820 0%, #1A1216 100%);
}

.donaress-mnav-quick__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 12px 8px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff !important;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	backdrop-filter: blur(8px);
	transition: background 0.2s var(--d-ease), transform 0.2s var(--d-ease);
	position: relative;
	width: 100%;
	min-width: 0;
}

.donaress-mnav-quick__item:hover {
	background: rgba(194, 24, 91, 0.35) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.donaress-mnav-quick__icon {
	font-size: 18px;
	line-height: 1;
}

.donaress-mnav-quick__badge {
	position: absolute;
	top: 6px;
	inset-inline-end: 10px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 50px;
	background: var(--d-accent-hover);
	color: #fff;
	font-style: normal;
	font-size: 10px;
	font-weight: 700;
	display: grid;
	place-items: center;
}

/* Mobile drawer — footer */
.donaress-mnav-footer {
	margin-top: auto;
	padding: 16px 14px calc(20px + env(safe-area-inset-bottom, 0px));
	background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.65) 100%);
}

.donaress-mnav-perks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	width: 100%;
}

.donaress-mnav-perks li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--d-line);
	box-shadow: var(--d-shadow-sm);
	font-size: 11px;
	font-weight: 600;
	color: var(--d-ink);
}

.donaress-mnav-perks li span:first-child {
	font-size: 16px;
	line-height: 1;
}

.donaress-mnav-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px 18px;
	border-radius: 50px;
	background: linear-gradient(135deg, var(--d-ink) 0%, #2a1520 100%);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	box-shadow: var(--d-shadow);
	transition: transform 0.25s var(--d-ease), box-shadow 0.25s var(--d-ease);
}

.donaress-mnav-cta:hover {
	background: linear-gradient(135deg, var(--d-accent-deep) 0%, var(--d-accent-hover) 100%) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: var(--d-shadow-lg);
}

.donaress-mnav-note {
	margin: 10px 0 0;
	text-align: center;
	font-size: 10px;
	color: var(--d-muted);
	letter-spacing: 0.04em;
}

body.donaress-theme #offcanvas.donaress-offcanvas-open .donaress-mnav-hero__ring {
	animation: donaress-mnav-pulse 4s ease-in-out infinite;
}

@keyframes donaress-mnav-pulse {
	0%, 100% { transform: scale(1); opacity: 0.7; }
	50% { transform: scale(1.06); opacity: 1; }
}

/* ═══════════════════════════════════════════
   3b. INTERACTIVE HEADER — cart, account, search
   ═══════════════════════════════════════════ */

/* Shared mini-cart surface (hover dropdown + side panel) */
body.donaress-theme .ct-cart-content,
body.donaress-theme #woo-cart-panel .ct-panel-inner,
body.donaress-theme .ct-panel.ct-header-cart-panel .ct-panel-inner {
	--mini-cart-background-color: var(--d-surface) !important;
	--mini-cart-divider-color: var(--d-line) !important;
	--theme-text-color: var(--d-ink) !important;
	--theme-link-initial-color: var(--d-ink) !important;
	--theme-link-hover-color: var(--d-accent) !important;
	--theme-button-background-initial-color: var(--d-ink) !important;
	--theme-button-background-hover-color: var(--d-accent) !important;
	--theme-button-text-initial-color: #fff !important;
	--theme-button-text-hover-color: #fff !important;
	background: var(--d-surface) !important;
	color: var(--d-ink) !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow-lg) !important;
}

body.donaress-theme .ct-cart-content {
	width: min(340px, calc(100vw - 24px)) !important;
	padding: 20px 18px !important;
	border-radius: var(--d-radius) !important;
}

body.donaress-theme .ct-panel.ct-header-cart-panel .ct-panel-inner,
body.donaress-theme #woo-cart-panel .ct-panel-inner {
	border-radius: var(--d-radius-lg) 0 0 var(--d-radius-lg) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart {
	max-height: min(42vh, 320px);
	scrollbar-width: thin;
	scrollbar-color: var(--d-blush-deep) transparent;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart::-webkit-scrollbar,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart::-webkit-scrollbar {
	width: 5px;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart::-webkit-scrollbar-thumb,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart::-webkit-scrollbar-thumb {
	background: var(--d-blush-deep);
	border-radius: 50px;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart-item,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart-item,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart-item {
	border-color: var(--d-line) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart-item a,
body.donaress-theme .ct-cart-content .product-title,
body.donaress-theme .ct-cart-content .amount,
body.donaress-theme .ct-cart-content .quantity,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart-item a,
body.donaress-theme #woo-cart-panel .product-title,
body.donaress-theme #woo-cart-panel .amount,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart-item a,
body.donaress-theme .ct-panel.ct-header-cart-panel .product-name,
body.donaress-theme .ct-panel.ct-header-cart-panel .amount {
	color: var(--d-ink) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart-item a:hover,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart-item a:hover,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart-item a:hover {
	color: var(--d-accent) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__total,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__total,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart__total {
	color: var(--d-ink) !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	border-top-color: var(--d-line) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__total .amount,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__total .amount,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart__total .amount {
	color: var(--d-accent) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__empty-message,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__empty-message {
	color: var(--d-muted) !important;
	text-align: center;
	padding: 12px 0;
}

body.donaress-theme .ct-cart-content .remove,
body.donaress-theme #woo-cart-panel .remove,
body.donaress-theme .ct-panel.ct-header-cart-panel .remove {
	color: var(--d-muted) !important;
	border-radius: 50% !important;
	transition: color 0.2s, background 0.2s !important;
}

body.donaress-theme .ct-cart-content .remove:hover,
body.donaress-theme #woo-cart-panel .remove:hover,
body.donaress-theme .ct-panel.ct-header-cart-panel .remove:hover {
	color: #fff !important;
	background: var(--d-accent) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__buttons,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__buttons,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart__buttons {
	gap: 10px !important;
	border-top-color: var(--d-line) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__buttons .button,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__buttons .button,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart__buttons .button {
	border-radius: 50px !important;
	font-size: 11.5px !important;
	font-weight: 700 !important;
	min-height: 44px !important;
	background: var(--d-ink) !important;
	color: #fff !important;
	border: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__buttons .checkout,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__buttons .checkout,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart__buttons .checkout {
	background: linear-gradient(135deg, var(--d-accent-deep) 0%, var(--d-accent-hover) 100%) !important;
}

body.donaress-theme .ct-cart-content .woocommerce-mini-cart__buttons .button:hover,
body.donaress-theme #woo-cart-panel .woocommerce-mini-cart__buttons .button:hover,
body.donaress-theme .ct-panel.ct-header-cart-panel .woocommerce-mini-cart__buttons .button:hover {
	background: var(--d-accent) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.donaress-theme .ct-cart-content .ct-media-container,
body.donaress-theme #woo-cart-panel .ct-media-container {
	border-radius: 10px !important;
	overflow: hidden;
	border: 1px solid var(--d-line);
}

body.donaress-theme .ct-shipping-progress-mini-cart,
body.donaress-theme .ct-suggested-products--mini-cart,
body.donaress-theme .ct-suggested-products--mini-cart .ct-module-title {
	color: var(--d-ink-soft) !important;
}

body.donaress-theme .ct-shipping-progress-mini-cart .ct-progress-bar {
	background: var(--d-blush-deep) !important;
	border-radius: 50px !important;
}

body.donaress-theme .ct-shipping-progress-mini-cart .ct-progress-bar span {
	background: linear-gradient(90deg, var(--d-accent-deep), var(--d-accent-hover)) !important;
	border-radius: 50px !important;
}

/* Checkout payment box */
body.donaress-theme #payment,
body.donaress-theme .woocommerce-checkout #customer_details {
	border-radius: var(--d-radius-lg) !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow-sm) !important;
	overflow: hidden;
}

body.donaress-theme #payment .payment_methods li {
	border-color: var(--d-line) !important;
}

body.donaress-theme #payment .payment_box {
	background: var(--d-blush) !important;
	color: var(--d-ink-soft) !important;
}

/* Account dropdown (hover) */
body.donaress-theme .ct-header-account-dropdown {
	--dropdown-background-color: var(--d-surface) !important;
	--theme-text-color: var(--d-ink) !important;
	--theme-link-initial-color: var(--d-ink) !important;
	--theme-link-hover-color: var(--d-accent) !important;
	--dropdown-items-background-hover-color: var(--d-blush) !important;
	width: min(280px, calc(100vw - 24px)) !important;
	padding: 8px !important;
	border: 1px solid var(--d-line) !important;
	border-radius: var(--d-radius) !important;
	box-shadow: var(--d-shadow-lg) !important;
}

body.donaress-theme .ct-header-account-dropdown .menu-item .ct-menu-link,
body.donaress-theme .ct-header-account-dropdown .menu-item > a {
	color: var(--d-ink) !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	border-radius: 10px !important;
}

body.donaress-theme .ct-header-account-dropdown .menu-item:hover > .ct-menu-link,
body.donaress-theme .ct-header-account-dropdown .menu-item:hover > a {
	color: var(--d-accent) !important;
	background: var(--d-blush) !important;
}

body.donaress-theme .ct-header-account-dropdown .ct-header-account-user-info .ct-menu-link {
	padding: 12px !important;
	margin: 4px !important;
	background: linear-gradient(135deg, var(--d-blush) 0%, #fff 100%) !important;
	border: 1px solid var(--d-line) !important;
	border-radius: 12px !important;
}

body.donaress-theme .ct-header-account-dropdown .ct-header-account-user-info span,
body.donaress-theme .ct-header-account-dropdown .ct-header-account-user-info strong {
	color: var(--d-ink) !important;
}

body.donaress-theme .ct-header-account-dropdown .ct-header-account-user-info span:last-child {
	color: var(--d-muted) !important;
	font-size: 12px !important;
}

body.donaress-theme .ct-header-account-dropdown .ct-header-account-divider {
	border-color: var(--d-line) !important;
	margin: 6px 10px !important;
}

body.donaress-theme .ct-header-account-dropdown .ct-media-container {
	border: 2px solid var(--d-line-accent) !important;
}

/* Account modal (mobile / modal type) */
body.donaress-theme #account-modal {
	background: rgba(18, 8, 13, 0.55) !important;
	backdrop-filter: blur(8px);
}

body.donaress-theme #account-modal .ct-panel-inner {
	border-radius: var(--d-radius-lg) !important;
	overflow: hidden;
	box-shadow: var(--d-shadow-lg) !important;
}

body.donaress-theme .ct-account-modal {
	border-radius: var(--d-radius-lg) !important;
	color: var(--d-ink) !important;
	--theme-text-color: var(--d-ink) !important;
	--theme-link-initial-color: var(--d-ink) !important;
}

body.donaress-theme .ct-account-modal > ul li {
	color: var(--d-muted) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	border-color: var(--d-line) !important;
}

body.donaress-theme .ct-account-modal > ul li.active {
	color: var(--d-accent) !important;
	background: var(--d-blush) !important;
}

body.donaress-theme .ct-account-modal form label,
body.donaress-theme .ct-account-modal .ct-account-form label {
	color: var(--d-ink) !important;
	font-weight: 600 !important;
	font-size: 13px !important;
}

body.donaress-theme .ct-account-modal .button,
body.donaress-theme .ct-account-modal button[type="submit"] {
	border-radius: 50px !important;
	background: var(--d-ink) !important;
	color: #fff !important;
	font-weight: 700 !important;
}

body.donaress-theme .ct-account-modal .button:hover,
body.donaress-theme .ct-account-modal button[type="submit"]:hover {
	background: var(--d-accent) !important;
}

body.donaress-theme .ct-account-modal a {
	color: var(--d-accent) !important;
}

/* Search modal */
body.donaress-theme #search-modal {
	background: rgba(18, 8, 13, 0.62) !important;
	backdrop-filter: blur(10px);
}

body.donaress-theme #search-modal .ct-panel-inner {
	background: var(--d-surface) !important;
	border-radius: var(--d-radius-lg) !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow-lg) !important;
	color: var(--d-ink) !important;
}

body.donaress-theme #search-modal input[type="search"] {
	color: var(--d-ink) !important;
	border-color: var(--d-line) !important;
}

body.donaress-theme #search-modal .ct-search-form-controls button {
	background: var(--d-ink) !important;
	color: #fff !important;
}

body.donaress-theme #search-modal .ct-search-form-controls button:hover {
	background: var(--d-accent) !important;
}

/* Language switcher dropdown */
body.donaress-theme .ct-language-switcher[data-type='dropdown'] > ul {
	background: var(--d-surface) !important;
	border: 1px solid var(--d-line) !important;
	border-radius: var(--d-radius) !important;
	box-shadow: var(--d-shadow-lg) !important;
	padding: 6px !important;
}

body.donaress-theme .ct-language-switcher[data-type='dropdown'] > ul a {
	color: var(--d-ink) !important;
	padding: 10px 14px !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
}

body.donaress-theme .ct-language-switcher[data-type='dropdown'] > ul a:hover {
	color: var(--d-accent) !important;
	background: var(--d-blush) !important;
}

/* Header icon triggers — cart & account */
body.donaress-theme .ct-header-cart [data-id="trigger"],
body.donaress-theme .ct-header-account [data-id="trigger"],
body.donaress-theme .ct-header-search [data-id="trigger"] {
	border-radius: 12px !important;
	transition: background 0.2s var(--d-ease), color 0.2s var(--d-ease) !important;
}

body.donaress-theme .ct-header-cart:hover [data-id="trigger"],
body.donaress-theme .ct-header-account:hover [data-id="trigger"],
body.donaress-theme .ct-header-search:hover [data-id="trigger"],
body.donaress-theme .ct-header-cart:focus-within [data-id="trigger"],
body.donaress-theme .ct-header-account:focus-within [data-id="trigger"] {
	background: var(--d-blush) !important;
	color: var(--d-accent) !important;
}

/* Widget / filter lists */
body.donaress-theme .widget ul li,
body.donaress-theme .woocommerce-widget-layered-nav-list li,
body.donaress-theme .product-categories li {
	border-color: var(--d-line) !important;
}

body.donaress-theme .widget ul li a,
body.donaress-theme .woocommerce-widget-layered-nav-list li a,
body.donaress-theme .product-categories li a {
	color: var(--d-ink) !important;
	padding: 6px 10px;
	border-radius: 8px;
	display: inline-block;
}

body.donaress-theme .widget ul li a:hover,
body.donaress-theme .woocommerce-widget-layered-nav-list li.chosen a,
body.donaress-theme .woocommerce-widget-layered-nav-list li a:hover {
	color: var(--d-accent) !important;
	background: var(--d-blush) !important;
}

body.donaress-theme .widget-title {
	color: var(--d-ink) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--d-blush-deep);
	margin-bottom: 14px !important;
}

/* Select2 */
body.donaress-theme .select2-results__option {
	color: var(--d-ink) !important;
}

body.donaress-theme .select2-results__option--highlighted {
	background: var(--d-blush) !important;
	color: var(--d-accent) !important;
}

/* Forms */
body.donaress-theme input[type="text"],
body.donaress-theme input[type="email"],
body.donaress-theme input[type="search"],
body.donaress-theme input[type="tel"],
body.donaress-theme input[type="number"],
body.donaress-theme input[type="password"],
body.donaress-theme textarea,
body.donaress-theme select {
	background: var(--d-surface) !important;
	color: var(--d-ink) !important;
	border: 1.5px solid var(--d-line) !important;
	border-radius: 12px !important;
	transition: border-color 0.2s, box-shadow 0.2s;
}

body.donaress-theme input::placeholder,
body.donaress-theme textarea::placeholder {
	color: var(--d-muted) !important;
}

body.donaress-theme input:focus,
body.donaress-theme textarea:focus,
body.donaress-theme select:focus {
	border-color: var(--d-accent) !important;
	box-shadow: 0 0 0 3px rgba(194, 24, 91, 0.12) !important;
	outline: none !important;
}

/* ═══════════════════════════════════════════
   4. PROMO MARQUEE
   ═══════════════════════════════════════════ */
.donaress-promo {
	background:
		linear-gradient(105deg, #12080d 0%, #1A1216 42%, #2a1520 100%);
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 101;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

.donaress-promo__shimmer {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		transparent 0%,
		rgba(233, 30, 122, 0.08) 35%,
		rgba(184, 149, 107, 0.12) 50%,
		rgba(233, 30, 122, 0.08) 65%,
		transparent 100%
	);
	background-size: 200% 100%;
	animation: donaress-promo-shimmer 6s ease-in-out infinite;
	pointer-events: none;
}

@keyframes donaress-promo-shimmer {
	0%, 100% { background-position: 100% 0; }
	50% { background-position: 0% 0; }
}

.donaress-promo__track {
	display: flex;
	gap: 32px;
	padding: 11px 0;
	animation: donaress-marquee 28s linear infinite;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}

.donaress-promo__track span {
	color: rgba(255,255,255,0.92) !important;
	flex-shrink: 0;
}

.donaress-promo__track span[aria-hidden="true"] {
	color: var(--d-accent-hover) !important;
	opacity: 0.7;
}

@keyframes donaress-marquee {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

/* ═══════════════════════════════════════════
   5. HEADER — editorial nav bar
   ═══════════════════════════════════════════ */
body.donaress-theme #header,
body.donaress-theme header#header {
	background: rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: blur(18px) saturate(1.4);
	-webkit-backdrop-filter: blur(18px) saturate(1.4);
	border-bottom: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow-sm) !important;
	transition: box-shadow 0.3s var(--d-ease);
	position: relative;
}

body.donaress-theme #header::after {
	content: '';
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--d-accent) 20%,
		var(--d-gold) 50%,
		var(--d-accent) 80%,
		transparent 100%
	);
	opacity: 0.45;
	pointer-events: none;
}

body.donaress-theme #header [data-row="middle"] {
	padding-block: 6px !important;
}

body.donaress-theme #header .menu,
body.donaress-theme #header nav > ul.menu {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4px !important;
}

body.donaress-theme #header .menu > li > a,
body.donaress-theme #header nav > ul > li > a,
body.donaress-theme #header .menu > li > .ct-sub-menu-parent > a {
	color: var(--d-ink) !important;
	font-weight: 600 !important;
	font-size: 13.5px !important;
	letter-spacing: 0.01em;
	padding: 9px 16px !important;
	border-radius: 50px;
	background: transparent !important;
	position: relative;
	overflow: hidden;
	transition: color 0.25s var(--d-ease), background 0.25s var(--d-ease), transform 0.2s var(--d-ease) !important;
}

body.donaress-theme #header .menu > li > a::before,
body.donaress-theme #header nav > ul > li > a::before,
body.donaress-theme #header .menu > li > .ct-sub-menu-parent > a::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, var(--d-blush) 0%, rgba(243, 228, 234, 0.6) 100%);
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.25s var(--d-ease), transform 0.25s var(--d-ease);
	z-index: -1;
}

body.donaress-theme #header .menu > li > a::after,
body.donaress-theme #header nav > ul > li > a::after,
body.donaress-theme #header .menu > li > .ct-sub-menu-parent > a::after {
	content: '';
	position: absolute;
	inset-inline: 18px;
	bottom: 6px;
	height: 2px;
	border-radius: 2px;
	background: var(--d-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s var(--d-ease);
}

body.donaress-theme #header .menu > li > a:hover,
body.donaress-theme #header nav > ul > li > a:hover,
body.donaress-theme #header .menu > li > .ct-sub-menu-parent > a:hover {
	color: var(--d-accent) !important;
	transform: translateY(-1px);
}

body.donaress-theme #header .menu > li > a:hover::before,
body.donaress-theme #header nav > ul > li > a:hover::before,
body.donaress-theme #header .menu > li > .ct-sub-menu-parent > a:hover::before {
	opacity: 1;
	transform: scale(1);
}

body.donaress-theme #header .menu > li > a:hover::after,
body.donaress-theme #header nav > ul > li > a:hover::after,
body.donaress-theme #header .menu > li > .ct-sub-menu-parent > a:hover::after {
	transform: scaleX(1);
}

body.donaress-theme #header .menu > li.current-menu-item > a,
body.donaress-theme #header .menu > li.current-menu-ancestor > a,
body.donaress-theme #header .menu > li.current-menu-item > .ct-sub-menu-parent > a,
body.donaress-theme #header .menu > li.current-menu-ancestor > .ct-sub-menu-parent > a {
	color: var(--d-accent) !important;
	background: var(--d-blush) !important;
	box-shadow: inset 0 0 0 1px var(--d-line-accent);
}

body.donaress-theme #header .menu > li.current-menu-item > a::after,
body.donaress-theme #header .menu > li.current-menu-ancestor > a::after,
body.donaress-theme #header .menu > li.current-menu-item > .ct-sub-menu-parent > a::after,
body.donaress-theme #header .menu > li.current-menu-ancestor > .ct-sub-menu-parent > a::after {
	transform: scaleX(1);
}

body.donaress-theme .ct-header-cart .ct-cart-count,
body.donaress-theme .ct-header-cart .ct-dynamic-count {
	background: var(--d-accent) !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	min-width: 17px !important;
	height: 17px !important;
	border-radius: 50px !important;
}

body.donaress-theme .ct-search-form input[type="search"] {
	border-radius: 50px !important;
	background: var(--d-blush) !important;
	border-color: transparent !important;
	padding: 10px 18px !important;
}

/* ═══════════════════════════════════════════
   6. SHOP HERO
   ═══════════════════════════════════════════ */
.donaress-shop-hero {
	position: relative;
	margin: 0 0 28px;
	padding: 36px 32px;
	border-radius: var(--d-radius-lg);
	background: linear-gradient(135deg, var(--d-blush) 0%, var(--d-surface) 55%, var(--d-blush-deep) 100%) !important;
	border: 1px solid var(--d-line-accent);
	overflow: hidden;
	box-shadow: var(--d-shadow-sm);
}

.donaress-shop-hero__glow {
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(194,24,91,0.12) 0%, transparent 70%);
	top: -80px;
	left: -60px;
	pointer-events: none;
}

.donaress-shop-hero__content {
	position: relative;
	z-index: 1;
}

.donaress-shop-hero__label {
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--d-accent) !important;
	margin: 0 0 8px !important;
}

.donaress-shop-hero__title {
	font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
	font-weight: 800 !important;
	color: var(--d-ink) !important;
	margin: 0 0 8px !important;
}

.donaress-shop-hero__desc {
	font-size: 14px !important;
	color: var(--d-ink-soft) !important;
	margin: 0 0 18px !important;
	max-width: 480px;
}

.donaress-shop-hero__mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(194, 24, 91, 0.14) 0%, transparent 42%),
		radial-gradient(circle at 88% 72%, rgba(184, 149, 107, 0.18) 0%, transparent 45%),
		repeating-linear-gradient(
			-12deg,
			transparent 0,
			transparent 18px,
			rgba(194, 24, 91, 0.03) 18px,
			rgba(194, 24, 91, 0.03) 19px
		);
	pointer-events: none;
}

.donaress-shop-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(0.5px);
	pointer-events: none;
	animation: donaress-orb-float 9s ease-in-out infinite;
}

.donaress-shop-hero__orb--1 {
	width: 120px;
	height: 120px;
	top: -28px;
	inset-inline-end: 8%;
	background: radial-gradient(circle, rgba(233, 30, 122, 0.22) 0%, transparent 68%);
}

.donaress-shop-hero__orb--2 {
	width: 72px;
	height: 72px;
	bottom: 12px;
	inset-inline-start: 6%;
	background: radial-gradient(circle, rgba(184, 149, 107, 0.28) 0%, transparent 70%);
	animation-delay: -3s;
}

.donaress-shop-hero__frame {
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(194, 24, 91, 0.12);
	border-radius: calc(var(--d-radius-lg) - 6px);
	pointer-events: none;
}

.donaress-shop-hero__frame::before {
	content: '';
	position: absolute;
	inset-inline-end: 22px;
	top: 22px;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(184, 149, 107, 0.35);
	border-radius: 50%;
}

.donaress-shop-hero__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.donaress-shop-hero__perks li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--d-line-accent);
	box-shadow: var(--d-shadow-sm);
	font-size: 12px;
	font-weight: 600;
	color: var(--d-ink);
	backdrop-filter: blur(8px);
}

.donaress-shop-hero__perk-icon {
	font-size: 15px;
	line-height: 1;
}

@keyframes donaress-orb-float {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-8px) scale(1.04); }
}

/* Product perk chips (loop + single) */
.donaress-product-perks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 16px 12px;
	padding: 0;
	list-style: none;
}

.donaress-product-perks--single {
	margin: 14px 0 18px;
}

.donaress-product-perks__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 11px;
	border-radius: 50px;
	background: linear-gradient(135deg, var(--d-blush) 0%, #fff 100%);
	border: 1px solid var(--d-line);
	font-size: 11px;
	font-weight: 600;
	color: var(--d-ink-soft);
	line-height: 1.3;
	transition: border-color 0.2s var(--d-ease), color 0.2s var(--d-ease), transform 0.2s var(--d-ease);
}

.donaress-product-perks__item:hover {
	border-color: var(--d-line-accent);
	color: var(--d-accent);
	transform: translateY(-1px);
}

.donaress-product-perks__icon {
	font-size: 13px;
	line-height: 1;
}

.donaress-product-perks--single .donaress-product-perks__item {
	font-size: 12px;
	padding: 8px 14px;
}

/* ═══════════════════════════════════════════
   7. SHOP TOOLBAR
   ═══════════════════════════════════════════ */
body.donaress-theme .woo-listing-top {
	background: var(--d-surface);
	border: 1px solid var(--d-line);
	border-radius: var(--d-radius);
	padding: 12px 18px;
	margin-bottom: 24px !important;
	box-shadow: var(--d-shadow-sm);
}

body.donaress-theme .woocommerce-result-count {
	color: var(--d-muted) !important;
	font-size: 13px !important;
	margin: 0 !important;
}

body.donaress-theme .woocommerce-ordering select {
	color: var(--d-ink) !important;
	background: var(--d-blush) !important;
	border: 1px solid var(--d-line) !important;
	border-radius: 50px !important;
	padding: 8px 36px 8px 16px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	height: auto !important;
}

body.donaress-theme .ct-breadcrumbs {
	font-size: 12px !important;
	color: var(--d-muted) !important;
}

body.donaress-theme .ct-breadcrumbs a {
	color: var(--d-muted) !important;
}

body.donaress-theme .ct-breadcrumbs a:hover {
	color: var(--d-accent) !important;
}

/* ═══════════════════════════════════════════
   8. PRODUCT CARDS — type 1 (default)
   ═══════════════════════════════════════════ */
body.donaress-theme ul.products,
body.donaress-theme [data-products] {
	gap: 22px !important;
	--grid-columns-gap: 22px !important;
	--grid-rows-gap: 28px !important;
}

body.donaress-theme ul.products li.product,
body.donaress-theme [data-products] .product {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: var(--d-radius) !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow-sm) !important;
	overflow: hidden !important;
	transition: transform 0.4s var(--d-ease), box-shadow 0.4s var(--d-ease), border-color 0.3s !important;
	animation: donaress-fade-up 0.5s var(--d-ease) both;
}

body.donaress-theme ul.products li.product:nth-child(2) { animation-delay: 0.05s; }
body.donaress-theme ul.products li.product:nth-child(3) { animation-delay: 0.1s; }
body.donaress-theme ul.products li.product:nth-child(4) { animation-delay: 0.15s; }
body.donaress-theme ul.products li.product:nth-child(5) { animation-delay: 0.2s; }
body.donaress-theme ul.products li.product:nth-child(6) { animation-delay: 0.25s; }

@keyframes donaress-fade-up {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

body.donaress-theme ul.products li.product:hover,
body.donaress-theme [data-products] .product:hover {
	transform: translateY(-6px) !important;
	box-shadow: var(--d-shadow-lg) !important;
	border-color: var(--d-line-accent) !important;
}

/* Image */
body.donaress-theme ul.products li.product figure,
body.donaress-theme [data-products]:not([data-products="type-2"]) .product figure {
	margin: 0 !important;
	aspect-ratio: 3 / 4 !important;
	overflow: hidden !important;
	background: var(--d-blush) !important;
	position: relative !important;
	flex-shrink: 0 !important;
}

body.donaress-theme ul.products li.product figure .ct-media-container,
body.donaress-theme [data-products] .product figure .ct-media-container {
	height: 100% !important;
	width: 100% !important;
	border-radius: 0 !important;
}

body.donaress-theme ul.products li.product figure img,
body.donaress-theme [data-products] .product figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center top !important;
	transition: transform 0.65s var(--d-ease) !important;
}

body.donaress-theme ul.products li.product:hover figure img,
body.donaress-theme [data-products] .product:hover figure img {
	transform: scale(1.05) !important;
}

/* Hover CTA strip on image */
body.donaress-theme ul.products li.product figure::after,
body.donaress-theme [data-products]:not([data-products="type-2"]) .product figure::after {
	content: 'مشاهده محصول';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #fff !important;
	background: linear-gradient(to top, rgba(26,18,22,0.75), transparent);
	transform: translateY(100%);
	transition: transform 0.35s var(--d-ease);
	pointer-events: none;
}

body.donaress-theme ul.products li.product:hover figure::after,
body.donaress-theme [data-products]:not([data-products="type-2"]) .product:hover figure::after {
	transform: translateY(0);
}

/* Card body */
body.donaress-theme ul.products li.product .woocommerce-loop-product__title,
body.donaress-theme [data-products] .woocommerce-loop-product__title {
	font-size: 13.5px !important;
	font-weight: 600 !important;
	color: var(--d-ink) !important;
	line-height: 1.55 !important;
	margin: 14px 16px 4px !important;
	padding: 0 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	min-height: 2.85em !important;
}

body.donaress-theme ul.products li.product:hover .woocommerce-loop-product__title,
body.donaress-theme [data-products] .product:hover .woocommerce-loop-product__title {
	color: var(--d-accent) !important;
}

body.donaress-theme ul.products li.product .price,
body.donaress-theme [data-products] .price {
	color: var(--d-ink) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	margin: 0 16px 12px !important;
}

body.donaress-theme ul.products li.product .price ins,
body.donaress-theme [data-products] .price ins {
	color: var(--d-accent) !important;
	text-decoration: none !important;
}

body.donaress-theme ul.products li.product .price del,
body.donaress-theme [data-products] .price del {
	color: var(--d-muted) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

body.donaress-theme ul.products li.product .ct-woo-card-rating,
body.donaress-theme [data-products] .ct-woo-card-rating {
	margin: 0 16px 8px !important;
	color: var(--d-gold) !important;
}

/* Sale badge */
body.donaress-theme .onsale,
body.donaress-theme .ct-woo-badge,
body.donaress-theme [class*="ct-woo-badge-"] {
	background: var(--d-accent) !important;
	color: #fff !important;
	border-radius: 6px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	padding: 5px 10px !important;
	min-height: unset !important;
	min-width: unset !important;
	box-shadow: var(--d-shadow-sm) !important;
}

/* Card actions type-1 */
body.donaress-theme ul.products li.product .ct-woo-card-actions,
body.donaress-theme [data-products="type-1"] .ct-woo-card-actions,
body.donaress-theme [data-products="type-3"] .ct-woo-card-actions {
	margin: auto 16px 16px !important;
	width: calc(100% - 32px) !important;
}

body.donaress-theme ul.products .button,
body.donaress-theme ul.products .add_to_cart_button,
body.donaress-theme [data-products] .button {
	width: 100% !important;
	background: var(--d-ink) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 50px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	padding: 12px 16px !important;
	letter-spacing: 0.03em;
	box-shadow: none !important;
	transition: background 0.25s, transform 0.25s !important;
}

body.donaress-theme ul.products .button:hover,
body.donaress-theme [data-products] .button:hover {
	background: var(--d-accent) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Quick actions overlay */
body.donaress-theme .ct-woo-card-extra .ct-button {
	background: var(--d-surface) !important;
	color: var(--d-ink) !important;
	border-radius: 50% !important;
	width: 38px !important;
	height: 38px !important;
	box-shadow: var(--d-shadow) !important;
	border: 1px solid var(--d-line) !important;
	transition: all 0.25s var(--d-ease) !important;
}

body.donaress-theme .ct-woo-card-extra .ct-button:hover {
	background: var(--d-accent) !important;
	color: #fff !important;
	border-color: var(--d-accent) !important;
}

body.donaress-theme .ct-woo-card-extra[data-type="type-2"] :is(a, button) {
	background: rgba(255,255,255,0.96) !important;
	color: var(--d-ink) !important;
	border-top: 1px solid var(--d-line) !important;
}

body.donaress-theme .ct-woo-card-extra[data-type="type-2"] :is(a, button):hover {
	background: var(--d-blush) !important;
	color: var(--d-accent) !important;
}

/* ═══════════════════════════════════════════
   9. PRODUCT CARDS — type 2
   ═══════════════════════════════════════════ */
body.donaress-theme [data-products="type-2"] .product {
	padding-inline: 0 !important;
	padding-bottom: 0 !important;
	border-radius: var(--d-radius) !important;
	overflow: hidden !important;
}

body.donaress-theme [data-products="type-2"] .product figure {
	width: 100% !important;
	margin-inline: 0 !important;
	aspect-ratio: 3 / 4 !important;
}

body.donaress-theme [data-products="type-2"] .ct-woo-card-actions {
	width: 100% !important;
	margin-inline: 0 !important;
	margin-bottom: 0 !important;
	border-top: 1px solid var(--d-line) !important;
	background: var(--d-surface) !important;
}

body.donaress-theme [data-products="type-2"] .ct-woo-card-actions .price {
	color: var(--d-ink) !important;
	font-weight: 800 !important;
}

body.donaress-theme [data-products="type-2"] .ct-woo-card-actions .button {
	background: transparent !important;
	color: var(--d-accent) !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
}

body.donaress-theme [data-products="type-2"] .ct-woo-card-actions .button:hover {
	background: var(--d-blush) !important;
	color: var(--d-accent-deep) !important;
}

body.donaress-theme [data-products="type-2"] .woocommerce-loop-product__title {
	margin-top: 12px !important;
	padding: 0 16px !important;
}

/* ═══════════════════════════════════════════
   10. BUTTONS (global)
   ═══════════════════════════════════════════ */
body.donaress-theme .button,
body.donaress-theme .woocommerce a.button,
body.donaress-theme .woocommerce button.button,
body.donaress-theme .wp-block-button__link,
body.donaress-theme .elementor-button {
	border-radius: 50px !important;
	font-weight: 600 !important;
	transition: all 0.25s var(--d-ease) !important;
}

body.donaress-theme .button.alt,
body.donaress-theme .single_add_to_cart_button,
body.donaress-theme .checkout-button,
body.donaress-theme .woocommerce #place_order,
body.donaress-theme .woocommerce-MyAccount-content a.button,
body.donaress-theme .woocommerce-MyAccount-content button.button,
body.donaress-theme .woocommerce-orders-table a.button,
body.donaress-theme .woocommerce-orders-table button.button,
body.donaress-theme .woocommerce-table--order-details a.button {
	background: var(--d-ink) !important;
	color: #fff !important;
	border: none !important;
}

body.donaress-theme .button.alt:hover,
body.donaress-theme .single_add_to_cart_button:hover,
body.donaress-theme .checkout-button:hover,
body.donaress-theme .woocommerce-MyAccount-content a.button:hover,
body.donaress-theme .woocommerce-MyAccount-content button.button:hover,
body.donaress-theme .woocommerce-orders-table a.button:hover,
body.donaress-theme .woocommerce-orders-table button.button:hover {
	background: var(--d-accent) !important;
	color: #fff !important;
}

body.donaress-theme .woocommerce-MyAccount-content a.button.cancel,
body.donaress-theme .woocommerce-orders-table a.button.cancel {
	background: var(--d-surface) !important;
	color: var(--d-accent) !important;
	border: 1.5px solid var(--d-line-accent) !important;
}

body.donaress-theme .woocommerce-MyAccount-content a.button.cancel:hover,
body.donaress-theme .woocommerce-orders-table a.button.cancel:hover {
	background: var(--d-blush) !important;
	color: var(--d-accent-deep) !important;
}

body.donaress-theme .woocommerce-MyAccount-content a.button.pay,
body.donaress-theme .woocommerce-orders-table a.button.pay {
	background: linear-gradient(135deg, var(--d-accent-deep) 0%, var(--d-accent-hover) 100%) !important;
	color: #fff !important;
}

/* ═══════════════════════════════════════════
   11. SINGLE PRODUCT
   ═══════════════════════════════════════════ */
body.donaress-theme.single-product .product {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
}

body.donaress-theme.single-product .summary {
	border-radius: var(--d-radius-lg) !important;
	padding: 32px !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow) !important;
}

body.donaress-theme.single-product .summary .product_title {
	font-size: clamp(1.3rem, 2.5vw, 1.75rem) !important;
}

body.donaress-theme.single-product .summary .price {
	font-size: 1.75rem !important;
	color: var(--d-accent) !important;
	font-weight: 800 !important;
}

body.donaress-theme.single-product .woocommerce-product-gallery .ct-media-container,
body.donaress-theme.single-product .woocommerce-product-gallery img {
	border-radius: var(--d-radius-lg) !important;
}

body.donaress-theme .woocommerce-tabs .tabs li a {
	color: var(--d-muted) !important;
	font-weight: 600 !important;
}

body.donaress-theme .woocommerce-tabs .tabs li.active a {
	color: var(--d-accent) !important;
	border-color: var(--d-accent) !important;
}

body.donaress-theme .woocommerce-Tabs-panel,
body.donaress-theme .woocommerce-tabs .panel {
	color: var(--d-ink-soft) !important;
}

/* Related / upsells — compact cards, no slider stretch */
body.donaress-theme.single-product .related .flexy-view,
body.donaress-theme.single-product .up-sells .flexy-view {
	height: auto !important;
	min-height: 0 !important;
}

body.donaress-theme.single-product .related .flexy-items,
body.donaress-theme.single-product .up-sells .flexy-items {
	align-items: flex-start !important;
}

body.donaress-theme.single-product .related .flexy-items > .flexy-item,
body.donaress-theme.single-product .up-sells .flexy-items > .flexy-item,
body.donaress-theme.single-product .related .flexy-items > *,
body.donaress-theme.single-product .up-sells .flexy-items > * {
	height: auto !important;
	min-height: 0 !important;
	align-self: flex-start !important;
}

body.donaress-theme.single-product .related ul.products li.product,
body.donaress-theme.single-product .up-sells ul.products li.product,
body.donaress-theme.single-product .related [data-products] .product,
body.donaress-theme.single-product .up-sells [data-products] .product {
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
	min-height: 0 !important;
	align-self: flex-start !important;
}

body.donaress-theme.single-product .related ul.products li.product .woocommerce-loop-product__title,
body.donaress-theme.single-product .up-sells ul.products li.product .woocommerce-loop-product__title,
body.donaress-theme.single-product .related [data-products] .woocommerce-loop-product__title,
body.donaress-theme.single-product .up-sells [data-products] .woocommerce-loop-product__title {
	min-height: unset !important;
	margin-bottom: 4px !important;
}

body.donaress-theme.single-product .related .donaress-product-perks,
body.donaress-theme.single-product .up-sells .donaress-product-perks {
	display: none !important;
}

body.donaress-theme.single-product .related ul.products li.product .ct-woo-card-actions,
body.donaress-theme.single-product .up-sells ul.products li.product .ct-woo-card-actions,
body.donaress-theme.single-product .related [data-products] .ct-woo-card-actions,
body.donaress-theme.single-product .up-sells [data-products] .ct-woo-card-actions {
	margin: 0 16px 16px !important;
	margin-top: 0 !important;
}

/* Donaress color circles (shop loop) */
body.donaress-theme .donaress-color-swatches {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 8px 16px 6px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.donaress-theme .donaress-color-swatches__item {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

body.donaress-theme .donaress-color-swatch {
	appearance: none;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid rgba(26, 18, 22, 0.14);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s var(--d-ease), box-shadow 0.2s var(--d-ease);
	cursor: pointer;
	padding: 0;
}

body.donaress-theme ul.products li.product:hover .donaress-color-swatch,
body.donaress-theme [data-products] .product:hover .donaress-color-swatch {
	transform: scale(1.08);
}

body.donaress-theme .donaress-color-swatch:hover,
body.donaress-theme .donaress-color-swatch.is-active {
	box-shadow: 0 0 0 3px rgba(194, 24, 91, 0.2);
}

body.donaress-theme .donaress-color-swatch:focus-visible {
	outline: 2px solid var(--d-accent, #C2185B);
	outline-offset: 2px;
}

body.donaress-theme .donaress-color-swatch--light {
	border-color: rgba(26, 18, 22, 0.22);
}

body.donaress-theme .donaress-color-swatch--more {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--d-surface-2, #FAF5F7) !important;
	color: var(--d-muted) !important;
	font-size: 10px;
	font-weight: 700;
	border-color: var(--d-line) !important;
	box-shadow: none !important;
}

/* Hide cfvsw duplicates when Donaress swatches are present */
body.donaress-theme ul.products li.product:has(.donaress-color-swatches) .cfvsw-swatches-container,
body.donaress-theme [data-products] .product:has(.donaress-color-swatches) .cfvsw-swatches-container {
	display: none !important;
}

/* Legacy cfvsw plugin styles (safe to remove if plugin is deactivated) */
body.donaress-theme .cfvsw-swatches-option.cfvsw-label-option {
	border: 2px solid var(--d-line) !important;
	transition: all 0.2s !important;
}

body.donaress-theme .cfvsw-swatches-option.cfvsw-label-option:hover {
	border-color: var(--d-accent) !important;
	box-shadow: 0 0 0 3px rgba(194,24,91,0.15) !important;
}

body.donaress-theme .cfvsw-swatches-option.cfvsw-label-option.selected,
body.donaress-theme .cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected {
	border-color: var(--d-accent) !important;
	box-shadow: 0 0 0 3px rgba(194,24,91,0.2) !important;
}

body.donaress-theme .cfvsw-swatches-option.cfvsw-label-option::before {
	background: var(--d-ink) !important;
	color: #fff !important;
	border-radius: 8px !important;
	font-size: 11px !important;
}

/* Star ratings */
body.donaress-theme .star-rating,
body.donaress-theme .star-rating span,
body.donaress-theme [class*="ct-rating"] {
	color: var(--d-gold) !important;
}

/* Stock */
body.donaress-theme .ct-woo-card-stock,
body.donaress-theme .stock {
	color: var(--d-muted) !important;
	font-size: 12px !important;
}

body.donaress-theme .out-of-stock-badge {
	background: var(--d-muted) !important;
	color: #fff !important;
}

/* ═══════════════════════════════════════════
   12. CART / CHECKOUT / ACCOUNT / USER FLOWS
   ═══════════════════════════════════════════ */
body.donaress-theme .woocommerce-cart .cart_totals,
body.donaress-theme .woocommerce-checkout .woocommerce-checkout-review-order,
body.donaress-theme .woocommerce-account .woocommerce-MyAccount-navigation,
body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content,
body.donaress-theme .woocommerce-form-login,
body.donaress-theme .woocommerce-form-register,
body.donaress-theme .woocommerce-form.woocommerce-form-track-order,
body.donaress-theme .woocommerce-order,
body.donaress-theme .woocommerce-customer-details,
body.donaress-theme .woocommerce-EditAccountForm {
	border-radius: var(--d-radius-lg) !important;
	padding: 28px !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow) !important;
	background: var(--d-surface) !important;
	color: var(--d-ink) !important;
}

body.donaress-theme.woocommerce-account .woocommerce {
	display: grid;
	gap: 24px;
}

@media (min-width: 690px) {
	body.donaress-theme.woocommerce-account .woocommerce {
		grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
		align-items: start;
	}
}

body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content h2,
body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0 !important;
}

body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content p,
body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content li {
	color: var(--d-ink-soft) !important;
}

body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--d-accent) !important;
	font-weight: 600;
}

body.donaress-theme .woocommerce-form-login,
body.donaress-theme .woocommerce-form-register {
	max-width: 480px;
	margin-inline: auto;
}

body.donaress-theme .woocommerce-form-login label,
body.donaress-theme .woocommerce-form-register label,
body.donaress-theme .woocommerce-EditAccountForm label,
body.donaress-theme .woocommerce-checkout label {
	color: var(--d-ink) !important;
	font-weight: 600 !important;
	font-size: 13px !important;
}

body.donaress-theme .woocommerce-form-login .woocommerce-LostPassword a,
body.donaress-theme .woocommerce-privacy-policy-text a {
	color: var(--d-accent) !important;
}

body.donaress-theme .woocommerce-orders-table,
body.donaress-theme .woocommerce-table--order-details {
	border-radius: var(--d-radius) !important;
	overflow: hidden;
	border: 1px solid var(--d-line) !important;
}

body.donaress-theme .woocommerce-orders-table__cell-order-actions,
body.donaress-theme .woocommerce-orders-table__cell-order-actions .button {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.donaress-theme .woocommerce-orders-table__cell-order-actions .button {
	min-height: 40px !important;
	padding: 10px 18px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 768px) {
	body.donaress-theme .woocommerce-orders-table__cell-order-actions .button {
		width: 100%;
		justify-content: center;
	}
}

body.donaress-theme .woocommerce-Address {
	padding: 20px !important;
	border-radius: var(--d-radius) !important;
	border: 1px solid var(--d-line) !important;
	background: var(--d-blush) !important;
}

body.donaress-theme .woocommerce-Address-title h2,
body.donaress-theme .woocommerce-Address-title h3 {
	font-size: 1rem !important;
}

body.donaress-theme .woocommerce-Address address {
	color: var(--d-ink-soft) !important;
	font-style: normal;
	line-height: 1.7;
}

body.donaress-theme .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	padding: 0 !important;
	list-style: none;
}

body.donaress-theme .woocommerce-order-overview li {
	padding: 14px 16px !important;
	border-radius: var(--d-radius) !important;
	background: var(--d-blush) !important;
	border: 1px solid var(--d-line) !important;
	color: var(--d-ink) !important;
}

body.donaress-theme .woocommerce-order-overview li strong {
	display: block;
	margin-top: 4px;
	color: var(--d-accent) !important;
}

/* Contact info blocks (header/footer/widgets) */
body.donaress-theme [class*="ct-contact-info"] {
	color: var(--d-ink) !important;
}

body.donaress-theme [class*="ct-contact-info"] a {
	color: var(--d-ink) !important;
	transition: color 0.2s var(--d-ease);
}

body.donaress-theme [class*="ct-contact-info"] a:hover {
	color: var(--d-accent) !important;
}

body.donaress-theme #footer [class*="ct-contact-info"] a,
body.donaress-theme footer[data-id="footer"] [class*="ct-contact-info"] a {
	color: rgba(255, 255, 255, 0.9) !important;
}

body.donaress-theme #footer [class*="ct-contact-info"] a:hover,
body.donaress-theme footer[data-id="footer"] [class*="ct-contact-info"] a:hover {
	color: #F9A8D4 !important;
}

body.donaress-theme .ct-contact-info-block {
	padding: 24px !important;
	border-radius: var(--d-radius-lg) !important;
	border: 1px solid var(--d-line) !important;
	box-shadow: var(--d-shadow-sm) !important;
	background: var(--d-surface) !important;
}

body.donaress-theme .woocommerce table.shop_table th {
	background: var(--d-blush) !important;
	color: var(--d-ink) !important;
	font-weight: 700 !important;
}

body.donaress-theme .woocommerce table.shop_table td {
	color: var(--d-ink) !important;
	border-color: var(--d-line) !important;
}

body.donaress-theme .woocommerce table.shop_table a {
	color: var(--d-ink) !important;
}

body.donaress-theme .woocommerce table.shop_table a:hover {
	color: var(--d-accent) !important;
}

body.donaress-theme .woocommerce-message,
body.donaress-theme .woocommerce-info,
body.donaress-theme .woocommerce-error {
	border-radius: var(--d-radius) !important;
	border-top: none !important;
}

body.donaress-theme .woocommerce-message,
body.donaress-theme .woocommerce-info {
	background: var(--d-blush) !important;
	color: var(--d-ink) !important;
	border-right: 4px solid var(--d-accent) !important;
}

body.donaress-theme .woocommerce-error {
	background: #FEF2F2 !important;
	color: #991B1B !important;
	border-right: 4px solid #DC2626 !important;
}

body.donaress-theme .woocommerce-MyAccount-navigation a {
	color: var(--d-ink) !important;
	padding: 10px 14px;
	border-radius: 10px;
}

body.donaress-theme .woocommerce-MyAccount-navigation .is-active a,
body.donaress-theme .woocommerce-MyAccount-navigation a:hover {
	background: var(--d-blush) !important;
	color: var(--d-accent) !important;
}

/* ═══════════════════════════════════════════
   13. WELCOME POPUP
   ═══════════════════════════════════════════ */
html.donaress-popup-open {
	overflow: hidden;
}

.donaress-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 20px;
}

.donaress-popup[hidden] {
	display: none !important;
}

.donaress-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 8, 13, 0.62);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	animation: donaress-popup-fade 0.35s var(--d-ease);
}

.donaress-popup__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	width: min(720px, 100%);
	max-height: min(88vh, 560px);
	border-radius: calc(var(--d-radius-lg) + 4px);
	overflow: hidden;
	background: var(--d-surface);
	box-shadow:
		0 28px 80px rgba(26, 18, 22, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset;
	animation: donaress-popup-rise 0.45s var(--d-ease);
}

.donaress-popup__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 320px;
	background:
		radial-gradient(circle at 30% 24%, rgba(233, 30, 122, 0.35) 0%, transparent 52%),
		radial-gradient(circle at 78% 76%, rgba(184, 149, 107, 0.32) 0%, transparent 48%),
		linear-gradient(145deg, #1A1216 0%, #2a1520 48%, #12080d 100%);
	overflow: hidden;
}

.donaress-popup__visual-mesh {
	position: absolute;
	inset: 0;
	background:
		repeating-conic-gradient(
			from 0deg at 50% 50%,
			rgba(255, 255, 255, 0.03) 0deg 8deg,
			transparent 8deg 16deg
		);
	opacity: 0.55;
	animation: donaress-popup-spin 28s linear infinite;
}

.donaress-popup__visual-ring {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	pointer-events: none;
}

.donaress-popup__visual-ring--1 {
	width: 220px;
	height: 220px;
	animation: donaress-popup-pulse 5s ease-in-out infinite;
}

.donaress-popup__visual-ring--2 {
	width: 168px;
	height: 168px;
	border-color: rgba(233, 30, 122, 0.35);
	animation: donaress-popup-pulse 5s ease-in-out infinite reverse;
	animation-delay: -1.2s;
}

.donaress-popup__visual-ring--3 {
	width: 108px;
	height: 108px;
	border-color: rgba(184, 149, 107, 0.45);
}

.donaress-popup__visual-mark {
	position: relative;
	z-index: 1;
	width: 88px;
	height: 88px;
	display: grid;
	place-items: center;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.04em;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(6px);
}

.donaress-popup__visual-tag {
	position: absolute;
	bottom: 28px;
	inset-inline: 24px;
	z-index: 1;
	padding: 10px 14px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	backdrop-filter: blur(8px);
}

.donaress-popup__body {
	position: relative;
	padding: 32px 28px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.donaress-popup__close {
	position: absolute;
	top: 14px;
	inset-inline-end: 14px;
	width: 36px;
	height: 36px;
	border: 1px solid var(--d-line);
	border-radius: 50%;
	background: var(--d-blush);
	color: var(--d-ink);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s var(--d-ease), color 0.2s var(--d-ease), border-color 0.2s var(--d-ease);
}

.donaress-popup__close:hover {
	background: var(--d-accent);
	border-color: var(--d-accent);
	color: #fff;
}

.donaress-popup__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--d-accent);
}

.donaress-popup__title {
	margin: 0 0 10px !important;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
	font-weight: 800 !important;
	color: var(--d-ink) !important;
	line-height: 1.3 !important;
}

.donaress-popup__lead {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--d-ink-soft);
}

.donaress-popup__perks {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.donaress-popup__perks li {
	position: relative;
	padding: 10px 14px 10px 36px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--d-blush) 0%, #fff 100%);
	border: 1px solid var(--d-line);
	font-size: 13px;
	font-weight: 600;
	color: var(--d-ink);
}

.donaress-popup__perks li::before {
	content: '✦';
	position: absolute;
	inset-inline-start: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--d-accent);
	font-size: 11px;
}

.donaress-popup__cta {
	width: 100%;
	padding: 14px 20px;
	border: none;
	border-radius: 50px;
	background: linear-gradient(135deg, var(--d-ink) 0%, #2a1520 100%);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: transform 0.25s var(--d-ease), box-shadow 0.25s var(--d-ease), background 0.25s var(--d-ease);
}

.donaress-popup__cta:hover {
	background: linear-gradient(135deg, var(--d-accent-deep) 0%, var(--d-accent-hover) 100%);
	transform: translateY(-2px);
	box-shadow: var(--d-shadow-lg);
}

@keyframes donaress-popup-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes donaress-popup-rise {
	from { opacity: 0; transform: translateY(18px) scale(0.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes donaress-popup-spin {
	to { transform: rotate(360deg); }
}

@keyframes donaress-popup-pulse {
	0%, 100% { transform: scale(1); opacity: 0.75; }
	50% { transform: scale(1.05); opacity: 1; }
}

/* ═══════════════════════════════════════════
   14. TRUST STRIP (before footer)
   ═══════════════════════════════════════════ */
.donaress-trust {
	margin: 40px 0 0;
	padding: 28px 24px;
	border-radius: var(--d-radius-lg);
	border: 1px solid var(--d-line);
	box-shadow: var(--d-shadow-sm);
}

.donaress-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.donaress-trust__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	padding: 12px 8px;
	border-radius: var(--d-radius);
	transition: background 0.25s;
}

.donaress-trust__item:hover {
	background: var(--d-blush);
}

.donaress-trust__icon {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 4px;
}

.donaress-trust__item strong {
	color: var(--d-ink) !important;
	font-size: 13px;
	font-weight: 700;
}

.donaress-trust__item span:last-child {
	color: var(--d-muted) !important;
	font-size: 11px;
}

/* ═══════════════════════════════════════════
   15. FOOTER — dark surface, light text
   ═══════════════════════════════════════════ */
body.donaress-theme #footer,
body.donaress-theme footer[data-id="footer"] {
	background: var(--d-ink) !important;
	color: rgba(255,255,255,0.85) !important;
	padding-top: 48px !important;
}

body.donaress-theme #footer p,
body.donaress-theme #footer li,
body.donaress-theme #footer span,
body.donaress-theme footer[data-id="footer"] p,
body.donaress-theme footer[data-id="footer"] li {
	color: rgba(255,255,255,0.78) !important;
}

body.donaress-theme #footer a,
body.donaress-theme footer[data-id="footer"] a {
	color: rgba(255,255,255,0.9) !important;
}

body.donaress-theme #footer a:hover,
body.donaress-theme footer[data-id="footer"] a:hover {
	color: #F9A8D4 !important;
}

body.donaress-theme #footer h1,
body.donaress-theme #footer h2,
body.donaress-theme #footer h3,
body.donaress-theme #footer h4,
body.donaress-theme #footer .widget-title,
body.donaress-theme footer[data-id="footer"] h1,
body.donaress-theme footer[data-id="footer"] h2,
body.donaress-theme footer[data-id="footer"] h3,
body.donaress-theme footer[data-id="footer"] .widget-title {
	color: #fff !important;
}

/* ═══════════════════════════════════════════
   16. PAGE BLOCKS (shortcodes / Elementor)
   ═══════════════════════════════════════════ */
.donaress-block {
	margin-block: 32px;
}

.donaress-block[data-donaress-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.55s var(--d-ease), transform 0.55s var(--d-ease);
}

.donaress-block[data-donaress-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/* Hero block */
.donaress-block-hero {
	position: relative;
	padding: 40px 32px;
	border-radius: var(--d-radius-lg);
	overflow: hidden;
	border: 1px solid var(--d-line-accent);
	box-shadow: var(--d-shadow);
}

.donaress-block-hero--light {
	background: linear-gradient(135deg, var(--d-blush) 0%, var(--d-surface) 55%, var(--d-blush-deep) 100%);
}

.donaress-block-hero--dark {
	background: linear-gradient(145deg, #1A1216 0%, #2a1520 48%, #12080d 100%);
	color: #fff;
}

.donaress-block-hero--dark .donaress-block-hero__title,
.donaress-block-hero--dark .donaress-block-hero__desc {
	color: rgba(255, 255, 255, 0.92) !important;
}

.donaress-block-hero__mesh,
.donaress-block-hero__orb {
	position: absolute;
	pointer-events: none;
}

.donaress-block-hero__mesh {
	inset: 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(194, 24, 91, 0.14) 0%, transparent 42%),
		radial-gradient(circle at 88% 72%, rgba(184, 149, 107, 0.18) 0%, transparent 45%);
}

.donaress-block-hero__orb {
	border-radius: 50%;
	animation: donaress-orb-float 9s ease-in-out infinite;
}

.donaress-block-hero__orb--1 {
	width: 100px;
	height: 100px;
	top: -20px;
	inset-inline-end: 10%;
	background: radial-gradient(circle, rgba(233, 30, 122, 0.22) 0%, transparent 68%);
}

.donaress-block-hero__orb--2 {
	width: 64px;
	height: 64px;
	bottom: 10px;
	inset-inline-start: 8%;
	background: radial-gradient(circle, rgba(184, 149, 107, 0.28) 0%, transparent 70%);
	animation-delay: -3s;
}

.donaress-block-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 560px;
}

.donaress-block-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--d-accent);
}

.donaress-block-hero__title {
	margin: 0 0 10px !important;
	font-size: clamp(1.4rem, 2.8vw, 2rem) !important;
	font-weight: 800 !important;
}

.donaress-block-hero__desc {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--d-ink-soft);
}

.donaress-block-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 50px;
	background: var(--d-ink);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	transition: background 0.25s var(--d-ease), transform 0.25s var(--d-ease);
}

.donaress-block-hero__cta:hover {
	background: var(--d-accent);
	color: #fff !important;
	transform: translateY(-2px);
}

/* Features grid */
.donaress-block-features__head {
	text-align: center;
	margin-bottom: 24px;
}

.donaress-block-features__title {
	margin: 0 0 8px !important;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem) !important;
}

.donaress-block-features__subtitle {
	margin: 0;
	color: var(--d-muted);
	font-size: 14px;
}

.donaress-block-features__grid {
	display: grid;
	grid-template-columns: repeat(var(--d-cols, 3), minmax(0, 1fr));
	gap: 16px;
}

.donaress-block-features__card {
	padding: 22px 18px;
	border-radius: var(--d-radius);
	background: var(--d-surface);
	border: 1px solid var(--d-line);
	box-shadow: var(--d-shadow-sm);
	transition: transform 0.3s var(--d-ease), box-shadow 0.3s var(--d-ease), border-color 0.3s;
}

.donaress-block-features__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--d-shadow);
	border-color: var(--d-line-accent);
}

.donaress-block-features__icon {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--d-blush) 0%, #fff 100%);
	font-size: 22px;
}

.donaress-block-features__card h3 {
	margin: 0 0 8px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.donaress-block-features__card p {
	margin: 0;
	font-size: 13px;
	color: var(--d-muted);
	line-height: 1.6;
}

/* CTA strip */
.donaress-block-cta {
	position: relative;
	padding: 28px 32px;
	border-radius: var(--d-radius-lg);
	overflow: hidden;
	background: linear-gradient(135deg, #1A1216 0%, #2a1520 100%);
	color: #fff;
}

.donaress-block-cta__glow {
	position: absolute;
	width: 260px;
	height: 260px;
	inset-inline-end: -40px;
	top: -80px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(233, 30, 122, 0.35) 0%, transparent 68%);
	pointer-events: none;
}

.donaress-block-cta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.donaress-block-cta__title {
	margin: 0 0 6px !important;
	font-size: clamp(1.1rem, 2vw, 1.45rem) !important;
	color: #fff !important;
}

.donaress-block-cta__text {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
}

.donaress-block-cta__btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 50px;
	background: #fff;
	color: var(--d-ink) !important;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transition: transform 0.25s var(--d-ease), background 0.25s var(--d-ease);
}

.donaress-block-cta__btn:hover {
	background: var(--d-accent-hover);
	color: #fff !important;
	transform: translateY(-2px);
}

/* Stats */
.donaress-block-stats {
	padding: 28px 24px;
	border-radius: var(--d-radius-lg);
	background: var(--d-surface);
	border: 1px solid var(--d-line);
	box-shadow: var(--d-shadow-sm);
}

.donaress-block-stats__title {
	margin: 0 0 20px !important;
	text-align: center;
	font-size: 1.25rem !important;
}

.donaress-block-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	text-align: center;
}

.donaress-block-stats__item {
	padding: 16px 10px;
	border-radius: var(--d-radius);
	background: var(--d-blush);
	border: 1px solid var(--d-line);
}

.donaress-block-stats__value {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 800;
	color: var(--d-accent);
	line-height: 1;
}

.donaress-block-stats__suffix {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--d-accent);
	margin-inline-start: 2px;
}

.donaress-block-stats__label {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 600;
	color: var(--d-muted);
}

/* Split banner */
.donaress-block-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	border-radius: var(--d-radius-lg);
	overflow: hidden;
	border: 1px solid var(--d-line);
	box-shadow: var(--d-shadow);
	background: var(--d-surface);
}

.donaress-block-split--reverse .donaress-block-split__content {
	order: 2;
}

.donaress-block-split--reverse .donaress-block-split__visual {
	order: 1;
}

.donaress-block-split__content {
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.donaress-block-split__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--d-accent);
}

.donaress-block-split__title {
	margin: 0 0 10px !important;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem) !important;
}

.donaress-block-split__desc {
	margin: 0 0 18px;
	font-size: 14px;
	color: var(--d-ink-soft);
	line-height: 1.7;
}

.donaress-block-split__cta {
	display: inline-flex;
	align-self: flex-start;
	padding: 11px 20px;
	border-radius: 50px;
	background: var(--d-ink);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	transition: background 0.25s var(--d-ease);
}

.donaress-block-split__cta:hover {
	background: var(--d-accent);
	color: #fff !important;
}

.donaress-block-split__visual {
	position: relative;
	min-height: 240px;
	background: linear-gradient(145deg, #1A1216 0%, #2a1520 100%);
	display: grid;
	place-items: center;
}

.donaress-block-split__visual-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 30% 30%, rgba(233, 30, 122, 0.3) 0%, transparent 50%),
		repeating-conic-gradient(from 0deg at 50% 50%, rgba(255,255,255,0.03) 0deg 10deg, transparent 10deg 20deg);
}

.donaress-block-split__mark {
	position: relative;
	z-index: 1;
	font-size: 64px;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
}

/* Pills row */
.donaress-block-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.donaress-block-pills__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 50px;
	background: var(--d-surface);
	border: 1px solid var(--d-line-accent);
	box-shadow: var(--d-shadow-sm);
	font-size: 12px;
	font-weight: 600;
	color: var(--d-ink);
}

/* ═══════════════════════════════════════════
   17. PAGINATION & MISC
   ═══════════════════════════════════════════ */
body.donaress-theme .page-numbers,
body.donaress-theme .woocommerce-pagination .page-numbers li a,
body.donaress-theme .woocommerce-pagination .page-numbers li span {
	color: var(--d-ink) !important;
	border-color: var(--d-line) !important;
	border-radius: 10px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	font-weight: 600 !important;
	transition: all 0.2s !important;
}

body.donaress-theme .page-numbers.current,
body.donaress-theme .woocommerce-pagination .page-numbers li span.current {
	background: var(--d-ink) !important;
	color: #fff !important;
	border-color: var(--d-ink) !important;
}

body.donaress-theme .page-numbers:hover:not(.current) {
	background: var(--d-blush) !important;
	color: var(--d-accent) !important;
	border-color: var(--d-line-accent) !important;
}

body.donaress-theme .ct-back-to-top {
	background: var(--d-ink) !important;
	color: #fff !important;
	border-radius: 50% !important;
	box-shadow: var(--d-shadow) !important;
}

body.donaress-theme .ct-back-to-top:hover {
	background: var(--d-accent) !important;
}

body.donaress-theme ::selection {
	background: var(--d-blush-deep);
	color: var(--d-accent-deep);
}

/* Tooltips */
body.donaress-theme .ct-tooltip {
	background: var(--d-ink) !important;
	color: #fff !important;
	border-radius: 8px !important;
	font-size: 11px !important;
}

/* Elementor products */
body.donaress-theme .elementor-widget-woocommerce-products .product {
	border-radius: var(--d-radius) !important;
}

/* Focus accessibility */
body.donaress-theme a:focus-visible,
body.donaress-theme button:focus-visible,
body.donaress-theme input:focus-visible {
	outline: 2px solid var(--d-accent) !important;
	outline-offset: 2px !important;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	body.donaress-theme ul.products li.product,
	body.donaress-theme [data-products] .product {
		animation: none !important;
	}
	.donaress-promo__track {
		animation: none !important;
	}
	.donaress-popup__visual-mesh,
	.donaress-shop-hero__orb {
		animation: none !important;
	}
	body.donaress-theme #offcanvas.donaress-offcanvas-open .donaress-mnav-hero__ring {
		animation: none !important;
	}
	body.donaress-theme ul.products li.product:hover {
		transform: none !important;
	}
}

/* ═══════════════════════════════════════════
   18. RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 999px) {
	.donaress-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body.donaress-theme .ct-cart-content {
		width: min(96vw, 360px) !important;
		inset-inline-end: 0 !important;
	}

	body.donaress-theme .ct-header-account-dropdown {
		width: min(92vw, 300px) !important;
	}

	body.donaress-theme.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	body.donaress-theme .woocommerce-account .woocommerce-MyAccount-navigation,
	body.donaress-theme .woocommerce-account .woocommerce-MyAccount-content {
		padding: 20px !important;
		border-radius: var(--d-radius) !important;
	}

	body.donaress-theme #offcanvas [data-device="desktop"] {
		display: none !important;
	}

	body.donaress-theme #offcanvas .ct-panel-inner {
		max-width: 100% !important;
		width: 100% !important;
		border-radius: 0 !important;
	}

	body.donaress-theme #header::after {
		opacity: 0.3;
	}

	body.donaress-theme .ct-panel.ct-header-cart-panel .ct-panel-inner {
		max-width: min(96vw, 400px) !important;
		border-radius: var(--d-radius-lg) var(--d-radius-lg) 0 0 !important;
	}

	body.donaress-theme .woo-listing-top {
		flex-wrap: wrap;
		gap: 10px;
		padding: 12px 14px !important;
	}

	body.donaress-theme .woocommerce-ordering {
		width: 100%;
	}

	body.donaress-theme .woocommerce-ordering select {
		width: 100% !important;
	}

	.donaress-block-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.donaress-block-split {
		grid-template-columns: 1fr;
	}

	.donaress-block-split__visual {
		min-height: 180px;
	}
}

@media (max-width: 689px) {
	.donaress-promo__track {
		font-size: 11px;
		padding: 8px 0;
		gap: 24px;
		animation-duration: 22s;
	}

	body.donaress-theme #header [data-row="middle"] {
		padding-block: 4px !important;
	}

	body.donaress-theme .ct-header-trigger,
	body.donaress-theme [data-id="trigger"] .ct-header-trigger {
		width: 42px !important;
		height: 42px !important;
		border-radius: 12px !important;
		background: var(--d-blush) !important;
		border: 1px solid var(--d-line) !important;
	}

	body.donaress-theme .ct-header-trigger:hover {
		background: var(--d-accent) !important;
		border-color: var(--d-accent) !important;
		color: #fff !important;
	}

	.donaress-shop-hero {
		padding: 24px 20px;
		margin-bottom: 20px;
		border-radius: var(--d-radius);
	}

	.donaress-shop-hero__glow {
		width: 180px;
		height: 180px;
		top: -50px;
		left: -40px;
	}

	.donaress-shop-hero__title {
		font-size: 1.45rem !important;
	}

	.donaress-shop-hero__perks {
		gap: 8px;
	}

	.donaress-shop-hero__perks li {
		font-size: 11px;
		padding: 7px 12px;
	}

	.donaress-popup__panel {
		grid-template-columns: 1fr;
		max-height: 92vh;
	}

	.donaress-popup__visual {
		min-height: 180px;
	}

	.donaress-popup__visual-mark {
		width: 68px;
		height: 68px;
		font-size: 32px;
		border-radius: 20px;
	}

	.donaress-popup__visual-tag {
		bottom: 16px;
		font-size: 10px;
	}

	.donaress-popup__body {
		padding: 24px 20px 22px;
	}

	body.donaress-theme ul.products,
	body.donaress-theme [data-products] {
		gap: 14px !important;
		--grid-columns-gap: 14px !important;
	}

	body.donaress-theme ul.products li.product figure,
	body.donaress-theme [data-products] .product figure {
		aspect-ratio: 4 / 5 !important;
	}

	body.donaress-theme ul.products li.product:hover,
	body.donaress-theme [data-products] .product:hover {
		transform: none !important;
	}

	body.donaress-theme ul.products li.product figure::after {
		display: none;
	}

	body.donaress-theme ul.products .button,
	body.donaress-theme ul.products .add_to_cart_button {
		padding: 11px 14px !important;
		font-size: 11.5px !important;
	}

	body.donaress-theme.single-product .summary {
		padding: 20px !important;
		border-radius: var(--d-radius) !important;
	}

	.donaress-trust__grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.donaress-trust {
		padding: 20px 16px;
		margin-top: 28px;
	}

	body.donaress-theme #offcanvas .ct-panel-inner {
		max-width: 100% !important;
		width: 100% !important;
		border-radius: 0 !important;
	}

	body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul > li > .ct-sub-menu-parent > a,
	body.donaress-theme #offcanvas .ct-panel-content[data-device="mobile"] .mobile-menu > ul > li > a {
		width: 100%;
		box-sizing: border-box;
	}

	body.donaress-theme .ct-panel.ct-header-cart-panel .ct-panel-inner {
		max-width: 100% !important;
	}

	body.donaress-theme .woocommerce-form-login,
	body.donaress-theme .woocommerce-form-register {
		padding: 20px !important;
	}

	body.donaress-theme .woocommerce-order-overview {
		grid-template-columns: 1fr 1fr;
	}

	.donaress-block-hero {
		padding: 28px 20px;
	}

	.donaress-block-features__grid,
	.donaress-block-stats__grid {
		grid-template-columns: 1fr;
	}

	.donaress-block-cta__inner {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.donaress-block-cta__btn {
		justify-content: center;
	}
}
