:root {
	--bs-brand-red: #93242d;
	--bs-brand-red-dark: #71151d;
	--bs-black: #111111;
	--bs-ink: #1e1e1e;
	--bs-muted: #686868;
	--bs-line: #dddddd;
	--bs-soft: #f3f3f2;
	--bs-white: #ffffff;
	--bs-success: #227447;
	--bs-warning: #8a5a00;
	--bs-error: #a61b25;
	--bs-radius: 2px;
	--bs-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
	--bs-shell: min(1400px, calc(100% - 64px));
	--bs-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bs-white);
	color: var(--bs-ink);
	font-family: var(--bs-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.bs-menu-open,
body.bs-filter-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

[hidden] {
	display: none !important;
}

:focus-visible {
	outline: 3px solid var(--bs-brand-red);
	outline-offset: 3px;
}

.bs-shell {
	width: var(--bs-shell);
	margin-inline: auto;
}

.screen-reader-text,
.bs-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bs-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000000;
	width: auto;
	height: auto;
	clip: auto;
	margin: 0;
	padding: 12px 18px;
	background: var(--bs-white);
	color: var(--bs-black);
	box-shadow: var(--bs-shadow);
	font-weight: 800;
}

.bs-site-content {
	min-height: 40vh;
}

.bs-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--bs-white);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.admin-bar .bs-header {
	top: 32px;
}

.bs-service-bar {
	max-height: 42px;
	overflow: hidden;
	background: var(--bs-black);
	color: var(--bs-white);
	font-size: 13px;
	letter-spacing: 0.01em;
	transition: max-height 0.2s ease;
}

.bs-header.is-compact .bs-service-bar {
	max-height: 0;
}

.bs-service-bar__inner {
	min-height: 40px;
	padding-block: 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.bs-service-bar__promises,
.bs-service-menu__list {
	display: flex;
	align-items: center;
	gap: 21px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bs-service-bar__promises i {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #ff7c84;
}

.bs-service-menu__list {
	gap: 25px;
}

.bs-service-menu a {
	color: var(--bs-white);
	transition: opacity 0.2s ease;
}

.bs-service-menu a:hover {
	opacity: 0.72;
}

.bs-main-header {
	background: var(--bs-white);
}

.bs-main-header__inner {
	min-height: 106px;
	display: grid;
	grid-template-columns: 250px minmax(320px, 1fr) auto;
	gap: 34px;
	align-items: center;
	transition: min-height 0.2s ease;
}

.bs-header.is-compact .bs-main-header__inner {
	min-height: 82px;
}

.bs-logo {
	width: min(230px, 100%);
}

.bs-logo .custom-logo-link,
.bs-logo__fallback {
	display: block;
	width: 100%;
}

.bs-logo img {
	width: 100%;
	max-height: 77px;
	object-fit: contain;
	object-position: left center;
}

.bs-header-search {
	width: 100%;
	max-width: 690px;
	justify-self: center;
	position: relative;
	z-index: 4;
}

.bs-header-search .dgwt-wcas-search-wrapp,
.bs-mobile-drawer__search .dgwt-wcas-search-wrapp {
	max-width: none;
	margin: 0;
}

.bs-header-search .dgwt-wcas-sf-wrapp,
.bs-mobile-drawer__search .dgwt-wcas-sf-wrapp,
.bs-header-search .woocommerce-product-search,
.bs-header-search .search-form,
.bs-mobile-drawer__search .woocommerce-product-search,
.bs-mobile-drawer__search .search-form {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 54px;
	padding: 0;
	border: 2px solid var(--bs-black);
	border-radius: var(--bs-radius);
	background: var(--bs-white);
}

.bs-header-search .dgwt-wcas-sf-wrapp:focus-within,
.bs-mobile-drawer__search .dgwt-wcas-sf-wrapp:focus-within,
.bs-header-search .woocommerce-product-search:focus-within,
.bs-header-search .search-form:focus-within {
	border-color: var(--bs-brand-red);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--bs-brand-red) 18%, transparent);
}

.bs-header-search input[type="search"],
.bs-mobile-drawer__search input[type="search"] {
	flex: 1;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 0 64px 0 18px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--bs-ink);
	font-size: 15px !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.bs-header-search button[type="submit"],
.bs-mobile-drawer__search button[type="submit"] {
	width: 58px;
	min-width: 58px;
	min-height: 50px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--bs-brand-red);
	color: var(--bs-white);
	cursor: pointer;
	transition: background 0.2s ease;
}

.bs-header-search button[type="submit"]:hover,
.bs-mobile-drawer__search button[type="submit"]:hover {
	background: var(--bs-brand-red-dark);
}

.dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-details-wrapp {
	z-index: 100000 !important;
}

.bs-header-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	white-space: nowrap;
}

.bs-consultation,
.bs-header-action {
	min-height: 48px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.bs-consultation {
	padding-right: 22px;
	border-right: 1px solid var(--bs-line);
}

.bs-consultation__icon,
.bs-header-action__icon,
.bs-cart-icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 31px;
	height: 31px;
	flex: 0 0 auto;
}

.bs-consultation__icon {
	color: var(--bs-brand-red);
}

.bs-consultation > span:last-child,
.bs-header-action__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.bs-consultation small,
.bs-header-action small {
	margin-bottom: 3px;
	color: #777777;
	font-size: 11px;
	font-weight: 400;
}

.bs-consultation strong,
.bs-header-action strong {
	font-size: 13px;
	font-weight: 800;
}

.bs-cart-count {
	position: absolute;
	top: -7px;
	right: -5px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding-inline: 4px;
	border-radius: 99px;
	background: var(--bs-brand-red);
	color: var(--bs-white);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.bs-mobile-menu-button,
.bs-mobile-cart,
.bs-mobile-drawer,
.bs-mobile-backdrop {
	display: none;
}

.bs-category-nav {
	position: relative;
	min-height: 57px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #d5d5d5;
	background: var(--bs-white);
}

.bs-category-nav__inner {
	min-height: 56px;
	display: flex;
	align-items: center;
}

.bs-catalog-button {
	align-self: stretch;
	width: 260px;
	min-height: 56px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 0;
	border-radius: 0;
	background: var(--bs-brand-red);
	color: var(--bs-white);
	font-weight: 800;
	cursor: pointer;
}

.bs-catalog-button:hover,
.bs-catalog-button[aria-expanded="true"] {
	background: var(--bs-brand-red-dark);
}

.bs-catalog-button__icon {
	display: grid;
	place-items: center;
}

.bs-catalog-button__icon svg {
	width: 19px;
	height: 19px;
}

.bs-catalog-button__chevron {
	margin-left: auto;
	font-size: 19px;
	transition: transform 0.2s ease;
}

.bs-catalog-button[aria-expanded="true"] .bs-catalog-button__chevron {
	transform: rotate(180deg);
}

.bs-primary-navigation {
	flex: 1;
	min-width: 0;
	height: 56px;
}

.bs-primary-menu,
.bs-primary-navigation > div > ul {
	height: 56px;
	margin: 0;
	padding: 0 0 0 31px;
	display: flex;
	align-items: center;
	gap: 30px;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
}

.bs-primary-menu > li {
	position: relative;
	height: 56px;
	display: flex;
	align-items: center;
}

.bs-primary-menu > li > a {
	height: 56px;
	display: flex;
	align-items: center;
	position: relative;
}

.bs-primary-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 3px;
	background: var(--bs-brand-red);
	transition: right 0.2s ease;
}

.bs-primary-menu > li:hover > a::after,
.bs-primary-menu > .current-menu-item > a::after,
.bs-primary-menu > .current-menu-ancestor > a::after {
	right: 0;
}

.bs-primary-menu__highlight {
	margin-left: auto;
}

.bs-primary-menu__highlight > a {
	color: var(--bs-brand-red);
}

.bs-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 20;
	min-width: 250px;
	margin: 0;
	padding: 10px 0;
	display: none;
	list-style: none;
	border-top: 3px solid var(--bs-brand-red);
	background: var(--bs-white);
	box-shadow: var(--bs-shadow);
}

.bs-primary-menu li:hover > .sub-menu,
.bs-primary-menu li:focus-within > .sub-menu {
	display: block;
}

.bs-primary-menu .sub-menu a {
	display: block;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
}

.bs-primary-menu .sub-menu a:hover {
	background: var(--bs-soft);
	color: var(--bs-brand-red);
}

.bs-category-flyout {
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	z-index: 50;
	border-top: 3px solid var(--bs-brand-red);
	background: var(--bs-white);
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}

.bs-category-flyout__inner {
	min-height: 440px;
	max-height: min(600px, calc(100vh - 150px));
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: auto;
}

