/*
 * טמפלייט YN10565 — אותה שפה ויזואלית כמו המנוע: שחור/לבן, פינות חדות.
 * דסקטופ: עמודת מדיה לצד פרטי מוצר; מיניאטורות מתחת לתמונה הראשית.
 */

body.bee1-spe-tpl-yn10565,
body.bee1-spe-tpl-yn10565 .bee1-spe-product--tpl-yn10565 {
	--bee1-spe-yn-surface: #ffffff;
	--bee1-spe-yn-border: #000000;
	--bee1-spe-yn-heading: #000000;
	--bee1-spe-yn-media-col: minmax(0, 1fr);
	--bee1-spe-yn-details-col: minmax(0, 1fr);
	--bee1-spe-yn-layout-gap: clamp(0.75rem, 1.25vw, 1.25rem);
	--bee1-spe-yn-container-width: 1460px;
	--bee1-spe-yn-container-pad: 2%;
	--bee1-spe-yn-main-image-max-height: 640px;
	--bee1-spe-yn-main-image-fit: contain;
	--bee1-spe-yn-swatch-color-size: 28px;
	--bee1-spe-yn-swatch-button-size: 34px;
}

body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-content .ast-container,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-content .ast-container > .ast-row,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-content .ast-container > #primary,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-content .ast-container > .ast-row #primary,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-content .ast-container #main,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .ast-woocommerce-container,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full #primary.content-area,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-main {
	max-width: none !important;
	width: 100% !important;
}

body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .site-content .ast-container,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .ast-woocommerce-container {
	padding-inline: 0 !important;
}

/*
 * Container width mode: previously only capped .ast-woocommerce-container, but
 * Astra's ancestor containers (.ast-container / #primary / #main / .site-main)
 * keep their own theme max-width (~1240px), so a larger configured width (e.g.
 * 1640px) could never be reached and the page looked cramped. Release those
 * ancestors so the configured container width is honoured, then center the Woo
 * container at exactly that width. This makes the width setting truly elastic.
 */
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .site-content .ast-container,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .site-content .ast-container > .ast-row,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .site-content .ast-container > #primary,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .site-content .ast-container > .ast-row #primary,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .site-content .ast-container #main,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container #primary.content-area,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .site-main {
	max-width: none !important;
	width: 100% !important;
}

/*
 * Cap the actual single-product content to the configured width, centered.
 * Astra exposes `.ast-woocommerce-container`; other themes (Hello Elementor on
 * oolala, generic WooCommerce) don't — so also cap the WooCommerce single
 * product wrapper `div.product.type-product`, which exists in every theme.
 * (`.single-product` + `div.product` avoids matching related `li.product`.)
 */
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container .ast-woocommerce-container,
body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-container.single-product div.product.type-product {
	max-width: var(--bee1-spe-yn-container-width) !important;
	width: 100% !important;
	margin-inline: auto !important;
	padding-inline: var(--bee1-spe-yn-container-pad);
	box-sizing: border-box;
}

body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .ast-woocommerce-container {
	max-width: none;
	padding-inline: 0;
}

