/* Elementor CRO mobile header — Figma artboard styles */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700;800&family=Instrument+Sans:wght@500;600;700&display=swap');

.af-cro-el-header {
	--af-cro-bg: #0b0b0d;
	--af-cro-surface: #1c1a20;
	--af-cro-text: #f4efe8;
	--af-cro-muted: #8b857f;
	--af-cro-accent: #ff473d;
	background: var(--af-cro-bg) !important;
	color: var(--af-cro-text);
	font-family: 'Instrument Sans', system-ui, sans-serif;
}

.af-cro-el-wordmark .elementor-heading-title {
	font-family: 'Archivo', system-ui, sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase;
	margin: 0 !important;
}

.af-cro-el-logo,
.af-cro-el-logo .elementor-widget-container,
.af-cro-el-logo img {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.af-cro-el-logo img {
	width: 118px !important;
	max-width: 118px !important;
	height: auto !important;
	object-fit: contain;
}

.af-cro-el-topbar,
.af-cro-el-drawer-top {
	width: 100%;
}

.af-cro-el-drawer-top {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

.af-cro-el-drawer-top .af-cro-el-cart {
	order: 3;
	flex: 0 0 auto;
}

.af-cro-el-drawer-top .af-cro-el-logo {
	order: 2;
	flex: 1 1 auto;
}

.af-cro-el-drawer-top .af-cro-el-close {
	order: 1;
	flex: 0 0 auto;
}

.af-cro-el-burger .elementor-icon,
.af-cro-el-close .elementor-icon {
	color: #f4efe8 !important;
	fill: #f4efe8 !important;
}

.af-cro-el-burger .elementor-icon-wrapper,
.af-cro-el-close .elementor-icon-wrapper {
	cursor: pointer;
    height: 44px !important;
}

/* Search — match Figma pill field */
.af-cro-el-search .elementor-search-form {
	background: #1c1a20 !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 14px !important;
	min-height: 50px;
	padding: 0 15px !important;
}

.af-cro-el-search .elementor-search-form__input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #f4efe8 !important;
	font-size: 14px !important;
	padding-left: 8px !important;
}

.af-cro-el-search .elementor-search-form__input::placeholder {
	color: #8b857f !important;
	opacity: 1;
}

.af-cro-el-search .elementor-search-form__icon,
.af-cro-el-search .elementor-search-form__toggle {
	color: #8b857f !important;
}

/* FiboSearch — same CRO pill styles as drawer search */
.af-cro-el-fibosearch .dgwt-wcas-search-wrapp,
.af-cro-el-search .dgwt-wcas-search-wrapp {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.af-cro-el-fibosearch .dgwt-wcas-sf-wrapp,
.af-cro-el-search .dgwt-wcas-sf-wrapp {
	background: #1c1a20 !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 14px !important;
	min-height: 50px !important;
	height: 50px !important;
	padding: 0 15px !important;
	display: flex !important;
	align-items: center !important;
	box-shadow: none !important;
}

.af-cro-el-fibosearch .dgwt-wcas-search-input,
.af-cro-el-search .dgwt-wcas-search-input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #f4efe8 !important;
	font-size: 14px !important;
	font-family: 'Instrument Sans', system-ui, sans-serif !important;
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 8px 0 0 !important;
}

.af-cro-el-fibosearch .dgwt-wcas-search-input::placeholder,
.af-cro-el-search .dgwt-wcas-search-input::placeholder {
	color: #8b857f !important;
	opacity: 1 !important;
}

.af-cro-el-fibosearch .dgwt-wcas-search-submit,
.af-cro-el-search .dgwt-wcas-search-submit {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #8b857f !important;
	padding: 0 !important;
	margin: 0 0 0 8px !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
}

.af-cro-el-fibosearch .dgwt-wcas-ico-magnifier,
.af-cro-el-fibosearch .dgwt-wcas-ico-magnifier path,
.af-cro-el-search .dgwt-wcas-ico-magnifier,
.af-cro-el-search .dgwt-wcas-ico-magnifier path {
	fill: #8b857f !important;
	color: #8b857f !important;
}

.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
    margin: auto 0 !important;
}

.af-cro-el-fibosearch .dgwt-wcas-preloader,
.af-cro-el-search .dgwt-wcas-preloader {
	right: 42px !important;
}

/* Dark suggestions dropdown inside mobile drawer */
.af-cro-el-header .dgwt-wcas-suggestions-wrapp,
.af-cro-el-fibosearch .dgwt-wcas-suggestions-wrapp {
	background: #1c1a20 !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
	color: #f4efe8 !important;
}

.af-cro-el-header .dgwt-wcas-suggestion,
.af-cro-el-fibosearch .dgwt-wcas-suggestion {
	color: #f4efe8 !important;
	border-color: rgba(255, 255, 255, 0.06) !important;
}

