:root {
	--klube-shop-bg: #F5F7FA;
	--klube-shop-surface: #ffffff;
	--klube-shop-dark: #151A1C;
	--klube-shop-muted: #787878;
	--klube-shop-line: rgba(21, 26, 28, 0.12);
	--klube-shop-brand: #02A2D6;
	--klube-shop-brand-deep: #006A99;
	--klube-shop-grad-brand: linear-gradient(135deg, rgba(2, 162, 214, 1) 0%, rgba(30, 201, 255, 1) 50%);
	--klube-shop-grad-blue: linear-gradient(121.286deg, rgb(0, 106, 153) 0%, rgb(2, 162, 214) 50%, rgb(0, 180, 255) 100%);
	--klube-shop-radius: 15px;
	--klube-shop-pill-radius: 50px;
	--klube-shop-shadow: 0 18px 44px rgba(21, 26, 28, 0.055);
	--klube-shop-shadow-soft: 0 16px 36px rgba(21, 26, 28, 0.04);
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received,
body.single-product {
	background: var(--klube-shop-bg);
}

.bwa-woo-history-back-row {
	box-sizing: border-box;
	width: min(100% - 48px, 1470px);
	margin: 28px auto 0;
}

.bwa-woo-history-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--klube-shop-line);
	border-radius: 50%;
	background: var(--klube-shop-surface);
	box-shadow: 0 8px 22px rgba(21, 26, 28, 0.08);
	color: var(--klube-shop-dark);
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bwa-woo-history-back:hover {
	border-color: var(--klube-shop-brand);
	background: var(--klube-shop-brand);
	box-shadow: 0 10px 26px rgba(2, 162, 214, 0.22);
	color: #ffffff;
	transform: translateX(-2px);
}

.bwa-woo-history-back:focus-visible {
	outline: 3px solid rgba(2, 162, 214, 0.28);
	outline-offset: 3px;
}