body.bee1-spe-tpl-yn10565.bee1-spe-yn-width-full .bee1-spe-product--tpl-yn10565 {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--bee1-spe-yn-container-width);
	padding-inline: var(--bee1-spe-yn-container-pad);
	width: 100%;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__top--yn {
	direction: ltr;
	display: grid;
	grid-template-columns: var(--bee1-spe-yn-media-col) var(--bee1-spe-yn-details-col);
	grid-template-areas: "media details";
	gap: var(--bee1-spe-yn-layout-gap);
	align-items: flex-start;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__media--yn,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn {
	direction: rtl;
	unicode-bidi: isolate;
	min-width: 0;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .summary.entry-summary {
	direction: rtl;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	unicode-bidi: isolate;
	text-align: start;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .single-product-category {
	display: none !important;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .woocommerce-breadcrumb,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .woocommerce-breadcrumb {
	order: 10;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .product_title,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .product_title {
	order: 20;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary p.price,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn p.price {
	order: 30;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .woocommerce-product-details__short-description,
body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .bee1-spe-summary-key-line,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .woocommerce-product-details__short-description,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .bee1-spe-summary-key-line {
	order: 40;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary form.cart,
body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .variations_form,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn form.cart,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .variations_form {
	order: 50;
}

body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .bee1-spe-under-cart-info,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .bee1-spe-under-cart-info {
	order: 60;
}

/*
 * WhatsApp "questions? talk to us" block — by default it has no flex order
 * (order:0) so it floated above the title. Place it just below the buy buttons
 * (cart=50, under-cart-info=60).
 */
body.bee1-spe-tpl-yn10565.single-product .summary.entry-summary .bee1-whatsapp-button-container,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .bee1-whatsapp-button-container {
	order: 55;
	margin-top: 0.75rem;
}

/*
 * Aired cart layout — the default cart was a cramped single row. Stack the
 * action area with breathing room and let the add-to-cart / buy-now buttons
 * grow full-width.
 */
body.bee1-spe-tpl-yn10565 .summary.entry-summary form.cart {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
body.bee1-spe-tpl-yn10565 .summary.entry-summary form.cart .woocommerce-variation-add-to-cart,
body.bee1-spe-tpl-yn10565 .summary.entry-summary form.cart:not(.variations_form) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
body.bee1-spe-tpl-yn10565 .summary.entry-summary form.cart .single_add_to_cart_button,
body.bee1-spe-tpl-yn10565 .summary.entry-summary form.cart .bee1-buy-now-button {
	flex: 1 1 200px;
	min-height: 48px;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__media--yn {
	grid-area: media;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn {
	grid-area: details;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn > .summary.entry-summary,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn.summary.entry-summary {
	float: none !important;
	margin: 0 auto !important;
	max-width: 560px;
	width: 100% !important;
}

body.bee1-spe-yn-split-media-60 {
	--bee1-spe-yn-media-col: minmax(0, 3fr);
	--bee1-spe-yn-details-col: minmax(0, 2fr);
}

body.bee1-spe-yn-split-media-55 {
	--bee1-spe-yn-media-col: minmax(0, 11fr);
	--bee1-spe-yn-details-col: minmax(0, 9fr);
}

body.bee1-spe-yn-split-details-60 {
	--bee1-spe-yn-media-col: minmax(0, 2fr);
	--bee1-spe-yn-details-col: minmax(0, 3fr);
}

body.bee1-spe-yn-gap-tight {
	--bee1-spe-yn-layout-gap: clamp(0.5rem, 0.9vw, 0.9rem);
}

body.bee1-spe-yn-gap-large {
	--bee1-spe-yn-layout-gap: clamp(1rem, 2vw, 2rem);
}

body.bee1-spe-yn-desktop-media-right .bee1-spe-product__top--yn {
	grid-template-areas: "details media";
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main {
	background: var(--bee1-spe-yn-surface);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: zoom-in;
	display: block;
	height: var(--bee1-spe-yn-main-image-max-height);
	line-height: 0;
	overflow: hidden;
	width: 100%;
	aspect-ratio: var(--bee1-spe-yn-main-image-ratio, auto);
}

/* When a fixed aspect-ratio is selected, the ratio controls height; release the explicit pixel height so the image keeps the chosen proportions and ignores max-height. */
body.bee1-spe-tpl-yn10565.bee1-spe-yn-ratio-fixed .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main {
	height: auto;
}
body.bee1-spe-tpl-yn10565.bee1-spe-yn-ratio-fixed .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main-img {
	max-height: none;
}

/* Hide blocks via admin toggles (defensive: also catches any rogue prints). */
body.bee1-spe-tpl-yn10565.bee1-spe-hide-smart .bee1-spe-yn-smart-slot,
body.bee1-spe-tpl-yn10565.bee1-spe-hide-smart .bee1-yn-smart-products {
	display: none !important;
}
body.bee1-spe-tpl-yn10565.bee1-spe-hide-related .related.products,
body.bee1-spe-tpl-yn10565.bee1-spe-hide-related .upsells.products {
	display: none !important;
}
body.bee1-spe-tpl-yn10565.bee1-spe-hide-tabs .woocommerce-tabs,
body.bee1-spe-tpl-yn10565.bee1-spe-hide-tabs .bee1-spe-accordion-tabs {
	display: none !important;
}

/* Smart suggestions + WooCommerce related/upsells: match the configured container width.
   IMPORTANT: width + padding are applied to the OUTER wrapper only. Inner sections stretch to 100%
   to avoid double-padding which used to collapse the 4-column grid into 3+1 with an orphan card. */
body.bee1-spe-tpl-yn10565 .bee1-spe-yn-smart-slot,
body.bee1-spe-tpl-yn10565.bee1-spe-apply-related .related.products,
body.bee1-spe-tpl-yn10565.bee1-spe-apply-related .upsells.products,
body.bee1-spe-tpl-yn10565 .related.products,
body.bee1-spe-tpl-yn10565 .upsells.products {
	max-width: var(--bee1-spe-yn-container-width, 1460px);
	margin-inline: auto;
	padding-inline: calc(var(--bee1-spe-yn-container-pad, 2%));
	box-sizing: border-box;
	width: 100%;
}

/* Inner smart section: fill its slot, no extra clamp, no extra padding. */
body.bee1-spe-tpl-yn10565 .bee1-spe-yn-smart-slot > .bee1-yn-smart-products,
body.bee1-spe-tpl-yn10565 .bee1-spe-yn-smart-slot > * > .bee1-yn-smart-products {
	max-width: none !important;
	width: 100% !important;
	padding-inline: 0 !important;
	margin-inline: 0 !important;
	box-sizing: border-box;
}

/* If there's a stray upsells section that escaped the SPE wrapping, give it the SPE smart-grid look
   so a single Upsell product can't appear as an orphan card with raw theme styles. */
body.bee1-spe-tpl-yn10565 .upsells.products {
	margin-block: 30px;
}
body.bee1-spe-tpl-yn10565 .upsells.products > h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 24px;
	font-family: inherit;
}
body.bee1-spe-tpl-yn10565 .upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
	gap: 20px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: var(--bee1-spe-yn-main-image-fit);
	object-position: center top;
	max-height: none;
	opacity: 1;
	transform: translateX(0) scale(1);
	transition: opacity 180ms ease, transform 220ms ease;
	will-change: opacity, transform;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked.is-changing .bee1-spe-gallery__main-img {
	opacity: 0.18;
	transform: translateX(-10px) scale(0.992);
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail {
	align-items: center;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 34px;
	gap: 0.45rem;
	width: 100%;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumbs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 0.45rem;
	padding-bottom: 4px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail-btn {
	appearance: none;
	align-self: stretch;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: grid;
	font-weight: 500;
	font-size: 1.35rem;
	line-height: 1;
	font-family: inherit;
	min-height: 64px;
	place-items: center;
	transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail-btn:hover,
body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail-btn:focus-visible {
	background: transparent;
	color: #000;
	opacity: 0.65;
}

@media (min-width: 769px) {
	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked {
		direction: ltr;
		display: grid;
		grid-template-columns: 76px minmax(0, 1fr);
		grid-template-areas: "thumbs main";
		align-items: flex-start;
	}

	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail {
		display: contents;
	}

	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked {
		grid-template-columns: minmax(0, 1fr) 76px;
		grid-template-areas: "main thumbs";
	}

	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main {
		grid-area: main;
	}

	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumbs,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumbs {
		grid-area: thumbs;
		flex-direction: column;
		align-items: stretch;
		max-height: var(--bee1-spe-yn-main-image-max-height);
		overflow-x: hidden;
		overflow-y: auto;
		padding-bottom: 0;
		scroll-snap-type: y mandatory;
	}

	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail-btn,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail-btn {
		display: none;
	}
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumb {
	appearance: none;
	flex: 0 0 auto;
	border-radius: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	padding: 0;
	scroll-snap-align: start;
	transition: opacity 160ms ease, transform 160ms ease;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumb.is-active {
	box-shadow: none;
	opacity: 1;
	transform: translateY(-1px);
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumb:not(.is-active) {
	opacity: 0.72;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumb:hover,
body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumb:focus-visible {
	opacity: 1;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumb-img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 0;
}

@media (max-width: 768px) {
	body.bee1-spe-tpl-yn10565 .bee1-spe-product__top--yn {
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"details";
	}

	body.bee1-spe-yn-mobile-details-first .bee1-spe-product__top--yn {
		grid-template-areas:
			"details"
			"media";
	}

	body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked,
	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked {
		display: flex;
		flex-direction: column;
	}

	body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main {
		height: auto;
	}

	body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__main-img {
		height: auto;
		max-height: min(72vh, var(--bee1-spe-yn-main-image-max-height));
	}

	body.bee1-spe-tpl-yn10565 .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumbs,
	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumbs,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__thumbs {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		max-height: none;
		padding-bottom: 4px;
	}

	body.bee1-spe-yn-gallery-left .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail,
	body.bee1-spe-yn-gallery-right .bee1-spe-gallery--yn-stacked .bee1-spe-gallery__rail {
		display: grid;
	}
}

body.bee1-spe-tpl-yn10565 .bee1-spe-summary--yn .product_title,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .product_title {
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 0.98;
	color: var(--bee1-spe-yn-heading);
	margin-bottom: 0.5rem;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .product_title {
	font-size: clamp(2rem, 4vw, var(--bee1-spe-title-font-size, 60px));
}

body.bee1-spe-tpl-yn10565 .bee1-spe-summary--yn p.price,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn p.price {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: var(--bee1-spe-yn-heading);
}

body.bee1-spe-tpl-yn10565 .bee1-spe-summary--yn .woocommerce-product-details__short-description,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .woocommerce-product-details__short-description,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .bee1-spe-summary-key-line {
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 1rem;
	text-align: inherit;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .bee1-spe-summary-key-line {
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--bee1-spe-yn-heading);
}

body.bee1-spe-tpl-yn10565 .bee1-spe-summary--yn .woocommerce-product-details__short-description p,
body.bee1-spe-tpl-yn10565 .bee1-spe-product__details--yn .woocommerce-product-details__short-description p {
	margin: 0 0 0.75rem;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-summary--yn form.cart {
	margin-top: 1rem;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product--tpl-yn10565 .woocommerce-tabs {
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
	border-top: 1px solid var(--bee1-spe-yn-border);
	padding-top: 1rem;
	border-radius: 0;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-product--tpl-yn10565 .related.products {
	margin-top: 2rem;
}

body.bee1-spe-tpl-yn10565 .bee1-spe-yn-smart-slot {
	margin-top: clamp(2rem, 5vw, 3.5rem);
	padding-top: clamp(1.5rem, 4vw, 2.5rem);
	border-top: 1px solid var(--bee1-spe-yn-border);
	background: transparent;
	border-radius: 0;
	color: var(--bee1-spe-yn-heading);
}

body.bee1-spe-tpl-yn10565 .bee1-spe-yn-smart-slot a {
	color: var(--bee1-spe-yn-heading);
	border-radius: 0;
}
