/* BeDream — Figma tokens; colors follow Flatsome Customizer */
@font-face {
	font-family: "DIN Next LT Arabic";
	src: url("../fonts/DINNextLTArabic-UltraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src:
		url("../fonts/DINNextLTArabic-Light.woff2") format("woff2"),
		url("../fonts/DINNextLTArabic-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src:
		url("../fonts/DINNextLTArabic-Light.woff2") format("woff2"),
		url("../fonts/DINNextLTArabic-Light.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src:
		url("../fonts/DINNextLTArabic-Light.woff2") format("woff2"),
		url("../fonts/DINNextLTArabic-Light.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src:
		url("../fonts/DINNextLTArabic-Bold.woff2") format("woff2"),
		url("../fonts/DINNextLTArabic-Bold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src:
		url("../fonts/DINNextLTArabic-Bold.woff2") format("woff2"),
		url("../fonts/DINNextLTArabic-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--bd-primary: var(--primary-color, #6f83dd);
	--bd-cta: #09195c;
	--bd-text: #1e2028;
	--bd-secondary: #565b68;
	--bd-paper: #fafaf8;
	--bd-line: #e5e5e5;
	--bd-radius: 16px;
	--bd-radius-nav: 14px;
	--bd-font: "DIN Next LT Arabic", sans-serif;
}

html,
body,
.nav > li > a {
	font-family: var(--bd-font) !important;
}

body {
	font-size-adjust: from-font;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bd-font);
	font-weight: 700;
}

button,
input,
select,
textarea,
.nav > li > a {
	font-family: var(--bd-font);
}

.absolute-footer {
	display: none;
}

/* Header polish — colors/height/bg come from Customize → Header / Style */
.header-main {
	border-block-end: 1px solid var(--bd-line);
}

.header-main .top-divider {
	display: none;
}

.header-main .header-inner.container {
	padding-inline: 32px;
	gap: 16px;
}

.header-main #logo img {
	max-height: 46px;
}

.header-main .header-nav-main.nav > li > a,
.header-main .nav-uppercase > li > a {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	padding-block: 8px;
	padding-inline: 16px;
	border-radius: var(--bd-radius-nav);
}

.header-main .header-nav-main.nav > li.current-menu-item > a,
.header-main .header-nav-main.nav > li.current-menu-parent > a,
.header-main .header-nav-main.nav > li.active > a {
	font-weight: 700;
}

.header-main .header-button-1 .button.is-outline {
	background: #fff;
	border-width: 2px;
	border-color: color-mix(in srgb, var(--bd-primary) 25%, transparent);
	box-shadow: none;
	color: var(--bd-cta);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding-block: 10px;
	padding-inline: 26px;
	text-transform: none;
}

.header-main .header-button-1 .button.is-outline:hover {
	background: #fff;
	border-color: var(--bd-primary);
	color: var(--bd-cta);
}

.header-main .header-language-dropdown > a {
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: var(--bd-secondary);
	letter-spacing: 0;
	text-transform: none;
}

.header-main .header-nav-main > li > a i.icon-angle-down,
.header-main .header-nav-main > li > a i.icon-angle-down:before {
	font-size: 12px;
}

.header-main .header-nav-main .cart-icon strong,
.header-main .header-nav-main .account-icon,
.header-main .header-nav-main .header-search {
	color: var(--bd-text);
}

/* Hero — Figma 538:4470 */
.banner.bd-hero .text-inner {
	direction: inherit;
	text-align: start;
	unicode-bidi: isolate;
}

.rtl .banner.bd-hero .text-inner.text-right,
.rtl .banner.bd-hero .text-inner.text-left,
[dir="rtl"] .banner.bd-hero .text-inner {
	text-align: start;
}

.rtl .banner.bd-hero .text-inner > div,
.rtl .banner.bd-hero .text-inner > div > div,
[dir="rtl"] .banner.bd-hero .text-inner > div {
	margin-inline: 0;
}

.banner.bd-hero .overlay {
	background: linear-gradient(
		to left,
		rgb(9 25 92 / 0) 0%,
		rgb(9 25 92 / 0.3) 22%,
		rgb(9 25 92 / 0) 100%
	) !important;
}

.rtl .banner.bd-hero .overlay,
[dir="rtl"] .banner.bd-hero .overlay {
	background: linear-gradient(
		to right,
		rgb(9 25 92 / 0) 0%,
		rgb(9 25 92 / 0.3) 22%,
		rgb(9 25 92 / 0) 100%
	) !important;
}

.banner .text-inner h3,
.banner .text-inner h1,
.banner .text-inner p.lead {
	unicode-bidi: isolate;
}

.rtl .banner .text-inner h3,
.rtl .banner .text-inner h1,
.rtl .banner .text-inner p.lead,
.banner .text-inner h3[dir="rtl"],
.banner .text-inner h1[dir="rtl"],
.banner .text-inner p.lead[dir="rtl"] {
	direction: rtl;
	text-align: start;
}

.rtl .banner .text-inner h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.rtl .banner .text-inner h1 {
	margin-block: 12px 0;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 700;
	line-height: 1.15;
	text-wrap: balance;
}

.rtl .banner .text-inner p.lead {
	margin-block: 20px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-wrap: pretty;
}

.banner .bd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	gap: 12px;
	margin-block: 32px 0;
}

.banner .bd-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 54px;
	margin: 0;
	border: 0;
	border-radius: var(--bd-radius);
	box-shadow: 0 1px 1.5px rgb(0 0 0 / 0.1);
	padding-block: 14px;
	padding-inline: 24px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	color: var(--bd-cta);
}

.banner .bd-hero-btn.primary {
	background: var(--bd-primary);
	font-weight: 700;
}

.banner .bd-hero-btn.white {
	background: #fff;
	font-weight: 500;
}

.banner .bd-hero-btn__text {
	direction: rtl;
	unicode-bidi: isolate;
	text-box: trim-both cap alphabetic;
}

.banner .bd-hero-btn__icon {
	display: block;
	inline-size: 24px;
	block-size: 24px;
	overflow: clip;
	flex: 0 0 24px;
}

.banner .bd-hero-btn__icon img {
	display: block;
	inline-size: 24px;
	block-size: 24px;
	object-fit: contain;
}

.bd-hero-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
	justify-items: start;
	margin-block: 40px 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-align: start;
}

.bd-hero-trust li {
	margin: 0;
}

@media (max-width: 549px) {
	.bd-hero-title {
		max-inline-size: none;
	}

	.bd-hero-trust {
		grid-template-columns: 1fr;
	}
}

/* Needs — sleep assistant banner Figma 538:4601 */
.col.bd-sleep-col > .col-inner {
	position: relative;
	isolation: isolate;
	overflow: clip;
	min-block-size: 208px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: var(--bd-radius);
	background: linear-gradient(90deg, #6f83dd 0%, #5b6aad 50%, #6f83dd 100%) !important;
}

.bd-sleep {
	display: flex;
	flex-direction: column;
	align-items: center;
	inline-size: 100%;
}

.bd-sleep-head,
.bd-sleep > p,
.bd-sleep-btn {
	position: relative;
	z-index: 1;
}

.bd-sleep > p:has(> .bd-sleep-deco) {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.bd-sleep-deco {
	position: absolute;
	top: 50%;
	z-index: 0;
	display: block;
	block-size: 200px;
	pointer-events: none;
	opacity: 0.35;
	object-fit: cover;
	mix-blend-mode: screen;
	translate: 0 -50%;
}

.bd-sleep-deco--left {
	left: 0;
	inline-size: 196px;
}

.bd-sleep-deco--right {
	right: 0;
	inline-size: 191px;
	object-position: bottom;
}

.bd-sleep-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-block: 0 16px;
	direction: rtl;
}

.col.bd-sleep-col h3,
.bd-sleep-head h3 {
	margin: 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.bd-sleep-icon {
	
}

.bd-sleep-icon img {
	display: block;
	inline-size: 40px;
	block-size: 40px;
	object-fit: contain;
	mix-blend-mode: screen;
}

.col.bd-sleep-col .bd-sleep > p:not(:has(> .bd-sleep-deco)),
.bd-sleep > p:not(:has(> .bd-sleep-deco)) {
	margin: 0 0 20px;
	max-inline-size: 36em;
	color: #e5e5e5;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.col.bd-sleep-col a.bd-sleep-btn,
.dark a.bd-sleep-btn,
.bd-sleep-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 48px;
	padding-block: 12px;
	padding-inline: 24px;
	border-radius: var(--bd-radius);
	background: #fff;
	color: #09195c !important;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.col.bd-sleep-col a.bd-sleep-btn:hover,
.col.bd-sleep-col a.bd-sleep-btn:focus-visible,
.dark a.bd-sleep-btn:hover,
.dark a.bd-sleep-btn:focus-visible,
.bd-sleep-btn:hover,
.bd-sleep-btn:focus-visible {
	background: #fff;
	color: #09195c !important;
}

@media (max-width: 849px) {
	.bd-sleep-deco {
		inline-size: 120px;
		opacity: 0.22;
	}
}

/* Needs — Figma 538:4539 */
.section.bd-needs {
	background-color: #fff;
}

.section.bd-needs .bd-needs-head h2 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.section.bd-needs .bd-needs-head p {
	margin: 12px auto 0;
	max-inline-size: 36em;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.section.bd-needs .bd-needs-grid {
	margin-block-start: 48px;
	margin-block-end: 40px;
	align-items: stretch;
}

.section.bd-needs .bd-needs-grid > .col {
	display: flex;
}

.section.bd-needs .bd-needs-grid > .col > .col-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	overflow: clip;
	inline-size: 100%;
	min-block-size: 121px;
	border: 0;
	background: transparent !important;
}

.section.bd-needs .bd-need-bg {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	inline-size: 100%;
	block-size: 100%;
	pointer-events: none;
	object-fit: fill;
}

.section.bd-needs .bd-need {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 1 1 auto;
	inline-size: 100%;
}

.section.bd-needs .bd-need-icon {
	display: grid;
	place-items: center;
	inline-size: 44px;
	block-size: 44px;
	overflow: clip;
	border-radius: 11px;
}

.section.bd-needs .bd-need-icon img {
	display: block;
	inline-size: 44px;
	block-size: 44px;
	object-fit: contain;
}

.section.bd-needs .bd-need h3 {
	margin: 12px 0 0;
	color: #1e2028;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 849px) {
	.section.bd-needs .bd-needs-head h2 {
		font-size: 24px;
	}

	.section.bd-needs .bd-need h3 {
		white-space: normal;
	}
}

/* Categories — Figma 538:4618 */
.section.bd-cats {
	background-color: var(--bd-paper);
}

.section.bd-cats .section-bg {
	opacity: 0.2;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.bd-cats-head,
.bd-products-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-block-end: 40px;
	direction: rtl;
}

.bd-cats-head h2,
.bd-products-head h2 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	text-align: start;
}

.bd-cats-all,
.bd-products-all {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	color: var(--bd-primary);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	white-space: nowrap;
}

.bd-products-all img {
	display: block;
	inline-size: 15px;
	block-size: 15px;
	transform: scaleX(-1);
}

.bd-cats-all:hover,
.bd-cats-all:focus-visible,
.bd-products-all:hover,
.bd-products-all:focus-visible {
	color: var(--bd-primary);
}

.banner.bd-cat,
.banner.bd-cat .banner-inner,
.banner.bd-cat .banner-bg,
.banner.bd-cat .bg {
	overflow: clip;
	border-radius: var(--bd-radius);
}

.banner.bd-cat .overlay {
	background-color: transparent !important;
	background-image: linear-gradient(
		to top,
		rgb(0 0 0 / 0.65) 0%,
		rgb(0 0 0 / 0.2) 50%,
		rgb(0 0 0 / 0) 100%
	);
}

.banner.bd-cat .text-box {
	padding: 20px !important;
	inline-size: 100% !important;
}

.banner.bd-cat .text-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	inline-size: 100%;
}

.banner.bd-cat h3 {
	margin: 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	text-align: start;
	direction: rtl;
	white-space: nowrap;
	min-block-size: 1.45em;
}

.banner.bd-cat p {
	margin: 4px 0 0;
	min-block-size: 3em;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: start;
	direction: rtl;
}

.rtl .banner.bd-cat .text-inner.text-right,
.rtl .banner.bd-cat .text-inner.text-left {
	text-align: start;
}

.bd-cats-shop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-block-size: 55px;
	margin-block-start: 40px;
	padding-block: 14px;
	padding-inline: 24px;
	border-radius: var(--bd-radius);
	background: var(--bd-secondary);
	box-shadow: 0 1px 1.5px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.1);
	color: #fff !important;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.bd-cats-shop:hover,
.bd-cats-shop:focus-visible {
	background: var(--bd-secondary);
	color: #fff !important;
}

@media (max-width: 849px) {
	.bd-cats-head,
	.bd-products-head {
		flex-wrap: wrap;
		margin-block-end: 24px;
	}

	.bd-cats-head h2,
	.bd-products-head h2 {
		font-size: 24px;
	}

	.bd-cats-shop {
		margin-block-start: 24px;
	}

	.banner.bd-cat h3 {
		white-space: normal;
	}
}

/* Products — Figma 538:4659 */
.section.bd-products {
	background-color: #fff;
}

.section.bd-products .product-small.box {
	display: flex;
	flex-direction: column;
	overflow: clip;
	block-size: 100%;
	border: 1px solid var(--bd-line);
	border-radius: var(--bd-radius);
	background: #fff;
}

.section.bd-products .row {
	align-items: stretch;
}

.section.bd-products .col-inner {
	block-size: 100%;
}

.section.bd-products .box-image {
	position: relative;
	flex: 0 0 auto;
	inline-size: 100%;
	background: #f4f4f2;
}

.section.bd-products .box-image .image-cover,
.section.bd-products .box-image .image-fade_in_back,
.section.bd-products .box-image .image-zoom,
.section.bd-products .box-image .image-zoom-fade,
.section.bd-products .box-image .image-none {
	position: relative;
	block-size: 215px;
	padding-top: 0 !important;
	overflow: clip;
}

.section.bd-products .box-image .back-image {
	display: none;
}

.section.bd-products .box-image img {
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.section.bd-products .badge {
	inset-block-start: 12px;
	inset-inline-start: 12px;
	z-index: 2;
}

.section.bd-products .badge-inner {
	padding-block: 0 4px;
	padding-inline: 10px;
	border: 0;
	border-radius: 999px;
	background: var(--bd-cta);
	color: #fff;
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: none;
	letter-spacing: 0;
}

.section.bd-products .badge-inner.on-sale {
	background: #e8894a;
}

.section.bd-products .badge-inner.callout-new-bg,
.section.bd-products .badge-inner.new-bubble,
.section.bd-products .badge-inner.new-bubble-auto {
	background: #409835;
}

.section.bd-products .image-tools {
	opacity: 1;
}

.section.bd-products .box-image .image-tools.show-on-hover {
	opacity: 1 !important;
	pointer-events: auto;
}

.section.bd-products .image-tools.top.right {
	inset-block-start: 12px;
	inset-inline-end: 12px;
	z-index: 3;
}

.section.bd-products .image-tools.grid-tools {
	display: none;
}

.section.bd-products .wishlist-icon.added::after,
.wishlist-icon.added::after {
	display: none;
}

.box-image .wishlist-button,
.image-tools .wishlist-button,
.section.bd-products .n-wishlist {
	display: grid;
	place-items: center;
	inline-size: 32px;
	block-size: 32px;
	padding: 0;
	margin: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.box-image .wishlist-button:hover,
.box-image .wishlist-button:focus,
.box-image .wishlist-button:focus-visible,
.box-image .wishlist-button.loading,
.box-image .wishlist-button.wishlist-added,
.image-tools .wishlist-button:hover,
.image-tools .wishlist-button:focus,
.image-tools .wishlist-button:focus-visible,
.image-tools .wishlist-button.loading,
.image-tools .wishlist-button.wishlist-added {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none;
}

.box-image .wishlist-button i,
.image-tools .wishlist-button i {
	display: none !important;
}

.box-image .wishlist-button .bd-heart,
.image-tools .wishlist-button .bd-heart {
	grid-area: 1 / 1;
	display: block;
	inline-size: 32px;
	block-size: 32px;
	max-width: none;
	object-fit: contain;
	filter: none;
}

.box-image .wishlist-button .bd-heart--outline,
.image-tools .wishlist-button .bd-heart--outline {
	opacity: 1;
}

.box-image .wishlist-button .bd-heart--fill,
.image-tools .wishlist-button .bd-heart--fill {
	opacity: 0;
}

.box-image .wishlist-button.wishlist-added .bd-heart--outline,
.image-tools .wishlist-button.wishlist-added .bd-heart--outline {
	opacity: 0;
}

.box-image .wishlist-button.wishlist-added .bd-heart--fill,
.image-tools .wishlist-button.wishlist-added .bd-heart--fill {
	opacity: 1;
}

.box-image .wishlist-popup,
.image-tools .wishlist-popup {
	position: absolute !important;
	inset-inline-start: 0;
	width: 1px !important;
	height: 1px !important;
	max-height: none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

#yith-wcwl-popup-message,
.yith-wcwl-add-to-wishlist .feedback,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.wishlist-popup .view-wishlist {
	display: none !important;
}

.section.bd-products .box-text {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 16px !important;
	text-align: start;
}

.rtl .section.bd-products .box-text.text-right,
.rtl .section.bd-products .box-text.text-left {
	text-align: start;
}

.section.bd-products .product-cat,
.section.bd-products .category {
	margin: 0 0 4px;
	color: #8a8d97;
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	opacity: 1;
	text-transform: none;
}

.section.bd-products .product-title,
.section.bd-products .product-title a {
	margin: 0 0 6px;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
}

.section.bd-products .box-excerpt {
	display: -webkit-box;
	margin: 0 0 12px;
	overflow: clip;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.section.bd-products .bd-product-sizes {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 6px;
	margin: 0 0 16px;
	direction: rtl;
}

.section.bd-products .bd-product-sizes__item {
	padding-block: 1px 5px;
	padding-inline: 11px;
	border: 1px solid var(--bd-line);
	border-radius: 14px;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

.section.bd-products .bd-product-sizes__item.is-active {
	border-color: var(--bd-secondary);
	background: rgb(111 131 221 / 0.1);
}

.section.bd-products .bd-product-rating {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	inline-size: 100%;
	margin: 0;
	color: #8a8d97;
	font-family: var(--bd-font);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	direction: rtl;
	text-align: start;
}

.section.bd-products .bd-product-rating .star-rating {
	float: none;
	margin: 0;
	font-size: 12px;
	color: #f5a524;
}

.section.bd-products .star-rating {
	float: none;
	margin: 0;
	font-size: 12px;
}

.section.bd-products .price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	inline-size: 100%;
	margin: 0;
}

.section.bd-products .price {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 8px;
	inline-size: 100%;
	margin: 0 0 8px;
	color: var(--bd-text);
	font-family: var(--bd-font);
	direction: rtl;
	text-align: start;
}

.section.bd-products .price .woocommerce-Price-amount {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}

.section.bd-products .price .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 400;
}

.section.bd-products .price del {
	order: 1;
	color: var(--bd-secondary);
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}

.section.bd-products .price del .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 400;
}

.section.bd-products .price ins {
	order: 0;
	text-decoration: none;
	background: transparent;
}

.section.bd-products .price:empty {
	display: none;
}

.section.bd-products .add_to_cart_button,
.section.bd-products .bd-product-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	inline-size: 100%;
	min-block-size: 46px;
	margin-block-start: auto;
	padding-block: 11px;
	padding-inline: 16px;
	border: 0;
	border-radius: var(--bd-radius);
	background: var(--bd-primary);
	color: #09195c !important;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	direction: rtl;
}

.section.bd-products .add_to_cart_button::before,
.section.bd-products .bd-product-cta::before {
	content: "+";
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.section.bd-products .add_to_cart_button:hover,
.section.bd-products .bd-product-cta:hover,
.section.bd-products .add_to_cart_button:focus-visible,
.section.bd-products .bd-product-cta:focus-visible {
	background: var(--bd-primary);
	color: #09195c !important;
}

.section.bd-products .product-small:has(.add_to_cart_button) .bd-product-cta {
	display: none;
}

.section.bd-products .bd-save {
	display: block;
	margin-block: -4px 8px;
	color: #409835;
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.section.bd-products .out-of-stock-label {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	margin: 0;
	border: 0;
	background: rgb(30 32 40 / 0.55);
	color: #fff;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	text-transform: none;
	letter-spacing: 0;
}

.section.bd-products .product.out-of-stock .add_to_cart_button,
.section.bd-products .product.out-of-stock .bd-product-cta {
	background: color-mix(in srgb, var(--bd-primary) 45%, var(--bd-line));
	color: rgb(9 25 92 / 0.55) !important;
	pointer-events: none;
}

/* Values — Figma 538:4805 */
.section.bd-values {
	background-color: var(--bd-secondary);
}

.section.bd-values .section-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section.bd-values h2 {
	margin: 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.section.bd-values .bd-values-lead {
	margin: 12px 0 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.section.bd-values .bd-values-grid {
	margin-block-start: 48px;
	align-items: stretch;
}

.section.bd-values .bd-values-grid > .col {
	display: flex;
}

.section.bd-values .bd-values-grid > .col > .col-inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	inline-size: 100%;
	min-block-size: 186px;
}

.section.bd-values .bd-value {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 auto;
	inline-size: 100%;
	block-size: 100%;
	text-align: center;
}

.section.bd-values .bd-value-icon {
	display: grid;
	place-items: center;
	inline-size: 44px;
	block-size: 44px;
	margin-block-end: 16px;
	overflow: clip;
	border-radius: var(--bd-radius);
	background: rgb(255 255 255 / 0.2);
}

.section.bd-values .bd-value-icon img {
	display: block;
	inline-size: 22px;
	block-size: 22px;
	object-fit: contain;
}

.section.bd-values .bd-value h3 {
	margin: 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.section.bd-values .bd-value p {
	margin: 8px 0 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 849px) {
	.section.bd-values h2 {
		font-size: 24px;
	}
}

/* Trust — Figma 538:4865 */
.section.bd-trust {
	background-color: var(--bd-paper);
}

.section.bd-trust h2 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.section.bd-trust .bd-trust-grid {
	margin-block-start: 40px;
	align-items: stretch;
}

.section.bd-trust .bd-trust-grid > .col {
	display: flex;
}

.section.bd-trust .bd-trust-grid > .col > .col-inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	inline-size: 100%;
	min-block-size: 215px;
	border: 1px solid var(--bd-line);
	background: #fff !important;
}

.section.bd-trust .bd-trust-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	inline-size: 100%;
	block-size: 100%;
	text-align: start;
	direction: rtl;
}

.section.bd-trust .bd-trust-stars {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	inline-size: 100%;
}

.section.bd-trust .bd-trust-stars img {
	display: block;
	inline-size: 14px;
	block-size: 14px;
	object-fit: contain;
}

.section.bd-trust .bd-trust-card > p {
	flex: 1 1 auto;
	margin: 16px 0 0;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	text-align: start;
}

.section.bd-trust .bd-trust-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-block-start: 20px;
}

.section.bd-trust .bd-trust-person {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-inline-size: 0;
}

.section.bd-trust .bd-trust-person strong {
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

.section.bd-trust .bd-trust-person span {
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
}

.section.bd-trust .bd-trust-product {
	display: inline-flex;
	align-items: center;
	padding-block: 0 4px;
	padding-inline: 10px;
	border-radius: 999px;
	background: rgb(111 131 221 / 0.1);
	color: var(--bd-primary);
	font-family: var(--bd-font);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

.section.bd-trust .bd-trust-cta {
	margin-block-start: 56px;
	text-align: center;
}

.section.bd-trust .bd-trust-cta h3 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
}

.section.bd-trust .bd-trust-cta > p {
	margin: 8px 0 0;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.section.bd-trust .bd-trust-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-block-start: 28px;
}

.section.bd-trust .bd-trust-btn {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-block-size: 55px;
	margin: 0;
	padding-block: 14px;
	padding-inline: 24px;
	border: 1px solid var(--bd-line);
	border-radius: var(--bd-radius);
	background: #fff;
	box-shadow: none;
	color: var(--bd-text) !important;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.section.bd-trust .bd-trust-btn.is-shop {
	border: 0;
	background: var(--bd-primary);
	box-shadow: 0 1px 1.5px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.1);
	color: var(--bd-cta) !important;
}

.section.bd-trust .bd-trust-btn:hover,
.section.bd-trust .bd-trust-btn:focus-visible {
	color: var(--bd-text) !important;
}

.section.bd-trust .bd-trust-btn.is-shop:hover,
.section.bd-trust .bd-trust-btn.is-shop:focus-visible {
	background: var(--bd-primary);
	color: var(--bd-cta) !important;
}

.section.bd-trust .bd-trust-btn img {
	display: block;
	inline-size: 24px;
	block-size: 24px;
	object-fit: contain;
}

@media (max-width: 849px) {
	.section.bd-trust h2 {
		font-size: 24px;
	}

	.section.bd-trust .bd-trust-cta h3 {
		font-size: 20px;
	}

	.section.bd-trust .bd-trust-person strong {
		white-space: normal;
	}
}

/* Footer — Figma 230:418 */
.footer-wrapper {
	background-color: var(--bd-text);
}

.section.bd-footer {
	background-color: var(--bd-text);
}

.section.bd-footer .bd-footer-grid {
	align-items: stretch;
	direction: rtl;
}

.section.bd-footer .bd-footer-grid > .col {
	display: flex;
}

.section.bd-footer .bd-footer-grid > .col > .col-inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	inline-size: 100%;
	text-align: start;
}

.section.bd-footer .bd-footer-brand,
.section.bd-footer .bd-footer-col {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	inline-size: 100%;
	direction: rtl;
	text-align: start;
}

.section.bd-footer .bd-footer-logo-link {
	display: inline-block;
	text-decoration: none;
}

.section.bd-footer .bd-footer-logo {
	display: block;
	inline-size: auto;
	block-size: 32px;
	mix-blend-mode: lighten;
}

.section.bd-footer .bd-footer-tagline {
	margin: 16px 0 0;
	color: #e5e5e5;
	font-family: var(--bd-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	text-align: start;
}

.section.bd-footer .bd-footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin-block-start: 20px;
}

.section.bd-footer .bd-footer-contact a,
.section.bd-footer .bd-footer-contact p {
	margin: 0;
	color: #e5e5e5;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

.section.bd-footer .bd-footer-wa {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-block-start: 6px;
	padding-block: 8px;
	padding-inline: 24px;
	border-radius: var(--bd-radius);
	background: var(--bd-secondary);
	color: #00d492 !important;
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	direction: ltr;
}

.section.bd-footer .bd-footer-wa:hover,
.section.bd-footer .bd-footer-wa:focus-visible {
	color: #00d492 !important;
}

.section.bd-footer .bd-footer-wa img {
	display: block;
	inline-size: 14px;
	block-size: 14px;
	object-fit: contain;
}

.section.bd-footer .bd-footer-col h4 {
	margin: 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: start;
}

.section.bd-footer .bd-footer-links {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.section.bd-footer .bd-footer-links li {
	margin: 0;
	padding: 0;
	inline-size: 100%;
}

.section.bd-footer .bd-footer-links a {
	display: block;
	inline-size: 100%;
	color: #e5e5e5;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: start;
	text-decoration: none;
}

.section.bd-footer .bd-footer-social {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-block-start: auto;
	padding-block-start: 24px;
}

.section.bd-footer .bd-footer-social a {
	display: grid;
	place-items: center;
	inline-size: 24px;
	block-size: 24px;
}

.section.bd-footer .bd-footer-social img {
	display: block;
	inline-size: 24px;
	block-size: 24px;
	object-fit: contain;
	mix-blend-mode: lighten;
}

.section.bd-footer .bd-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-block-start: 48px;
	padding-block-start: 25px;
	border-block-start: 1px solid rgb(255 255 255 / 0.1);
	direction: ltr;
}

.section.bd-footer .bd-footer-copy {
	margin: 0;
	color: #fff;
	font-family: var(--bd-font);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.section.bd-footer .bd-footer-pay {
	display: block;
	inline-size: auto;
	block-size: 16px;
	mix-blend-mode: lighten;
}

@media (min-width: 850px) {
	.section.bd-footer .row.bd-footer-grid {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		column-gap: 32px;
		direction: rtl;
	}

	.section.bd-footer .row.bd-footer-grid > .col {
		width: auto !important;
		max-width: none !important;
		padding: 0 0 30px;
	}
}

@media (max-width: 849px) {
	.section.bd-footer .bd-footer-social {
		margin-block-start: 24px;
		padding-block-start: 0;
	}

	.section.bd-footer .bd-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Contact — Figma 593:6028 */
.section.bd-contact {
	background-color: #f8f8f8;
}

.section.bd-contact .row.bd-contact-grid {
	max-inline-size: 993px;
	margin-inline: auto;
}

@media (min-width: 850px) {
	.section.bd-contact .row.bd-contact-grid {
		display: grid;
		grid-template-columns: minmax(0, 673px) 320px;
		align-items: start;
		justify-content: center;
		column-gap: 0;
	}

	.section.bd-contact .row.bd-contact-grid > .col {
		width: auto !important;
		max-width: none !important;
		padding: 0;
	}
}

.section.bd-contact .bd-contact-form,
.section.bd-contact .col.bd-contact-form > .col-inner,
.section.bd-contact .bd-contact-phones {
	direction: rtl;
	text-align: start;
}

.section.bd-contact .bd-contact-form,
.section.bd-contact .col.bd-contact-form > .col-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: 16px;
	padding-inline: 24px;
	border: 1px solid #ebebeb;
	border-radius: var(--bd-radius);
	background: #fff;
}

.section.bd-contact .bd-contact-form h2 {
	margin: 0;
	inline-size: 100%;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: start;
}

.section.bd-contact .wpcf7,
.section.bd-contact .wpcf7-form {
	inline-size: 100%;
	direction: rtl;
}

.section.bd-contact .wpcf7 form {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.section.bd-contact .wpcf7-form > p,
.section.bd-contact .wpcf7-form .bd-contact-field,
.section.bd-contact .wpcf7-form .bd-contact-field > p {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
	padding-block-start: 16px;
}

.section.bd-contact .wpcf7-form .bd-contact-field > p {
	padding-block-start: 0;
	gap: 6px;
}

.section.bd-contact .wpcf7-form > .bd-contact-field:first-child,
.section.bd-contact .wpcf7-form > p:first-of-type {
	padding-block-start: 40px;
}

.section.bd-contact .wpcf7-form label {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: start;
}

.section.bd-contact .wpcf7-form-control-wrap {
	display: block;
	inline-size: 100%;
}

.section.bd-contact .wpcf7 input[type="text"],
.section.bd-contact .wpcf7 input[type="email"],
.section.bd-contact .wpcf7 input[type="tel"],
.section.bd-contact .wpcf7 textarea {
	inline-size: 100%;
	min-block-size: 42px;
	margin: 0;
	padding-block: 10px;
	padding-inline: 14px;
	border: 1px solid #ebebeb;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: start;
}

.section.bd-contact .wpcf7 textarea {
	min-block-size: 80px;
	resize: vertical;
}

.section.bd-contact .wpcf7 input::placeholder,
.section.bd-contact .wpcf7 textarea::placeholder {
	color: rgb(30 32 40 / 0.5);
}

.section.bd-contact .wpcf7 input:focus-visible,
.section.bd-contact .wpcf7 textarea:focus-visible {
	border-color: var(--bd-primary);
	outline: 2px solid var(--bd-primary);
	outline-offset: 2px;
}

.section.bd-contact .wpcf7 input:user-invalid,
.section.bd-contact .wpcf7 textarea:user-invalid {
	border-color: #c62828;
}

.section.bd-contact .wpcf7 .wpcf7-not-valid-tip {
	margin-block-start: 6px;
	color: #c62828;
	font-size: 12px;
}

.section.bd-contact .wpcf7 .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 10px 14px;
	border-radius: 12px;
	font-size: 14px;
}

.section.bd-contact .bd-contact-submit {
	margin: 0;
	padding: 0;
}

.section.bd-contact .wpcf7 input[type="submit"],
.section.bd-contact .wpcf7 .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 100%;
	min-block-size: 48px;
	margin-block-start: 16px;
	padding-block: 16px;
	padding-inline: 24px;
	border: 0;
	border-radius: 18px;
	background: var(--bd-primary);
	box-shadow: none;
	color: var(--bd-cta);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
}

.section.bd-contact .wpcf7 input[type="submit"]:hover,
.section.bd-contact .wpcf7 .wpcf7-submit:hover {
	background: color-mix(in srgb, var(--bd-primary) 88%, #000);
	color: var(--bd-cta);
}

.section.bd-contact .wpcf7 input[type="submit"]:focus-visible,
.section.bd-contact .wpcf7 .wpcf7-submit:focus-visible {
	outline: 2px solid var(--bd-cta);
	outline-offset: 3px;
}

.section.bd-contact .bd-contact-phones {
	padding-inline: 24px;
	padding-block-end: 32px;
}

.section.bd-contact .bd-contact-phones-card {
	overflow: clip;
	border: 1px solid var(--bd-line);
	border-radius: var(--bd-radius);
	background: #fff;
}

.section.bd-contact .bd-contact-phones-title {
	margin: 0;
	padding-block: 14px;
	padding-inline: 16px;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: start;
}

.section.bd-contact .bd-contact-phones-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 16px 16px;
	border-block-start: 1px solid var(--bd-line);
	list-style: none;
}

.section.bd-contact .bd-contact-phones-list li {
	margin: 0;
}

.section.bd-contact .bd-contact-phones-list a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding-block-start: 12px;
	min-block-size: 68px;
	color: inherit;
	text-decoration: none;
}

.section.bd-contact .bd-contact-phones-list a:focus-visible {
	outline: 2px solid var(--bd-primary);
	outline-offset: 2px;
	border-radius: 8px;
}

.section.bd-contact .bd-contact-phones-copy {
	display: flex;
	flex-direction: column;
	
	min-inline-size: 0;
}

.section.bd-contact .bd-contact-phones-copy span {
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.section.bd-contact .bd-contact-phones-copy strong {
	margin-block-start: 2px;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	direction: ltr;
	unicode-bidi: isolate;
}

.section.bd-contact .bd-contact-phones-icon {
	display: block;
	flex: 0 0 auto;
	order: -1;
	inline-size: 40px;
	block-size: 40px;
	background-color: #8b95e6;
	-webkit-mask-image: var(--bd-phone-icon);
	mask-image: var(--bd-phone-icon);
	-webkit-mask-source-type: luminance;
	mask-mode: luminance;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 40px 40px;
	mask-size: 40px 40px;
}

.section.bd-contact .bd-contact-phones-icon img {
	display: block;
	inline-size: 40px;
	block-size: 40px;
	object-fit: contain;
	opacity: 0;
}

@media (max-width: 849px) {
	.section.bd-contact .bd-contact-phones {
		padding-inline: 0;
		padding-block-end: 0;
		margin-block-start: 24px;
	}
}

/* About — Figma 576:11798 / first section 593:5600 */
.section.bd-about-hero {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-block: 96px 80px !important;
}

.section.bd-about-hero::before,
.section.bd-about-hero::after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
}

.section.bd-about-hero::before {
	inset-inline-start: -128px;
	top: -128px;
	inline-size: 480px;
	block-size: 480px;
	background: rgb(111 131 221 / 0.08);
	filter: blur(64px);
}

.section.bd-about-hero::after {
	inset-inline-end: -40px;
	top: 80px;
	inline-size: 320px;
	block-size: 320px;
	background: rgb(74 91 163 / 0.06);
	filter: blur(40px);
}

.section.bd-about-hero > .section-content,
.section.bd-about-hero .row {
	position: relative;
	z-index: 1;
}

.section.bd-about-hero .row.bd-about-intro {
	align-items: center;
}

.section.bd-about-hero .row.bd-about-intro > .col,
.section.bd-about-hero .row.bd-about-intro > .col > .col-inner {
	background: transparent !important;
}

@media (min-width: 850px) {
	.section.bd-about-hero .row.bd-about-intro {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 98px;
		align-items: center;
	}

	.section.bd-about-hero .row.bd-about-intro > .col {
		width: auto !important;
		max-width: none !important;
		padding: 0;
		float: none;
	}

	.section.bd-about-hero .bd-about-stats {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
		margin-block-start: 80px;
	}

	.section.bd-about-hero .bd-about-stats > .col,
	.section.bd-about-hero .bd-about-stats > .col > .col-inner {
		width: auto !important;
		max-width: none !important;
		padding: 0 !important;
		margin: 0;
		float: none;
		background: transparent !important;
	}
}

.section .bd-about-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding-block: 16px;
	padding-inline: 24px;
	border-radius: var(--bd-radius);
	background: rgb(74 91 163 / 0.1);
	color: #4a5ba3;
	font-family: var(--bd-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.section.bd-about-hero h1 {
	margin: 24px 0 0;
	color: var(--bd-cta);
	font-family: var(--bd-font);
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	text-align: start;
}

.section.bd-about-hero .bd-about-copy,
.section.bd-about-hero .bd-about-copy p {
	margin: 16px 0 0;
	color: #3a4060;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
	text-align: start;
}

.section.bd-about-hero .bd-about-copy p:first-child {
	margin-block-start: 24px;
}

.section.bd-about-hero .bd-about-copy strong {
	color: var(--bd-cta);
	font-weight: 700;
}

.section.bd-about-hero .bd-about-photo {
	display: block;
	inline-size: 100%;
	max-inline-size: 480px;
	block-size: auto;
	margin-inline-start: 0;
	margin-inline-end: auto;
}

.section.bd-about-hero .bd-about-stats {
	margin-block-start: 48px;
}

.section.bd-about-hero .bd-about-stats::before,
.section.bd-about-hero .bd-about-stats::after {
	content: none;
}
.my-font-w{
	width: 580px;
}
.section .bd-about-stat {
/*	width: 284px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-block-size: 101px;
	padding: 20px;
	border: 1px solid rgb(255 255 255 / 0.8);
	border-radius: 16px;
	background: #fafaf8;
	text-align: center;
}

.section .bd-about-stat strong {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	direction: ltr;
	unicode-bidi: isolate;
	color: #09195c;
	font-family: var(--bd-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.section .bd-about-stat span {
	display: block;
	margin: 4px 0 0;
	color: #565b68;
	font-family: var(--bd-font);
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.5;
}

.section .bd-about-stat .bd-about-star {
	display: block;
	flex: 0 0 auto;
	inline-size: 25px;
	block-size: 24px;
	overflow: clip;
	object-fit: contain;
}

.section.bd-about-vision {
	background: #fafaf8;
	padding-block: 80px !important;
}

.section.bd-about-vision .row.bd-about-vision-grid::before,
.section.bd-about-vision .row.bd-about-vision-grid::after {
	content: none;
}

@media (min-width: 850px) {
	.section.bd-about-vision .row.bd-about-vision-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 80px;
		align-items: center;
	}

	.section.bd-about-vision .row.bd-about-vision-grid > .col,
	.section.bd-about-vision .row.bd-about-vision-grid > .col > .col-inner {
		width: auto !important;
		max-width: none !important;
		padding: 0 !important;
		float: none;
		background: transparent !important;
	}
}

.section.bd-about-vision .bd-about-block {
	margin: 0;
}

.section.bd-about-vision h2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin: 0;
	color: #09195c;
	font-family: var(--bd-font);
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
}

.section.bd-about-vision h2::before {
	content: "";
	flex: 0 0 auto;
	inline-size: 4px;
	block-size: 40px;
	border-radius: 99px;
	background: #4a5ba3;
}

.section.bd-about-vision .bd-about-block.is-mission h2::before {
	background: #6f83dd;
}

.section.bd-about-vision .bd-about-block.is-values h2::before {
	background: #7f22fe;
}

.section.bd-about-vision .bd-about-block > p {
	margin: 16px 0 0;
	max-inline-size: 520px;
	color: #3a4060;
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-align: start;
}

.section .bd-about-divider {
	margin: 56px 0 0;
	block-size: 1px;
	border: 0;
	background: linear-gradient(to left, transparent, rgb(74 91 163 / 0.2), transparent);
}

.section .bd-about-divider + .bd-about-block {
	margin-block-start: 40px;
}

.section .bd-about-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-block-start: 24px;
	padding: 0;
	list-style: none;
}

.section .bd-about-pills li {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin: 0;
	inline-size: auto;
	padding-block: 12px;
	padding-inline: 16px;
	border: 1px solid rgb(255 255 255 / 0.9);
	border-radius: var(--bd-radius);
	background: rgb(255 255 255 / 0.7);
	box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
}

.section .bd-about-pills img {
	display: block;
	inline-size: 17px;
	block-size: 17px;
	padding: 9.5px;
	box-sizing: content-box;
	border-radius: 18px;
	background: rgb(74 91 163 / 0.1);
}

.section .bd-about-pills li:nth-child(2) img {
	background: rgb(127 34 254 / 0.07);
}

.section .bd-about-pills li:nth-child(3) img {
	background: rgb(64 152 53 / 0.1);
}

.section .bd-about-pills li:nth-child(4) img {
	background: #fffbeb;
}

.section .bd-about-pills li:nth-child(5) img {
	background: rgb(235 60 60 / 0.07);
}

.section.bd-about-vision .bd-about-photo,
.section.bd-about-vision .bd-about-photo-box,
.section.bd-about-vision .bd-about-photo-box img {
	display: block;
	inline-size: 100%;
	max-inline-size: 552px;
	block-size: auto;
	margin: 0;
}

.section.bd-about-team {
	background: #fff;
}

.section.bd-about-team .bd-about-kicker {
	border-radius: 99px;
	gap: 8px;
}

.section.bd-about-team .bd-about-kicker img {
	display: block;
	inline-size: 24px;
	block-size: 24px;
}

.section.bd-about-team h2 {
	margin: 16px 0 0;
	color: var(--bd-cta);
	font-family: var(--bd-font);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.section.bd-about-team .row + .row {
	margin-block-start: 32px;
}

.section .bd-about-card {
	
	flex-direction: column;
	align-items: center;
	padding-block: 24px;
	padding-inline: 16px;
	border: 1px solid rgb(255 255 255 / 0.9);
	border-radius: var(--bd-radius);
	background: rgb(255 255 255 / 0.7);
	box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
	text-align: center;
}



.section .bd-about-card strong {
	display: block;
	margin-block-start: 16px;
	color: var(--bd-cta);
	font-family: var(--bd-font);
	font-size: 18px;
	font-weight: 700;
	
}

.section .bd-about-card span {
	display: block;
	margin-block-start: 4px;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
}

.section.bd-about-cta {
	background: var(--bd-paper);
	text-align: center;
}

.section.bd-about-cta h2 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 22px;
	font-weight: 700;
}

.section.bd-about-cta p {
	margin: 16px 0 40px;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 500;
}

.section.bd-about-cta .bd-about-shop {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-block-size: 54px;
	padding-block: 14px;
	padding-inline: 24px;
	border-radius: var(--bd-radius);
	background: var(--bd-primary);
	box-shadow: 0 1px 1.5px rgb(0 0 0 / 0.1);
	color: var(--bd-cta);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.section.bd-about-cta .bd-about-shop:hover,
.section.bd-about-cta .bd-about-shop:focus-visible {
	color: var(--bd-cta);
}

.section.bd-about-cta .bd-about-shop-icon {
	display: block;
	inline-size: 24px;
	block-size: 24px;
	flex-shrink: 0;
	object-fit: contain;
}

@media (max-width: 849px) {
	.section.bd-about-hero {
		padding-block: 56px 40px !important;
	}

	.section.bd-about-hero h1,
	.section.bd-about-vision h2 {
		font-size: 32px;
	}

	.section.bd-about-hero .bd-about-photo {
		margin-inline: auto;
		margin-block-start: 32px;
	}

	.section.bd-about-vision .row.bd-about-vision-grid {
		display: flex;
		flex-direction: column;
	}

	.section.bd-about-vision .row.bd-about-vision-grid > .col:first-child {
		order: 2;
		margin-block-start: 32px;
	}

	.section.bd-about-vision h2 {
		font-size: 32px;
	}

	.section.bd-about-vision .bd-about-photo,
	.section.bd-about-vision .bd-about-photo-box,
	.section.bd-about-vision .bd-about-photo-box img {
		margin-inline: auto;
	}

	.section.bd-about-hero .bd-about-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		margin-block-start: 32px;
	}

	.section.bd-about-hero .bd-about-stats > .col,
	.section.bd-about-hero .bd-about-stats > .col > .col-inner {
		width: auto !important;
		max-width: none !important;
		padding: 0 !important;
		float: none;
	}

	.section .bd-about-card {
		margin-block-end: 16px;
	}
}

/* Privacy — Figma 610:8424 */
.section.bd-legal {
	background: var(--bd-paper);
}

.section.bd-legal .row.bd-legal-wrap {
	max-inline-size: 993px;
	margin-inline: auto;
}

.section.bd-legal .row.bd-legal-wrap > .col,
.section.bd-legal .row.bd-legal-wrap > .col > .col-inner {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	float: none;
}

.section.bd-legal .bd-legal-card {
	direction: rtl;
	text-align: start;
	padding-block: 16px 32px;
	padding-inline: 24px;
	border: 1px solid #ebebeb;
	border-radius: var(--bd-radius);
	background: #fff;
}

.section.bd-legal .bd-legal-card h1 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-wrap: balance;
}

.section.bd-legal .bd-legal-body {
	margin-block-start: 40px;
}

.section.bd-legal .bd-legal-body h2,
.section.bd-legal .bd-legal-body h3,
.section.bd-legal .bd-legal-body h4,
.section.bd-legal .bd-legal-body p,
.section.bd-legal .bd-legal-body ul,
.section.bd-legal .bd-legal-body li {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	text-align: start;
}

.section.bd-legal .bd-legal-body h2 {
	margin-block-start: 28px;
	padding-block-end: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	text-wrap: balance;
}

.section.bd-legal .bd-legal-body h2:first-child {
	margin-block-start: 0;
}

.section.bd-legal .bd-legal-body h3 {
	margin-block-start: 16px;
	padding-block-end: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-wrap: balance;
}

.section.bd-legal .bd-legal-body h4 {
	margin-block-start: 12px;
	padding-block-end: 6px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-wrap: balance;
}

.section.bd-legal .bd-legal-body p {
	padding-block-end: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-wrap: pretty;
}

.section.bd-legal .bd-legal-body ul {
	margin-block-end: 12px;
	padding-inline-start: 1.4em;
	list-style: disc;
}

.section.bd-legal .bd-legal-body li {
	padding-block-end: 6px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	text-wrap: pretty;
}

.section.bd-legal .bd-legal-body a {
	color: var(--bd-cta);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.section.bd-legal .bd-legal-body a:hover,
.section.bd-legal .bd-legal-body a:focus-visible {
	color: var(--bd-primary);
}

.section.bd-legal .bd-legal-contact {
	margin-block-end: 12px;
	padding: 0;
	list-style: none;
}

.section.bd-legal .bd-legal-contact li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 8px;
	padding-block-end: 8px;
}

.section.bd-legal .bd-legal-contact li span {
	color: var(--bd-secondary);
	font-size: 16px;
	font-weight: 400;
}

.section.bd-legal .bd-legal-contact a[href^="tel"],
.section.bd-legal .bd-legal-contact a[href*="wa.me"] {
	display: inline-block;
	direction: ltr;
	unicode-bidi: isolate;
	white-space: nowrap;
}

.section.bd-footer .bd-footer-contact a[href^="tel"] {
	direction: ltr;
	unicode-bidi: isolate;
	white-space: nowrap;
}

@media (max-width: 849px) {
	.section.bd-legal {
		padding-block: 40px !important;
	}

	.section.bd-legal .row.bd-legal-wrap {
		padding-block-end: 40px;
	}
}

/* Shop — Figma 424:4613 */
body.bd-shop {
	background: var(--bd-paper);
}

body.bd-shop .shop-container,
body.bd-shop .page-wrapper {
	background: var(--bd-paper);
}

body.bd-shop .shop-page-title,
body.bd-shop .category-page-title,
body.bd-shop .category-filtering,
body.bd-shop .shop-sidebar,
body.bd-shop #shop-sidebar {
	display: none !important;
}

.bd-shop-page {
	padding-block: 0 48px;
}

.bd-shop-inner,
.bd-shop-layout {
	box-sizing: border-box;
	max-inline-size: 1280px;
	margin-inline: auto;
	padding-inline: 32px;
}

.bd-shop-top {
	background: #fff;
	border-block-end: 1px solid #ebebeb;
}

.bd-shop-crumbs {
	border-block-end: 1px solid var(--bd-line);
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.bd-shop-crumbs .bd-shop-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-block-size: 48px;
	padding-block: 12px;
}

.bd-shop-crumbs a {
	color: #adadad;
	text-decoration: none;
}

.bd-shop-crumbs a:hover,
.bd-shop-crumbs a:focus-visible {
	color: var(--bd-cta);
}

.bd-shop-crumbs__sep {
	display: grid;
	place-items: center;
	inline-size: 12px;
	block-size: 12px;
}

.bd-shop-crumbs__sep img {
	display: block;
	inline-size: 12px;
	block-size: 12px;
}

.bd-shop-heading__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding-block: 32px;
}

.bd-shop-heading__title {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px;
	padding-block-start: 8px;
}

.bd-shop-heading__title h1 {
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.bd-shop-heading__title span {
	color: #8a8d97;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

body.bd-shop form.bd-shop-search {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 0 0 577px;
	gap: 12px;
	width: 577px;
	max-width: 577px;
	height: 49px;
	margin: 0;
	padding: 14px 18px;
	border: 2px solid rgb(111 131 221 / 0.3);
	border-radius: 16px;
	background: #f5f5f5;
	box-shadow: none;
}

body.bd-shop form.bd-shop-search input[type="search"] {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	appearance: none;
	-webkit-appearance: none;
}

body.bd-shop form.bd-shop-search input[type="search"]::placeholder {
	color: rgb(30 32 40 / 0.5);
	opacity: 1;
}

body.bd-shop form.bd-shop-search input[type="search"]::-webkit-search-decoration,
body.bd-shop form.bd-shop-search input[type="search"]::-webkit-search-cancel-button,
body.bd-shop form.bd-shop-search input[type="search"]::-webkit-search-results-button,
body.bd-shop form.bd-shop-search input[type="search"]::-webkit-search-results-decoration {
	display: none;
	appearance: none;
}

body.bd-shop form.bd-shop-search input[type="search"]:focus,
body.bd-shop form.bd-shop-search input[type="search"]:focus-visible {
	outline: none;
	border: 0;
	box-shadow: none;
	background: transparent;
}

body.bd-shop form.bd-shop-search:focus-within {
	border-color: var(--bd-primary);
}

body.bd-shop form.bd-shop-search button {
	display: grid;
	place-items: center;
	flex: 0 0 18px;
	order: 2;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	line-height: 0;
	cursor: pointer;
}

body.bd-shop form.bd-shop-search button img {
	display: block;
	width: 18px;
	height: 18px;
	max-width: none;
}

body.bd-shop form.bd-shop-search button:hover,
body.bd-shop form.bd-shop-search button:focus,
body.bd-shop form.bd-shop-search button:active {
	background: transparent;
	box-shadow: none;
	transform: none;
}

body.bd-shop form.bd-shop-search button:focus-visible {
	outline: 2px solid var(--bd-primary);
	outline-offset: 2px;
}

.bd-shop-layout {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding-block-start: 24px;
}

.bd-shop-filters {
	box-sizing: border-box;
	flex: 0 0 256px;
	width: 256px;
	padding: 20px;
	border: 1px solid #ebebeb;
	border-radius: var(--bd-radius);
	background: #fff;
}

.bd-shop-main {
	flex: 1 1 0;
	min-width: 0;
	width: 100%;
}

.bd-shop-filters form {
	margin: 0;
}

.bd-shop-filters__head {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-block-end: 4px;
}

.bd-shop-filters__head h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.bd-shop-filters__head h2 img {
	inline-size: 15px;
	block-size: 15px;
}

.bd-shop-reset {
	display: inline-flex;
	flex-shrink: 0;
	align-items: flex-end;
	gap: 4px;
	color: var(--bd-cta);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.bd-shop-reset img {
	inline-size: 11px;
	block-size: 11px;
}

.bd-shop-reset:hover,
.bd-shop-reset:focus-visible {
	text-decoration: underline;
}

.bd-shop-filter {
	padding-block: 16px 0;
	border-block-end: 1px solid #f0f0f0;
}

.bd-shop-filter:last-of-type {
	border-block-end: 0;
	padding-block-end: 0;
}

.bd-shop-filter summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	list-style: none;
	cursor: pointer;
}

.bd-shop-filter summary::-webkit-details-marker {
	display: none;
}

.bd-shop-filter summary img {
	inline-size: 15px;
	block-size: 15px;
	transition: transform 0.15s ease;
}

.bd-shop-filter:not([open]) summary img {
	transform: rotate(180deg);
}

.bd-shop-filter summary:focus-visible {
	outline: 2px solid var(--bd-primary);
	outline-offset: 2px;
}

.bd-shop-filter ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 12px 0 16px;
	list-style: none;
}

.bd-shop-filter li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-block-size: 22px;
}

.bd-shop-filter li label,
.bd-shop-switch {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--bd-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
}

.bd-shop-filter input[type="checkbox"] {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.bd-shop-check {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	inline-size: 16px;
	block-size: 16px;
	border: 2px solid #adadad;
	border-radius: 4px;
	background: #fff;
}

.bd-shop-check img {
	display: none;
	inline-size: 10px;
	block-size: 10px;
}

.bd-shop-filter label:has(:checked) .bd-shop-check,
.bd-shop-switch:has(:checked) .bd-shop-check {
	border-color: var(--bd-cta);
	background: var(--bd-cta);
}

.bd-shop-filter label:has(:checked) .bd-shop-check img,
.bd-shop-switch:has(:checked) .bd-shop-check img {
	display: block;
}

.bd-shop-filter label:has(:focus-visible) .bd-shop-check,
.bd-shop-switch:has(:focus-visible) .bd-shop-check {
	outline: 2px solid var(--bd-primary);
	outline-offset: 2px;
}

.bd-shop-count {
	padding-block: 2px;
	padding-inline: 6px;
	border-radius: 16px;
	background: #f5f5f5;
	color: var(--bd-secondary);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.bd-shop-price {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-block-start: 12px;
}

.bd-shop-price input[type="number"] {
	flex: 1 1 0;
	min-inline-size: 0;
	block-size: 28px;
	padding-block: 4px;
	padding-inline: 12px;
	border: 1px solid #e8e8e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 12px;
	line-height: 1.5;
}

.bd-shop-price input[type="number"]:focus-visible {
	border-color: var(--bd-primary);
	outline: none;
}

.bd-shop-price span {
	color: #8a8d97;
	font-size: 12px;
}

.bd-shop-price-presets,
.bd-shop-discounts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-block: 8px 16px;
}

.bd-shop-discounts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	padding-block: 12px 16px;
}

.bd-shop-price-presets a,
.bd-shop-discounts a,
.bd-shop-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-block-size: 28px;
	padding-block: 4px;
	padding-inline: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 14px;
	background: #fff;
	color: var(--bd-secondary);
	font-family: var(--bd-font);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}

.bd-shop-discounts a {
	min-block-size: 31px;
	font-size: 11.5px;
}

.bd-shop-discounts a img {
	inline-size: 10px;
	block-size: 10px;
}

.bd-shop-price-presets a:hover,
.bd-shop-discounts a:hover,
.bd-shop-chip:hover,
.bd-shop-ratings a:hover,
.bd-shop-price-presets a:focus-visible,
.bd-shop-discounts a:focus-visible,
.bd-shop-chip:focus-visible,
.bd-shop-ratings a:focus-visible,
.bd-shop-price-presets a.is-active,
.bd-shop-discounts a.is-active,
.bd-shop-ratings a.is-active {
	border-color: var(--bd-primary);
	background: #f8f8f8;
	color: var(--bd-cta);
}

.bd-shop-ratings {
	display: grid;
	gap: 6px;
	padding-block: 12px 16px;
}

.bd-shop-ratings a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	inline-size: 100%;
	min-block-size: 34px;
	padding-block: 8px;
	padding-inline: 12px;
	border: 1px solid transparent;
	border-radius: 18px;
	background: transparent;
	color: var(--bd-secondary);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}