.bs-category-column {
	padding: 29px 24px 34px;
	border-right: 1px solid var(--bs-line);
}

.bs-category-column:nth-child(2) {
	background: #f6f6f5;
}

.bs-category-column:last-child {
	border-right: 0;
}

.bs-category-column__title {
	margin: 0 0 15px;
	color: var(--bs-black);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.bs-category-column__placeholder {
	margin: 10px 0;
	color: #8a8a8a;
	font-size: 13px;
}

.bs-category-column:has(.bs-category-group:not([hidden])) > .bs-category-column__placeholder {
	display: none;
}

.bs-category-row {
	min-height: 47px;
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.bs-category-row.is-active {
	background: rgba(147, 36, 45, 0.08);
}

.bs-category-row > a {
	flex: 1;
	min-width: 0;
	padding: 12px 10px;
	display: flex;
	align-items: center;
	color: #303030;
	font-size: 14px;
	font-weight: 650;
}

.bs-category-row > a:hover {
	color: var(--bs-brand-red);
}

.bs-category-row__next {
	width: 45px;
	border: 0;
	background: transparent;
	color: #777777;
	font-size: 23px;
	cursor: pointer;
}

.bs-category-row__next:hover,
.bs-category-row__next[aria-expanded="true"] {
	color: var(--bs-brand-red);
}

.bs-hero {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background: #202020;
	color: var(--bs-white);
}

.bs-hero__image {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(90deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.82) 34%, rgba(10, 10, 10, 0.26) 68%, rgba(10, 10, 10, 0.06) 100%),
		var(--bs-hero-image);
	background-position: center;
	background-size: cover;
	transform: scale(1.01);
}

.bs-hero::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
	background: var(--bs-brand-red);
}

.bs-hero__content {
	position: relative;
	z-index: 1;
	min-height: 520px;
	padding-block: 54px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.bs-eyebrow {
	margin: 0 0 18px;
	color: #ff8b92;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.bs-eyebrow--dark {
	margin-bottom: 11px;
	color: var(--bs-brand-red);
}

.bs-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(54px, 5.1vw, 84px);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 0.91;
}

.bs-hero h1 span {
	color: transparent;
	-webkit-text-stroke: 1.5px var(--bs-white);
}

.bs-hero__copy {
	max-width: 630px;
	margin: 27px 0 31px;
	color: #d8d8d8;
	font-size: 18px;
	line-height: 1.6;
}

.bs-hero__actions {
	display: flex;
	gap: 12px;
}

.bs-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button,
.wc-block-components-button {
	min-height: 51px;
	padding: 0 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	border: 0;
	border-radius: var(--bs-radius) !important;
	background: var(--bs-brand-red);
	color: var(--bs-white);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bs-button svg {
	width: 18px;
	height: 18px;
}

.bs-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover,
.wc-block-components-button:hover {
	background: var(--bs-brand-red-dark);
	color: var(--bs-white);
	transform: translateY(-1px);
}

.bs-button--light {
	background: var(--bs-white);
	color: var(--bs-black);
}

.bs-button--light:hover {
	background: #e8e8e8;
	color: var(--bs-black);
}

.bs-hero__facts {
	display: flex;
	margin-top: 39px;
}

.bs-hero__facts span {
	padding-inline: 27px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-left: 1px solid #5b5b5b;
	color: #aaaaaa;
	font-size: 12px;
}

.bs-hero__facts span:first-child {
	padding-left: 0;
	border-left: 0;
}

.bs-hero__facts strong {
	color: var(--bs-white);
	font-size: 15px;
}

.bs-trust-strip {
	border-bottom: 1px solid #e2e2e2;
	background: var(--bs-white);
}

.bs-trust-strip__grid {
	min-height: 102px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bs-trust-strip__grid > div {
	padding: 18px 30px;
	display: flex;
	align-items: center;
	gap: 16px;
	border-right: 1px solid #e4e4e4;
}

.bs-trust-strip__grid > div:first-child {
	padding-left: 0;
}

.bs-trust-strip__grid > div:last-child {
	border-right: 0;
}

.bs-trust-strip__icon {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 2px solid var(--bs-black);
	border-radius: 50%;
	color: var(--bs-brand-red);
	font-size: 16px;
	font-weight: 850;
}

.bs-trust-strip__icon svg {
	width: 19px;
	height: 19px;
}

.bs-trust-strip__grid > div > span:last-child {
	display: flex;
	flex-direction: column;
	color: #777777;
	font-size: 11px;
	line-height: 1.5;
}

.bs-trust-strip strong {
	color: var(--bs-black);
	font-size: 13px;
}

.bs-section {
	padding-block: 96px 104px;
}

.bs-section-heading {
	margin-bottom: 35px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.bs-section-heading h2 {
	margin: 0;
	font-size: clamp(34px, 3vw, 48px);
	letter-spacing: -0.045em;
	line-height: 1;
}

.bs-section-heading > a {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 13px;
	border-bottom: 1px solid var(--bs-black);
	font-size: 13px;
	font-weight: 850;
}

.bs-section-heading > a svg {
	width: 17px;
	height: 17px;
	color: var(--bs-brand-red);
}

.bs-world-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.bs-world-card {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	background: #333333;
	color: var(--bs-white);
}

.bs-world-card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 0;
	background: var(--bs-brand-red);
	transition: height 0.35s ease;
}

.bs-world-card:hover::after {
	height: 100%;
}

.bs-world-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bs-world-card:hover .bs-world-card__image {
	transform: scale(1.045);
}

.bs-world-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.12) 70%);
}