.af-cro-el-header .dgwt-wcas-suggestion:hover,
.af-cro-el-header .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected,
.af-cro-el-fibosearch .dgwt-wcas-suggestion:hover,
.af-cro-el-fibosearch .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
	background: #141218 !important;
}

.af-cro-el-search .dgwt-wcas-search-input::placeholder {
    padding-left: 40px;
}

/* Nested tabs look like Figma segmented control */
.af-cro-el-tabs .e-n-tabs-heading {
	background: #141218 !important;
	border-radius: 12px !important;
	padding: 5px !important;
	gap: 8px !important;
	display: flex !important;
}

.af-cro-el-tabs .e-n-tab-title {
	flex: 1 !important;
	justify-content: center !important;
	border-radius: 9px !important;
	border: 0 !important;
	padding: 9px 0 !important;
	background: transparent !important;
	color: #c9c3bb !important;
	font-weight: 500 !important;
	margin: 0 !important;
}

.af-cro-el-tabs .e-n-tab-title[aria-selected="true"],
.af-cro-el-tabs .e-n-tab-title[aria-selected="true"]:hover {
	background: #ff473d !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.af-cro-el-tabs .e-n-tabs-content {
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

/* Category list rows — Elementor Icon List: thumb | text | › */
.af-cro-el-menu-list .elementor-icon-list-items {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.af-cro-el-menu-list .elementor-icon-list-item {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.af-cro-el-menu-list .elementor-icon-list-item a,
.af-cro-el-menu-list .elementor-icon-list-item > .elementor-icon-list-text {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 14px !important;
	padding: 8px 20px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
    text-align: left !important;
}

/*.af-cro-el-menu-list .elementor-icon-list-item a::before,*/
/*.af-cro-el-menu-list .elementor-icon-list-item > .elementor-icon-list-text::before {*/
/*	content: '';*/
/*	width: 38px;*/
/*	height: 38px;*/
/*	border-radius: 10px;*/
/*	flex: 0 0 auto;*/
/*	background: repeating-linear-gradient(*/
/*		135deg,*/
/*		rgb(33, 29, 38),*/
/*		rgb(33, 29, 38) 6px,*/
/*		rgb(24, 22, 32) 6px,*/
/*		rgb(24, 22, 32) 12px*/
/*	);*/
/*}*/

/* Real uploaded menu thumbnails — Container + Image + Heading rows */
.af-cro-el-menu-list > .e-con,
.af-cro-el-menu-list .af-cro-el-menu-row {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 14px !important;
	padding: 8px 20px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row > .e-con-inner::after {
	content: '›';
	flex: 0 0 auto !important;
	margin-left: auto !important;
	color: #ff473d !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row .elementor-widget-image,
.af-cro-el-menu-list .af-cro-el-menu-row .af-cro-el-menu-thumb-img {
	flex: 0 0 38px !important;
	width: 38px !important;
	max-width: 38px !important;
	margin: 0 !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row .elementor-widget-image img,
.af-cro-el-menu-list .af-cro-el-menu-thumb-img img {
	width: 38px !important;
	height: 38px !important;
	border-radius: 10px !important;
	object-fit: cover !important;
	display: block !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row .elementor-widget-heading,
.af-cro-el-menu-list .af-cro-el-menu-row .af-cro-el-menu-label {
	flex: 1 1 0% !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.af-cro-el-menu-list .af-cro-el-menu-row .elementor-heading-title,
.af-cro-el-menu-list .af-cro-el-menu-label .elementor-heading-title,
.af-cro-el-menu-list .af-cro-el-menu-label a {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #f4efe8 !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
}

.font-family-meoow a{
    font-family: 'meoow' !important;
}

/* Hide separate arrow widget if added — CSS draws the chevron */
.af-cro-el-menu-list .af-cro-el-menu-row .af-cro-el-menu-arrow {
	display: none !important;
}

.af-cro-el-menu-row {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    box-sizing: border-box;
}


.af-cro-el-menu-list .elementor-icon-list-text {
	flex: 1 1 0% !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #f4efe8 !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
	order: 1 !important;
	min-width: 0 !important;
}

/* Icon slot = admin-uploaded category thumbnail (left) */
.af-cro-el-menu-list .elementor-icon-list-icon {
	flex: 0 0 38px !important;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	order: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	border-radius: 10px !important;
}

.af-cro-el-menu-list .elementor-icon-list-icon img {
	width: 38px !important;
	height: 38px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	display: block !important;
}

/* Hide chevron if still set in Elementor — arrow comes from ::after */
.af-cro-el-menu-list .elementor-icon-list-icon svg,
.af-cro-el-menu-list .elementor-icon-list-icon i {
	display: none !important;
}

/* Red arrow at end of row */
.af-cro-el-menu-list .elementor-icon-list-item a::after {
	content: '›';
	flex: 0 0 auto !important;
	margin-left: auto !important;
	color: #ff473d !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
}

/* Keep HTML-widget rows working if still present */
.af-cro-el-menu-list .af-cro-el-menu-rows {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.af-cro-el-menu-list .af-cro-el-menu-row {
	display: flex !important;
	align-items: center;
	gap: 14px;
	padding: 8px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	text-decoration: none !important;
	color: inherit !important;
	width: 100%;
	box-sizing: border-box;
}

.af-cro-el-menu-list .af-cro-el-menu-thumb {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	flex: 0 0 auto;
	background: repeating-linear-gradient(
		135deg,
		rgb(33, 29, 38),
		rgb(33, 29, 38) 6px,
		rgb(24, 22, 32) 6px,
		rgb(24, 22, 32) 12px
	);
}

.af-cro-el-menu-list .af-cro-el-menu-label {
	flex: 1 1 0%;
	font-size: 16px;
	font-weight: 500;
	color: rgb(244, 239, 232);
	line-height: 1.2;
}

.af-cro-el-menu-list .af-cro-el-menu-arrow {
	font-size: 20px;
	color: rgb(255, 71, 61);
	line-height: 1;
	flex: 0 0 auto;
}

/* Footer link row */
.af-cro-el-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding: 14px 22px 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: 8px;
}

.af-cro-el-footer-links a {
	font-size: 13px !important;
	color: #8b857f !important;
	text-decoration: none !important;
}

/* FunnelKit cart shortcode — keep side popup, hide price */
.fkcart-shortcode-price,
.af-cro-el-fkcart .fkcart-shortcode-price {
	display: none !important;
}

.af-cro-fkcart-trigger,
.af-cro-el-fkcart .fkcart-shortcode-container {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.fkcart-shortcode-icon-wrap,
.af-cro-el-fkcart .fkcart-shortcode-icon-wrap {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
}

/* Figma bag SVG inside fkcart-shortcode-icon-wrap */
.af-cro-fkcart-bag {
	display: block !important;
	width: 17px !important;
	height: 17px !important;
	flex: 0 0 auto;
	overflow: visible;
}

.af-cro-fkcart-bag rect,
.af-cro-fkcart-bag path {
	stroke: #f4efe8 !important;
}

/* Hide FunnelKit default cart SVG (returns after AJAX) — show Figma bag instead */
.af-cro-el-header .fkcart-shortcode-icon-wrap > svg.fkcart-icon-checkout,
.af-cro-fkcart-trigger .fkcart-shortcode-icon-wrap > svg.fkcart-icon-checkout {
	display: none !important;
}

/* CSS fallback bag when AJAX injects default markup without our SVG */
.af-cro-el-header .fkcart-shortcode-icon-wrap:not(:has(.af-cro-fkcart-bag))::before,
.af-cro-fkcart-trigger .fkcart-shortcode-icon-wrap:not(:has(.af-cro-fkcart-bag))::before {
	content: '';
	position: absolute;
	bottom: 11px;
	left: 50%;
	transform: translateX(-50%);
	width: 19px;
	height: 14px;
	border: 2px solid #f4efe8;
	border-radius: 3px;
	box-sizing: border-box;
}

.af-cro-el-header .fkcart-shortcode-icon-wrap:not(:has(.af-cro-fkcart-bag))::after,
.af-cro-fkcart-trigger .fkcart-shortcode-icon-wrap:not(:has(.af-cro-fkcart-bag))::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -0.5px;
	width: 9px;
	height: 6px;
	border: 2px solid #f4efe8;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	box-sizing: border-box;
}

.fkcart-shortcode-count,
.af-cro-el-fkcart .fkcart-shortcode-count {
	position: absolute;
	top: 2px;
	right: 0;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	background: #ff473d !important;
	border-radius: 8px;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	line-height: 15px !important;
	text-align: center;
	font-family: 'Archivo', system-ui, sans-serif;
	z-index: 2;
}

/* Hide default plugin cart SVG when our bag is present */
.fkcart-shortcode-icon-wrap .af-cro-fkcart-bag ~ svg {
	display: none !important;
}

/* Legacy cart widgets */
.af-cro-el-cart .hfe-cart-count,
.af-cro-el-cart .elementor-button-icon[data-counter]:before {
	background: #ff473d !important;
	color: #fff !important;
}

.af-cro-el-cart,
.af-cro-el-cart a,
.af-cro-el-cart .elementor-button-icon,
.af-cro-el-cart i,
.af-cro-el-cart svg {
	color: #f4efe8 !important;
}

/* Off-canvas full bleed dark */
.af-cro-el-offcanvas .e-off-canvas__content {
	background: #0b0b0d !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Editor: keep header readable on desktop canvas */
.elementor-editor-active .af-cro-el-header {
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
	background: #0b0b0d !important;
}

.elementor-editor-active .af-cro-el-header .elementor-shortcode:empty::before,
.elementor-editor-active .elementor-widget-shortcode .elementor-shortcode:empty::before {
	content: 'Cart (loading…)';
	color: #8b857f;
	font-size: 11px;
}
