/* SBS Addons ultra split widget CSS. Generated from sbs-addons.css; scoped rules only. */
:root {
	--sbs-primary: #111827;
	--sbs-secondary: #6b7280;
	--sbs-accent: #CDA65A;
	--sbs-accent-hover: #CDA65A;
	--sbs-border: #e5e7eb;
	--sbs-bg: #ffffff;
	--sbs-soft-bg: #f9fafb;
	--sbs-radius: 14px;
	--sbs-button-radius: 10px;
	--sbs-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}@keyframes sbsDbtnPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.035);
	}

	100% {
		transform: scale(1);
	}
}@keyframes sbsDualFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}@keyframes sbsDualSlideLeft {
	from {
		opacity: 0;
		transform: translateX(24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}@keyframes sbsDualZoomIn {
	from {
		opacity: 0;
		transform: scale(0.92);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}@keyframes sbsDualReveal {
	from {
		opacity: 0;
		clip-path: inset(0 100% 0 0);
	}
	to {
		opacity: 1;
		clip-path: inset(0 0 0 0);
	}
}@keyframes sbsDualWordPop {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}@keyframes sbsDualMarkerSweep {
	from {
		transform: scaleX(0) skewX(var(--sbs-dual-marker-skew));
	}
	to {
		transform: scaleX(1) skewX(var(--sbs-dual-marker-skew));
	}
}@keyframes sbsDualMarkerPulse {
	0%, 100% {
		transform: scaleX(1) skewX(var(--sbs-dual-marker-skew));
		opacity: 0.75;
	}
	50% {
		transform: scaleX(1.04) skewX(var(--sbs-dual-marker-skew));
		opacity: 1;
	}
}@keyframes sbsDualGradientShift {
	0%, 100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}@keyframes sbsBrandMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}@keyframes sbsBlink {
	50% { opacity: 0; }
}@keyframes sbsLineGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes sbsMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes sbs-dls-fallback {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}@keyframes sbs-dls-marquee-rtl {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}@keyframes sbs-dls-marquee-ltr {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}.sbs-wc-products {
	--sbs-wc-cols: 3;
	position: relative;
	width: 100%;
}.sbs-wc-products__filters {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}.sbs-wc-products__select-wrap,
.sbs-wc-products__search {
	position: relative;
	display: inline-flex;
	align-items: center;
}.sbs-wc-products__filter-control,
.sbs-wc-products__search {
	min-height: 34px;
	background: #fff;
	border: 1px solid #49b946;
	color: #151515;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}.sbs-wc-products__filter-control {
	min-width: 116px;
	padding: 0 34px 0 16px;
	appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}.sbs-wc-products__select-wrap::after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #49b946;
	transform: translateY(-35%);
	pointer-events: none;
}.sbs-wc-products__search {
	width: min(240px, 100%);
	padding: 0 13px;
}.sbs-wc-products__search input {
	width: 100%;
	height: 100%;
	min-height: inherit;
	border: 0 !important;
	background: transparent;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 24px 0 0 !important;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}.sbs-wc-products__search input::placeholder {
	color: #000;
}.sbs-wc-products__search-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #49b946;
	font-size: 18px;
	line-height: 1;
}.sbs-wc-products__grid {
	display: grid;
	grid-template-columns: repeat(var(--sbs-wc-cols), minmax(0, 1fr));
	gap: 24px;
}.sbs-wc-products__card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	min-width: 0;
	min-height: 390px;
	transform: translateZ(0);
	box-shadow: none;
}.sbs-wc-products__media {
	position: relative;
	height: 315px;
	background: #f7f7f7;
	overflow: hidden;
}.sbs-wc-products__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	text-decoration: none !important;
}.sbs-wc-products__image img {
	display: block;
	width: 75%;
	height: 75%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transform-origin: 50% 60%;
	will-change: transform;
}.sbs-wc-products__badge,
.sbs-wc-products__badge--brand {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	background: #fff;
	color: #555;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 9px 12px;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}.sbs-wc-products__quick {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 24px;
	background: #35b735;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transform: translate(-50%, calc(-50% + 8px)) scale(.92);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	white-space: nowrap;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .15);
	transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}.sbs-wc-products__quick:hover {
	color: #fff;
}.sbs-wc-products__body {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px 22px;
	background: #fff;
}.sbs-wc-products__info {
	min-width: 0;
	padding-right: 8px;
}.sbs-wc-products__title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
}.sbs-wc-products__title a {
	color: #111;
	text-decoration: none !important;
}.sbs-wc-products__subtitle {
	color: #7B7B7B;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}.sbs-wc-products__price {
	flex: 0 0 auto;
	margin-top: 0;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-align: right;
}.sbs-wc-products__price del {
	display: block;
	font-size: .82em;
	opacity: .55;
}.sbs-wc-products__price ins {
	text-decoration: none;
}.sbs-wc-products__tags {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	padding: 0 20px 18px;
	margin-top: -10px;
	background: #fff;
}.sbs-wc-products__tags:empty {
	display: none;
}.sbs-wc-products__tag {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 8px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .03em;
}.sbs-wc-products__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 32px;
	flex-wrap: wrap;
}.sbs-wc-products__load-more,
.sbs-wc-products__shop-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 26px;
	border: 0;
	background: #35b735;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}.sbs-wc-products__load-more:hover,
.sbs-wc-products__shop-btn:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}.sbs-wc-products__load-more[hidden] {
	display: none !important;
}.sbs-wc-products__empty,
.sbs-wc-products__notice {
	padding: 28px;
	text-align: center;
	background: #f7f7f7;
	color: #555;
	font-weight: 600;
}.sbs-wc-products__empty[hidden] {
	display: none !important;
}.sbs-wc-products.is-loading .sbs-wc-products__grid {
	pointer-events: none;
	opacity: .65;
	transition: opacity .2s ease;
}@media (max-width: 1024px){.sbs-wc-products {
		--sbs-wc-cols: 2;
	}}@media (max-width: 767px){.sbs-wc-products {
		--sbs-wc-cols: 1;
	}.sbs-wc-products__filters {
		justify-content: stretch;
	}.sbs-wc-products__select-wrap,
	.sbs-wc-products__filter-control,
	.sbs-wc-products__search {
		width: 100%;
	}.sbs-wc-products__media {
		height: 300px;
	}.sbs-wc-products__body {
		padding: 16px 18px 20px;
	}}.sbs-wc-products__card:hover .sbs-wc-products__quick,