.bs-world-card__copy {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 25px;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.bs-world-card__copy > strong {
	font-size: 23px;
	line-height: 1.2;
}

.bs-world-card__copy > small {
	margin-top: 6px;
	color: #cfcfcf;
	font-size: 13px;
}

.bs-world-card__link {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bs-world-card__link svg {
	width: 16px;
	height: 16px;
	color: #ff8b92;
}

.bs-product-section {
	background: var(--bs-soft);
}

.bs-product-section .woocommerce {
	width: 100%;
}

.bs-empty-note,
.bs-empty-state {
	padding: 28px;
	border-left: 4px solid var(--bs-brand-red);
	background: var(--bs-soft);
}

.bs-advice {
	position: relative;
	min-height: 235px;
	margin-block: 104px;
	padding: 43px 48px;
	display: grid;
	grid-template-columns: 1.5fr 0.75fr auto;
	align-items: center;
	gap: 55px;
	overflow: hidden;
	background: #151515;
	color: var(--bs-white);
}

.bs-advice::before {
	content: "";
	position: absolute;
	top: -215px;
	right: 18%;
	width: 300px;
	height: 300px;
	border: 52px solid color-mix(in srgb, var(--bs-brand-red) 24%, transparent);
	transform: rotate(45deg);
}

.bs-advice > * {
	position: relative;
	z-index: 1;
}

.bs-advice h2 {
	margin: 0 0 12px;
	font-size: 40px;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.bs-advice__copy > p:not(.bs-eyebrow) {
	max-width: 620px;
	margin: 0;
	color: #bdbdbd;
	font-size: 14px;
	line-height: 1.6;
}

.bs-advice__contact {
	padding-left: 33px;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #555555;
}

.bs-advice__contact span {
	color: #aaaaaa;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bs-advice__contact a {
	margin: 7px 0 3px;
	font-size: 20px;
	font-weight: 850;
}

.bs-advice__contact small {
	color: #888888;
}

.bs-footer {
	padding-top: 68px;
	background: #0d0d0d;
	color: var(--bs-white);
}

.bs-footer__grid {
	padding-bottom: 63px;
	display: grid;
	grid-template-columns: 1.35fr 0.7fr 0.8fr 1fr;
	gap: 70px;
	align-items: start;
}

.bs-footer__brand,
.bs-footer__column,
.bs-footer__contact {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.bs-footer-wordmark {
	position: relative;
	margin-bottom: 24px;
	padding-top: 13px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--bs-white);
	line-height: 1;
}

.bs-footer-wordmark__mark {
	position: absolute;
	top: 0;
	left: 4px;
	display: flex;
	gap: 5px;
	transform: skew(-28deg);
}

.bs-footer-wordmark__mark i {
	width: 28px;
	height: 5px;
	display: block;
	background: var(--bs-brand-red);
}

.bs-footer-wordmark__name {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.055em;
}

.bs-footer-wordmark__name em {
	color: var(--bs-brand-red);
	font-style: normal;
}

.bs-footer-wordmark small {
	align-self: flex-end;
	margin-top: 5px;
	color: #b7b7b7;
	font-size: 9px;
	letter-spacing: 0.04em;
}

.bs-footer__brand p,
.bs-footer__brand address,
.bs-footer__column p {
	max-width: 340px;
	margin: 0 0 12px;
	color: #979797;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7;
}

.bs-footer__column h2 {
	margin: 0 0 20px;
	font-size: 13px;
}

.bs-footer__column ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
}

.bs-footer__column li,
.bs-footer__column li a {
	color: #979797;
	font-size: 12px;
}

.bs-footer__column a:hover {
	color: var(--bs-white);
}

.bs-footer__phone {
	margin: 4px 0 2px;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.25;
}

.bs-footer__mail {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--bs-brand-red);
	color: var(--bs-white);
	font-size: 12px;
	overflow-wrap: anywhere;
}

.bs-footer__bottom {
	min-height: 61px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #292929;
	color: #777777;
	font-size: 10px;
}

.bs-content-shell {
	max-width: min(1100px, calc(100% - 64px));
	padding-block: 72px 100px;
}

.bs-page--shop-flow .bs-content-shell {
	max-width: var(--bs-shell);
}

.bs-entry__header {
	margin-bottom: 42px;
}

.bs-entry__header h1,
.bs-archive__header h1,
.bs-error-page h1 {
	margin: 0;
	color: var(--bs-black);
	font-size: clamp(38px, 4.5vw, 64px);
	letter-spacing: -0.055em;
	line-height: 1.03;
}

.bs-entry__meta {
	margin: 0 0 8px;
	color: var(--bs-brand-red);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bs-entry__content {
	font-size: 17px;
}

.bs-entry__content > * {
	max-width: 900px;
}

.bs-page--shop-flow .bs-entry__content > * {
	max-width: none;
}

.bs-entry__content a {
	color: var(--bs-brand-red);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bs-entry__content h2,
.bs-entry__content h3,
.bs-entry__content h4 {
	margin-top: 2em;
	color: var(--bs-black);
	line-height: 1.2;
}

.bs-entry__content table {
	width: 100%;
	border-collapse: collapse;
}

.bs-entry__content th,
.bs-entry__content td {
	padding: 12px;
	border: 1px solid var(--bs-line);
	text-align: left;
}

.bs-entry__image {
	margin: 0 0 42px;
}

.bs-archive,
.bs-search-results {
	padding-block: 74px 110px;
}

.bs-archive__header {
	margin-bottom: 42px;
}

.bs-archive__description {
	max-width: 820px;
	margin-top: 18px;
	color: var(--bs-muted);
}

.bs-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.bs-post-card {
	min-width: 0;
	border: 1px solid var(--bs-line);
	background: var(--bs-white);
}

.bs-post-card__image {
	aspect-ratio: 1.45;
	display: block;
	overflow: hidden;
	background: var(--bs-soft);
}

.bs-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bs-post-card__copy {
	padding: 24px;
}

.bs-post-card__copy > p {
	margin: 0 0 8px;
	color: var(--bs-brand-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bs-post-card h2 {
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.25;
}

.bs-post-card__copy > div {
	color: var(--bs-muted);
	font-size: 14px;
}

.bs-post-card__price {
	color: var(--bs-black) !important;
	font-size: 17px !important;
	font-weight: 800;
}

.bs-post-card__link {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bs-brand-red);
	font-size: 12px;
	font-weight: 800;
}

.bs-post-card__link svg {
	width: 16px;
	height: 16px;
}

.bs-error-page {
	padding-block: 120px 150px;
}

.bs-error-page__inner {
	max-width: 900px;
}

.bs-error-page p:not(.bs-eyebrow) {
	max-width: 600px;
	margin: 20px 0 30px;
	color: var(--bs-muted);
	font-size: 18px;
}

.navigation.pagination,
.post-navigation {
	margin-top: 45px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	display: inline-grid;
	place-items: center;
	border: 1px solid var(--bs-line);
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--bs-brand-red);
	background: var(--bs-brand-red);
	color: var(--bs-white);
}

.bs-comments {
	margin-top: 70px;
	padding-top: 35px;
	border-top: 1px solid var(--bs-line);
}

.bs-comment-list {
	padding-left: 24px;
}

/* WooCommerce: native hooks and plugin output remain intact. */
.bs-main--woocommerce {
	padding-block: 58px 105px;
}

.bs-woocommerce-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 34px;
}

.bs-woocommerce-layout.has-sidebar {
	grid-template-columns: 280px minmax(0, 1fr);
}

.bs-woocommerce-layout.has-sidebar .bs-woocommerce-content {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.bs-shop-sidebar {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.bs-shop-sidebar__close,
.bs-filter-open,
.bs-filter-backdrop {
	display: none;
}

.bs-shop-categories {
	overflow: hidden;
	border: 1px solid var(--bs-line);
	background: var(--bs-white);
}

.bs-shop-categories__heading {
	min-height: 64px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 3px solid var(--bs-brand-red);
	background: var(--bs-black);
	color: var(--bs-white);
}

.bs-shop-categories__heading > span {
	width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
}

.bs-shop-categories__heading svg {
	width: 19px;
	height: 19px;
}

.bs-shop-categories__heading h2 {
	margin: 0;
	color: var(--bs-white);
	font-size: 17px;
}

.bs-shop-categories__list,
.bs-shop-categories__children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bs-shop-categories__list + .bs-shop-categories__list {
	border-top: 1px solid var(--bs-line);
}

.bs-shop-categories__list li {
	border-bottom: 1px solid #e7e7e5;
}

.bs-shop-categories__list li:last-child {
	border-bottom: 0;
}

.bs-shop-categories__list a {
	position: relative;
	min-height: 55px;
	padding: 12px 13px 12px 18px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 25px 14px;
	align-items: center;
	gap: 7px;
	border-left: 4px solid transparent;
	color: #292929;
	font-size: 13px;
	font-weight: 750;
}

.bs-shop-categories__list a:hover {
	background: #f6f6f5;
}

.bs-shop-categories__list li.is-current > a {
	border-left-color: var(--bs-brand-red);
	background: #f8eded;
	color: var(--bs-black);
}

.bs-shop-categories__list a small {
	width: 25px;
	height: 25px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #eeeeec;
	color: #666666;
	font-size: 10px;
	font-weight: 750;
}

.bs-shop-categories__list li.is-current > a small {
	background: var(--bs-brand-red);
	color: var(--bs-white);
}

.bs-shop-categories__list a i {
	color: var(--bs-brand-red);
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}

.bs-shop-categories__children {
	padding: 3px 0 7px 17px;
	border-left: 2px solid #e1e1df;
	background: #fafaf9;
}

.bs-shop-categories__children li {
	border-bottom: 0;
}

.bs-shop-categories__children a {
	min-height: 41px;
	padding-block: 8px;
	font-size: 12px;
	font-weight: 650;
}

.bs-shop-categories__support {
	margin: 8px;
	padding: 19px 16px;
	display: flex;
	flex-direction: column;
	background: var(--bs-black);
	color: var(--bs-white);
}

.bs-shop-categories__support small {
	color: #aaaaaa;
	font-size: 10px;
}

.bs-shop-categories__support strong {
	margin-top: 7px;
	font-size: 21px;
}

.bs-shop-categories__support span {
	margin-top: 10px;
	color: #ff666b;
	font-size: 11px;
	font-weight: 750;
}

.bs-shop-filter-widgets {
	margin-top: 14px;
}

.bs-widget {
	margin-bottom: 14px;
	padding: 21px;
	border: 1px solid var(--bs-line);
	background: var(--bs-white);
}

.bs-widget__title {
	margin: 0 0 15px;
	font-size: 15px;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 30px;
	color: #797979;
	font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--bs-brand-red);
}

.woocommerce-products-header {
	margin-bottom: 36px;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	margin: 0;
	color: var(--bs-black);
	font-size: clamp(36px, 4vw, 58px);
	letter-spacing: -0.05em;
	line-height: 1.04;
}

.woocommerce-products-header .term-description {
	max-width: 850px;
	margin-top: 18px;
	color: var(--bs-muted);
}

.bs-product-category-description {
	position: relative;
	clear: both;
	max-width: 100%;
	margin-top: 52px;
	padding: clamp(24px, 3vw, 36px) clamp(22px, 3.4vw, 42px);
	overflow: hidden;
	border: 1px solid #dededc;
	border-left: 4px solid var(--bs-brand-red);
	background: var(--bs-white);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.045);
	color: #5f5f5f;
	font-size: 14px;
	line-height: 1.75;
}

.bs-product-category-description::after {
	position: absolute;
	top: -55px;
	right: -55px;
	width: 145px;
	height: 145px;
	border: 24px solid rgba(199, 25, 32, 0.045);
	content: "";
	pointer-events: none;
	transform: rotate(45deg);
}

.bs-product-category-description__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 9px;
	color: var(--bs-brand-red);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.bs-product-category-description__title {
	position: relative;
	z-index: 1;
	margin: 0 0 17px;
	color: #171717;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.bs-product-category-description__content {
	position: relative;
	z-index: 1;
	max-width: 880px;
}

.bs-product-category-description__content > :first-child {
	margin-top: 0;
}

.bs-product-category-description__content > :last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-result-count {
	margin: 12px 0 25px;
	color: var(--bs-muted);
	font-size: 13px;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 25px;
}

.bs-catalog-toolbar {
	min-height: 65px;
	margin-bottom: 17px;
	padding: 10px 11px 10px 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border: 1px solid var(--bs-line);
	background: var(--bs-white);
}

.bs-catalog-toolbar .woocommerce-result-count,
.bs-catalog-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.bs-catalog-toolbar .woocommerce-result-count {
	margin-right: auto;
}

.bs-catalog-toolbar .woocommerce-ordering select {
	min-height: 43px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #bdbdbd;
	border-radius: var(--bs-radius);
	background: var(--bs-white);
	color: var(--bs-ink);
	box-shadow: none;
}

.woocommerce form .form-row textarea {
	min-height: 120px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
	border-color: var(--bs-brand-red);
	outline: 2px solid color-mix(in srgb, var(--bs-brand-red) 17%, transparent);
}

.woocommerce ul.products {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.bs-main--woocommerce .bs-woocommerce-layout.is-catalog ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0 0 18px;
	display: flex;
	flex-direction: column;
	border: 1px solid #e5e5e5;
	background: var(--bs-white);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce .bs-woocommerce-layout.is-catalog ul.products li.product,
.woocommerce-page .bs-woocommerce-layout.is-catalog ul.products li.product {
	width: 100%;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1.25;
	margin: 0;
	object-fit: cover;
	background: var(--bs-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0;
	padding: 18px 18px 0;
	color: var(--bs-black);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42;
}

.woocommerce ul.products li.product .price {
	margin: auto 18px 0;
	padding-top: 16px;
	border-top: 1px solid #e5e5e3;
	color: var(--bs-black);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price .tiered-pricing-dynamic-price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount {
	color: var(--bs-black);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
}

.woocommerce ul.products li.product .price .woocommerce-price-suffix {
	display: block;
	margin: 0;
	color: #747474;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
}

.woocommerce ul.products li.product .price > br,
.woocommerce ul.products li.product .tiered-pricing-you-save--hidden {
	display: none !important;
}

.woocommerce ul.products li.product .price del {
	color: #888888;
	font-size: 13px;
	font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
	color: var(--bs-brand-red);
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	margin: 14px 18px 0;
	min-height: 44px;
	padding: 0 15px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.woocommerce span.onsale {
	top: 12px;
	left: 12px;
	z-index: 2;
	min-width: 0;
	min-height: 0;
	padding: 7px 9px;
	border-radius: 0;
	background: var(--bs-brand-red);
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 44px;
	text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-right: 6px;
	border: 1px solid var(--bs-line);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 42px;
	min-height: 42px;
	padding: 10px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--bs-brand-red);
	color: var(--bs-white);
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 70px;
}

.woocommerce div.product div.images {
	width: 53%;
}

.woocommerce div.product div.summary {
	width: 42%;
}

.woocommerce div.product div.images img {
	background: var(--bs-soft);
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
	float: none;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin: 22px 0 6px;
	color: var(--bs-brand-red);
	font-size: 28px;
	font-weight: 850;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	margin: 22px 0;
	color: #555555;
}

.woocommerce div.product .stock {
	color: var(--bs-success);
	font-weight: 750;
}

.woocommerce div.product .out-of-stock {
	color: var(--bs-error);
}

.woocommerce div.product form.cart,
.woocommerce div.product form.variations_form {
	margin: 28px 0;
	padding: 23px;
	border: 1px solid var(--bs-line);
	background: #f7f7f6;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	padding: 7px 8px 7px 0;
	text-align: left;
}

.woocommerce .quantity .qty {
	width: 78px;
	min-height: 50px;
	border: 1px solid #bdbdbd;
	border-radius: 0;
}

.woocommerce div.product form.cart .button {
	min-height: 50px;
}

.woocommerce div.product .product_meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: var(--bs-muted);
	font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs {
	clear: both;
	margin-top: 70px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2px;
	border-bottom: 1px solid var(--bs-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 15px 19px;
	font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: var(--bs-black);
	color: var(--bs-white);
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 1000px;
	padding: 30px 0;
}

.woocommerce .related.products,
.woocommerce .upsells.products {
	clear: both;
	padding-top: 50px;
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2,
.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce h2 {
	margin: 0 0 25px;
	font-size: 28px;
	letter-spacing: -0.03em;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
	margin: 0 0 24px !important;
	padding: 17px 18px 17px 52px !important;
	border: 1px solid var(--bs-line);
	border-top: 0;
	border-left: 4px solid var(--bs-brand-red);
	border-radius: 0;
	background: #f8f8f7;
	color: var(--bs-ink);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--bs-brand-red);
}

.woocommerce-error {
	border-left-color: var(--bs-error);
}

.woocommerce-error::before {
	color: var(--bs-error);
}

.woocommerce table.shop_table {
	border: 1px solid var(--bs-line);
	border-radius: 0;
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 16px;
	border-color: var(--bs-line);
}

.woocommerce table.shop_table thead {
	background: var(--bs-black);
	color: var(--bs-white);
}

.woocommerce table.shop_table td.product-thumbnail {
	width: 100px;
}

.woocommerce table.shop_table td.product-thumbnail img {
	width: 74px;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 32px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: min(100%, 560px);
	padding: 28px;
	border: 1px solid var(--bs-line);
	background: var(--bs-soft);
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	gap: 7px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 190px;
	min-height: 47px;
	border: 1px solid #bdbdbd;
}

.woocommerce-checkout .bs-entry__header,
.woocommerce-cart .bs-entry__header,
.woocommerce-account .bs-entry__header {
	margin-bottom: 32px;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 38px;
	align-items: start;
}

.woocommerce-checkout #customer_details {
	width: 100%;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
	margin-top: 36px;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
	grid-row: 1;
	margin-bottom: 0;
	padding: 25px 25px 0;
	background: var(--bs-soft);
}

.woocommerce-checkout #order_review {
	grid-row: 1;
	margin-top: 63px;
	padding: 0 25px 25px;
	border: 1px solid var(--bs-line);
	border-top: 0;
	background: var(--bs-soft);
}

.woocommerce-checkout #payment {
	border-radius: 0;
	background: var(--bs-white);
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 18px;
	border-bottom-color: var(--bs-line);
}

.woocommerce-checkout #payment div.payment_box {
	background: var(--bs-soft);
	color: var(--bs-ink);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--bs-soft);
}

.woocommerce-checkout #payment div.form-row {
	padding: 18px;
}

