/* BeszéljükMac 6.3.11 — lightweight empty-checkout storefront. */
body.bm-apc-empty-cart-page {
	margin: 0;
	background: #020306 !important;
	color: #f5f5f7 !important;
	color-scheme: dark !important;
	font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * The pickup-point plugin prints its modal shell even when the cart is empty.
 * Its stylesheet is intentionally not loaded on this route, so hide the inert
 * shell explicitly instead of letting the search row extend the page footer.
 */
body.bm-apc-empty-cart-page .vp-woo-pont-modal-bg,
body.bm-apc-empty-cart-page .vp-woo-pont-modal {
	display: none !important;
}

body.bm-apc-empty-cart-page :where(
	.woocommerce-form-coupon-toggle,
	form.checkout_coupon,
	form.woocommerce-checkout,
	.woocommerce-checkout,
	.wc-empty-cart-message,
	.cart-empty.woocommerce-info,
	.return-to-shop,
	.bm-apc__header,
	.bm-apc-assistant,
	.bm-apc-guest-entry,
	.bm-apc-mobile-bar
) {
	display: none !important;
}

body.bm-apc-empty-cart-page .elementor:not(.elementor-location-header):not(.elementor-location-footer) :where(
	.elementor-widget-shortcode,
	.elementor-widget-shortcode > .elementor-widget-container,
	.elementor-widget-shortcode .elementor-shortcode
) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.bm-apc-empty-cart-page [data-bm-apc-empty-cart],
body.bm-apc-empty-cart-page [data-bm-apc-empty-cart] *,
body.bm-apc-empty-cart-page [data-bm-apc-empty-cart] *::before,
body.bm-apc-empty-cart-page [data-bm-apc-empty-cart] *::after {
	box-sizing: border-box;
}

body.bm-apc-empty-cart-page [data-bm-apc-empty-cart] {
	position: relative;
	overflow: hidden;
	width: min(1440px, calc(100% - 32px)) !important;
	min-height: min(860px, calc(100vh - 120px));
	margin: 18px auto 64px !important;
	padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(64px, 8vw, 108px) !important;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: clamp(24px, 3vw, 42px);
	background:
		radial-gradient(circle at 12% 4%, rgba(128, 54, 20, .24), transparent 31rem),
		radial-gradient(circle at 94% 44%, rgba(69, 29, 139, .25), transparent 37rem),
		linear-gradient(145deg, #08090d, #030407 72%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 32px 90px rgba(0, 0, 0, .34);
	color: #f5f5f7 !important;
}

.bm-apc-empty__hero {
	max-width: 850px;
	margin: 0 auto clamp(54px, 7vw, 88px);
	text-align: center;
	animation: bm-apc-empty-in .55s cubic-bezier(.22, 1, .36, 1) both;
}

.bm-apc-empty__orb {
	display: grid;
	width: 86px;
	height: 86px;
	margin: 0 auto 24px;
	place-items: center;
	border: 1px solid rgba(41, 151, 255, .34);
	border-radius: 50%;
	background: radial-gradient(circle at 35% 25%, rgba(41, 151, 255, .34), rgba(0, 113, 227, .08) 55%, rgba(255, 255, 255, .025));
	box-shadow: 0 0 54px rgba(0, 113, 227, .16), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.bm-apc-empty__orb svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: #65b5ff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.bm-apc-empty__eyebrow,
.bm-apc-empty__section-head > p {
	margin: 0 0 12px;
	color: #2997ff !important;
	-webkit-text-fill-color: #2997ff !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .015em;
}

.bm-apc-empty__hero h1 {
	max-width: 980px;
	margin: 0 auto;
	color: #f5f5f7 !important;
	-webkit-text-fill-color: #f5f5f7 !important;
	font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
	font-size: clamp(46px, 6.4vw, 88px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.055em;
	text-shadow: none !important;
}

.bm-apc-empty__hero > p:not(.bm-apc-empty__eyebrow) {
	max-width: 650px;
	margin: 24px auto 0;
	color: #c7c7cc !important;
	-webkit-text-fill-color: #c7c7cc !important;
	font-size: 18px;
	line-height: 1.55;
}

.bm-apc-empty__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

.bm-apc-empty__primary,
.bm-apc-empty__checkout {
	display: inline-flex;
	min-height: 56px;
	padding: 0 26px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #2997ff, #0071e3);
	box-shadow: 0 12px 28px rgba(0, 113, 227, .24), inset 0 1px 0 rgba(255, 255, 255, .22);
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.bm-apc-empty__checkout {
	border-color: rgba(255, 255, 255, .16);
	background: #17181d;
}

.bm-apc-empty__checkout[hidden] {
	display: none !important;
}

.bm-apc-empty__recommendations {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.bm-apc-empty__section-head {
	margin-bottom: 28px;
}

.bm-apc-empty__section-head h2 {
	max-width: 760px;
	margin: 0;
	color: #f5f5f7 !important;
	-webkit-text-fill-color: #f5f5f7 !important;
	font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -.04em;
}

.bm-apc-empty__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bm-apc-product-card {
	position: relative;
	display: flex;
	overflow: hidden;
	min-width: 0;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 28px;
	background: #090a0d;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
	animation: bm-apc-empty-in .48s .08s cubic-bezier(.22, 1, .36, 1) both;
	transition: transform .2s ease, border-color .2s ease;
}

.bm-apc-product-card__image {
	display: flex;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.bm-apc-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bm-apc-product-card__content {
	display: flex;
	min-height: 390px;
	padding: 22px;
	flex: 1;
	flex-direction: column;
}

.bm-apc-product-card__sku {
	margin-bottom: 14px;
	color: #d2d2d7 !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bm-apc-product-card__name {
	display: -webkit-box;
	overflow: hidden;
	min-height: 68px;
	color: #f5f5f7 !important;
	-webkit-text-fill-color: #f5f5f7 !important;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.025em;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.bm-apc-product-card__tags,
.bm-apc-product-card__benefits {
	display: flex;
	flex-wrap: wrap;
}

.bm-apc-product-card__tags {
	gap: 7px;
	margin-top: 16px;
}

.bm-apc-product-card__tags span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #191a20;
	color: #e5e5ea !important;
	font-size: 11px;
	font-weight: 600;
}

.bm-apc-product-card__benefits {
	gap: 5px 11px;
	margin: 16px 0 0;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	color: #b7b7bd !important;
	font-size: 11px;
	line-height: 1.35;
}

.bm-apc-product-card__benefits span:first-child,
.bm-apc-product-card__stock {
	color: #55dc72 !important;
	-webkit-text-fill-color: #55dc72 !important;
}

.bm-apc-product-card__price {
	margin-top: 16px;
	color: #f5f5f7 !important;
	-webkit-text-fill-color: #f5f5f7 !important;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -.025em;
}

.bm-apc-product-card__stock {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.bm-apc-product-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: auto;
	padding-top: 20px;
}

.bm-apc-product-card__actions :where(a, button) {
	display: flex !important;
	min-width: 0;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 14px !important;
	background: #17181d !important;
	color: #f5f5f7 !important;
	-webkit-text-fill-color: #f5f5f7 !important;
	box-shadow: none !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.bm-apc-product-card__actions button {
	border-color: transparent !important;
	background: linear-gradient(180deg, #2997ff, #0071e3) !important;
}

.bm-apc-product-card__actions button.is-added {
	background: linear-gradient(180deg, #30d158, #1da942) !important;
}

.bm-apc-product-card__status {
	display: block;
	min-height: 15px;
	margin-top: 8px;
	color: #c7c7cc !important;
	font-size: 11px;
	line-height: 1.35;
}

@keyframes bm-apc-empty-in {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (hover: hover) and (pointer: fine) {
	.bm-apc-empty__primary:hover,
	.bm-apc-empty__checkout:hover,
	.bm-apc-product-card:hover {
		transform: translateY(-3px);
	}
	.bm-apc-empty__primary:hover,
	.bm-apc-empty__checkout:hover {
		box-shadow: 0 16px 34px rgba(0, 113, 227, .28);
	}
	.bm-apc-product-card:hover {
		border-color: rgba(41, 151, 255, .38);
	}
}

@media (max-width: 920px) {
	.bm-apc-empty__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	body.bm-apc-empty-cart-page [data-bm-apc-empty-cart] {
		width: calc(100% - 20px) !important;
		min-height: 0;
		margin: 10px auto 34px !important;
		padding: 42px 14px 64px !important;
		border-radius: 26px;
		box-shadow: none;
	}
	.bm-apc-empty__hero { margin-bottom: 44px; animation-duration: .36s; }
	.bm-apc-empty__orb { width: 76px; height: 76px; margin-bottom: 22px; box-shadow: 0 0 32px rgba(0, 113, 227, .12); }
	.bm-apc-empty__orb svg { width: 36px; height: 36px; }
	.bm-apc-empty__hero h1 { font-size: clamp(40px, 12vw, 54px); line-height: 1.02; }
	.bm-apc-empty__hero > p:not(.bm-apc-empty__eyebrow) { margin-top: 22px; font-size: 16px; line-height: 1.5; }
	.bm-apc-empty__actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
	.bm-apc-empty__primary,
	.bm-apc-empty__checkout { width: 100%; min-height: 54px; }
	.bm-apc-empty__section-head { margin-bottom: 20px; }
	.bm-apc-empty__section-head h2 { font-size: 31px; }
	.bm-apc-empty__grid { grid-template-columns: 1fr; gap: 14px; }
	.bm-apc-product-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		border-radius: 20px;
		box-shadow: none;
		animation: none;
	}
	.bm-apc-product-card__image { min-height: 100%; aspect-ratio: auto; }
	.bm-apc-product-card__content { min-height: 0; padding: 15px; }
	.bm-apc-product-card__sku,
	.bm-apc-product-card__benefits,
	.bm-apc-product-card__tags { display: none; }
	.bm-apc-product-card__name { min-height: 0; font-size: 16px; line-height: 1.22; }
	.bm-apc-product-card__price { margin-top: 11px; font-size: 21px; }
	.bm-apc-product-card__stock { margin-top: 6px; font-size: 11px; }
	.bm-apc-product-card__actions { grid-template-columns: 1fr; padding-top: 13px; }
	.bm-apc-product-card__actions a { display: none !important; }
	.bm-apc-product-card__actions button { min-height: 42px !important; }
}

@media (max-width: 390px) {
	body.bm-apc-empty-cart-page [data-bm-apc-empty-cart] { width: 100% !important; margin-top: 0 !important; border-width: 0; border-radius: 0; }
	.bm-apc-product-card { grid-template-columns: 102px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce), (update: slow) {
	.bm-apc-empty__hero,
	.bm-apc-product-card {
		animation: none !important;
	}
	.bm-apc-empty__primary,
	.bm-apc-empty__checkout,
	.bm-apc-product-card {
		transition: none !important;
	}
}