.bd-shop-rating-all {
	justify-content: space-between;
	background: #f8f8f8;
}

.bd-shop-rating-all img {
	inline-size: 12px;
	block-size: 12px;
}

.bd-shop-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.bd-shop-stars img {
	inline-size: 11px;
	block-size: 11px;
}

.bd-shop-filter p {
	margin: 12px 0 0;
	color: #8a8d97;
	font-size: 11.5px;
	font-weight: 400;
	line-height: 1.5;
	text-align: end;
}

.bd-shop-switch {
	padding-block-start: 12px;
	font-size: 13px;
}

.bd-shop-onsale {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fe9a00;
	font-size: 13px;
	font-weight: 500;
}

.bd-shop-onsale img {
	inline-size: 13px;
	block-size: 13px;
}

.bd-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-block-size: 54px;
}

.bd-shop-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bd-shop-chip svg {
	inline-size: 11px;
	block-size: 11px;
}

.bd-shop-tools {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bd-shop-views {
	display: flex;
	align-items: center;
	padding: 1px;
	border: 1px solid var(--bd-line);
	border-radius: 10px;
	background: #fff;
}

.bd-shop-views span {
	display: grid;
	place-items: center;
	inline-size: 34px;
	block-size: 34px;
	border-radius: 8px;
	color: var(--bd-secondary);
}

.bd-shop-views span.is-active {
	background: color-mix(in srgb, var(--bd-primary) 18%, #fff);
	color: var(--bd-cta);
}

.bd-shop-sort {
	position: relative;
}

.bd-shop-sort summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-inline-size: 140px;
	min-block-size: 42px;
	padding-block: 10px;
	padding-inline: 16px;
	border: 1px solid var(--bd-line);
	border-radius: 12px;
	background: #fff;
	color: var(--bd-text);
	font-family: var(--bd-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}

.bd-shop-sort summary::-webkit-details-marker {
	display: none;
}

.bd-shop-sort summary:focus-visible {
	outline: 2px solid var(--bd-primary);
	outline-offset: 2px;
}

.bd-shop-sort__menu {
	position: absolute;
	inset-inline-start: 0;
	z-index: 8;
	display: grid;
	min-inline-size: 100%;
	margin-block-start: 6px;
	padding: 8px;
	border: 1px solid var(--bd-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgb(30 32 40 / 0.08);
}

.bd-shop-sort__menu a {
	padding-block: 8px;
	padding-inline: 10px;
	border-radius: 8px;
	color: var(--bd-text);
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.bd-shop-sort__menu a:hover,
.bd-shop-sort__menu a:focus-visible,
.bd-shop-sort__menu a.is-active {
	background: color-mix(in srgb, var(--bd-primary) 10%, #fff);
	color: var(--bd-cta);
}

body.bd-shop .bd-shop-main .section.bd-products {
	display: block;
	width: 100%;
	min-width: 0;
	padding: 0 !important;
	background: transparent;
}

body.bd-shop .bd-shop-main .section.bd-products .products.row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: 0;
}

body.bd-shop .bd-shop-main .section.bd-products > .container {
	display: block;
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: 0;
	margin-block-start: 24px;
}

body.bd-shop .bd-shop-main .woocommerce-pagination {
	width: 100%;
}

@media (max-width: 999px) {
	.bd-shop-layout {
		flex-direction: column;
	}

	.bd-shop-filters {
		flex: 0 0 auto;
		width: 100%;
	}

	.bd-shop-heading__row {
		flex-direction: column;
		align-items: stretch;
	}

	body.bd-shop form.bd-shop-search {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 849px) {
	.bd-shop-inner,
	.bd-shop-layout {
		padding-inline: 16px;
	}

	.bd-shop-toolbar {
		flex-wrap: wrap;
	}

	.bd-shop-heading__title h1 {
		font-size: 22px;
	}
}

@media (max-width: 549px) {
	body.bd-shop .bd-shop-main .section.bd-products .products .col {
		flex-basis: 100%;
		max-width: 100%;
	}
}