.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 56px;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 36px;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid var(--bs-line);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid var(--bs-line);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 13px 16px;
	font-size: 14px;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--bs-brand-red);
	color: var(--bs-white);
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	min-width: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid var(--bs-line);
	border-radius: 0;
}

.wc-block-cart,
.wc-block-checkout {
	max-width: 100%;
}

.wc-block-components-sidebar-layout {
	gap: 35px;
}

.wc-block-components-sidebar {
	padding: 24px !important;
	border: 1px solid var(--bs-line);
	background: var(--bs-soft);
}

.wc-block-components-product-name {
	color: var(--bs-black);
	font-weight: 750;
}

.wc-block-grid__products {
	margin: 0;
}

.wc-block-grid__product {
	border: 1px solid var(--bs-line);
}

.tier-pricing-summary-table,
.tiered-pricing-table,
[class*="tiered-pricing"] {
	max-width: 100%;
}

.xoo-wsc-modal,
.xoo-wsc-container {
	z-index: 100001 !important;
}

.cmplz-cookiebanner {
	z-index: 100002 !important;
}

@media (max-width: 1240px) {
	:root {
		--bs-shell: min(100% - 40px, 1400px);
	}

	.bs-main-header__inner {
		grid-template-columns: 220px minmax(280px, 1fr) auto;
		gap: 24px;
	}

	.bs-logo {
		width: 210px;
	}

	.bs-consultation > span:last-child,
	.bs-header-action__copy {
		display: none;
	}

	.bs-consultation {
		padding-right: 18px;
	}

	.bs-primary-menu,
	.bs-primary-navigation > div > ul {
		gap: 22px;
		padding-left: 23px;
	}

	.bs-footer__grid {
		grid-template-columns: 1.2fr repeat(3, 1fr);
		gap: 35px;
	}
}