.sbs-wc-products__card:focus-within .sbs-wc-products__quick {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}.sbs-wc-products--style-2 .sbs-wc-products__grid {
	display: flex;
	flex-direction: column;
	gap: 32px;
}.sbs-wc-products__card--showcase {
	position: relative;
	min-height: 360px;
	width: 100%;
	background: #111;
	overflow: hidden;
	isolation: isolate;
	box-shadow: none;
}.sbs-wc-products__style2-bg,
.sbs-wc-products__style2-bg img,
.sbs-wc-products__style2-overlay {
	position: absolute;
	inset: 0;
}.sbs-wc-products__style2-bg {
	z-index: 1;
	display: block;
	text-decoration: none !important;
}.sbs-wc-products__style2-bg img {
	width: 100%;
	height: 100%;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	object-position: center center;
	transform-origin: 50% 50%;
	will-change: transform;
}.sbs-wc-products__style2-overlay {
	z-index: 2;
	background: rgba(0, 0, 0, .55);
	pointer-events: none;
}.sbs-wc-products__style2-content {
	position: absolute;
	z-index: 4;
	left: 170px;
	top: 50%;
	width: calc(100% - 220px);
	max-width: 520px;
	transform: translateY(-50%);
	color: #fff;
}.sbs-wc-products__style2-brand {
	margin: 0 0 10px;
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}.sbs-wc-products__style2-title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.03em;
}.sbs-wc-products__style2-title a {
	color: #fff;
	text-decoration: none !important;
}.sbs-wc-products__style2-brand + .sbs-wc-products__style2-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
}.sbs-wc-products__style2-subtitle {
	margin-top: 8px;
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}.sbs-wc-products__style2-link {
	margin-top: 24px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #42c943;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
}.sbs-wc-products__style2-link:hover {
	color: #42c943;
}.sbs-wc-products__style2-link i {
	font-style: normal;
	font-size: 18px;
	line-height: .8;
	transition: transform .25s ease;
}.sbs-wc-products__style2-link:hover i {
	transform: translateX(3px);
}.sbs-wc-products__style2-dots {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 26px;
}.sbs-wc-products__style2-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .38);
}.sbs-wc-products__style2-dots span.is-active {
	background: #42c943;
}.sbs-wc-products__style2-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 30px;
	height: 30px;
	border: 0;
	background: rgba(255, 255, 255, .13);
	color: rgba(255, 255, 255, .8);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background .25s ease, color .25s ease, transform .25s ease;
}.sbs-wc-products__style2-arrow:hover {
	background: rgba(255, 255, 255, .25);
	color: #fff;
	transform: translateY(-50%) scale(1.06);
}.sbs-wc-products__style2-arrow--prev {
	left: 26px;
}.sbs-wc-products__style2-arrow--next {
	right: 26px;
}.sbs-wc-products--style-2 .sbs-wc-products__card--showcase:hover .sbs-wc-products__style2-bg img,
.sbs-wc-products--style-2 .sbs-wc-products__card--showcase:focus-within .sbs-wc-products__style2-bg img {
	transform: scale(1.045);
}.sbs-wc-products--style-2 .sbs-wc-products__card--showcase .sbs-wc-products__quick {
	display: none !important;
}@media (max-width: 1024px){.sbs-wc-products__style2-content {
		left: 90px;
		width: calc(100% - 150px);
	}.sbs-wc-products__style2-brand {
		font-size: 30px;
	}.sbs-wc-products__style2-title {
		font-size: 24px;
	}}@media (max-width: 767px){.sbs-wc-products__card--showcase {
		min-height: 280px;
	}.sbs-wc-products__style2-content {
		left: 56px;
		right: 42px;
		width: auto;
		max-width: none;
	}.sbs-wc-products__style2-brand {
		font-size: 24px;
	}.sbs-wc-products__style2-title {
		font-size: 20px;
	}.sbs-wc-products__style2-subtitle {
		font-size: 13px;
	}.sbs-wc-products__style2-arrow {
		width: 26px;
		height: 26px;
	}.sbs-wc-products__style2-arrow--prev {
		left: 14px;
	}.sbs-wc-products__style2-arrow--next {
		right: 14px;
	}}.sbs-wc-products--style-3 .sbs-wc-products__grid {
	display: flex;
	flex-direction: column;
	gap: 34px;
}.sbs-wc-products__style3-group {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}.sbs-wc-products__style3-banner .sbs-wc-products__card--showcase {
	min-height: 270px;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-content {
	left: 120px;
	max-width: 540px;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-brand {
	font-size: 22px;
	color: #42c943;
	letter-spacing: -0.02em;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-title {
	font-size: 24px;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-brand + .sbs-wc-products__style2-title {
	font-size: 17px;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-subtitle {
	font-size: 13px;
	max-width: 620px;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-link {
	margin-top: 18px;
}.sbs-wc-products--style-3 .sbs-wc-products__style2-dots {
	margin-top: 16px;
}.sbs-wc-products__style3-products {
	display: grid;
	grid-template-columns: repeat(var(--sbs-wc-cols), minmax(0, 1fr));
	gap: 24px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__card {
	min-height: 330px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__media {
	height: 245px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__image {
	padding: 30px 34px 22px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__body {
	padding: 16px 20px 18px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__title {
	font-size: 15px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__subtitle {
	font-size: 12px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__price {
	font-size: 14px;
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-wc-products__tags {
	padding: 0 20px 16px;
}@media (max-width: 1024px){.sbs-wc-products--style-3 .sbs-wc-products__style2-content {
		left: 76px;
		width: calc(100% - 130px);
	}.sbs-wc-products__style3-products {
		grid-template-columns: repeat(var(--sbs-wc-cols), minmax(0, 1fr));
	}}@media (max-width: 767px){.sbs-wc-products__style3-banner .sbs-wc-products__card--showcase {
		min-height: 250px;
	}.sbs-wc-products--style-3 .sbs-wc-products__style2-content {
		left: 46px;
		right: 34px;
		width: auto;
	}.sbs-wc-products__style3-products {
		grid-template-columns: 1fr;
	}}.sbs-wc-products__button-group {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}.sbs-wc-products__filter-btn {
	appearance: none;
	border: 1px solid #d6d6d6;
	background: #fff;
	color: #555;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 16px;
	cursor: pointer;
	transition: all .22s ease;
}.sbs-wc-products__filter-btn.is-active,
.sbs-wc-products__filter-btn:hover {
	border-color: #49b946;
	color: #49b946;
}.sbs-wc-products--style-4 .sbs-wc-products__filters {
	justify-content: flex-start;
	margin-bottom: 22px;
}.sbs-wc-products--style-4 .sbs-wc-products__grid {
	gap: 18px;
}.sbs-wc-products__card--style4 {
	border: 1px solid #ececec;
	background: #fff;
	min-height: 100%;
	padding: 10px;
}.sbs-wc-products__media--style4 {
	height: 260px;
	background: #fafafa;
}.sbs-wc-products__image--style4 {
	padding: 26px 24px 18px;
}.sbs-wc-products--style-4 .sbs-wc-products__badge--brand {
	top: 10px;
	right: 10px;
	font-size: 9px;
	min-height: 28px;
	padding: 8px 10px;
}.sbs-wc-products__body--style4 {
	padding: 16px 8px 12px;
	gap: 14px;
	align-items: flex-start;
}.sbs-wc-products__title--style4 {
	font-size: 17px;
	margin: 0 0 4px;
}.sbs-wc-products__subtitle--style4 {
	font-size: 12px;
	color: #8a8a8a;
}.sbs-wc-products__price--style4 {
	font-size: 17px;
}.sbs-wc-products__footer--style4 {
	padding: 0 8px 10px;
}.sbs-wc-products__cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	border: 1px solid #49b946;
	background: #fff;
	color: #49b946;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	text-transform: none;
	transition: all .22s ease;
}.sbs-wc-products__cart-btn:hover {
	background: #49b946;
	color: #fff;
}.sbs-wc-products--style-4 .sbs-wc-products__quick,
.sbs-wc-products--style-4 .sbs-wc-products__tags {
	display: none !important;
}@media (max-width: 767px){.sbs-wc-products__button-group {
		gap: 8px;
	}.sbs-wc-products__filter-btn {
		padding: 9px 12px;
	}.sbs-wc-products__media--style4 {
		height: 220px;
	}}.sbs-wc-products__filters--dropdown_v2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 28px;
	padding: 16px 18px;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	margin-bottom: 32px;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap,
.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__search {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap--brand {
	margin-left: auto;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap:not(.sbs-wc-products__select-wrap--brand) .sbs-wc-products__filter-control {
	min-width: auto;
	min-height: 36px;
	padding: 0 18px 0 0;
	border: 0;
	background: transparent;
	color: #4e4e4e;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap:not(.sbs-wc-products__select-wrap--brand)::after {
	right: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #67bd45;
	transform: translateY(-35%);
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap--brand .sbs-wc-products__filter-control,
.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__search {
	min-height: 38px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-shadow: none;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap--brand .sbs-wc-products__filter-control {
	min-width: 130px;
	padding: 0 34px 0 14px;
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap--brand::after {
	right: 13px;
	border-top-color: #67bd45;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__search {
	width: 220px;
	padding: 0 12px;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__search input {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	padding-right: 24px !important;
	text-transform: none;
}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__search-icon {
	color: #67bd45;
	font-size: 18px;
}@media (max-width: 1024px){.sbs-wc-products__filters--dropdown_v2 {
		flex-wrap: wrap;
		gap: 16px;
	}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap--brand {
		margin-left: 0;
	}}@media (max-width: 767px){.sbs-wc-products__filters--dropdown_v2 {
		padding: 14px;
		gap: 12px;
	}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap,
	.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__filter-control,
	.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__search {
		width: 100%;
	}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap:not(.sbs-wc-products__select-wrap--brand) .sbs-wc-products__filter-control {
		min-height: 38px;
		padding: 0 34px 0 12px;
		border: 1px solid #e1e1e1;
		background: #fff;
	}.sbs-wc-products__filters--dropdown_v2 .sbs-wc-products__select-wrap:not(.sbs-wc-products__select-wrap--brand)::after {
		right: 13px;
	}}.sbs-wc-products__filters--dropdown_v3 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 28px;
	row-gap: 12px;
	padding: 16px 18px;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	margin-bottom: 32px;
}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__select-wrap,
.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__search {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__select-wrap .sbs-wc-products__filter-control {
	min-width: auto;
	min-height: 36px;
	padding: 0 18px 0 0;
	border: 0;
	background: transparent;
	color: #4e4e4e;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__select-wrap::after {
	right: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #67bd45;
	transform: translateY(-35%);
}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__search {
	width: 240px;
	min-height: 38px;
	margin-left: auto;
	padding: 0 12px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-shadow: none;
}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__search input {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	padding-right: 24px !important;
	text-transform: none;
}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__search-icon {
	color: #67bd45;
	font-size: 18px;
}@media (max-width: 1024px){.sbs-wc-products__filters--dropdown_v3 {
		column-gap: 16px;
	}}@media (max-width: 767px){.sbs-wc-products__filters--dropdown_v3 {
		padding: 14px;
		gap: 12px;
	}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__select-wrap,
	.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__filter-control,
	.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__search {
		width: 100%;
	}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__select-wrap .sbs-wc-products__filter-control {
		min-height: 38px;
		padding: 0 34px 0 12px;
		border: 1px solid #e1e1e1;
		background: #fff;
	}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__select-wrap::after {
		right: 13px;
	}.sbs-wc-products__filters--dropdown_v3 .sbs-wc-products__search {
		margin-left: 0;
	}}.sbs-wc-products__filters--dropdown {
	justify-content: center;
}.sbs-wc-products--style-2 .sbs-wc-products__filters--dropdown,
.sbs-wc-products--style-3 .sbs-wc-products__filters--dropdown {
	justify-content: space-between;
	gap: 10px;
}.sbs-wc-products__filters--tabs {
	justify-content: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	width: auto;
	min-width: max-content;
}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group + .sbs-wc-products__button-group {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #ddd;
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
	appearance: none;
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #555;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 16px;
	white-space: nowrap;
	cursor: pointer;
	transition: all .22s ease;
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn.is-active,
.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn:hover {
	border-color: #49b946;
	color: #49b946;
	background: #fff;
}.sbs-wc-products--style-4 .sbs-wc-products__filters {
	justify-content: flex-start;
	margin-bottom: 22px;
}@media (max-width: 767px){.sbs-wc-products__filters--tabs {
		justify-content: flex-start;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
		padding: 9px 12px;
	}}.sbs-wc-products__footer--poa .sbs-poa-request-button,
.sbs-remote-products-widget .sbs-poa-request-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}.sbs-wc-products__footer--poa .sbs-poa-request-button:hover,
.sbs-remote-products-widget .sbs-poa-request-button:hover {
	background: #c19031;
	border-color: #c19031;
	color: #ffffff;
	transform: translateY(-1px);
}.sbs-addons-out-of-stock-button,
.sbs-wc-products__footer--out-of-stock .sbs-addons-out-of-stock-button,
.sbs-remote-products-widget .sbs-addons-out-of-stock-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #b42318;
	background: #fff5f5;
	color: #b42318;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	cursor: not-allowed;
}@keyframes sbsWooBrandsSpin {
	to {
		transform: rotate(360deg);
	}
}.sbs-wc-products button.sbs-poa-request-button,
.sbs-wc-products button.sbs-wc-products__quick,
.sbs-wc-products button.sbs-wc-products__style2-link,
.sbs-wc-products button.sbs-wc-products__cart-btn {
	font-family: inherit;
	cursor: pointer;
}.sbs-wc-products button.sbs-wc-products__quick.sbs-poa-request-button {
	border: 0;
}.sbs-wc-products button.sbs-wc-products__style2-link.sbs-poa-request-button {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}.sbs-wc-products button.sbs-wc-products__cart-btn.sbs-poa-request-button {
	cursor: pointer;
}body > .sbs-request-modal,
.sbs-wc-products .sbs-request-modal {
	position: fixed !important;
	inset: 0 !important;
	z-index: 999999 !important;
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100vw !important;
	height: 100vh !important;
	padding: clamp(18px, 4vw, 54px) !important;
	box-sizing: border-box !important;
}body > .sbs-request-modal.is-open,
.sbs-wc-products .sbs-request-modal.is-open {
	display: flex !important;
}body > .sbs-request-modal .sbs-request-modal__overlay,
.sbs-wc-products .sbs-request-modal .sbs-request-modal__overlay {
	position: absolute !important;
	inset: 0 !important;
	background: rgba(15, 23, 42, 0.68) !important;
	backdrop-filter: blur(5px) !important;
}body > .sbs-request-modal .sbs-request-modal__dialog,
.sbs-wc-products .sbs-request-modal .sbs-request-modal__dialog {
	position: relative !important;
	z-index: 2 !important;
	width: min(920px, 100%) !important;
	max-height: min(86vh, 860px) !important;
	overflow: auto !important;
	background: #ffffff !important;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28) !important;
}body > .sbs-request-modal .sbs-request-modal__close,
.sbs-wc-products .sbs-request-modal .sbs-request-modal__close {
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	z-index: 5 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	border: 1px solid rgba(15, 23, 42, 0.12) !important;
	background: #ffffff !important;
	color: #111827 !important;
	cursor: pointer !important;
}body > .sbs-request-modal .sbs-request-modal__close::before,
.sbs-wc-products .sbs-request-modal .sbs-request-modal__close::before {
	content: "×" !important;
	font-size: 26px !important;
	line-height: 1 !important;
	font-weight: 500 !important;
}body > .sbs-request-modal .sbs-request-modal__close i,
body > .sbs-request-modal .sbs-request-modal__close svg,
.sbs-wc-products .sbs-request-modal .sbs-request-modal__close i,
.sbs-wc-products .sbs-request-modal .sbs-request-modal__close svg {
	display: none !important;
}.sbs-related-products-slider__slide > .sbs-wc-products__card {
	height: 100%;
	margin: 0;
}.sbs-related-products-slider .sbs-wc-products__media,
.sbs-related-products-slider .sbs-wc-products__image {
	width: 100%;
}.sbs-wc-products--style-1 .sbs-wc-products__grid {
	align-items: stretch;
}.sbs-wc-products--style-1 .sbs-wc-products__card {
	height: 100%;
	min-height: 0;
	border: 1px solid #ececec;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.sbs-wc-products--style-1 .sbs-wc-products__card:hover,
.sbs-wc-products--style-1 .sbs-wc-products__card:focus-within {
	transform: translateY(-3px);
	border-color: #dedede;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}.sbs-wc-products--style-1 .sbs-wc-products__media {
	flex: 0 0 auto;
	width: 100%;
	min-height: 180px;
}.sbs-wc-products--style-1 .sbs-wc-products__image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}.sbs-wc-products--style-1 .sbs-wc-products__body {
	flex: 1 1 auto;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	min-width: 0;
	padding: 20px 22px 12px;
}.sbs-wc-products--style-1 .sbs-wc-products__info {
	width: 100%;
	min-width: 0;
	padding-right: 0;
}.sbs-wc-products--style-1 .sbs-wc-products__title {
	width: 100%;
	max-width: 100%;
	margin: 0 0 8px;
	line-height: 1.18;
	overflow-wrap: anywhere;
	word-break: normal;
}.sbs-wc-products--style-1 .sbs-wc-products__title a {
	display: inline;
	color: inherit;
}.sbs-wc-products--style-1 .sbs-wc-products__subtitle {
	max-width: 100%;
	line-height: 1.45;
	overflow-wrap: anywhere;
}.sbs-wc-products--style-1 .sbs-wc-products__price {
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	margin-top: auto;
	line-height: 1.25;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
}.sbs-wc-products--style-1 .sbs-wc-products__tags {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 22px 22px;
	margin-top: 0;
}@media (max-width: 1024px){.sbs-wc-products--style-1 .sbs-wc-products__body {
		padding: 18px 18px 10px;
	}.sbs-wc-products--style-1 .sbs-wc-products__tags {
		padding: 0 18px 18px;
	}}@media (max-width: 767px){.sbs-wc-products--style-1 .sbs-wc-products__media {
		height: auto;
		min-height: 210px;
		aspect-ratio: 1 / .82;
	}.sbs-wc-products--style-1 .sbs-wc-products__price {
		text-align: left;
	}}.sbs-wc-products--style-1 .sbs-wc-products__grid {
	grid-template-columns: repeat(var(--sbs-wc-style1-cols, var(--sbs-wc-cols)), minmax(0, 1fr));
}.sbs-wc-products--style-2 .sbs-wc-products__grid {
	display: grid;
	grid-template-columns: repeat(var(--sbs-wc-style2-cols, 1), minmax(0, 1fr));
}.sbs-wc-products--style-3 .sbs-wc-products__style3-products {
	grid-template-columns: repeat(var(--sbs-wc-style3-cols, var(--sbs-wc-cols)), minmax(0, 1fr));
}.sbs-wc-products--style-4 .sbs-wc-products__grid {
	grid-template-columns: repeat(var(--sbs-wc-style4-cols, var(--sbs-wc-cols)), minmax(0, 1fr));
}.sbs-wc-products--style-1 .sbs-wc-products__body,
.sbs-wc-products--style-1 .sbs-wc-products__info,
.sbs-wc-products--style-1 .sbs-wc-products__price {
	max-width: 100%;
}@media (max-width: 767px){.sbs-wc-products--style-2 .sbs-wc-products__grid,
	.sbs-wc-products--style-3 .sbs-wc-products__style3-products,
	.sbs-wc-products--style-4 .sbs-wc-products__grid {
		grid-template-columns: repeat(var(--sbs-wc-style2-cols, var(--sbs-wc-style3-cols, var(--sbs-wc-style4-cols, 1))), minmax(0, 1fr));
	}}.sbs-related-products-slider--style-1 .sbs-related-products-slider__slide > .sbs-wc-products__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	border: 1px solid #ececec;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.sbs-related-products-slider--style-1 .sbs-related-products-slider__slide > .sbs-wc-products__card:hover,
.sbs-related-products-slider--style-1 .sbs-related-products-slider__slide > .sbs-wc-products__card:focus-within {
	transform: translateY(-3px);
	border-color: #dedede;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}.sbs-related-products-slider--style-1 .sbs-wc-products__media {
	flex: 0 0 auto;
	width: 100%;
	min-height: 180px;
	background: #f7f7f7;
}.sbs-related-products-slider--style-1 .sbs-wc-products__image {
	padding: 0;
}.sbs-related-products-slider--style-1 .sbs-wc-products__image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}.sbs-related-products-slider--style-1 .sbs-wc-products__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
	min-width: 0;
	padding: 20px 22px 12px;
	background: #fff;
}.sbs-related-products-slider--style-1 .sbs-wc-products__info {
	width: 100%;
	min-width: 0;
	padding-right: 0;
}.sbs-related-products-slider--style-1 .sbs-wc-products__title {
	width: 100%;
	max-width: 100%;
	margin: 0 0 8px;
	line-height: 1.18;
	overflow-wrap: anywhere;
	word-break: normal;
}.sbs-related-products-slider--style-1 .sbs-wc-products__title a {
	display: inline;
	color: inherit;
}.sbs-related-products-slider--style-1 .sbs-wc-products__subtitle {
	max-width: 100%;
	line-height: 1.45;
	overflow-wrap: anywhere;
}.sbs-related-products-slider--style-1 .sbs-wc-products__price {
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	margin-top: auto;
	line-height: 1.25;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
}.sbs-related-products-slider--style-1 .sbs-wc-products__tags {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 22px 22px;
	margin-top: 0;
	background: #fff;
}.sbs-related-products-slider--style-1 .sbs-wc-products__tag {
	white-space: nowrap;
}@media (max-width: 1024px){.sbs-related-products-slider--style-1 .sbs-wc-products__body {
		padding: 18px 18px 10px;
	}.sbs-related-products-slider--style-1 .sbs-wc-products__tags {
		padding: 0 18px 18px;
	}}@media (max-width: 767px){.sbs-related-products-slider--style-1 .sbs-wc-products__media {
		height: auto;
		min-height: 210px;
		aspect-ratio: 1 / .82;
	}.sbs-related-products-slider--style-1 .sbs-wc-products__price {
		text-align: left;
	}}.sbs-wc-products--style-1 .sbs-product-card,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card,
.sbs-related-products-slider--style-1 .sbs-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    color: #111111;
    transform: translateZ(0);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}.sbs-wc-products--style-1 .sbs-product-card:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card:hover,
.sbs-related-products-slider--style-1 .sbs-product-card:hover,
.sbs-wc-products--style-1 .sbs-product-card:focus-within,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card:focus-within,
.sbs-related-products-slider--style-1 .sbs-product-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(17, 17, 17, 0.14);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.10);
}.sbs-wc-products--style-1 .sbs-product-card__media,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__media,
.sbs-related-products-slider--style-1 .sbs-product-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    min-height: 300px;
    padding: 0;
    overflow: hidden;
    background: #f7f7f7;
    text-decoration: none !important;
    color: inherit;
}.sbs-wc-products--style-1 .sbs-product-card__image,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__image,
.sbs-related-products-slider--style-1 .sbs-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
}.sbs-wc-products--style-1 .sbs-product-card__media img,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__media img,
.sbs-related-products-slider--style-1 .sbs-product-card__media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
    object-fit: contain;
    border-radius: 0;
    transition: transform .32s ease;
}.sbs-wc-products--style-1 .sbs-product-card:hover .sbs-product-card__media img,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card:hover .sbs-product-card__media img,
.sbs-related-products-slider--style-1 .sbs-product-card:hover .sbs-product-card__media img {
    transform: scale(1.025);
}.sbs-wc-products--style-1 .sbs-product-card__brand,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__brand,
.sbs-related-products-slider--style-1 .sbs-product-card__brand {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 8px 11px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    color: #555555;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
}.sbs-wc-products--style-1 .sbs-product-card__content,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__content,
.sbs-related-products-slider--style-1 .sbs-product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    padding: 22px;
    background: #ffffff;
    text-align: left;
}.sbs-wc-products--style-1 .sbs-product-card__summary,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__summary,
.sbs-related-products-slider--style-1 .sbs-product-card__summary {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 0;
    width: 100%;
    padding: 0;
}.sbs-wc-products--style-1 .sbs-product-card__title,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__title,
.sbs-related-products-slider--style-1 .sbs-product-card__title {
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}.sbs-wc-products--style-1 .sbs-product-card__title a,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__title a,
.sbs-related-products-slider--style-1 .sbs-product-card__title a {
    color: inherit;
    text-decoration: none !important;
}.sbs-wc-products--style-1 .sbs-product-card__title a:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__title a:hover,
.sbs-related-products-slider--style-1 .sbs-product-card__title a:hover {
    color: #bd8d28;
}.sbs-wc-products--style-1 .sbs-product-card__excerpt,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__excerpt,
.sbs-related-products-slider--style-1 .sbs-product-card__excerpt {
    margin: 0;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    overflow-wrap: anywhere;
}.sbs-wc-products--style-1 .sbs-product-card__meta,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__meta,
.sbs-related-products-slider--style-1 .sbs-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    margin: 3px 0 0;
    padding: 0;
    background: transparent;
}.sbs-wc-products--style-1 .sbs-product-card__meta:empty,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__meta:empty,
.sbs-related-products-slider--style-1 .sbs-product-card__meta:empty {
    display: none;
}.sbs-wc-products--style-1 .sbs-product-card__meta .sbs-wc-products__tag,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__meta .sbs-wc-products__tag,
.sbs-related-products-slider--style-1 .sbs-product-card__meta .sbs-wc-products__tag {
    min-height: 20px;
    padding: 4px 8px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #666666;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
}.sbs-wc-products--style-1 .sbs-product-card__footer,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__footer,
.sbs-related-products-slider--style-1 .sbs-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-top: auto;
    padding-top: 4px;
}.sbs-wc-products--style-1 .sbs-product-card__price,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__price,
.sbs-related-products-slider--style-1 .sbs-product-card__price {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
}.sbs-wc-products--style-1 .sbs-product-card__price del,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__price del,
.sbs-related-products-slider--style-1 .sbs-product-card__price del {
    display: block;
    opacity: .55;
    font-size: .82em;
}.sbs-wc-products--style-1 .sbs-product-card__price ins,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__price ins,
.sbs-related-products-slider--style-1 .sbs-product-card__price ins {
    text-decoration: none;
}.sbs-wc-products--style-1 .sbs-product-card__button-wrap,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
    min-width: 0;
}.sbs-wc-products--style-1 .sbs-product-card__button-wrap .button,
.sbs-wc-products--style-1 .sbs-product-card__button-wrap .added_to_cart,
.sbs-wc-products--style-1 .sbs-product-card__button-wrap .sbs-poa-request-button,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .button,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .added_to_cart,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .sbs-poa-request-button,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .button,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .added_to_cart,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .sbs-poa-request-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 0;
    border-radius: 0;
    background: #56b947;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color .2s ease, transform .2s ease, color .2s ease;
}.sbs-wc-products--style-1 .sbs-product-card__button-wrap .button:hover,
.sbs-wc-products--style-1 .sbs-product-card__button-wrap .added_to_cart:hover,
.sbs-wc-products--style-1 .sbs-product-card__button-wrap .sbs-poa-request-button:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .button:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .added_to_cart:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .sbs-poa-request-button:hover,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .button:hover,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .added_to_cart:hover,
.sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .sbs-poa-request-button:hover {
    background: #bd8d28;
    color: #ffffff;
    transform: translateY(-1px);
}.sbs-wc-products--style-1 .sbs-product-card__media .sbs-wc-products__quick,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__media .sbs-wc-products__quick,
.sbs-related-products-slider--style-1 .sbs-product-card__media .sbs-wc-products__quick {
    display: none !important;
}.sbs-related-products-slider--style-1 .sbs-related-products-slider__slide > .sbs-product-card {
    min-height: 100%;
}@media (max-width: 1024px){.sbs-wc-products--style-1 .sbs-product-card__content,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__content,
    .sbs-related-products-slider--style-1 .sbs-product-card__content {
        padding: 20px;
    }.sbs-wc-products--style-1 .sbs-product-card__media,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__media,
    .sbs-related-products-slider--style-1 .sbs-product-card__media {
        height: 260px;
        min-height: 260px;
    }}@media (max-width: 767px){.sbs-wc-products--style-1 .sbs-product-card__media,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__media,
    .sbs-related-products-slider--style-1 .sbs-product-card__media {
        height: auto;
        min-height: 220px;
        aspect-ratio: 1 / .82;
    }.sbs-wc-products--style-1 .sbs-product-card__footer,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__footer,
    .sbs-related-products-slider--style-1 .sbs-product-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }.sbs-wc-products--style-1 .sbs-product-card__button-wrap,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap,
    .sbs-related-products-slider--style-1 .sbs-product-card__button-wrap,
    .sbs-wc-products--style-1 .sbs-product-card__button-wrap .button,
    .sbs-wc-products--style-1 .sbs-product-card__button-wrap .added_to_cart,
    .sbs-wc-products--style-1 .sbs-product-card__button-wrap .sbs-poa-request-button,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .button,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .added_to_cart,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-product-card__button-wrap .sbs-poa-request-button,
    .sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .button,
    .sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .added_to_cart,
    .sbs-related-products-slider--style-1 .sbs-product-card__button-wrap .sbs-poa-request-button {
        width: 100%;
    }}.sbs-wc-products--style-4 .sbs-addons-global-shop-card,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    height: 100%;
    position: relative;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    color: var(--sbs-wc-text, #111111);
    transform: none;
    transition: none;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card:hover,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card:focus-within,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card:focus-within,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card:hover,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card:focus-within {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__media,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__media,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__media {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / .96;
    margin: 0 0 18px;
    padding: 0 !important;
    overflow: hidden;
    background: #f2f2f2;
    color: inherit;
    text-decoration: none !important;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__image,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__image,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__image {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__media img,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__media img,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__media img {
    display: block;
    width: 75% !important;
    height: 75% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    border-radius: 0 !important;
    transition: transform .45s ease;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card:hover .sbs-product-card__media img,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card:hover .sbs-product-card__media img,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card:hover .sbs-product-card__media img {
    transform: scale(1.035);
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__brand,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__brand,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__brand {
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding: 8px 11px;
    background: rgba(0, 0, 0, .68);
    border: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__content,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__content,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0;
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    background: transparent !important;
    text-align: left;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__summary,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__summary,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__summary {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    min-width: 0;
    padding: 0 !important;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__title,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__title,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__title {
    width: 100%;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: var(--sbs-wc-text, #111111);
    font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__title a,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__title a,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__title a {
    color: inherit;
    text-decoration: none !important;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__title a:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__title a:hover,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__title a:hover {
    color: var(--sbs-wc-primary, #bd8d28);
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__excerpt,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__excerpt,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__excerpt {
    min-height: 42px;
    margin: 0 0 12px;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    overflow-wrap: anywhere;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__meta,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__meta,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__meta {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    padding: 0;
    background: transparent;
    color: #9a9a9a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .02em;
    text-transform: none;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__reviews,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__reviews,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__reviews {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin: 0 0 20px;
    color: #777777;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none !important;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__reviews:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__reviews:hover,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__reviews:hover {
    color: var(--sbs-wc-primary, #bd8d28);
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__stars,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__stars,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__stars {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 14px;
    color: #d8d8d8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__stars-empty,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__stars-empty,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__stars-empty {
    display: block;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__stars-filled,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__stars-filled,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__stars-filled {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    overflow: hidden;
    color: #f4b400;
    white-space: nowrap;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__review-count,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__review-count,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__review-count {
    color: inherit;
    white-space: nowrap;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__footer,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__footer,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__price,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__price,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__price {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--sbs-wc-text, #111111);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
    min-width: 128px;
    margin: 0;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__cart-status,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__cart-status,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__cart-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--sbs-wc-primary, #bd8d28);
    border: 1px solid rgba(189, 141, 40, .35);
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: scale(.72);
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card.sbs-product-added .sbs-product-card__cart-status,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card:has(.added_to_cart) .sbs-product-card__cart-status,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card:has(a.button.added) .sbs-product-card__cart-status,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card.sbs-product-added .sbs-product-card__cart-status,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card:has(.added_to_cart) .sbs-product-card__cart-status,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card:has(a.button.added) .sbs-product-card__cart-status,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card.sbs-product-added .sbs-product-card__cart-status,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card:has(.added_to_cart) .sbs-product-card__cart-status,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card:has(a.button.added) .sbs-product-card__cart-status {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__cart-status svg,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__cart-status svg,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__cart-status svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button {
    width: 128px;
    max-width: 128px;
    height: 42px;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 14px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sbs-wc-primary, #bd8d28) !important;
    border-radius: 0;
    background: #ffffff !important;
    color: var(--sbs-wc-primary, #bd8d28) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    transform: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button:hover,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart:hover,
.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart:hover,
.sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button:hover,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button:hover,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart:hover,
.sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button:hover {
    background: var(--sbs-wc-primary, #bd8d28) !important;
    color: #ffffff !important;
    border-color: var(--sbs-wc-primary, #bd8d28) !important;
    transform: none;
}@media (max-width: 767px){.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__footer,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__footer,
    .sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap,
    .sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap {
        width: 100%;
        min-width: 0;
    }.sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button,
    .sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart,
    .sbs-wc-products--style-4 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart,
    .sbs-wc-products--style-3 .sbs-wc-products__style3-products .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button,
    .sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .button,
    .sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .added_to_cart,
    .sbs-related-products-slider--style-1 .sbs-addons-global-shop-card .sbs-product-card__button-wrap .sbs-poa-request-button {
        width: 100%;
        max-width: 100%;
    }}.sbs-wc-products__filters--tabs {
	display: block;
	overflow: visible;
	margin-bottom: 34px;
}.sbs-wc-products__tabs-shell {
	position: relative;
	width: 100%;
}.sbs-wc-products__tabs-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(10px);
}.sbs-wc-products__tabs-primary {
	min-width: 0;
	flex: 1 1 auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}.sbs-wc-products__tabs-primary::-webkit-scrollbar {
	display: none;
}.sbs-wc-products__tabs-tools {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: auto;
	min-width: max-content;
}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group + .sbs-wc-products__button-group {
	margin: 0;
	padding: 0;
	border: 0;
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
	min-height: 36px;
	padding: 10px 18px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	border-radius: 11px;
	background: #fff;
	color: #1f2937;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn.is-active,
.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn:hover {
	border-color: rgba(187, 138, 42, 0.45);
	background: linear-gradient(135deg, #c99a43 0%, #ad7a1f 100%);
	color: #fff;
	box-shadow: 0 10px 22px rgba(187, 138, 42, 0.22);
}.sbs-wc-products__search--tabs {
	width: min(280px, 26vw);
	min-height: 38px;
	padding: 0 14px 0 42px;
	border: 1px solid rgba(17, 24, 39, 0.10);
	border-radius: 999px;
	background: #fff;
	color: #6b7280;
}.sbs-wc-products__search--tabs input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 13px;
	font-weight: 500;
	color: #111827;
}.sbs-wc-products__search--tabs .sbs-wc-products__search-icon {
	left: 16px;
	right: auto;
	color: #6b7280;
	font-size: 18px;
}.sbs-wc-products__filters-toggle,
.sbs-wc-products__advanced-toggle,
.sbs-wc-products__tabs-reset,
.sbs-wc-products__active-chip {
	appearance: none;
	border: 0;
	background: none;
	font: inherit;
	cursor: pointer;
}.sbs-wc-products__filters-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 38px;
	padding: 0 18px;
	border: 1px solid rgba(187, 138, 42, 0.62);
	border-radius: 999px;
	background: #fff;
	color: #7a5216;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}.sbs-wc-products__filters-toggle-icon {
	width: 14px;
	height: 14px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h12M5 9h8M7 13h4' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h12M5 9h8M7 13h4' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}.sbs-wc-products__filters-toggle-caret,
.sbs-wc-products__advanced-toggle span {
	width: 8px;
	height: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}.sbs-wc-products.is-filter-panel-open .sbs-wc-products__filters-toggle-caret,
.sbs-wc-products.is-filter-panel-open .sbs-wc-products__advanced-toggle span {
	transform: rotate(225deg) translateY(-2px);
}.sbs-wc-products__tabs-selected {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 20px 0;
}.sbs-wc-products__tabs-chips {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
}.sbs-wc-products__active-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 26px;
	padding: 4px 10px;
	border: 1px solid rgba(187, 138, 42, 0.20);
	border-radius: 999px;
	background: #fff7e8;
	color: #8a5a13;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
}.sbs-wc-products__active-chip span[aria-hidden="true"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(138, 90, 19, 0.12);
	font-size: 11px;
	line-height: 1;
}.sbs-wc-products__tabs-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 4px 10px;
	border: 1px solid rgba(73, 185, 70, 0.26);
	border-radius: 999px;
	background: rgba(73, 185, 70, 0.09);
	color: #268424;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}.sbs-wc-products__advanced-line {
	display: flex;
	justify-content: flex-end;
	padding: 10px 22px 0;
}.sbs-wc-products__advanced-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #4b5563;
	font-size: 12px;
	font-weight: 600;
}.sbs-wc-products__filters-panel {
	position: absolute;
	right: 22px;
	top: calc(100% + 10px);
	z-index: 20;
	width: min(720px, calc(100vw - 44px));
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}.sbs-wc-products__filters-panel .sbs-wc-products__button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
	width: 100%;
}.sbs-wc-products__filters-panel .sbs-wc-products__button-group + .sbs-wc-products__button-group {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}@media (max-width: 1024px){.sbs-wc-products__tabs-topbar {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}.sbs-wc-products__tabs-tools {
		justify-content: space-between;
	}.sbs-wc-products__search--tabs {
		width: 100%;
		flex: 1 1 auto;
	}}@media (max-width: 767px){.sbs-wc-products__tabs-topbar {
		padding: 14px;
		border-radius: 12px;
	}.sbs-wc-products__tabs-tools {
		flex-wrap: wrap;
	}.sbs-wc-products__filters-toggle {
		width: 100%;
	}.sbs-wc-products__tabs-selected,
	.sbs-wc-products__advanced-line {
		padding-left: 0;
		padding-right: 0;
	}.sbs-wc-products__tabs-selected {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}.sbs-wc-products__filters-panel {
		left: 0;
		right: 0;
		width: 100%;
	}}.sbs-wc-products__filters--tabs .sbs-wc-products__advanced-line {
	display: none !important;
}.sbs-wc-products__filters--tabs-no-advanced .sbs-wc-products__tabs-tools {
	margin-left: auto;
}.sbs-wc-products__filters--tabs-no-advanced .sbs-wc-products__filters-toggle,
.sbs-wc-products__filters--tabs-no-advanced .sbs-wc-products__filters-panel {
	display: none !important;
}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
	align-items: center;
}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary {
	min-width: 0;
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
	white-space: nowrap;
}.sbs-wc-products,
.sbs-wc-products *,
.sbs-wc-products *::before,
.sbs-wc-products *::after {
	box-sizing: border-box;
}.sbs-wc-products,
.sbs-wc-products__filters,
.sbs-wc-products__tabs-shell,
.sbs-wc-products__tabs-topbar,
.sbs-wc-products__tabs-primary,
.sbs-wc-products__tabs-tools,
.sbs-wc-products__search--tabs,
.sbs-wc-products__filters-panel {
	max-width: 100%;
	min-width: 0;
}.sbs-wc-products__filters--tabs {
	width: 100%;
	min-width: 0;
	overflow: visible;
}.sbs-wc-products__tabs-shell,
.sbs-wc-products__tabs-topbar {
	overflow: visible;
}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary {
	width: 100%;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
	flex: 0 1 auto;
	max-width: 100%;
	min-width: 0;
	white-space: nowrap;
	text-align: center;
	line-height: 1.18;
}@media (max-width: 1024px){.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
		align-items: stretch;
		flex-direction: column;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary {
		flex: 0 0 auto;
		width: 100%;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-tools {
		width: 100%;
		flex: 0 1 auto;
	}}@media (max-width: 767px){.sbs-wc-products__filters--tabs {
		margin-bottom: 24px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
		gap: 12px;
		padding: 12px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding-bottom: 2px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
		display: flex;
		flex-wrap: nowrap;
		width: max-content;
		max-width: none;
		min-width: 100%;
		gap: 8px;
		overflow: visible;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		min-height: 36px;
		padding: 8px 12px;
		font-size: 11px;
		white-space: nowrap;
		overflow-wrap: normal;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-tools {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__search--tabs,
	.sbs-wc-products__filters--tabs .sbs-wc-products__filters-toggle {
		width: 100% !important;
		max-width: 100%;
		min-height: 40px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__filters-panel {
		position: static;
		width: 100%;
		margin-top: 10px;
		padding: 12px;
		border-radius: 12px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__filters-panel[hidden] {
		display: none !important;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-selected {
		width: 100%;
	}}@media (max-width: 480px){.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
		padding: 10px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
		gap: 6px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
		padding-inline: 10px;
	}}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 12px;
}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 2px 0 4px;
}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary::-webkit-scrollbar {
	display: none;
}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	width: max-content;
	max-width: none;
	min-width: max-content;
}.sbs-wc-products__filters--tabs .sbs-wc-products__filter-btn {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	white-space: nowrap;
}.sbs-wc-products__tabs-slider-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(17, 24, 39, 0.10);
	border-radius: 999px;
	background: #fff;
	color: #374151;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
	cursor: pointer;
	transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}.sbs-wc-products__tabs-slider-nav:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}.sbs-wc-products__tabs-slider-nav[disabled] {
	opacity: .45;
	cursor: default;
	transform: none;
	box-shadow: none;
}.sbs-wc-products__tabs-slider-nav::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}.sbs-wc-products__tabs-slider-nav--prev::before {
	transform: rotate(-135deg);
	margin-left: 3px;
}.sbs-wc-products__tabs-slider-nav--next::before {
	transform: rotate(45deg);
	margin-right: 3px;
}.sbs-wc-products__tabs-primary.is-slider-active {
	mask-image: linear-gradient(to right, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
}@media (max-width: 1024px){.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-tools {
		grid-column: 1 / -1;
		width: 100%;
	}}@media (max-width: 767px){.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-topbar {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}.sbs-wc-products__tabs-slider-nav {
		display: none !important;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__tabs-primary {
		width: 100%;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__button-group {
		min-width: max-content;
	}}@media (max-width: 767px){.sbs-wc-products__tabs-selected {
		gap: 8px;
		padding-top: 8px;
	}.sbs-wc-products__tabs-chips {
		gap: 6px;
	}.sbs-wc-products__active-chip,
	.sbs-wc-products__tabs-reset {
		min-height: 22px;
		padding: 3px 9px;
		font-size: 10px;
		line-height: 1.05;
		border-radius: 999px;
	}.sbs-wc-products__active-chip {
		gap: 5px;
		max-width: 100%;
	}.sbs-wc-products__active-chip > span:first-child {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}.sbs-wc-products__active-chip span[aria-hidden="true"] {
		width: 12px;
		height: 12px;
		font-size: 10px;
	}}@media (max-width: 480px){.sbs-wc-products__tabs-selected {
		gap: 7px;
	}.sbs-wc-products__tabs-chips {
		gap: 5px;
	}.sbs-wc-products__active-chip,
	.sbs-wc-products__tabs-reset {
		min-height: 20px;
		padding: 2px 8px;
		font-size: 9px;
	}.sbs-wc-products__active-chip span[aria-hidden="true"] {
		width: 11px;
		height: 11px;
		font-size: 9px;
	}}@media (max-width: 767px){.sbs-wc-products__tabs-selected {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
	}.sbs-wc-products__tabs-chips {
		display: inline-flex;
		align-items: center;
		flex-wrap: wrap;
		flex: 0 1 auto;
		max-width: 100%;
		min-width: 0;
	}.sbs-wc-products__tabs-reset {
		flex: 0 0 auto;
		margin: 0;
		align-self: center;
	}}@media (max-width: 480px){.sbs-wc-products__tabs-selected {
		gap: 7px;
	}}.sbs-wc-products .sbs-wc-products__tabs-selected {
	align-items: center;
}.sbs-wc-products .sbs-wc-products__tabs-chips {
	align-items: center;
}.sbs-wc-products button.sbs-wc-products__active-chip,
.sbs-wc-products .sbs-wc-products__active-chip {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-height: 30px !important;
	padding: 6px 14px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: rgba(187, 138, 42, 0.10) !important;
	color: #9a691b !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}.sbs-wc-products button.sbs-wc-products__active-chip:hover,
.sbs-wc-products button.sbs-wc-products__active-chip:focus {
	background: rgba(187, 138, 42, 0.16) !important;
	color: #835413 !important;
	box-shadow: none !important;
	transform: none !important;
}.sbs-wc-products .sbs-wc-products__active-chip span[aria-hidden="true"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: currentColor !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	opacity: .8 !important;
}.sbs-wc-products button.sbs-wc-products__tabs-reset,
.sbs-wc-products .sbs-wc-products__tabs-reset {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: auto !important;
	padding: 0 0 2px !important;
	border: 0 !important;
	border-bottom: 1px dotted currentColor !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #1f2937 !important;
	box-shadow: none !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}.sbs-wc-products button.sbs-wc-products__tabs-reset:hover,
.sbs-wc-products button.sbs-wc-products__tabs-reset:focus {
	background: transparent !important;
	color: #9a691b !important;
	box-shadow: none !important;
	transform: none !important;
}@media (max-width: 767px){.sbs-wc-products button.sbs-wc-products__active-chip,
	.sbs-wc-products .sbs-wc-products__active-chip {
		min-height: 28px !important;
		padding: 5px 12px !important;
		border-radius: 9px !important;
		font-size: 11px !important;
	}.sbs-wc-products .sbs-wc-products__active-chip span[aria-hidden="true"] {
		font-size: 13px !important;
	}.sbs-wc-products button.sbs-wc-products__tabs-reset,
	.sbs-wc-products .sbs-wc-products__tabs-reset {
		font-size: 10px !important;
	}}@media (max-width: 480px){.sbs-wc-products button.sbs-wc-products__active-chip,
	.sbs-wc-products .sbs-wc-products__active-chip {
		min-height: 26px !important;
		padding: 5px 10px !important;
		font-size: 10px !important;
	}.sbs-wc-products .sbs-wc-products__active-chip span[aria-hidden="true"] {
		font-size: 12px !important;
	}}.sbs-wc-products__tabs-slider-nav {
	width: 52px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #69cf53 0%, #58bf45 100%);
	color: #111827;
	box-shadow: 0 10px 24px rgba(88, 191, 69, 0.24);
}.sbs-wc-products__tabs-slider-nav:hover {
	background: linear-gradient(135deg, #74d85e 0%, #5ec64a 100%);
	box-shadow: 0 12px 26px rgba(88, 191, 69, 0.28);
}.sbs-wc-products__tabs-slider-nav[disabled] {
	opacity: .45;
	background: linear-gradient(135deg, #9ad78d 0%, #8cd07f 100%);
}.sbs-wc-products__tabs-slider-nav::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 0;
	background: currentColor;
	margin: 0;
}.sbs-wc-products__tabs-slider-nav--prev::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.97 2.97a.75.75 0 0 1 0 1.06L6 8l3.97 3.97a.75.75 0 1 1-1.06 1.06L4.41 8.53a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.97 2.97a.75.75 0 0 1 0 1.06L6 8l3.97 3.97a.75.75 0 1 1-1.06 1.06L4.41 8.53a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}.sbs-wc-products__tabs-slider-nav--next::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.03 13.03a.75.75 0 0 1 0-1.06L10 8 6.03 4.03a.75.75 0 1 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.03 13.03a.75.75 0 0 1 0-1.06L10 8 6.03 4.03a.75.75 0 1 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}.sbs-wc-products__active-chip {
	cursor: pointer;
}.sbs-wc-products__active-chip[aria-pressed="true"] {
	outline: none;
}.sbs-wc-products__tabs-slider-nav--custom-icon::before {
	content: none !important;
	display: none !important;
}.sbs-wc-products__tabs-slider-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}.sbs-wc-products__tabs-slider-icon i,
.sbs-wc-products__tabs-slider-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 14px;
	line-height: 1;
	fill: currentColor;
}.sbs-wc-products__tabs-slider-nav--custom-icon .sbs-wc-products__tabs-slider-icon svg path {
	fill: currentColor;
}.sbs-wc-products__filters--tabs {
	display: block;
	width: 100%;
	overflow: visible;
	margin-bottom: 34px;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-shell {
	width: 100%;
	padding: 26px 28px;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 14px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}.sbs-wc-products__clean-search-row {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* background-color: rgba(183, 131, 40, 0.14) !important; */
}.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean {
	display: flex;
	align-items: center;
	width: min(680px, 100%);
	min-height: 48px;
	padding: 0 20px 0 50px;
	border: 1px solid rgba(190, 137, 39, 0.75);
	border-radius: 10px;
	background: rgba(183, 131, 40, 0.14);
	box-shadow: 0 7px 22px rgba(15, 23, 42, 0.04);
}.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean input {
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
	color: #111827;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: none;
}.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean input::placeholder {
	color: #7a808b;
	opacity: 1;
}.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean .sbs-wc-products__search-icon {
	position: absolute;
	left: 18px;
	right: auto;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: #b78328;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='6.5' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m16 16 4 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='6.5' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m16 16 4 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	font-size: 0;
}.sbs-wc-products__clean-filter-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	margin-top: 22px;
}.sbs-wc-products__clean-filter-label {
	flex: 0 0 auto;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}.sbs-wc-products__clean-dropdowns {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	min-width: 0;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__select-wrap {
	flex: 0 1 220px;
	width: 220px;
	max-width: 100%;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__filter-control {
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 0 46px 0 17px;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 9px;
	background: #fff;
	color: #202938;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 5px 18px rgba(15, 23, 42, 0.035);
	transition: border-color .2s ease, box-shadow .2s ease;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__filter-control:hover,
.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__filter-control:focus {
	border-color: rgba(183, 131, 40, 0.78);
	box-shadow: 0 0 0 3px rgba(183, 131, 40, 0.10);
	outline: 0;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__select-wrap::after {
	right: 17px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top: 6px solid #b78328;
}@media (max-width: 900px){.sbs-wc-products__clean-filter-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}.sbs-wc-products__clean-dropdowns {
		justify-content: flex-start;
		width: 100%;
	}}@media (max-width: 767px){.sbs-wc-products__filters--tabs .sbs-wc-products__clean-shell {
		padding: 18px;
		border-radius: 12px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean {
		width: 100%;
		min-height: 46px;
	}.sbs-wc-products__clean-filter-row {
		margin-top: 18px;
	}.sbs-wc-products__clean-dropdowns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__select-wrap {
		width: 100%;
		max-width: none;
	}}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
}.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
}.sbs-wc-products__clean-filter-row {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	column-gap: clamp(16px, 2vw, 28px);
	row-gap: 14px;
}.sbs-wc-products__clean-dropdowns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 1.2vw, 16px);
	width: 100%;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-dropdowns .sbs-wc-products__select-wrap {
	box-sizing: border-box;
	flex: none;
	width: 100%;
	max-width: none;
	min-width: 0;
}@media (max-width: 900px){.sbs-wc-products__clean-filter-row {
		grid-template-columns: 1fr;
		align-items: stretch;
	}.sbs-wc-products__clean-dropdowns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media (max-width: 767px){.sbs-wc-products__clean-dropdowns {
		grid-template-columns: 1fr;
	}}.sbs-wc-products__select-button,
.sbs-wc-products__select-menu {
	display: none;
}.sbs-wc-products__select-wrap.sbs-select-ready {
	position: relative;
	display: block;
	min-width: 0;
}.sbs-wc-products__select-wrap.sbs-select-ready::after {
	display: none;
}.sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__filter-control {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	min-height: 1px !important;
	margin: -1px !important;
	padding: 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;
	white-space: nowrap !important;
}.sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 0 17px;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 10px;
	background: #fff;
	color: #202938;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	box-shadow: 0 5px 18px rgba(15, 23, 42, 0.035);
	cursor: pointer;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}.sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-button:hover,
.sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-button:focus-visible,
.sbs-wc-products__select-wrap.sbs-select-ready.is-open .sbs-wc-products__select-button {
	border-color: rgba(183, 131, 40, 0.78);
	box-shadow: 0 0 0 3px rgba(183, 131, 40, 0.10), 0 8px 22px rgba(15, 23, 42, 0.06);
}.sbs-wc-products__select-button-text {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}.sbs-wc-products__select-button-arrow {
	flex: 0 0 auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #b78328;
	transform-origin: 50% 40%;
	transition: transform .22s ease;
}.sbs-wc-products__select-wrap.is-open .sbs-wc-products__select-button-arrow {
	transform: rotate(180deg);
}.sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-menu {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	display: grid;
	width: 100%;
	min-width: min(260px, 82vw);
	max-height: 280px;
	padding: 8px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	border: 1px solid rgba(17, 24, 39, 0.10);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16), 0 4px 12px rgba(15, 23, 42, 0.06);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px) scale(.985);
	transform-origin: top center;
	pointer-events: none;
	z-index: 30;
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
	gap: 5px;
}.sbs-wc-products__select-wrap.sbs-select-ready.is-open {
	z-index: 31;
}.sbs-wc-products__select-wrap.sbs-select-ready.is-open .sbs-wc-products__select-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}.sbs-wc-products__select-option {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 9px 36px 9px 12px;
	border: 0;
	border-radius: 8px;
	background: #ddd !important;
	color: #344054;
	font: inherit;
	font-size: 13px;
	font-weight: 550;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	outline: none;
	transition: background-color .16s ease, color .16s ease, transform .16s ease;
}.sbs-wc-products__select-option:hover,
.sbs-wc-products__select-option:focus-visible {
	background: rgba(183, 131, 40, 0.10) !important;
	color: #7a5216;
}.sbs-wc-products__select-option:focus-visible {
	box-shadow: inset 0 0 0 1px rgba(183, 131, 40, 0.24);
}.sbs-wc-products__select-option.is-selected {
	background: rgba(183, 131, 40, 0.14) !important;
	color: #6e4810 !important;
	font-weight: 700 !important;
}.sbs-wc-products__select-option.is-selected::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 4px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-65%) rotate(-45deg);
}.sbs-wc-products__select-menu::-webkit-scrollbar {
	width: 8px;
}.sbs-wc-products__select-menu::-webkit-scrollbar-track {
	background: transparent;
}.sbs-wc-products__select-menu::-webkit-scrollbar-thumb {
	border: 2px solid transparent;
	border-radius: 999px;
	background: rgba(107, 114, 128, 0.28);
	background-clip: padding-box;
}.sbs-wc-products__filter-control option {
	padding: 10px 12px;
	background: #fff;
	color: #202938;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-search-row,
.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean,
.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean input,
.sbs-wc-products__filters--tabs .sbs-wc-products__search--clean .sbs-wc-products__search-icon {
	z-index: auto !important;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-filter-row {
	position: relative;
	z-index: 2;
}.sbs-wc-products__filters--tabs .sbs-wc-products__clean-search-row {
	position: relative;
}@media (max-width: 767px){.sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-menu {
		min-width: 100%;
		max-width: 100%;
	}}@media (prefers-reduced-motion: reduce){.sbs-wc-products__select-button,
	.sbs-wc-products__select-button-arrow,
	.sbs-wc-products__select-menu,
	.sbs-wc-products__select-option {
		transition: none !important;
	}}.sbs-wc-products__filters--shop_search {
	--sbs-shop-search-green: #55bc42;
	--sbs-shop-search-green-dark: #2f8f31;
	--sbs-shop-search-gold: #c7902f;
	--sbs-shop-search-ink: #101813;
	--sbs-shop-search-text: #152019;
	--sbs-shop-search-muted: #718076;
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
	margin-bottom: 34px;
	isolation: isolate;
}.sbs-wc-products__shop-search-shell {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: clamp(24px, 3vw, 42px);
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 24px;
	background:
		radial-gradient(circle at 7% 2%, rgba(85, 188, 66, 0.18), transparent 30%),
		radial-gradient(circle at 96% 100%, rgba(199, 144, 47, 0.11), transparent 32%),
		linear-gradient(135deg, #111713 0%, #18201a 56%, #101512 100%);
	box-shadow: 0 26px 70px rgba(9, 17, 12, 0.22);
}.sbs-wc-products__shop-search-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background-image: radial-gradient(rgba(255, 255, 255, 0.10) 0.75px, transparent 0.75px);
	background-size: 18px 18px;
	-webkit-mask-image: linear-gradient(110deg, rgba(0,0,0,.55), transparent 44%, rgba(0,0,0,.25));
	mask-image: linear-gradient(110deg, rgba(0,0,0,.55), transparent 44%, rgba(0,0,0,.25));
	opacity: .32;
	pointer-events: none;
}.sbs-wc-products__shop-search-keyword-row {
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: clamp(20px, 2.2vw, 30px);
}.sbs-wc-products__shop-search-bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 8px;
	box-sizing: border-box;
	width: min(880px, 100%);
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22), 0 0 0 5px rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(10px);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 0 18px 0 47px;
	border: 1px solid #d7ddd8;
	border-radius: 12px;
	background: #fbfcfb;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.025);
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop:focus-within {
	border-color: rgba(85, 188, 66, 0.82);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(85, 188, 66, 0.11);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop input {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
	color: #17201a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: none;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop input::placeholder {
	color: #8a958d;
	opacity: 1;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop .sbs-wc-products__search-icon {
	position: absolute;
	left: 17px;
	right: auto;
	top: 50%;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	background: #728078;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='6.7' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m16.1 16.1 4 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='6.7' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m16.1 16.1 4 4' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	font-size: 0;
	transition: background-color .2s ease, transform .2s ease;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop:focus-within .sbs-wc-products__search-icon {
	background: var(--sbs-shop-search-green-dark);
	transform: translateY(-50%) scale(1.05);
}.sbs-wc-products__shop-search-submit {
	appearance: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 112px;
	min-height: 50px;
	padding: 0 23px;
	overflow: hidden;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #61c84c 0%, #43aa38 100%);
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .025em;
	text-transform: uppercase;
	box-shadow: 0 9px 20px rgba(67, 170, 56, 0.24);
	cursor: pointer;
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}.sbs-wc-products__shop-search-submit::after {
	content: "";
	width: 13px;
	height: 13px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h13M14 7l5 5-5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h13M14 7l5 5-5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform .22s ease;
}.sbs-wc-products__shop-search-submit:hover,
.sbs-wc-products__shop-search-submit:focus-visible {
	filter: saturate(1.08) brightness(.98);
	box-shadow: 0 13px 28px rgba(67, 170, 56, 0.32);
	transform: translateY(-2px);
	outline: 0;
}.sbs-wc-products__shop-search-submit:hover::after,
.sbs-wc-products__shop-search-submit:focus-visible::after {
	transform: translateX(3px);
}.sbs-wc-products__shop-search-grid {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.7vw, 22px);
	width: 100%;
}.sbs-wc-products__shop-search-field {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
	min-width: 0;
	min-height: 180px;
	padding: 24px 22px 22px;
	overflow: visible;
	border: 1px solid rgba(15, 31, 20, 0.09);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
	box-shadow: 0 14px 34px rgba(5, 16, 9, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}.sbs-wc-products__shop-search-field::before {
	content: "";
	position: absolute;
	left: 21px;
	right: 21px;
	top: 0;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, var(--sbs-shop-search-green), rgba(85, 188, 66, 0.05));
}.sbs-wc-products__shop-search-field::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background-color: rgba(85, 188, 66, 0.11);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20V8l8-4 8 4v12M8 20v-7h8v7M8 9h.01M12 9h.01M16 9h.01' fill='none' stroke='%233c9d36' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	pointer-events: none;
}.sbs-wc-products__shop-search-field--works-with::before {
	background: linear-gradient(90deg, var(--sbs-shop-search-gold), rgba(199, 144, 47, 0.05));
}.sbs-wc-products__shop-search-field--works-with::after {
	background-color: rgba(199, 144, 47, 0.12);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='7' r='2.2' fill='none' stroke='%23b27a1e' stroke-width='1.7'/%3E%3Ccircle cx='18' cy='7' r='2.2' fill='none' stroke='%23b27a1e' stroke-width='1.7'/%3E%3Ccircle cx='12' cy='17' r='2.2' fill='none' stroke='%23b27a1e' stroke-width='1.7'/%3E%3Cpath d='m7.9 8.2 2.8 6.5M16.1 8.2l-2.8 6.5M8.2 7h7.6' fill='none' stroke='%23b27a1e' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}.sbs-wc-products__shop-search-field--technology::before {
	background: linear-gradient(90deg, #657287, rgba(101, 114, 135, 0.05));
}.sbs-wc-products__shop-search-field--technology::after {
	background-color: rgba(101, 114, 135, 0.12);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='7' width='10' height='10' rx='2' fill='none' stroke='%23475366' stroke-width='1.7'/%3E%3Cpath d='M9 3v4M15 3v4M9 17v4M15 17v4M3 9h4M3 15h4M17 9h4M17 15h4M10 10h4v4h-4z' fill='none' stroke='%23475366' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}@media (hover: hover) and (pointer: fine){.sbs-wc-products__shop-search-field:hover {
		border-color: rgba(85, 188, 66, 0.28);
		box-shadow: 0 20px 44px rgba(5, 16, 9, 0.19), inset 0 1px 0 rgba(255, 255, 255, 0.95);
		transform: translateY(-4px);
	}.sbs-wc-products__shop-search-field--works-with:hover {
		border-color: rgba(199, 144, 47, 0.30);
	}.sbs-wc-products__shop-search-field--technology:hover {
		border-color: rgba(101, 114, 135, 0.30);
	}}.sbs-wc-products__shop-search-kicker {
	display: inline-flex;
	align-self: flex-start;
	max-width: calc(100% - 58px);
	margin-bottom: 12px;
	padding: 6px 10px;
	border: 1px solid rgba(85, 188, 66, 0.12);
	border-radius: 999px;
	background: rgba(85, 188, 66, 0.10);
	color: #35952f;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .065em;
	text-transform: uppercase;
}.sbs-wc-products__shop-search-field--works-with .sbs-wc-products__shop-search-kicker {
	border-color: rgba(199, 144, 47, 0.15);
	background: rgba(199, 144, 47, 0.11);
	color: #ad741d;
}.sbs-wc-products__shop-search-field--technology .sbs-wc-products__shop-search-kicker {
	border-color: rgba(101, 114, 135, 0.14);
	background: rgba(101, 114, 135, 0.10);
	color: #475366;
}.sbs-wc-products__shop-search-title {
	display: block;
	max-width: calc(100% - 56px);
	margin-bottom: 22px;
	color: var(--sbs-shop-search-text);
	font-size: clamp(18px, 1.55vw, 22px);
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: -.03em;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	margin-top: auto;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__filter-control,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-button {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 52px;
	padding-left: 16px;
	padding-right: 16px;
	border: 1px solid #d9e0db;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
	color: #1d2921;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 7px 18px rgba(12, 27, 16, 0.055), inset 0 1px 0 #fff;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-button:hover,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-button:focus-visible,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.is-open .sbs-wc-products__select-button {
	border-color: rgba(85, 188, 66, 0.78);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(85, 188, 66, 0.10), 0 10px 24px rgba(12, 27, 16, 0.08);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--works-with .sbs-wc-products__select-button:hover,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--works-with .sbs-wc-products__select-button:focus-visible,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--works-with .sbs-wc-products__select-wrap.is-open .sbs-wc-products__select-button {
	border-color: rgba(199, 144, 47, 0.72);
	box-shadow: 0 0 0 4px rgba(199, 144, 47, 0.10), 0 10px 24px rgba(12, 27, 16, 0.08);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--technology .sbs-wc-products__select-button:hover,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--technology .sbs-wc-products__select-button:focus-visible,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--technology .sbs-wc-products__select-wrap.is-open .sbs-wc-products__select-button {
	border-color: rgba(101, 114, 135, 0.70);
	box-shadow: 0 0 0 4px rgba(101, 114, 135, 0.10), 0 10px 24px rgba(12, 27, 16, 0.08);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-button-arrow {
	width: 9px;
	height: 9px;
	border: 0;
	border-right: 2px solid var(--sbs-shop-search-green);
	border-bottom: 2px solid var(--sbs-shop-search-green);
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--works-with .sbs-wc-products__select-button-arrow {
	border-color: var(--sbs-shop-search-gold);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field--technology .sbs-wc-products__select-button-arrow {
	border-color: #657287;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.is-open .sbs-wc-products__select-button-arrow {
	transform: rotate(225deg) translate(-2px, -2px);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-menu {
	z-index: 70;
	min-width: 100%;
	padding: 8px;
	border: 1px solid rgba(25, 44, 30, 0.10);
	border-radius: 14px;
	box-shadow: 0 22px 52px rgba(10, 23, 13, 0.18), 0 5px 14px rgba(10, 23, 13, 0.07);
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-option {
	min-height: 39px;
	padding: 9px 11px;
	border-radius: 8px;
	background: #fff !important;
	color: #253028;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-option:hover,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-option:focus-visible {
	background: rgba(85, 188, 66, 0.09) !important;
	color: #2d7d22;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-option.is-selected {
	background: rgba(85, 188, 66, 0.14) !important;
	color: #286d20 !important;
	font-weight: 700;
}@media (max-width: 900px){.sbs-wc-products__shop-search-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.sbs-wc-products__shop-search-field:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}}@media (max-width: 767px){.sbs-wc-products__shop-search-shell {
		padding: 17px;
		border-radius: 18px;
	}.sbs-wc-products__shop-search-keyword-row {
		margin-bottom: 15px;
	}.sbs-wc-products__shop-search-bar {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 6px;
		border-radius: 14px;
	}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop {
		min-height: 46px;
		padding-left: 44px;
	}.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop input {
		min-height: 44px;
		font-size: 13px;
	}.sbs-wc-products__shop-search-submit {
		width: 100%;
		min-height: 46px;
	}.sbs-wc-products__shop-search-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}.sbs-wc-products__shop-search-field,
	.sbs-wc-products__shop-search-field:last-child:nth-child(odd) {
		grid-column: auto;
		min-height: 0;
		padding: 21px 18px 18px;
		border-radius: 15px;
	}.sbs-wc-products__shop-search-field::before {
		left: 17px;
		right: 17px;
	}.sbs-wc-products__shop-search-field::after {
		right: 16px;
		top: 17px;
		width: 38px;
		height: 38px;
		border-radius: 12px;
		background-size: 20px;
	}.sbs-wc-products__shop-search-title {
		margin-bottom: 18px;
		font-size: 18px;
	}}@media (prefers-reduced-motion: reduce){.sbs-wc-products__shop-search-submit,
	.sbs-wc-products__shop-search-submit::after,
	.sbs-wc-products__shop-search-field,
	.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop,
	.sbs-wc-products__filters--shop_search .sbs-wc-products__search--shop .sbs-wc-products__search-icon {
		transition: none;
	}}.sbs-wc-products__filters--shop_search {
	z-index: 40;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.sbs-select-ready {
	position: relative;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: auto;
	bottom: auto;
	left: 0;
	display: grid;
	width: 100%;
	min-width: 100%;
	max-height: min(280px, 42vh);
	margin: 0;
	padding: 8px;
	overflow-x: hidden;
	overflow-y: auto;
	border-width: 1px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px) scale(.985);
	transform-origin: top center;
	pointer-events: none;
	z-index: 120;
	box-shadow: 0 22px 52px rgba(10, 23, 13, 0.18), 0 5px 14px rgba(10, 23, 13, 0.07);
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.sbs-select-ready.is-open {
	z-index: 121;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.sbs-select-ready.is-open .sbs-wc-products__select-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-grid,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-shell,
.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field {
	overflow: visible;
}@media (prefers-reduced-motion: reduce){.sbs-wc-products__filters--shop_search .sbs-wc-products__shop-search-field .sbs-wc-products__select-wrap.sbs-select-ready .sbs-wc-products__select-menu {
		transition: none !important;
	}}@keyframes sbs-access-button-spin {
	to {
		transform: rotate(360deg);
	}
}@keyframes sbs-access-auth-in {
	from { opacity: 0; }
	to { opacity: 1; }
}@keyframes sbs-access-auth-out {
	from { opacity: 1; }
	to { opacity: 0; }
}@keyframes sbs-access-flip-out-signup {
	from { opacity: 1; transform: rotateY(0deg) scale(1); }
	to { opacity: 0.35; transform: rotateY(-88deg) scale(0.985); }
}@keyframes sbs-access-flip-in-signup {
	from { opacity: 0.35; transform: rotateY(88deg) scale(0.985); }
	to { opacity: 1; transform: rotateY(0deg) scale(1); }
}@keyframes sbs-access-flip-out-login {
	from { opacity: 1; transform: rotateY(0deg) scale(1); }
	to { opacity: 0.35; transform: rotateY(88deg) scale(0.985); }
}@keyframes sbs-access-flip-in-login {
	from { opacity: 0.35; transform: rotateY(-88deg) scale(0.985); }
	to { opacity: 1; transform: rotateY(0deg) scale(1); }
}