.bwa-woo-history-back__icon {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.site-template--shop .bwa-woo-history-back-row + .woocommerce-notices-wrapper + .bwa-shop-archive-filters {
	margin-top: 14px;
}

.site-template--single-product .bwa-woo-history-back {
	margin-bottom: 18px;
}

.bwa-archive-hero--woo {
	min-height: 199px;
	background: var(--klube-shop-brand);
}

.bwa-archive-hero--woo .bwa-archive-hero__top {
	min-height: 199px;
	margin-top: 85px;
	padding: 29px 24px 30px;
	background: var(--klube-shop-grad-brand);
}

.bwa-archive-hero--woo .bwa-archive-hero__top::before {
	background: none;
}

.bwa-archive-hero--woo .bwa-archive-hero__image,
.bwa-archive-hero--woo .bwa-archive-hero__description,
.bwa-archive-hero--woo .bwa-archive-hero__actions {
	display: none;
}

.bwa-archive-hero--woo .bwa-archive-hero__breadcrumb {
	display: flex;
	gap: 9px;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 8px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.bwa-archive-hero--woo .bwa-archive-hero__watermark {
	right: -30px;
	top: 0;
	height: 100%;
	max-width: 290px;
	opacity: 0.18;
}

.bwa-archive-hero--woo .bwa-archive-hero__content {
	width: min(100%, 760px);
	gap: 8px;
}

.bwa-archive-hero--woo .bwa-archive-hero__title {
	margin: 0;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: 0;
}

.bwa-shop-archive-filters {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0;
	align-items: end;
	width: min(100% - 48px, 1470px);
	margin: 34px auto 38px;
	padding: 18px 0;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.bwa-shop-archive-filters__group,
.bwa-shop-archive-filters__woocommerce {
	min-width: 0;
}

.bwa-shop-archive-filters__eyebrow,
.bwa-shop-archive-filters__ordering-label {
	display: block;
	margin: 0 0 10px;
	color: var(--klube-shop-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bwa-shop-archive-filters__categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.bwa-shop-archive-filters__children-break {
	flex: 0 0 100%;
	width: 100%;
	height: 0;
}

.bwa-shop-archive-filters__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 39px;
	padding: 10px 25px;
	border: 1px solid var(--klube-shop-muted);
	border-radius: 50px;
	background: #ffffff;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", "Mona sans", "Aptos", "Segoe UI", sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, padding 0.24s ease, transform 0.24s ease;
}

.bwa-shop-archive-filters__category:hover,
.bwa-shop-archive-filters__category:focus-visible {
	border-color: var(--klube-shop-brand-deep);
	color: var(--klube-shop-brand-deep);
	text-decoration: none;
}

.bwa-shop-archive-filters__category:focus-visible {
	outline: 2px solid var(--klube-shop-brand);
	outline-offset: 3px;
}

.bwa-shop-archive-filters__category.is-active {
	border-color: var(--klube-shop-brand-deep);
	background: linear-gradient(110.239deg, rgba(2, 162, 214, 0.1) 0%, rgba(30, 201, 255, 0.1) 50%);
	color: var(--klube-shop-brand-deep);
	font-weight: 600;
	padding: 10px 25px;
	box-shadow: 0 2px 10px rgba(2, 162, 214, 0.12);
	text-decoration: none;
}

.bwa-shop-archive-filters__woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
	justify-content: space-between;
}

.bwa-shop-archive-filters .woocommerce-result-count {
	margin: 0;
	color: var(--klube-shop-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.bwa-shop-archive-filters .woocommerce-ordering {
	float: none;
	margin: 0;
}

.bwa-shop-archive-filters__ordering {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.bwa-shop-archive-filters__ordering .bwa-shop-archive-filters__ordering-label {
	margin: 0;
	color: var(--klube-shop-dark);
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	text-transform: none;
	white-space: nowrap;
}

.bwa-shop-archive-filters__ordering-control {
	position: relative;
	width: 155px;
	flex: 0 0 155px;
}

.bwa-shop-archive-filters__ordering-control::after {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 11px;
	height: 7px;
	background: currentColor;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	color: #5d7b9a;
	content: "";
	pointer-events: none;
	transform: translateY(-35%);
}

.bwa-shop-archive-filters__ordering-select,
.bwa-shop-archive-filters .woocommerce-ordering select.orderby {
	appearance: none;
	width: 100%;
	min-height: 45px;
	padding: 8px 42px 9px 17px;
	border: 0;
	border-radius: 60px;
	background-color: #ffffff;
	color: var(--klube-shop-muted);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

.bwa-shop-archive-filters__ordering-select:focus,
.bwa-shop-archive-filters .woocommerce-ordering select.orderby:focus {
	box-shadow: 0 0 0 3px rgba(2, 162, 214, 0.12);
	outline: 0;
}

.woocommerce-cart .entry-content > .woocommerce,
.woocommerce-checkout .entry-content > .woocommerce,
.woocommerce-order-received .entry-content > .woocommerce,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout main .woocommerce,
.woocommerce-order-received main .woocommerce,
.woocommerce-cart .site-main .woocommerce,
.woocommerce-checkout .site-main .woocommerce,
.woocommerce-order-received .site-main .woocommerce,
.woocommerce-cart .site-template--page .site-template__content > .woocommerce,
.woocommerce-checkout .site-template--page .site-template__content > .woocommerce,
.woocommerce-order-received .site-template--page .site-template__content > .woocommerce {
	box-sizing: border-box;
	width: min(100% - 48px, 1200px);
	margin: 0 auto;
	padding: clamp(58px, 7vw, 104px) 0 clamp(76px, 8vw, 128px);
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-order-received .entry-title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-order-received h1 {
	margin: 0 0 clamp(28px, 4vw, 46px);
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
}

.woocommerce-notices-wrapper.bwa-woo-toast {
	position: relative;
	z-index: 3;
	display: grid;
	gap: 12px;
	width: min(100% - 48px, 600px);
	margin: 18px max(24px, calc((100vw - 1470px) / 2)) 0 auto;
	pointer-events: auto;
}

.woocommerce-notices-wrapper.bwa-woo-toast:empty {
	display: none;
}

.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-message,
.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-info,
.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
	--klube-woo-toast-accent: var(--color-accent, #e1051c);
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 14px;
	min-height: 54px;
	margin: 0;
	padding: 16px 18px 16px 60px;
	border: 1px solid transparent;
	border-radius: 27px;
	background: var(--color-white, #ffffff);
	background-clip: padding-box;
	box-shadow: 0px 4px 25px -1px rgba(0, 0, 0, 0.2);
	color: var(--color-secondary, #12162B);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	pointer-events: auto;
	animation: klube-woo-toast-in 0.24s ease-out both;
}

.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-message::after,
.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-info::after,
.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-error::after,
.woocommerce-checkout .woocommerce-message::after,
.woocommerce-checkout .woocommerce-info::after,
.woocommerce-checkout .woocommerce-error::after {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, var(--klube-woo-toast-accent) 70%);
}

.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
	--klube-woo-toast-accent: var(--color-secondary, #12162B);
}

.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-error,
.woocommerce-checkout .woocommerce-error {
	--klube-woo-toast-accent: var(--color-primary, #e1051c);
}

.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-message::before,
.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-info::before {
	top: 50%;
	left: 17px;
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--klube-woo-toast-accent);
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	transform: translateY(-50%);
}

.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-error::before,
.woocommerce-checkout .woocommerce-error::before {
	top: 50%;
	left: 17px;
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--klube-woo-toast-accent);
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	transform: translateY(-50%);
}

.woocommerce-notices-wrapper.bwa-woo-toast .button,
.woocommerce-notices-wrapper.bwa-woo-toast a.button,
.woocommerce-notices-wrapper.bwa-woo-toast .wc-forward {
	justify-self: end;
	margin: -4px 0;
}

@keyframes klube-woo-toast-in {
	from {
		opacity: 0;
		transform: translate3d(12px, -8px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout #customer_details,
.woocommerce-checkout form.checkout #order_review,
.woocommerce-checkout form.checkout #payment,
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	box-shadow: var(--klube-shop-shadow-soft);
}

.woocommerce-cart .woocommerce-cart-form {
	overflow: hidden;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
	padding: 20px 22px;
	border: 0;
	border-bottom: 1px solid var(--klube-shop-line);
	color: var(--klube-shop-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td {
	vertical-align: middle;
	padding: 22px;
	border: 0;
	border-bottom: 1px solid var(--klube-shop-line);
	color: var(--klube-shop-dark);
	font-size: 15px;
	line-height: 1.45;
}

.woocommerce-cart table.shop_table tr:last-child td,
.woocommerce-checkout table.shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-cart table.cart img {
	width: 82px;
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	object-fit: cover;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout table.shop_table .product-name {
	color: var(--klube-shop-dark);
	font-weight: 600;
	text-decoration: none;
}

.woocommerce-cart table.cart .product-name a:hover,
.woocommerce-cart table.cart .product-name a:focus-visible {
	color: var(--klube-shop-brand-deep);
	text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--klube-shop-line);
	border-radius: 50%;
	color: var(--klube-shop-dark) !important;
	font-size: 20px;
	line-height: 1;
}

.woocommerce-cart table.cart .product-remove a:hover,
.woocommerce-cart table.cart .product-remove a:focus-visible {
	border-color: var(--klube-shop-brand);
	background: rgba(2, 162, 214, 0.1);
	color: var(--klube-shop-brand-deep) !important;
}

.woocommerce-cart .quantity .qty,
.woocommerce-checkout .quantity .qty,
.site-template--single-product .quantity .qty {
	border: 1px solid var(--klube-shop-line);
	border-radius: var(--klube-shop-pill-radius);
	background: #ffffff;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-weight: 600;
}

.woocommerce-cart table.cart td.actions {
	padding: 24px;
	background: rgba(245, 247, 250, 0.72);
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout .woocommerce-form-coupon .input-text,
.woocommerce-checkout .woocommerce-form-login .input-text {
	width: min(100%, 280px);
	min-height: 45px;
	padding: 10px 18px;
	border: 1px solid var(--klube-shop-line);
	border-radius: var(--klube-shop-pill-radius);
	background: #ffffff;
	color: var(--klube-shop-dark);
}

.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 430px);
	padding: 30px;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 24px;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.woocommerce-cart .cart_totals table.shop_table {
	box-shadow: none;
}

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

.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart a.button,
.woocommerce-cart input.button,
.woocommerce-notices-wrapper.bwa-woo-toast .button,
.woocommerce-notices-wrapper.bwa-woo-toast a.button,
.woocommerce-notices-wrapper.bwa-woo-toast .wc-forward,
.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout a.button,
.woocommerce-checkout input.button,
.site-template--single-product .button {
	display: inline-flex;
	min-height: 45px;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border: 0;
	border-radius: var(--klube-shop-pill-radius);
	background: var(--klube-shop-grad-brand);
	color: #ffffff;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart a.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-notices-wrapper.bwa-woo-toast .button:hover,
.woocommerce-notices-wrapper.bwa-woo-toast a.button:hover,
.woocommerce-notices-wrapper.bwa-woo-toast .wc-forward:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout a.button:hover,
.woocommerce-checkout input.button:hover,
.site-template--single-product .button:hover,
.woocommerce-cart .button:focus-visible,
.woocommerce-notices-wrapper.bwa-woo-toast .button:focus-visible,
.woocommerce-notices-wrapper.bwa-woo-toast a.button:focus-visible,
.woocommerce-notices-wrapper.bwa-woo-toast .wc-forward:focus-visible,
.woocommerce-checkout .button:focus-visible,
.site-template--single-product .button:focus-visible {
	color: #ffffff;
	opacity: 0.94;
	transform: translateY(-1px);
}

.woocommerce-cart .button:disabled,
.woocommerce-cart button.button:disabled,
.woocommerce-cart .button.disabled,
.woocommerce-checkout .button:disabled,
.woocommerce-checkout button.button:disabled,
.woocommerce-checkout .button.disabled {
	background: #c9d3da;
	color: #ffffff;
	opacity: 1;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	gap: 30px;
	align-items: start;
}

.woocommerce-checkout form.checkout #customer_details,
.woocommerce-checkout form.checkout #order_review,
.woocommerce-checkout form.checkout #payment {
	padding: 30px;
}

.woocommerce-checkout form.checkout #customer_details {
	display: grid;
	gap: 28px;
}

.woocommerce-checkout form.checkout #order_review_heading {
	grid-column: 2;
	margin: 0 0 -6px;
}

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

.woocommerce-checkout form.checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / span 3;
}

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

.woocommerce-checkout .form-row label {
	margin: 0 0 8px;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

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

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	min-height: 48px;
	border: 1px solid var(--klube-shop-line);
	border-radius: 12px;
	background: #ffffff;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 15px;
	line-height: 1.35;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout textarea {
	padding: 12px 16px;
}

.woocommerce-checkout textarea.input-text {
	min-height: 120px;
	resize: vertical;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 38px 10px 16px;
	color: var(--klube-shop-dark);
	line-height: 28px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	right: 10px;
}

.woocommerce-checkout form.checkout #payment {
	margin-top: 0;
	background: var(--klube-shop-surface);
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 0 20px;
	border-bottom: 1px solid var(--klube-shop-line);
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding: 14px 0;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: 12px;
	background: var(--klube-shop-bg);
	color: var(--klube-shop-muted);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--klube-shop-bg);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .create-account,
.woocommerce-checkout .woocommerce-account-fields {
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 13px;
	line-height: 1.6;
	opacity: 0.76;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a,
.woocommerce-checkout .woocommerce-privacy-policy-text a {
	color: var(--klube-shop-brand-deep);
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	color: var(--klube-shop-dark);
}

.woocommerce-checkout .woocommerce-invalid .input-text,
.woocommerce-checkout .woocommerce-invalid select,
.woocommerce-checkout .woocommerce-invalid .select2-selection {
	border-color: #e76f2e !important;
	box-shadow: 0 0 0 3px rgba(231, 111, 46, 0.12);
}

.woocommerce-checkout .woocommerce-invalid label {
	color: #e76f2e;
}

.woocommerce-checkout #payment #place_order {
	width: 100%;
	min-height: 57px;
	margin-top: 18px;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
	margin: 0 0 22px;
	padding: 24px;
	border: 0;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	box-sizing: border-box;
	width: min(100% - 48px, 1200px);
	margin: 0 auto;
	padding: clamp(58px, 7vw, 104px) 0 clamp(76px, 8vw, 128px);
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.wc-block-cart__main,
.wc-block-checkout__main,
.wc-block-components-sidebar {
	box-sizing: border-box;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	box-shadow: var(--klube-shop-shadow-soft);
}

.wc-block-cart__main,
.wc-block-checkout__main {
	padding: 24px;
}

.wc-block-components-sidebar-layout{
	gap: 25px;
	display: grid !important;
	margin-top: 170px !important;
	grid-template-columns: 1fr 450px;
}

.wc-guest-checkout-notice {
	display: none;
}

.wc-block-components-sidebar-layout .wc-block-components-main{
	width: 100%!important;
}
.wc-block-components-sidebar {
	padding: 24px !important;
	width: 100%!important;
}

.wc-block-components-button:not(.is-link) {
	border-radius: var(--klube-shop-pill-radius);
	background: var(--klube-shop-grad-brand);
	color: #ffffff;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-weight: 700;
	text-transform: uppercase;
}

.wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border-color: var(--klube-shop-line);
	border-radius: 12px;
	color: var(--klube-shop-dark);
}

.woocommerce-cart .woocommerce::before,
.woocommerce-checkout .woocommerce::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: linear-gradient(-12deg, rgba(2, 162, 214, 0) 18%, rgba(255, 255, 255, 0.45) 54%, rgba(255, 255, 255, 1) 70%);
	pointer-events: none;
}

.woocommerce-cart .woocommerce-message a,
.woocommerce-cart .woocommerce-info a,
.woocommerce-cart .woocommerce-error a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-error a {
	color: var(--klube-shop-brand-deep);
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-checkout form.checkout #customer_details,
.woocommerce-checkout form.checkout #order_review,
.woocommerce-checkout form.checkout #payment,
.wc-block-cart__main,
.wc-block-checkout__main,
.wc-block-components-sidebar {
	border: 1px solid rgba(255, 255, 255, 0.75);
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-cart .cart_totals .order-total th {
	background: var(--klube-shop-grad-blue);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 800;
}

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

.woocommerce-cart table.cart img {
	width: 96px;
}

.woocommerce-cart table.cart .product-name,
.woocommerce-checkout table.shop_table .product-name {
	font-size: 16px;
	line-height: 1.45;
}

.woocommerce-cart .quantity .qty {
	width: 97px;
	min-height: 45px;
}

.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
	margin-left: auto;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
	padding-right: 0;
	padding-left: 0;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	font-size: 20px;
	font-weight: 800;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	min-height: 57px;
	font-size: 14px;
}

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

.woocommerce-checkout .form-row input::placeholder,
.woocommerce-checkout .form-row textarea::placeholder,
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
	color: rgba(21, 26, 28, 0.42);
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-color: var(--klube-shop-brand);
	box-shadow: 0 0 0 3px rgba(2, 162, 214, 0.12);
	outline: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	overflow: hidden;
	border-radius: var(--klube-shop-radius);
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: 9px;
	accent-color: var(--klube-shop-brand);
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
	width: min(100%, 720px);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.woocommerce-cart .cart-empty {
	padding: 46px 34px;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	box-shadow: var(--klube-shop-shadow-soft);
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.woocommerce-cart .return-to-shop {
	margin-top: 22px;
}

.woocommerce-cart .cross-sells {
	width: 100vw;
	margin-top: clamp(52px, 7vw, 100px);
	margin-left: calc(50% - 50vw);
	padding: clamp(54px, 7vw, 90px) 0;
	background: linear-gradient(106.611deg, rgba(0, 106, 153, 0.1) 0%, rgba(2, 162, 214, 0.1) 50%, rgba(0, 180, 255, 0.1) 100%);
}

.woocommerce-cart .cross-sells > h2 {
	width: min(100% - 48px, 1200px);
	margin: 0 auto 36px;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: 0;
}

.woocommerce-cart .cross-sells ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	width: min(100% - 48px, 1200px);
	margin: 0 auto;
	padding: 0;
}

.woocommerce-cart .cross-sells ul.products li.product {
	width: auto;
	margin: 0;
	overflow: hidden;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
}

.woocommerce-cart .cross-sells ul.products li.product img {
	width: 100%;
	aspect-ratio: 345 / 250;
	object-fit: cover;
}

.wc-block-components-order-summary,
.wc-block-cart-items,
.wc-block-components-totals-wrapper,
.wc-block-checkout__payment-method,
.wc-block-checkout__shipping-method,
.wc-block-checkout__contact-fields,
.wc-block-checkout__billing-fields {
	border-color: var(--klube-shop-line) !important;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.wc-block-components-title,
.wc-block-components-sidebar h2,
.wc-block-components-checkout-step__title {
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.wc-block-components-button:not(.is-link) {
	min-height: 57px;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:not(.is-link):focus {
	opacity: 0.94;
}

.wc-block-cart-items__row img,
.wc-block-components-order-summary-item__image img {
	border-radius: 12px;
	object-fit: cover;
}

.wc-block-cart-items__row,
.wc-block-components-order-summary-item {
	min-width: 0;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	background: var(--klube-shop-grad-blue);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 800;
}

.woocommerce-order-received .woocommerce-order {
	display: grid;
	gap: 28px;
	width: min(100%, 960px);
	margin: 0 auto;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.woocommerce-order-received .site-template--page .site-template__content > .woocommerce {
	display: grid;
	gap: 28px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin: 0;
	padding: 46px 34px;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	box-shadow: var(--klube-shop-shadow-soft);
	color: var(--klube-shop-dark);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: 0;
	text-align: center;
}

.woocommerce-order-received .site-template--page .woocommerce > .woocommerce-thankyou-order-received,
.woocommerce-order-received .site-template--page .woocommerce > .woocommerce-info,
.woocommerce-order-received .site-template--page .woocommerce > .woocommerce-form-login {
	box-sizing: border-box;
	width: min(100%, 960px);
	margin-right: auto;
	margin-left: auto;
}

.woocommerce-order-received .site-template--page .woocommerce > .woocommerce-info,
.woocommerce-order-received .site-template--page .woocommerce > .woocommerce-form-login {
	border: 0;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	box-shadow: var(--klube-shop-shadow-soft);
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
}

.woocommerce-order-received .site-template--page .woocommerce > .woocommerce-form-login {
	padding: 30px;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	margin: 0;
	padding: 30px;
	border-radius: var(--klube-shop-radius);
	background: var(--klube-shop-surface);
	box-shadow: var(--klube-shop-shadow-soft);
}

.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
	margin: 0;
	padding: 0 18px;
	border-right: 1px solid var(--klube-shop-line);
	color: var(--klube-shop-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
	border-right: 0;
}

.woocommerce-order-received .woocommerce-order-overview strong {
	display: block;
	margin-top: 8px;
	background: var(--klube-shop-grad-blue);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
	margin: 0 0 24px;
	color: var(--klube-shop-dark);
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.woocommerce-order-received address {
	padding: 0;
	border: 0;
	color: var(--klube-shop-dark);
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	opacity: 0.76;
}

@media (max-width: 960px) {
	.bwa-archive-hero--woo {
		min-height: 170px;
	}

	.bwa-archive-hero--woo .bwa-archive-hero__top {
		min-height: 170px;
		padding-top: 52px;
		padding-bottom: 38px;
	}

	.bwa-archive-hero--woo .bwa-archive-hero__title {
		font-size: 44px;
	}

	.bwa-shop-archive-filters {
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
		width: min(100% - 32px, 1470px);
		margin-top: 26px;
	}

	.bwa-shop-archive-filters__woocommerce {
		justify-content: flex-start;
	}

	.bwa-shop-archive-filters__ordering {
		width: min(100%, 320px);
	}

	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

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

	.woocommerce-checkout form.checkout #customer_details,
	.woocommerce-checkout form.checkout #order_review,
	.woocommerce-checkout form.checkout #payment {
		margin-bottom: 24px;
	}

	.woocommerce-cart .cart-collaterals {
		justify-content: stretch;
	}

	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}

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

	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout {
		padding-top: 56px;
	}

	.wc-block-cart,
	.wc-block-checkout,
	.wc-block-components-sidebar-layout,
	.wc-block-components-main,
	.wc-block-components-sidebar {
		display: block !important;
		width: 100% !important;
	}
	.wc-block-components-sidebar-layout{
		margin-top: 50px;
	}

	.wc-block-cart{
		display: flex!important;
		gap: 25px;
	}

	.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 22px;
	}

	.woocommerce-order-received .woocommerce-order-overview li:nth-child(2n) {
		border-right: 0;
	}

	.woocommerce-cart .entry-title,
	.woocommerce-checkout .entry-title,
	.woocommerce-order-received .entry-title,
	.woocommerce-cart h1,
	.woocommerce-checkout h1,
	.woocommerce-order-received h1 {
		font-size: 44px;
	}

	.woocommerce-cart .cart_totals h2,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout .woocommerce-billing-fields h3,
	.woocommerce-checkout .woocommerce-additional-fields h3,
	.wc-block-components-title,
	.wc-block-components-sidebar h2,
	.wc-block-components-checkout-step__title,
	.woocommerce-order-received .woocommerce-order-details__title,
	.woocommerce-order-received .woocommerce-column__title {
		font-size: 28px;
	}

	.woocommerce-cart .cross-sells > h2,
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 40px;
	}
}

@media (max-width: 760px) {

	.wc-block-components-sidebar-layout{
		grid-template-columns: 1fr;
	}
	.woocommerce-notices-wrapper.bwa-woo-toast {
		width: min(100% - 24px, 1470px);
		margin: 14px auto 0;
	}

	.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-message,
	.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-info,
	.woocommerce-notices-wrapper.bwa-woo-toast .woocommerce-error,
	.woocommerce-checkout .woocommerce-message,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-error {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 10px;
		padding-right: 14px;
		font-size: 13px;
	}

	.woocommerce-notices-wrapper.bwa-woo-toast .button,
	.woocommerce-notices-wrapper.bwa-woo-toast a.button,
	.woocommerce-notices-wrapper.bwa-woo-toast .wc-forward {
		justify-self: start;
		margin: 0;
	}

	.bwa-archive-hero--woo {
		min-height: 148px;
	}

	.bwa-archive-hero--woo .bwa-archive-hero__top {
		min-height: 148px;
		padding: 48px 16px 34px;
	}

	.bwa-archive-hero--woo .bwa-archive-hero__title {
		font-size: 38px;
	}

	.bwa-archive-hero--woo .bwa-archive-hero__watermark {
		right: -42px;
		max-width: 240px;
	}

	.woocommerce-cart .entry-content > .woocommerce,
	.woocommerce-checkout .entry-content > .woocommerce,
	.woocommerce-order-received .entry-content > .woocommerce,
	.woocommerce-cart main .woocommerce,
	.woocommerce-checkout main .woocommerce,
	.woocommerce-order-received main .woocommerce,
	.woocommerce-cart .site-main .woocommerce,
	.woocommerce-checkout .site-main .woocommerce,
	.woocommerce-order-received .site-main .woocommerce,
	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout {
		width: min(100% - 32px, 1200px);
		padding-top: 50px;
		padding-bottom: 72px;
	}

	.woocommerce-cart .entry-title,
	.woocommerce-checkout .entry-title,
	.woocommerce-order-received .entry-title,
	.woocommerce-cart h1,
	.woocommerce-checkout h1,
	.woocommerce-order-received h1 {
		margin-bottom: 24px;
		font-size: 38px;
		line-height: 1.05;
	}

	.woocommerce-cart table.shop_table_responsive tr,
	.woocommerce-checkout table.shop_table_responsive tr {
		display: block;
		padding: 16px 0;
		border-bottom: 1px solid var(--klube-shop-line);
	}

	.woocommerce-cart table.shop_table_responsive tr:last-child,
	.woocommerce-checkout table.shop_table_responsive tr:last-child {
		border-bottom: 0;
	}

	.woocommerce-cart table.shop_table_responsive tr td,
	.woocommerce-checkout table.shop_table_responsive tr td {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 18px;
		padding: 10px 18px;
		border-bottom: 0;
		text-align: right !important;
	}

	.woocommerce-cart table.shop_table_responsive tr td::before,
	.woocommerce-checkout table.shop_table_responsive tr td::before {
		flex: 0 0 42%;
		color: var(--klube-shop-muted);
		font-size: 12px;
		line-height: 1.3;
		text-align: left;
		white-space: normal;
	}

	.woocommerce-cart table.shop_table_responsive tr td > *,
	.woocommerce-checkout table.shop_table_responsive tr td > * {
		max-width: 58%;
	}

	.woocommerce-cart table.cart .product-thumbnail {
		display: none !important;
	}

	.wc-block-cart-items__row,
	.wc-block-components-order-summary-item {
		display: grid !important;
		grid-template-columns: minmax(0, 72px) minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.wc-block-cart-items__row .wc-block-cart-item__image,
	.wc-block-components-order-summary-item__image {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 72px;
		min-width: 0;
	}

	.wc-block-cart-items__row .wc-block-cart-item__product,
	.wc-block-components-order-summary-item__description {
		grid-column: 2;
		min-width: 0;
	}

	.wc-block-cart-items__row .wc-block-cart-item__total {
		grid-column: 2;
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		text-align: left;
	}

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

	.woocommerce-cart table.cart td.actions .coupon,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .button {
		width: 100%;
		max-width: none;
	}

	.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
		margin-left: 0;
	}

	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout form.checkout #customer_details,
	.woocommerce-checkout form.checkout #order_review,
	.woocommerce-checkout form.checkout #payment {
		padding: 22px;
	}

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

	.woocommerce-checkout .input-text,
	.woocommerce-checkout select,
	.woocommerce-checkout textarea,
	.woocommerce-checkout .select2-container,
	.woocommerce-checkout .select2-container--default .select2-selection--single {
		width: 100% !important;
	}

	.woocommerce-cart .cross-sells > h2,
	.woocommerce-cart .cross-sells ul.products {
		width: min(100% - 32px, 1200px);
	}

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

	.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	.woocommerce-order-received .woocommerce-thankyou-order-received,
	.woocommerce-order-received .woocommerce-order-overview,
	.woocommerce-order-received .woocommerce-order-details,
	.woocommerce-order-received .woocommerce-customer-details {
		padding: 22px;
	}

	.woocommerce-order-received .woocommerce-order-overview li {
		padding: 0 0 18px;
		border-right: 0;
		border-bottom: 1px solid var(--klube-shop-line);
	}

	.woocommerce-order-received .woocommerce-order-overview li:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.wc-block-components-sidebar{
		margin-top: 25px;
	}

	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
		border: none !important;
		margin-top: 0 !important;
	}


	.woocommerce-cart .cart_totals h2,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout .woocommerce-billing-fields h3,
	.woocommerce-checkout .woocommerce-additional-fields h3,
	.wc-block-components-title,
	.wc-block-components-sidebar h2,
	.wc-block-components-checkout-step__title,
	.woocommerce-order-received .woocommerce-order-details__title,
	.woocommerce-order-received .woocommerce-column__title {
		font-size: 24px;
	}

	.woocommerce-cart .cross-sells > h2,
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 32px;
	}


}

@media (max-width: 420px) {
	.woocommerce-cart .entry-content > .woocommerce,
	.woocommerce-checkout .entry-content > .woocommerce,
	.woocommerce-order-received .entry-content > .woocommerce,
	.woocommerce-cart main .woocommerce,
	.woocommerce-checkout main .woocommerce,
	.woocommerce-order-received main .woocommerce,
	.woocommerce-cart .site-main .woocommerce,
	.woocommerce-checkout .site-main .woocommerce,
	.woocommerce-order-received .site-main .woocommerce,
	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout {
		width: min(100% - 24px, 1200px);
	}

	.woocommerce-cart table.shop_table_responsive tr td,
	.woocommerce-checkout table.shop_table_responsive tr td {
		flex-direction: column;
		align-items: stretch;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table_responsive tr td::before,
	.woocommerce-checkout table.shop_table_responsive tr td::before,
	.woocommerce-cart table.shop_table_responsive tr td > *,
	.woocommerce-checkout table.shop_table_responsive tr td > * {
		max-width: 100%;
	}

	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout form.checkout #customer_details,
	.woocommerce-checkout form.checkout #order_review,
	.woocommerce-checkout form.checkout #payment,
	.wc-block-cart__main,
	.wc-block-checkout__main,
	.wc-block-components-sidebar {
		padding: 18px !important;
	}

	.wc-block-cart-items__row,
	.wc-block-components-order-summary-item {
		grid-template-columns: minmax(0, 56px) minmax(0, 1fr);
		gap: 12px;
	}

	.wc-block-cart-items__row .wc-block-cart-item__image,
	.wc-block-components-order-summary-item__image {
		width: 56px;
	}

	.woocommerce-cart .entry-title,
	.woocommerce-checkout .entry-title,
	.woocommerce-order-received .entry-title,
	.woocommerce-cart h1,
	.woocommerce-checkout h1,
	.woocommerce-order-received h1 {
		font-size: 32px;
	}
}

@media (max-width: 760px) {
	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item,
	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item {
		display: flex !important;
		flex-direction: column !important;
		gap: 14px !important;
		margin: 0 0 24px !important;
		padding: 22px !important;
		border: 1px solid var(--klube-shop-line);
		border-radius: 18px;
		background: #ffffff;
	}

	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td,
	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item td {
		display: flex !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td > *,
	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item td > * {
		max-width: none !important;
	}

	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item:last-of-type,
	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item:last-of-type {
		margin-bottom: 0 !important;
	}

	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.cart_item td.product-thumbnail,
	.woocommerce-cart .woocommerce-cart-form table.cart tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail {
		display: block !important;
		order: 1 !important;
		width: 100% !important;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-thumbnail::before,
	.woocommerce-cart table.cart tr.cart_item td.product-name::before {
		display: none !important;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-thumbnail img {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		aspect-ratio: 16 / 10 !important;
		border-radius: 14px;
		object-fit: cover;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-name {
		order: 2 !important;
		display: grid !important;
		gap: 8px !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-name a {
		display: block !important;
		width: 100% !important;
		font-size: 18px;
		line-height: 1.28;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-price {
		order: 3 !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 16px !important;
		text-align: right !important;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-price .amount,
	.woocommerce-cart table.cart tr.cart_item td.product-price del,
	.woocommerce-cart table.cart tr.cart_item td.product-price ins,
	.woocommerce-cart table.cart tr.cart_item td.product-subtotal .amount,
	.woocommerce-cart table.cart tr.cart_item td.product-subtotal del,
	.woocommerce-cart table.cart tr.cart_item td.product-subtotal ins {
		display: block !important;
		line-height: 1.25;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-price del,
	.woocommerce-cart table.cart tr.cart_item td.product-subtotal del {
		margin-bottom: 3px;
		color: var(--klube-shop-muted);
		opacity: 0.72;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-price ins,
	.woocommerce-cart table.cart tr.cart_item td.product-subtotal ins {
		text-decoration: none;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-quantity {
		order: 4 !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-subtotal {
		order: 5 !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-remove {
		order: 6 !important;
		justify-content: flex-end !important;
		padding-top: 4px;
	}

	.wc-block-cart-items__row {
		grid-template-columns:  1fr !important;
	}

	.wc-block-cart-items__row .wc-block-cart-item__image {
		grid-column: 1;
		grid-row: auto;
		width: 100%;
	}

	.wc-block-cart-items__row .wc-block-cart-item__image img {
		width: 100%;
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	.wc-block-cart-items__row .wc-block-cart-item__product,
	.wc-block-cart-items__row .wc-block-cart-item__total {
		grid-column: 1;
	}
}

@media (max-width: 760px) {
	.woocommerce-cart .wc-block-cart-items,
	.woocommerce-cart .wc-block-cart-items tbody {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart .wc-block-cart-items__row {
		display: flex !important;
		flex-direction: column !important;
		gap: 14px !important;
		width: 100% !important;
		margin: 0 0 24px !important;
		padding: 22px !important;
		border: 1px solid var(--klube-shop-line) !important;
		border-radius: 18px !important;
		background: #ffffff !important;
	}

	.woocommerce-cart .wc-block-cart-items__row > td {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
		order: 1 !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image a {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image img {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		aspect-ratio: 16 / 10 !important;
		border-radius: 14px !important;
		object-fit: cover !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product {
		order: 2 !important;
		min-width: 0 !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__wrap {
		display: grid !important;
		gap: 8px !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name {
		display: block !important;
		width: 100% !important;
		font-size: 18px !important;
		line-height: 1.28 !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__prices,
	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-price {
		display: grid !important;
		gap: 2px !important;
		justify-items: start !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__prices::before {
		content: "Prix / article";
		color: var(--klube-shop-muted);
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-price del,
	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-price ins,
	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-price .amount {
		display: block !important;
		line-height: 1.25 !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-price del {
		color: var(--klube-shop-muted);
		opacity: 0.72;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-price ins {
		text-decoration: none;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total {
		order: 3 !important;
		display: grid !important;
		gap: 4px !important;
		width: 100% !important;
		min-width: 0 !important;
		justify-content: stretch !important;
		text-align: left !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total::before {
		content: "Prix total";
		color: var(--klube-shop-muted);
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total-price-and-sale-badge-wrapper,
	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total-price {
		display: block !important;
		width: 100% !important;
		text-align: left !important;
	}

	.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__quantity {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 14px !important;
		grid-row-start: 5!important;
		margin-top: 25px;
	}
	.wc-block-components-totals-wrapper,
	.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
		border: none!important;
	}
}