@media (max-width: 1024px) {
	.bs-service-menu__list li:last-child {
		display: none;
	}

	.bs-catalog-button {
		width: 220px;
	}

	.bs-primary-menu,
	.bs-primary-navigation > div > ul {
		gap: 18px;
		font-size: 13px;
	}

	.bs-category-flyout__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bs-trust-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bs-trust-strip__grid > div:nth-child(2) {
		border-right: 0;
	}

	.bs-world-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bs-advice {
		grid-template-columns: 1.3fr 1fr;
	}

	.bs-advice > .bs-button {
		grid-column: 2;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bs-woocommerce-layout.has-sidebar {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
		gap: 25px;
	}
}

@media (max-width: 782px) {
	.admin-bar .bs-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	:root {
		--bs-shell: calc(100% - 32px);
	}

	.bs-header {
		position: sticky;
		top: 0;
	}

	.admin-bar .bs-header {
		top: 0;
	}

	.bs-service-bar,
	.bs-header-search,
	.bs-header-actions,
	.bs-category-nav {
		display: none;
	}

	.bs-main-header__inner,
	.bs-header.is-compact .bs-main-header__inner {
		min-height: 74px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0;
	}

	.bs-mobile-menu-button,
	.bs-mobile-cart {
		width: 42px;
		height: 42px;
		padding: 8px;
		display: grid;
		place-items: center;
		border: 0;
		background: transparent;
		color: var(--bs-black);
	}

	.bs-mobile-menu-button {
		margin-left: -8px;
	}

	.bs-mobile-cart {
		margin-right: -8px;
	}

	.bs-logo {
		width: 190px;
		max-width: calc(100vw - 116px);
	}

	.bs-logo img {
		max-height: 60px;
	}

	.bs-mobile-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1090;
		display: block;
		border: 0;
		background: rgba(0, 0, 0, 0.55);
	}

	.bs-mobile-drawer {
		position: fixed;
		inset: 0 0 0 auto;
		z-index: 1100;
		width: min(92vw, 440px);
		height: 100dvh;
		padding: 0 18px 35px;
		display: block;
		overflow-y: auto;
		background: var(--bs-white);
		box-shadow: -20px 0 50px rgba(0, 0, 0, 0.2);
	}

	.bs-mobile-drawer__top {
		position: sticky;
		top: 0;
		z-index: 3;
		min-height: 68px;
		margin: 0 -18px 16px;
		padding: 0 18px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--bs-line);
		background: var(--bs-white);
	}

	.bs-mobile-drawer__top button {
		width: 44px;
		height: 44px;
		display: grid;
		place-items: center;
		border: 0;
		background: transparent;
	}

	.bs-mobile-drawer__search {
		margin-bottom: 15px;
	}

	.bs-mobile-drawer__search .dgwt-wcas-sf-wrapp,
	.bs-mobile-drawer__search .woocommerce-product-search,
	.bs-mobile-drawer__search .search-form {
		min-height: 48px;
	}

	.bs-mobile-drawer__quick-links {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border: 1px solid var(--bs-line);
	}

	.bs-mobile-drawer__quick-links a {
		min-height: 75px;
		padding: 9px 6px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		border-right: 1px solid var(--bs-line);
		font-size: 11px;
		text-align: center;
	}

	.bs-mobile-drawer__quick-links a:last-child {
		border-right: 0;
	}

	.bs-mobile-drawer__quick-links svg {
		width: 21px;
		height: 21px;
		color: var(--bs-brand-red);
	}

	.bs-mobile-category-navigation,
	.bs-mobile-page-navigation {
		margin-top: 24px;
	}

	.bs-mobile-category-panel h2,
	.bs-mobile-page-navigation h2 {
		margin: 0 0 9px;
		font-size: 18px;
	}

	.bs-mobile-category-panel__back {
		min-height: 44px;
		margin: 0 0 12px;
		padding: 0;
		display: flex;
		align-items: center;
		gap: 8px;
		border: 0;
		background: transparent;
		color: var(--bs-brand-red);
		font-weight: 800;
	}

	.bs-mobile-category-panel__back svg {
		width: 18px;
		height: 18px;
	}

	.bs-mobile-category-panel ul,
	.bs-mobile-page-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid var(--bs-line);
	}

	.bs-mobile-category-panel li {
		min-height: 51px;
		display: flex;
		align-items: stretch;
		border-bottom: 1px solid var(--bs-line);
	}

	.bs-mobile-category-panel li > a {
		flex: 1;
		padding: 13px 5px;
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 700;
	}

	.bs-mobile-category-panel li > button {
		width: 51px;
		border: 0;
		background: transparent;
		color: var(--bs-brand-red);
		font-size: 25px;
	}

	.bs-mobile-page-menu li {
		border-bottom: 1px solid var(--bs-line);
	}

	.bs-mobile-page-menu a {
		min-height: 48px;
		padding: 11px 5px;
		display: flex;
		align-items: center;
		font-size: 14px;
	}

	.bs-mobile-page-menu .sub-menu {
		margin: 0 0 10px 14px;
		padding: 0;
		list-style: none;
		border-left: 2px solid var(--bs-line);
	}

	.bs-hero,
	.bs-hero__content {
		min-height: 590px;
	}

	.bs-hero__image {
		background-image:
			linear-gradient(0deg, rgba(10, 10, 10, 0.96) 0%, rgba(10, 10, 10, 0.79) 52%, rgba(10, 10, 10, 0.05) 100%),
			var(--bs-hero-image);
		background-position: 70% center;
	}

	.bs-hero__content {
		padding-block: 48px 42px;
		justify-content: flex-end;
	}

	.bs-hero h1 {
		font-size: 51px;
	}

	.bs-hero__copy {
		margin: 20px 0 25px;
		font-size: 15px;
		line-height: 1.55;
	}

	.bs-hero__actions {
		width: 100%;
		flex-direction: column;
	}

	.bs-button {
		width: 100%;
	}

	.bs-hero__facts {
		width: 100%;
		margin-top: 28px;
	}

	.bs-hero__facts span {
		padding-inline: 13px;
	}

	.bs-hero__facts span:nth-child(3) {
		display: none;
	}

	.bs-trust-strip__grid {
		grid-template-columns: 1fr;
		padding-block: 10px;
	}

	.bs-trust-strip__grid > div,
	.bs-trust-strip__grid > div:first-child {
		min-height: 73px;
		padding: 12px 0;
		border-right: 0;
		border-bottom: 1px solid #e4e4e4;
	}

	.bs-trust-strip__grid > div:last-child {
		border-bottom: 0;
	}

	.bs-trust-strip__grid > div:nth-child(n + 3) {
		display: none;
	}

	.bs-section {
		padding-block: 68px 72px;
	}

	.bs-section-heading {
		align-items: flex-start;
		margin-bottom: 25px;
	}

	.bs-section-heading h2 {
		font-size: 34px;
	}

	.bs-section-heading > a {
		display: none;
	}

	.bs-world-grid {
		display: flex;
		gap: 10px;
		margin-right: -16px;
		padding-right: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.bs-world-grid::-webkit-scrollbar {
		display: none;
	}

	.bs-world-card {
		flex: 0 0 82vw;
		min-height: 380px;
		scroll-snap-align: start;
	}

	.bs-advice {
		width: 100%;
		margin: 0;
		padding: 54px 24px;
		grid-template-columns: 1fr;
		gap: 31px;
	}

	.bs-advice h2 {
		font-size: 34px;
	}

	.bs-advice__contact {
		padding: 25px 0 0;
		border-top: 1px solid #444444;
		border-left: 0;
	}

	.bs-advice > .bs-button {
		grid-column: auto;
	}

	.bs-footer {
		padding-top: 54px;
	}

	.bs-footer__grid {
		padding-bottom: 45px;
		grid-template-columns: 1fr 1fr;
		gap: 40px 24px;
	}

	.bs-footer__brand,
	.bs-footer__contact {
		grid-column: 1 / 3;
	}

	.bs-footer__bottom {
		min-height: 75px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 8px;
	}

	.bs-content-shell {
		max-width: var(--bs-shell);
		padding-block: 50px 75px;
	}

	.bs-entry__header {
		margin-bottom: 28px;
	}

	.bs-entry__content {
		font-size: 16px;
	}

	.bs-post-grid {
		grid-template-columns: 1fr;
	}

	.bs-main--woocommerce {
		padding-block: 38px 75px;
	}

	.bs-woocommerce-layout,
	.bs-woocommerce-layout.has-sidebar {
		display: block;
	}

	.bs-woocommerce-layout.has-sidebar .bs-woocommerce-content {
		display: block;
	}

	.bs-filter-open {
		min-height: 42px;
		margin: 0;
		padding: 0 14px;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		border: 1px solid var(--bs-black);
		background: var(--bs-white);
		font-weight: 800;
	}

	.bs-filter-open svg {
		width: 18px;
		height: 18px;
	}

	.bs-shop-sidebar {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 1200;
		width: min(90vw, 390px);
		padding: 70px 18px 30px;
		overflow-y: auto;
		background: var(--bs-white);
		box-shadow: 20px 0 50px rgba(0, 0, 0, 0.2);
		transform: translateX(-105%);
		transition: transform 0.25s ease;
	}

	body.bs-filter-open .bs-shop-sidebar {
		transform: translateX(0);
	}

	.bs-shop-sidebar__close {
		position: absolute;
		top: 10px;
		right: 12px;
		min-height: 44px;
		display: flex;
		align-items: center;
		gap: 7px;
		border: 0;
		background: transparent;
		font-weight: 800;
	}

	.bs-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1190;
		border: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	body.bs-filter-open .bs-filter-backdrop {
		display: block;
	}

	.bs-catalog-toolbar {
		min-height: 61px;
		padding: 8px 9px;
	}

	.bs-catalog-toolbar .woocommerce-result-count {
		display: none;
	}

	.bs-catalog-toolbar .woocommerce-ordering {
		margin-left: auto;
	}

	.bs-catalog-toolbar .woocommerce-ordering select {
		max-width: 177px;
		font-size: 12px;
	}

	.woocommerce ul.products,
	.bs-product-section .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.bs-main--woocommerce .bs-woocommerce-layout.is-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
		padding: 14px 12px 0;
		font-size: 13px;
	}

	.woocommerce ul.products li.product .price {
		margin-top: 18px;
		margin-inline: 12px;
		padding-top: 13px;
		font-size: 15px;
	}

	.woocommerce ul.products li.product .price .woocommerce-Price-amount {
		font-size: 15px;
	}

	.woocommerce ul.products li.product .price .woocommerce-price-suffix {
		font-size: 10px;
	}

	.woocommerce ul.products li.product .button {
		margin-inline: 12px;
		min-height: 42px;
		padding-inline: 9px;
		font-size: 11px;
	}

	.woocommerce-products-header__title,
	.woocommerce div.product .product_title {
		font-size: 38px;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		float: none;
		width: 100%;
		margin-bottom: 35px;
	}

	.woocommerce div.product form.cart,
	.woocommerce div.product form.variations_form {
		padding: 17px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		white-space: nowrap;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		padding: 12px;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		flex: 1;
		width: auto;
	}

	.woocommerce-checkout form.checkout {
		display: block;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 42px;
		padding: 23px 20px 0;
	}

	.woocommerce-checkout #order_review {
		margin-top: 0;
		padding: 20px;
		border-top: 1px solid var(--bs-line);
	}

	.woocommerce-account .woocommerce {
		display: block;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}

	.wc-block-components-sidebar-layout {
		display: block !important;
	}

	.wc-block-components-sidebar {
		width: 100% !important;
		margin-top: 28px;
	}
}

@media (max-width: 420px) {
	.bs-logo {
		width: 168px;
	}

	.bs-menu-open .xoo-wsc-basket {
		visibility: hidden;
		pointer-events: none;
	}

	.bs-hero h1 {
		font-size: 44px;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr 1fr;
	}

	.bs-footer__grid {
		grid-template-columns: 1fr;
	}

	.bs-footer__brand,
	.bs-footer__contact {
		grid-column: auto;
	}
}

/* Product detail page. WooCommerce keeps ownership of all product data. */
.single-product .bs-main--woocommerce {
	padding-block: 30px 100px;
}

.single-product .woocommerce .woocommerce-breadcrumb {
	min-height: 40px;
	margin-bottom: 29px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.single-product .woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	column-gap: clamp(34px, 4.2vw, 68px);
	align-items: start;
}

.single-product #content .woocommerce div.product div.images,
.single-product #content .woocommerce div.product div.summary,
.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
	float: none;
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
	margin: 0;
}

.single-product .woocommerce div.product div.images {
	padding: 0;
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background: #f4f4f3;
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image {
	background: #f4f4f3;
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
	display: block;
}

.single-product .woocommerce div.product div.images img {
	width: 100%;
	background: #f4f4f3;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 9px;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li {
	overflow: hidden;
	border: 1px solid #d8d8d8;
	background: #f3f3f2;
	opacity: 0.72;
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li:hover,
.single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border-color: var(--bs-brand-red);
	opacity: 1;
}

.single-product .woocommerce div.product .woocommerce-product-gallery__trigger {
	top: 16px;
	right: 16px;
	z-index: 4;
	background: var(--bs-white);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.single-product .woocommerce div.product div.summary {
	position: static;
	padding: clamp(28px, 3vw, 42px);
	border: 1px solid #dedede;
	background: var(--bs-white);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.07);
}

.single-product .bs-product-kicker {
	margin: 0 0 12px;
	color: var(--bs-brand-red);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-product .bs-product-kicker a:hover {
	color: var(--bs-brand-red-dark);
}

.single-product .woocommerce div.product .product_title {
	font-size: clamp(38px, 3.5vw, 54px);
	line-height: 1.02;
}

.single-product .bs-product-reference {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	color: #777777;
	font-size: 11px;
}

.single-product .bs-product-reference:has(span:empty) {
	justify-content: flex-end;
}

.single-product .bs-product-reference a {
	color: var(--bs-ink);
	border-bottom: 1px solid #999999;
}

.single-product .bs-product-reference a:hover {
	color: var(--bs-brand-red);
	border-color: var(--bs-brand-red);
}

.single-product .woocommerce div.product .woocommerce-product-rating {
	margin: 19px 0 0;
	font-size: 12px;
}

.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
	margin: 27px 0 0;
	padding-top: 24px;
	border-top: 1px solid #e2e2e2;
	color: var(--bs-brand-red);
	font-size: 34px;
	line-height: 1.1;
}

.single-product .woocommerce div.product .price del {
	color: #888888;
	font-size: 18px;
	font-weight: 500;
}

.single-product .woocommerce div.product .price ins {
	text-decoration: none;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description {
	margin: 25px 0 0;
	color: #4e4e4e;
	font-size: 14px;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description > :first-child {
	margin-top: 0;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description ul {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 9px;
	list-style: none;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description li {
	position: relative;
	padding-left: 19px;
}

.single-product .woocommerce div.product .woocommerce-product-details__short-description li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--bs-brand-red);
}

.single-product .woocommerce div.product .stock {
	margin: 20px 0 0;
	padding: 12px 14px;
	border-left: 3px solid var(--bs-success);
	background: #f3f6f3;
	font-size: 12px;
}

.single-product .woocommerce div.product .out-of-stock {
	border-left-color: var(--bs-error);
	background: #fbf2f3;
}

.single-product .woocommerce div.product form.cart,
.single-product .woocommerce div.product form.variations_form {
	margin: 24px 0 0;
	padding: 21px;
	border: 1px solid #d9d9d9;
	background: #f7f7f6;
}

.single-product .woocommerce div.product form.cart:not(.variations_form) {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 9px;
}

.single-product .woocommerce div.product form.cart .variations {
	width: 100%;
	margin: 0 0 16px;
}

.single-product .woocommerce div.product form.cart .variations tr {
	display: grid;
	grid-template-columns: 1fr;
}

.single-product .woocommerce div.product form.cart .variations th,
.single-product .woocommerce div.product form.cart .variations td {
	display: block;
	padding: 0;
}

.single-product .woocommerce div.product form.cart .variations th {
	margin-bottom: 7px;
	font-size: 12px;
}

.single-product .woocommerce div.product form.cart .variations tr + tr th {
	margin-top: 15px;
}

.single-product .woocommerce div.product form.cart .variations select {
	width: 100%;
	min-height: 49px;
	padding: 8px 38px 8px 12px;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	background: var(--bs-white);
}

.single-product .woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 6px;
	color: var(--bs-brand-red);
	font-size: 11px;
}

.single-product .woocommerce div.product .single_variation_wrap {
	width: 100%;
}

.single-product .woocommerce div.product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 9px;
}

.single-product .woocommerce .quantity .qty {
	min-height: 54px;
}

.single-product .woocommerce div.product form.cart .button {
	min-height: 54px;
	flex: 1;
	padding-inline: 22px;
	background: var(--bs-brand-red);
}

.single-product .woocommerce div.product form.cart .button:hover {
	background: var(--bs-brand-red-dark);
}

.single-product .bs-product-support {
	margin-top: 10px;
}

.single-product .bs-product-request {
	min-height: 48px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 1px solid #bbbbbb;
	color: var(--bs-ink);
	font-size: 12px;
	font-weight: 800;
}

.single-product .bs-product-request:hover {
	border-color: var(--bs-black);
}

.single-product .bs-product-request svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: var(--bs-brand-red);
}

.single-product .bs-product-service-list {
	margin-top: 27px;
	padding-top: 24px;
	display: grid;
	gap: 15px;
	border-top: 1px solid #e2e2e2;
}

.single-product .bs-product-service-list > div {
	display: flex;
	align-items: center;
	gap: 13px;
}

.single-product .bs-product-service-list__icon,
.single-product .bs-product-service-list__mark {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: grid;
	place-items: center;
	border: 1px solid #cccccc;
	border-radius: 50%;
	color: var(--bs-brand-red);
	font-size: 13px;
	font-weight: 850;
}

.single-product .bs-product-service-list__icon svg {
	width: 18px;
	height: 18px;
}

.single-product .bs-product-service-list > div > span:last-child {
	display: flex;
	flex-direction: column;
	color: #777777;
	font-size: 11px;
	line-height: 1.45;
}

.single-product .bs-product-service-list strong {
	color: var(--bs-ink);
	font-size: 12px;
}

.single-product .bs-product-service-list a {
	color: var(--bs-brand-red);
	font-size: 12px;
	font-weight: 750;
}

.single-product .woocommerce div.product .product_meta {
	margin-top: 25px;
	padding-top: 18px;
	border-top: 1px solid #e2e2e2;
}

.single-product .woocommerce div.product .product_meta .sku_wrapper {
	display: none;
}

.single-product .bs-product-details-anchor {
	grid-column: 1 / -1;
	scroll-margin-top: 170px;
}

.single-product .woocommerce div.product .woocommerce-tabs,
.single-product .woocommerce div.product .upsells.products,
.single-product .woocommerce div.product .related.products {
	grid-column: 1 / -1;
}

.single-product .woocommerce div.product .woocommerce-tabs {
	margin-top: 90px;
	padding: 0;
	background: var(--bs-soft);
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
	min-height: 72px;
	margin: 0;
	padding: 0;
	align-items: flex-end;
	gap: 2px;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	min-height: 55px;
	padding: 0 22px;
	display: flex;
	align-items: center;
	border-top: 3px solid transparent;
	color: #555555;
	font-size: 13px;
	font-weight: 800;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-top-color: var(--bs-brand-red);
	background: var(--bs-white);
	color: var(--bs-black);
}

.single-product .woocommerce div.product .woocommerce-tabs .panel {
	max-width: none;
	min-height: 300px;
	margin: 0;
	padding: 45px 48px 50px;
	background: var(--bs-white);
}

.single-product .woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
	margin-top: 0;
	font-size: clamp(30px, 3vw, 42px);
	letter-spacing: -0.04em;
}

.single-product .woocommerce table.shop_attributes {
	max-width: 900px;
	border-top: 1px solid var(--bs-line);
}

.single-product .woocommerce table.shop_attributes th,
.single-product .woocommerce table.shop_attributes td {
	padding: 13px 15px;
	border-bottom: 1px solid var(--bs-line);
	font-size: 13px;
}

.single-product .woocommerce table.shop_attributes th {
	background: #f7f7f6;
}

.single-product .woocommerce table.shop_attributes td {
	background: var(--bs-white);
}

.single-product .woocommerce table.shop_attributes td p {
	padding: 0;
}

.single-product .woocommerce .upsells.products,
.single-product .woocommerce .related.products {
	padding-top: 80px;
}

.single-product .woocommerce .upsells.products > h2,
.single-product .woocommerce .related.products > h2 {
	margin-bottom: 32px;
	font-size: clamp(32px, 3vw, 45px);
}

@media (max-width: 1024px) {
	.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
		column-gap: 30px;
	}

	.single-product .woocommerce div.product div.summary {
		padding: 27px;
	}
}

@media (max-width: 760px) {
	.single-product .bs-main--woocommerce {
		padding-block: 20px 70px;
	}

	.single-product .woocommerce .woocommerce-breadcrumb {
		min-height: 36px;
		margin-bottom: 20px;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
	}

	.single-product .woocommerce div.product {
		display: block;
	}

	.single-product .woocommerce div.product div.images {
		margin-bottom: 27px;
	}

	.single-product .woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
	}

	.single-product .woocommerce div.product div.summary {
		position: static;
		padding: 25px 20px;
		box-shadow: none;
	}

	.single-product .woocommerce div.product .product_title {
		font-size: 39px;
	}

	.single-product .bs-product-reference {
		flex-direction: column;
		gap: 4px;
	}

	.single-product .woocommerce div.product form.cart:not(.variations_form),
	.single-product .woocommerce div.product .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 1fr;
	}

	.single-product .woocommerce .quantity .qty {
		width: 100%;
	}

	.single-product .woocommerce div.product .woocommerce-tabs {
		margin-top: 64px;
	}

	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
		min-height: 62px;
		align-items: stretch;
		overflow-x: auto;
	}

	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
		min-height: 62px;
		padding-inline: 16px;
		white-space: nowrap;
	}

	.single-product .woocommerce div.product .woocommerce-tabs .panel {
		min-height: 0;
		padding: 34px 20px 38px;
	}

	.single-product .woocommerce .upsells.products,
	.single-product .woocommerce .related.products {
		padding-top: 62px;
	}
}

/* Cart and checkout flow. */
.woocommerce-cart .bs-page,
.woocommerce-checkout .bs-page {
	background: #f6f6f4;
}

.woocommerce-cart .bs-content-shell,
.woocommerce-checkout .bs-content-shell {
	padding-block: 54px 96px;
}

.woocommerce-cart .bs-entry__header,
.woocommerce-checkout .bs-entry__header {
	margin-bottom: 28px;
}

.woocommerce-cart .bs-entry__header h1,
.woocommerce-checkout .bs-entry__header h1 {
	font-size: clamp(40px, 4vw, 56px);
}

.bs-order-steps {
	margin: 0 0 30px;
}

.bs-order-steps ol {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid #d7d7d3;
	background: var(--bs-white);
	list-style: none;
}

.bs-order-steps li {
	position: relative;
	min-width: 0;
	border-bottom: 3px solid transparent;
}

.bs-order-steps li:not(:last-child) {
	border-right: 1px solid #e2e2df;
}

.bs-order-steps li.is-active {
	border-bottom-color: var(--bs-brand-red);
}

.bs-order-steps__link {
	min-height: 78px;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--bs-muted);
	text-decoration: none !important;
}

a.bs-order-steps__link:hover {
	color: var(--bs-brand-red);
}

.bs-order-steps__number {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: grid;
	place-items: center;
	border: 1px solid #c6c6c2;
	border-radius: 50%;
	background: var(--bs-white);
	color: var(--bs-black);
	font-size: 13px;
	font-weight: 850;
}

.bs-order-steps li.is-active .bs-order-steps__number {
	border-color: var(--bs-brand-red);
	background: var(--bs-brand-red);
	color: var(--bs-white);
}

.bs-order-steps li.is-complete .bs-order-steps__number {
	border-color: var(--bs-black);
	background: var(--bs-black);
	color: var(--bs-white);
}

.bs-order-steps__copy {
	min-width: 0;
	display: grid;
	line-height: 1.25;
}

.bs-order-steps__copy small {
	margin-bottom: 2px;
	color: #8a8a85;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bs-order-steps__copy strong {
	overflow: hidden;
	color: var(--bs-black);
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce-cart form.woocommerce-cart-form {
	overflow: hidden;
	border: 1px solid #d7d7d3;
	background: var(--bs-white);
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table {
	margin: 0;
	border: 0;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table thead {
	background: var(--bs-black);
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table thead th {
	padding-block: 18px;
	color: var(--bs-white);
	font-size: 12px;
	letter-spacing: 0.03em;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table td {
	padding-block: 18px;
	vertical-align: middle;
}

.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #e5e5e2;
}

.woocommerce-cart table.cart td.product-thumbnail {
	width: 112px;
}

.woocommerce-cart table.cart td.product-thumbnail img {
	width: 72px;
	aspect-ratio: 1;
	object-fit: contain;
}

.woocommerce-cart table.cart td.product-name a {
	color: var(--bs-black);
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-cart table.cart td.product-name a:hover {
	color: var(--bs-brand-red);
}

.woocommerce-cart table.cart td.product-remove a.remove {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid #d3d3cf;
	border-radius: 50%;
	color: var(--bs-brand-red) !important;
	font-size: 21px;
	line-height: 1;
	text-decoration: none;
}

.woocommerce-cart table.cart td.product-remove a.remove:hover {
	border-color: var(--bs-brand-red);
	background: var(--bs-brand-red);
	color: var(--bs-white) !important;
}

.woocommerce-cart table.cart .quantity .qty {
	min-height: 46px;
}

.woocommerce-cart table.cart td.actions {
	padding: 18px;
	background: #f7f7f5;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 28px;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
	display: none;
}

.woocommerce-cart .cart-collaterals .cross-sells {
	float: none !important;
	width: auto !important;
	min-width: 0;
	flex: 1 1 620px;
}

.woocommerce-cart .cross-sells ul.products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-cart .cross-sells ul.products li.product,
.woocommerce-page .cross-sells ul.products li.product {
	float: none !important;
	width: 100% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: min(100%, 540px);
	float: none;
	flex: 0 1 540px;
	padding: 30px;
	border: 1px solid #d7d7d3;
	background: var(--bs-white);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.woocommerce-cart .cart_totals h2 {
	margin: 0 0 20px;
	padding-bottom: 17px;
	border-bottom: 3px solid var(--bs-brand-red);
	font-size: 25px;
}

.woocommerce-cart .cart_totals table.shop_table {
	margin-bottom: 18px;
	border: 0;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	padding: 14px 0;
	border-width: 0 0 1px;
}

.woocommerce-cart .cart_totals table.shop_table th {
	width: 42%;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt {
	min-height: 56px;
	margin: 22px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-brand-red) !important;
	color: var(--bs-white) !important;
	font-size: 15px;
	text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt:hover,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt:focus-visible {
	background-color: var(--bs-brand-red-dark) !important;
	color: var(--bs-white) !important;
}

.woocommerce-checkout form.checkout {
	grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.75fr);
	gap: 30px;
}

.woocommerce-checkout #customer_details {
	padding: 32px;
	border: 1px solid #d7d7d3;
	background: var(--bs-white);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
	color: var(--bs-black);
	font-size: 25px;
	letter-spacing: -0.025em;
}

.woocommerce-checkout #customer_details h3 {
	margin-bottom: 22px;
	padding-bottom: 15px;
	border-bottom: 3px solid var(--bs-brand-red);
}

.woocommerce-checkout #customer_details .col-2 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2df;
}

.woocommerce-checkout #customer_details .col-2 > h3 {
	margin-top: 0;
}

.woocommerce-checkout form .form-row {
	margin: 0 0 18px;
}

.woocommerce-checkout form .form-row label {
	margin-bottom: 6px;
	color: #2c2c2a;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.woocommerce-checkout form .form-row .required {
	color: var(--bs-brand-red);
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #bdbdb8;
	border-radius: 2px;
	background: var(--bs-white);
	box-shadow: none;
	color: var(--bs-black);
}

.woocommerce-checkout .select2-container .select2-selection--single {
	padding-block: 10px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 30px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout .select2-container--focus .select2-selection--single {
	border-color: var(--bs-brand-red);
	box-shadow: 0 0 0 3px rgba(147, 36, 45, 0.1);
	outline: 0;
}

.woocommerce-checkout form .form-row textarea {
	min-height: 118px;
	resize: vertical;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	margin-top: 22px;
}

.woocommerce-checkout .bs-delivery-window-field {
	margin-top: 24px !important;
	padding: 21px 22px;
	border: 1px solid #d7d7d3;
	border-left: 4px solid var(--bs-brand-red);
	background: #f7f7f5;
}

.woocommerce-checkout .bs-delivery-window-field label {
	color: var(--bs-black);
	font-size: 15px;
}

.woocommerce-checkout .bs-delivery-window-field .description {
	margin: 8px 0 0;
	display: block;
	color: var(--bs-muted);
	font-size: 12px;
	line-height: 1.5;
}

.woocommerce-checkout #order_review_heading {
	margin: 0;
	padding: 28px 28px 18px;
	border: 1px solid #d7d7d3;
	border-bottom: 0;
	background: var(--bs-white);
}

.woocommerce-checkout #order_review {
	margin-top: 78px;
	padding: 0 28px 28px;
	border: 1px solid #d7d7d3;
	border-top: 0;
	background: var(--bs-white);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.woocommerce-checkout #order_review table.shop_table {
	margin-bottom: 20px;
	border: 0;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
	padding: 14px 10px;
}

.woocommerce-checkout #order_review table.shop_table thead {
	background: var(--bs-black);
}

.woocommerce-checkout #order_review table.shop_table thead th {
	color: var(--bs-white);
	font-size: 12px;
}

.woocommerce-checkout #order_review table.shop_table tbody td {
	font-size: 13px;
}

.woocommerce-checkout #order_review table.shop_table tfoot th {
	width: 42%;
	font-size: 13px;
}

.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td {
	padding-block: 18px;
	border-top: 2px solid var(--bs-black);
	font-size: 16px;
}

.woocommerce-checkout #shipping_method {
	margin: 4px 0;
}

.woocommerce-checkout #shipping_method li {
	margin: 8px 0;
	padding: 12px;
	border: 1px solid #d9d9d5;
	background: #fafaf8;
}

.woocommerce-checkout #shipping_method li label {
	color: var(--bs-black);
	font-weight: 750;
}

.woocommerce-checkout #shipping_method li input:checked + label {
	color: var(--bs-brand-red);
}

.woocommerce-checkout #shipping_method li p {
	margin: 4px 0 0 22px;
	color: var(--bs-muted);
	font-size: 11px;
}

.woocommerce-checkout #payment {
	border: 1px solid #d7d7d3;
	background: #f7f7f5;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 8px 18px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0;
	padding: 13px 0;
	border-bottom: 1px solid #dededb;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
	border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
	color: var(--bs-black);
	font-size: 13px;
	font-weight: 800;
}

.woocommerce-checkout #payment div.payment_box {
	margin: 12px 0 0;
	background: var(--bs-white);
	font-size: 12px;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--bs-white);
}

.woocommerce-checkout #payment div.form-row {
	padding: 18px;
	background: var(--bs-white);
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	color: var(--bs-muted);
	font-size: 11px;
	line-height: 1.5;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text a,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper a {
	color: var(--bs-brand-red);
}

.woocommerce-checkout #place_order {
	margin-top: 12px;
	background: var(--bs-brand-red);
}

.woocommerce-checkout #place_order:hover {
	background: var(--bs-brand-red-dark);
}

@media (max-width: 760px) {
	.woocommerce-cart .bs-content-shell,
	.woocommerce-checkout .bs-content-shell {
		padding-block: 36px 68px;
	}

	.bs-order-steps {
		margin-bottom: 22px;
	}

	.bs-order-steps__link {
		min-height: 64px;
		padding: 9px;
		justify-content: center;
		gap: 7px;
	}

	.bs-order-steps__number {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
		font-size: 11px;
	}

	.bs-order-steps__copy small {
		display: none;
	}

	.bs-order-steps__copy strong {
		max-width: 100px;
		font-size: 11px;
		white-space: normal;
	}

	.woocommerce-cart form.woocommerce-cart-form {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.woocommerce-cart form.woocommerce-cart-form table.shop_table {
		border: 1px solid #d7d7d3;
		background: var(--bs-white);
	}

	.woocommerce-cart table.cart td.actions {
		padding: 14px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 21px;
	}

	.woocommerce-cart .cross-sells ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout #customer_details {
		padding: 21px;
	}

	.woocommerce-checkout #customer_details .form-row-first,
	.woocommerce-checkout #customer_details .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 28px;
		padding: 22px 20px 13px;
	}

	.woocommerce-checkout #order_review {
		margin-top: 0;
		padding: 0 20px 20px;
	}

	.woocommerce-checkout #order_review table.shop_table th,
	.woocommerce-checkout #order_review table.shop_table td {
		padding-inline: 7px;
	}

	.woocommerce-checkout .bs-delivery-window-field {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.bs-header,
	.bs-footer,
	.bs-mobile-drawer,
	.bs-mobile-backdrop,
	.bs-shop-sidebar,
	.bs-advice {
		display: none !important;
	}

	.bs-site-content,
	.bs-main {
		padding: 0 !important;
	}

	a {
		color: #000000 !important;
		text-decoration: underline;
	}
}
