:root {
	--jw-black: #000;
	--jw-white: #fff;
	--jw-smoke: #f5f5f5;
	--jw-line: #d9d9d9;
	--jw-gray: #989aa0;
	--jw-text: #111;
	--jw-max: 1406px;
	--jw-side: clamp(15px, 1.42vw, 20px);
}

@font-face {
	font-family: Gilroy;
	src: url("../preserved/6abd9a833230db37.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: url("../preserved/437032503ed14f49.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: url("../preserved/811a9dba2f6f2400.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

body.jager-site {
	margin: 0;
	color: var(--jw-text);
	background: var(--jw-white);
	font-family: Gilroy, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

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

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

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

.jw-wrapper {
	width: min(100%, var(--jw-max));
	margin: 0 auto;
	padding: 0 var(--jw-side);
}

.jw-wrapper--narrow {
	max-width: 920px;
}

.jw-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
	background: var(--jw-white);
	border-bottom: 1px solid var(--jw-smoke);
}

body.jager-site.admin-bar .jw-header {
	top: 32px;
}

.jw-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1406px);
	min-height: 106px;
	margin: 0 auto;
	padding: 20px;
}

.jw-logo {
	position: relative;
	z-index: 2;
	display: block;
	width: 99px;
	height: 66px;
	color: var(--jw-black);
}

.jw-logo svg,
.jw-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jw-burger {
	display: none;
	width: 78px;
	height: 78px;
	padding: 0 18px;
	background: transparent;
	border: 0;
}

.jw-burger span {
	display: block;
	width: 42px;
	height: 3px;
	margin: 7px 0;
	background: var(--jw-black);
	transition: transform .25s ease, opacity .25s ease;
}

.jw-burger.is-open span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.jw-burger.is-open span:nth-child(2) {
	opacity: 0;
}

.jw-burger.is-open span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.jw-nav {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.jw-nav__list,
.jw-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jw-nav__list {
	pointer-events: auto;
}

.jw-nav__list a {
	display: block;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.jw-nav__list a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.jw-nav__list .current-menu-item > a,
.jw-nav__list .current_page_item > a,
.jw-nav__list .current-menu-ancestor > a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.jw-nav__meta {
	position: absolute;
	right: 298px;
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	pointer-events: auto;
}

.jw-find {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.jw-pin {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.jw-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: var(--jw-black);
	font-size: 0;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.jw-social img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jw-header__actions {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
}

@media (min-width: 1101px) and (max-width: 1500px) {
	.jw-nav__list {
		flex-wrap: nowrap;
		gap: 26px;
		transform: translateX(-118px);
	}

	.jw-nav__list a {
		font-size: 15px;
	}

	.jw-nav__meta {
		gap: 16px;
	}
}

.jw-login {
	display: none !important;
	width: 24px;
	height: 24px;
}

.jw-login img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jw-cart-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 50px;
}

.jw-cart-link__icon {
	width: 65px;
	height: 50px;
	object-fit: contain;
}

.jw-cart-link__count {
	position: absolute;
	right: 0;
	top: 2px;
	display: grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	color: var(--jw-white);
	background: var(--jw-black);
	border-radius: 99px;
	font-size: 12px;
	font-weight: 700;
}

.jw-cart-link__count.is-empty {
	display: none;
}

.jw-age {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(255, 255, 255, .94);
}

.jw-age[hidden] {
	display: none;
}

.jw-age__modal {
	width: min(100%, 560px);
	padding: clamp(30px, 6vw, 60px);
	background: var(--jw-white);
	border: 1px solid var(--jw-black);
	box-shadow: 0 20px 70px rgba(0, 0, 0, .15);
	text-align: center;
}

.jw-age__modal p {
	margin: 0 0 28px;
	font-size: 18px;
}

.jw-age__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
}

.jw-button,
.button,
button.button,
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	color: var(--jw-white);
	background: var(--jw-black);
	border: 1px solid var(--jw-black);
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: lowercase;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.jw-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	color: var(--jw-black);
	background: var(--jw-white);
}

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

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

.jw-main {
	min-height: 50vh;
	padding-top: 106px;
}

body.jw-cart-open {
	overflow: hidden;
}

body.jw-cart-open .woocommerce-message {
	display: none;
}

.jw-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 1600;
	pointer-events: none;
	visibility: hidden;
}

.jw-cart-drawer.is-open {
	pointer-events: auto;
	visibility: visible;
}

.jw-cart-drawer__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(0, 0, 0, .8);
	border: 0;
	opacity: 0;
	transition: opacity .25s ease;
}

.jw-cart-drawer.is-open .jw-cart-drawer__overlay {
	opacity: 1;
}

.jw-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(100%, 480px);
	min-width: min(100%, 320px);
	height: 100%;
	background: var(--jw-white);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
	overflow: auto;
	transform: translateX(100%);
	transition: transform .25s ease;
}

.jw-cart-drawer.is-open .jw-cart-drawer__panel {
	transform: translateX(0);
}

.jw-cart-drawer__header {
	display: flex;
	flex: none;
	align-items: center;
	justify-content: space-between;
	min-height: 0;
	padding: 16px 24px 19px 42px;
	border-bottom: 1px solid var(--jw-line);
}

.jw-cart-drawer__header h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.jw-cart-drawer__close {
	position: relative;
	width: 38px;
	height: 38px;
	padding: 0;
	background: transparent;
	border: 0;
}

.jw-cart-drawer__close::before,
.jw-cart-drawer__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 20px;
	height: 2px;
	background: var(--jw-black);
}

.jw-cart-drawer__close::before {
	transform: rotate(45deg);
}

.jw-cart-drawer__close::after {
	transform: rotate(-45deg);
}

.jw-cart-drawer__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: auto;
	padding: 0;
}

.jw-cart-drawer .woocommerce-mini-cart {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0 32px 12px 8px;
	list-style: none;
}

.jw-cart-drawer .woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 16px;
	min-height: 163px;
	padding: 14px 0 0;
	border-bottom: 0;
}

.jw-cart-drawer .woocommerce-mini-cart-item:first-child {
	margin-top: 22px;
}

.jw-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
	order: 1;
	display: block;
	position: static;
	grid-column: 1 / -1;
	min-height: 147px;
	padding: 24px 70px 0 144px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: none;
}

.jw-cart-drawer .woocommerce-mini-cart-item img {
	position: absolute;
	top: 14px;
	left: 8px;
	width: 120px !important;
	max-width: none;
	height: 147px !important;
	margin: 0 !important;
	object-fit: cover;
	border: 1px solid var(--jw-smoke);
	background: var(--jw-smoke);
	border-radius: 0;
	overflow: clip;
}

.jw-cart-drawer .woocommerce-mini-cart-item .remove {
	position: absolute;
	left: 144px;
	top: 112px;
	order: 3;
	display: inline-flex;
	width: 233px;
	height: 19px;
	margin: 0;
	color: #e70000 !important;
	background: transparent;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.jw-cart-drawer .woocommerce-mini-cart-item .remove:hover {
	background: transparent;
	color: #e70000 !important;
	text-decoration: underline;
}

.jw-cart-drawer .quantity {
	order: 2;
	position: absolute;
	top: 63px;
	left: 144px;
	right: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	color: var(--jw-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.jw-cart-drawer .quantity .amount {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.jw-cart-drawer .jw-mini-price {
	transform: translateY(17px);
}

.jw-cart-drawer .jw-mini-qty {
	width: 55px;
	height: 27px;
	min-height: 27px;
	padding: 2px 6px;
	border: 1px solid var(--jw-line);
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.jw-cart-drawer .woocommerce-mini-cart__total {
	display: flex;
	flex: none;
	justify-content: space-between;
	gap: 10px;
	margin: auto 0 0;
	padding: 16px 24px 8px;
	border-top: 1px solid #e6e6e6;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
	text-transform: none;
}

.jw-cart-drawer .woocommerce-mini-cart__total .amount {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.jw-cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	flex: none;
	gap: 10px;
	margin: 0;
	padding: 8px 24px 24px;
}

.jw-cart-drawer .woocommerce-mini-cart__buttons .button {
	width: 100%;
	min-height: 54px;
	padding: 18px 20px;
	background: var(--jw-black);
	border: 1px solid var(--jw-black);
	color: var(--jw-white);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition: all .4s;
}

.jw-cart-drawer .woocommerce-mini-cart__buttons .button:hover {
	background: var(--jw-white);
	color: var(--jw-black);
}

.jw-cart-drawer .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 34px 24px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.jw-cart-empty {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	padding: 34px 24px;
	text-align: center;
}

.jw-cart-empty__image {
	width: auto;
	height: 124px;
	margin-bottom: 14px;
	object-fit: contain;
}

.jw-cart-empty__title {
	margin-bottom: 2px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.jw-cart-empty__description {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.4;
}

.jw-cart-empty__button {
	width: min(100%, 202px);
	min-height: 46px;
	padding: 14px 16px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.jw-hero {
	padding: 3px 0 0;
}

.jw-hero__slider {
	position: relative;
	aspect-ratio: 1030 / 388;
	overflow: hidden;
	background: var(--jw-smoke);
}

.jw-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .7s ease;
}

.jw-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jw-hero__image.is-active {
	opacity: 1;
}

.jw-hero__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.jw-hero__dots span {
	width: 12px;
	height: 12px;
	background: var(--jw-gray);
	border-radius: 50%;
}

.jw-hero__dots span.is-active {
	background: var(--jw-black);
}

.jw-section {
	padding: 120px 0 0;
}

.jw-hero + .jw-section {
	padding-top: 120px;
}

.jw-section--page,
.jw-section--shop {
	padding-bottom: clamp(50px, 8vw, 100px);
}

.jw-section--product {
	padding-top: 0;
	padding-bottom: clamp(60px, 8vw, 110px);
}

.jw-section--legacy {
	padding-top: clamp(54px, 7vw, 110px);
	padding-bottom: clamp(70px, 9vw, 130px);
}

.jw-legacy__eyebrow {
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.jw-legacy__text {
	max-width: 680px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.45;
}

.jw-section__title,
.woocommerce-products-header__title,
.jw-page__title {
	margin: 0 0 32px;
	font-size: clamp(30px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
}

.jw-main > .jw-section:not(.jw-section--page):not(.jw-section--shop):not(.jw-section--legacy) .jw-section__title {
	text-align: center;
}

.jw-fallback-grid,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jw-fallback-grid--boxes {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.woocommerce ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	clear: none !important;
}

.jw-product-card,
.woocommerce ul.products li.product .jw-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 24px 24px 36px;
	background: var(--jw-white);
	border: 2px solid transparent;
	transition: border-color .2s ease;
}

.woocommerce ul.products li.product .jw-product-card {
	width: 100%;
}

.jw-product-card:hover,
.woocommerce ul.products li.product .jw-product-card:hover {
	border-color: var(--jw-black);
}

.jw-product-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	margin-bottom: 24px;
	overflow: hidden;
	background: var(--jw-smoke);
}

.jw-product-card__img,
.jw-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.jw-product-card:hover .jw-product-card__img,
.jw-product-card:hover .jw-product-card__image img {
	transform: scale(1.035);
}

.jw-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	gap: 18px;
}

.jw-product-card__title {
	margin: 0 0 10px;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.jw-product-card__meta {
	display: flex;
	flex-direction: column;
	gap: 0;
	color: #222;
	font-size: 1.375em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: lowercase;
}

.jw-product-card__meta p {
	margin: 0;
}

.jw-product-card__buy {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: min(100%, 380px);
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

.jw-product-card__meta:empty {
	display: none;
}

.jw-product-card--no-meta .jw-product-card__buy {
	margin-top: 0;
}

.jw-product-card__price,
.woocommerce ul.products li.product .price {
	color: var(--jw-black);
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
}

.jw-card-cart {
	display: contents;
}

.jw-qty {
	width: 70px;
	height: 43px;
	margin: 0;
	padding: 7px 8px 7px 11px;
	background: var(--jw-white);
	border: 1px solid var(--jw-black);
	border-radius: 0;
	color: var(--jw-black);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.jw-product-card__price ins,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.jw-product-card__price del,
.woocommerce ul.products li.product .price del {
	display: block;
	font-size: 16px;
	opacity: .45;
}

.jw-button--cart,
.woocommerce ul.products li.product a.button {
	min-width: 112px;
	min-height: 50px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 1.3em;
	font-weight: 600;
}

.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom: 28px;
}

.woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text,
select,
textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	background: var(--jw-white);
	border: 1px solid var(--jw-line);
	border-radius: 0;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
	gap: 0;
	padding-top: 70px;
}

.single-product .woocommerce div.product {
	align-items: start;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
	padding-top: 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}

.single-product .woocommerce div.product div.images {
	position: sticky;
	top: 126px;
}

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

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
	max-height: min(72vh, 700px);
	overflow: hidden;
	background: var(--jw-smoke);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce div.product div.images img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--jw-smoke);
}

.single-product .woocommerce div.product div.images img {
	transform: translateY(-31%);
}

.woocommerce div.product .product_title {
	margin-top: 0;
	margin-bottom: 26px;
	font-size: clamp(38px, 6vw, 72px);
	line-height: 1;
	text-transform: uppercase;
}

.single-product .woocommerce div.product .product_title {
	max-width: 690px;
	margin-bottom: 24px;
	font-size: clamp(60px, 5.5vw, 86px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: .98;
	text-transform: uppercase !important;
}

.woocommerce div.product .summary {
	padding-top: clamp(10px, 3vw, 44px);
}

.single-product .woocommerce div.product .summary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: min(72vh, 700px);
	padding: 28px 20px 20px 64px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--jw-black);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 700;
}

.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
	margin: 4px 0 4px -9px;
	font-size: clamp(40px, 3.6vw, 52px);
	font-weight: 700;
	letter-spacing: 0;
}

.jw-single-description {
	max-width: 620px;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 1.45;
}

.single-product .jw-single-description {
	max-width: 610px;
	margin-top: 20px;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.42;
}

.jw-single-specs {
	max-width: 610px;
	margin: -8px 0 20px;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: none;
}

.jw-single-specs p {
	margin: 0;
}

.jw-single-description p {
	margin: 0 0 14px;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
}

.single-product .woocommerce div.product form.cart {
	gap: 16px;
	margin-top: 26px;
	margin-bottom: 18px;
}

.woocommerce div.product form.cart .button {
	min-width: 150px;
	height: 48px;
}

.single-product .woocommerce div.product form.cart .button,
.single-product .woocommerce div.product form.cart .button.alt,
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button {
	min-width: 150px;
	height: 48px;
	background: var(--jw-black) !important;
	border-color: var(--jw-black) !important;
	color: var(--jw-white) !important;
	border-radius: 0 !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: lowercase;
}

.single-product .woocommerce div.product form.cart .button:hover,
.single-product .woocommerce div.product form.cart .button.alt:hover,
.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:hover {
	background: var(--jw-white) !important;
	color: var(--jw-black) !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	max-width: 520px;
	font-size: 18px;
	line-height: 1.45;
}

.jw-single-stock {
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
}

.single-product .jw-single-stock {
	margin-top: 4px;
}

.jw-single-contents {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.45;
}

.single-product .jw-single-contents {
	max-width: 610px;
	margin-top: 20px;
	font-size: 18px;
}

body.single-product.woocommerce div.product {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	padding-top: 0;
}

body.single-product.woocommerce div.product div.images {
	position: sticky;
	top: 106px;
	padding-top: 14px;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
	height: min(40vw, 574px);
	overflow: hidden;
	background: var(--jw-smoke);
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

body.single-product.woocommerce div.product div.images img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	transform: none;
}

body.single-product.woocommerce div.product .product_title {
	grid-column: 1 / -1;
	max-width: 516px;
	margin: 0 0 23px;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none !important;
}

body.single-product.woocommerce div.product .summary {
	display: grid;
	grid-template-columns: 132px 31px 70px 46px 158px 1fr;
	column-gap: 0;
	align-items: flex-start;
	justify-content: start;
	min-height: 574px;
	padding: 64px 20px 20px 100px;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
	grid-column: 1;
	grid-row: 3;
	margin: 0;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
}

body.single-product.woocommerce .jw-single-description {
	grid-column: 1 / -1;
	max-width: 543px;
	margin-top: 0;
	margin-bottom: 66px;
	font-size: 16px;
	line-height: 1.2;
}

body.single-product.woocommerce div.product form.cart {
	grid-column: 3 / 6;
	grid-row: 3;
	flex-wrap: nowrap;
	gap: 46px;
	margin: 0;
}

body.single-product.woocommerce div.product form.cart::before,
body.single-product.woocommerce div.product form.cart::after {
	display: none;
	content: none;
}

body.single-product.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

body.single-product.woocommerce div.product form.cart .button,
body.single-product.woocommerce div.product form.cart .button.alt,
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
	min-width: 158px;
	height: 46px;
	background: var(--jw-black) !important;
	background-color: var(--jw-black) !important;
	border-color: var(--jw-black) !important;
	color: var(--jw-white) !important;
	border-radius: 0 !important;
	font-size: 20.8px;
	font-weight: 600;
	text-transform: lowercase;
}

body.single-product.woocommerce div.product form.cart .button:hover,
body.single-product.woocommerce div.product form.cart .button.alt:hover,
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
	background: var(--jw-white) !important;
	background-color: var(--jw-white) !important;
	color: var(--jw-black) !important;
}

body.single-product.woocommerce .jw-single-contents {
	grid-column: 1 / -1;
	max-width: 543px;
	margin-top: 34px;
	color: #6d6d6d;
	font-size: 16px;
	line-height: 1.45;
}

body.single-product.woocommerce .jw-single-stock {
	grid-column: 1 / -1;
	margin-top: 13px;
	font-size: 16px;
}

body.single-product.woocommerce div.product form.cart .quantity .qty {
	width: 70px;
	height: 46px;
	min-height: 46px;
	font-size: 20px;
	font-weight: 400;
}

.jw-single-contents p {
	margin: 0 0 8px;
}

.woocommerce div.product .woocommerce-tabs {
	display: none;
}

.jw-page__content h2 {
	margin: 34px 0 14px;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.08;
	text-transform: uppercase;
}

.jw-page__content p,
.jw-page__content ul {
	margin: 0 0 16px;
}

.jw-page__content ul {
	padding-left: 22px;
}

.woocommerce .quantity .qty {
	width: 70px;
	min-height: 48px;
	border: 1px solid var(--jw-black);
	font-weight: 700;
	text-align: center;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--jw-black);
	background: var(--jw-smoke);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--jw-black);
}

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

.woocommerce-cart .jw-page__title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1 {
	text-transform: uppercase;
}

.woocommerce .cart-empty {
	margin: 20px 0 28px;
	padding: 28px;
	background: var(--jw-smoke);
	border-top: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce .return-to-shop {
	margin-bottom: 40px;
}

.woocommerce .products li.product .button {
	margin-top: 16px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--jw-line);
}

.woocommerce table.shop_table th {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce table.shop_table td {
	font-size: 16px;
}

.woocommerce-cart-form,
.woocommerce-checkout {
	margin-top: 24px;
}

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

.woocommerce-cart-form table.shop_table tr {
	border-bottom: 1px solid var(--jw-line);
}

.woocommerce-cart-form table.shop_table td {
	padding: 18px 12px;
}

.woocommerce-cart-form .product-remove .remove {
	color: var(--jw-black) !important;
	font-size: 26px;
}

.woocommerce-cart-form .product-remove .remove:hover {
	background: var(--jw-black);
	color: var(--jw-white) !important;
}

.woocommerce-cart-form .product-name a {
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce-cart-form .actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-cart-form .actions .coupon .input-text {
	min-width: min(100%, 280px);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 520px);
	margin-left: auto;
}

.woocommerce-cart .woocommerce-shipping-calculator,
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .woocommerce-shipping-destination {
	display: none !important;
}

.woocommerce-cart .shipping-calculator-button::before,
.woocommerce-cart .shipping-calculator-button::after,
.woocommerce-cart .woocommerce-shipping-calculator::before,
.woocommerce-cart .woocommerce-shipping-calculator::after,
.woocommerce-cart .cart_totals .shipping td::after {
	display: none !important;
	content: none !important;
}

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

.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 24px;
	border: 1px solid var(--jw-line);
}

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

.woocommerce-cart .cart-collaterals .cart_totals table tr {
	display: grid;
	grid-template-columns: 1fr;
	border-bottom: 1px solid var(--jw-line);
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	display: block;
	width: 100%;
	padding: 14px 0 !important;
	border: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-bottom: 0 !important;
	font-size: 13px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	font-size: 20px;
	font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total {
	margin-top: 8px;
	background: var(--jw-black);
	color: var(--jw-white);
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	padding-right: 16px !important;
	padding-left: 16px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 18px;
	font-size: 30px;
	text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	min-height: 54px;
	margin-bottom: 0;
	font-size: 16px;
}

.woocommerce-cart .woocommerce {
	max-width: var(--jw-max);
	margin: 0 auto;
}

.woocommerce-cart .woocommerce-cart-form {
	max-width: 100%;
	margin-top: 22px;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table {
	display: block;
	border-collapse: collapse;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead,
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
	display: block;
	width: 100%;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr {
	display: grid;
	grid-template-columns: 120px minmax(240px, 1fr) 90px 80px 120px 76px;
	gap: 24px;
	align-items: end;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-remove,
.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-thumbnail {
	display: none;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-name {
	grid-column: 2;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-price {
	grid-column: 3;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-quantity {
	grid-column: 4;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-subtotal {
	grid-column: 5;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tr {
	border-bottom: 1px solid #e6e6e6;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
	display: grid;
	grid-template-columns: 120px minmax(240px, 1fr) 90px 80px 120px 76px;
	gap: 24px;
	align-items: center;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tr:not(.cart_item) {
	display: block;
	width: 100%;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
	padding: 0 12px 12px;
	border: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td {
	padding: 14px 12px;
	border: 0;
	vertical-align: middle;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
	grid-column: 6;
	grid-row: 1;
	justify-self: end;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
	grid-column: 1;
	grid-row: 1;
}

.woocommerce-cart .woocommerce-cart-form .product-name {
	grid-column: 2;
	grid-row: 1;
}

.woocommerce-cart .woocommerce-cart-form .product-price {
	grid-column: 3;
	grid-row: 1;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
	grid-column: 4;
	grid-row: 1;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
	grid-column: 5;
	grid-row: 1;
}

.woocommerce-cart table.cart img {
	width: min(120px, 28vw);
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border: 1px solid var(--jw-smoke);
	background: var(--jw-smoke);
}

.woocommerce-cart-form .product-name a {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-transform: none;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	white-space: nowrap;
}

.woocommerce-cart .quantity .qty {
	width: 55px;
	height: 27px;
	min-height: 27px;
	padding: 2px 6px;
	border-color: var(--jw-line);
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.woocommerce-cart-form .product-remove .remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	color: #e70000 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.woocommerce-cart-form .product-remove .remove:hover {
	background: transparent;
	color: #e70000 !important;
	text-decoration: underline;
}

.woocommerce-cart-form .actions {
	padding: 24px 0 0 !important;
	border: 0;
}

.woocommerce-cart-form .actions .coupon {
	gap: 10px;
}

.woocommerce-cart-form .actions .coupon .input-text {
	min-width: min(100%, 280px);
	min-height: 50px;
	border: 1px solid var(--jw-black);
	border-radius: 0;
}

.woocommerce-cart-form .actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	min-height: 54px;
	padding: 18px 20px;
	background: var(--jw-black);
	border: 1px solid var(--jw-black);
	border-radius: 0;
	color: var(--jw-white);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-cart-form .actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--jw-white);
	color: var(--jw-black);
}

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

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 480px);
	margin-left: auto;
	padding: 16px 24px 24px;
	border: 0;
	border-top: 1px solid #e6e6e6;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 14px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

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

.woocommerce-cart .cart-collaterals .cart_totals table tr {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	border: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	display: block;
	width: auto;
	padding: 8px 0 !important;
	border: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_responsive tr td::before,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table_responsive tr th::before {
	display: none !important;
	content: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total {
	margin-top: 0;
	background: transparent;
	color: var(--jw-black);
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	padding: 8px 0 !important;
	font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	font-size: 20px;
}

.woocommerce-cart .jw-wrapper--narrow {
	max-width: var(--jw-max);
}

.woocommerce-cart .jw-section--page {
	padding-top: 56px;
}

.woocommerce-cart .jw-page__title,
.woocommerce-cart .woocommerce .cart-empty,
.woocommerce-cart .woocommerce .return-to-shop {
	display: none;
}

.woocommerce-cart .woocommerce {
	max-width: 100%;
}

.woocommerce-cart .jw-cart-v3 {
	width: 100%;
	margin: 0 auto;
	color: var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 38px;
	align-items: end;
	margin-bottom: 34px;
}

.woocommerce-cart .jw-cart-v3__eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__title {
	margin: 0;
	font-size: clamp(78px, 8.2vw, 112px);
	font-weight: 700;
	line-height: .82;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__top-summary {
	border-top: 2px solid var(--jw-black);
	border-bottom: 1px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__top-summary > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0 13px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__top-summary strong {
	font-size: 18px;
}

.woocommerce-cart .jw-cart-v3__top-summary a {
	display: block;
	padding: 11px 0 12px;
	border-top: 1px solid var(--jw-line);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 38px;
	align-items: start;
}

.woocommerce-cart .jw-cart-v3__form {
	margin: 0;
}

.woocommerce-cart .jw-cart-v3__products {
	border-top: 2px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__products-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px 90px 120px;
	gap: 20px;
	padding: 10px 0 11px;
	border-bottom: 1px solid var(--jw-black);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__product {
	display: grid;
	grid-template-columns: 238px minmax(0, 1fr) 292px;
	gap: 24px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid var(--jw-line);
}

.woocommerce-cart .jw-cart-v3__media {
	display: block;
	width: 238px;
	height: 238px;
	background: var(--jw-smoke);
	overflow: hidden;
}

.woocommerce-cart .jw-cart-v3__media img,
.woocommerce-cart .jw-cart-v3__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-cart .jw-cart-v3__product-title {
	margin: 0;
	max-width: 390px;
	font-size: clamp(34px, 3.4vw, 48px);
	font-weight: 700;
	line-height: .98;
	letter-spacing: 0;
	text-transform: none;
}

.woocommerce-cart .jw-cart-v3__meta {
	display: grid;
	gap: 2px;
	margin-top: 14px;
	color: #59606a;
	font-size: 18px;
	line-height: 1.26;
}

.woocommerce-cart .jw-cart-v3__remove {
	display: inline-flex;
	width: max-content;
	margin-top: 16px;
	color: #e70000 !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.woocommerce-cart .jw-cart-v3__remove:hover {
	background: transparent;
	color: #e70000 !important;
	text-decoration: underline;
}

.woocommerce-cart .jw-cart-v3__buybox {
	display: grid;
	grid-template-columns: 1fr 76px;
	gap: 13px 16px;
	align-items: center;
	justify-items: end;
}

.woocommerce-cart .jw-cart-v3__price {
	grid-column: 1;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.woocommerce-cart .jw-cart-v3__quantity {
	grid-column: 2;
}

.woocommerce-cart .jw-cart-v3__subtotal {
	grid-column: 1 / -1;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.woocommerce-cart .jw-cart-v3 .quantity .qty {
	width: 76px;
	height: 52px;
	min-height: 52px;
	padding: 6px 8px;
	border: 1px solid var(--jw-black);
	border-radius: 0;
	background: var(--jw-white);
	color: var(--jw-black);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.woocommerce-cart .jw-cart-v3__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
	padding-top: 28px;
}

.woocommerce-cart .jw-cart-v3__coupon {
	display: contents;
}

.woocommerce-cart .jw-cart-v3__actions .input-text {
	width: min(100%, 320px);
	height: 54px;
	padding: 0 16px;
	border: 1px solid var(--jw-black);
	border-radius: 0;
	background: var(--jw-white);
	color: var(--jw-black);
	font-size: 16px;
}

.woocommerce-cart .jw-cart-v3__actions .button {
	width: auto;
	min-width: 176px;
	min-height: 54px;
	padding: 17px 22px;
	background: var(--jw-black);
	border: 1px solid var(--jw-black);
	border-radius: 0;
	color: var(--jw-white);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__actions .button:hover {
	background: var(--jw-white);
	color: var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__actions .button:disabled,
.woocommerce-cart .jw-cart-v3__actions .button[disabled],
.woocommerce-cart .jw-cart-v3__actions .button:disabled:hover,
.woocommerce-cart .jw-cart-v3__actions .button[disabled]:hover {
	background: #8c8c8c;
	border-color: #8c8c8c;
	color: var(--jw-white) !important;
	opacity: 1 !important;
	cursor: not-allowed;
}

.woocommerce-cart .jw-cart-v3__summary {
	position: sticky;
	top: 130px;
	border-top: 2px solid var(--jw-black);
	border-bottom: 2px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__summary-inner {
	padding: 20px 0 22px;
}

.woocommerce-cart .jw-cart-v3__summary-count {
	margin: 0 0 28px;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--jw-line);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__summary h2 {
	margin: 0 0 20px;
	font-size: 52px;
	font-weight: 700;
	line-height: .95;
	letter-spacing: 0;
	text-transform: none;
}

.woocommerce-cart .jw-cart-v3__summary-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid var(--jw-line);
	font-size: 18px;
	line-height: 1.25;
}

.woocommerce-cart .jw-cart-v3__summary-row strong {
	font-size: 20px;
	font-weight: 700;
	text-align: right;
}

.woocommerce-cart .jw-cart-v3__summary-row--total {
	border-bottom: 0;
}

.woocommerce-cart .jw-cart-v3__summary-row--total strong {
	font-size: 28px;
}

.woocommerce-cart .jw-cart-v3__checkout,
.woocommerce-cart .jw-cart-v3__empty-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin-top: 18px;
	padding: 17px 22px;
	background: var(--jw-black);
	border: 1px solid var(--jw-black);
	color: var(--jw-white);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__checkout:hover,
.woocommerce-cart .jw-cart-v3__empty-cta:hover {
	background: var(--jw-white);
	color: var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__note {
	margin: 10px 0 0;
	color: #59606a;
	font-size: 15px;
	line-height: 1.28;
}

.woocommerce-cart .jw-cart-v3__service {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	border: 1px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__service div {
	min-height: 86px;
	padding: 16px 18px;
	border-right: 1px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__service div:last-child {
	border-right: 0;
}

.woocommerce-cart .jw-cart-v3__service strong,
.woocommerce-cart .jw-cart-v3__service span {
	display: block;
}

.woocommerce-cart .jw-cart-v3__service strong {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__service span {
	color: #59606a;
	font-size: 15px;
	line-height: 1.25;
}

.woocommerce-cart .jw-cart-v3__empty-main {
	display: grid;
	justify-items: center;
	min-height: 430px;
	padding: 52px 20px 44px;
	border-top: 2px solid var(--jw-black);
	border-bottom: 1px solid var(--jw-line);
	text-align: center;
}

.woocommerce-cart .jw-cart-v3__empty-icon {
	width: 214px;
	height: auto;
	margin-bottom: 28px;
}

.woocommerce-cart .jw-cart-v3__empty-main h2 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(44px, 5.8vw, 76px);
	font-weight: 700;
	line-height: .88;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__empty-main p {
	max-width: 430px;
	margin: 12px 0 0;
	color: #59606a;
	font-size: 20px;
	line-height: 1.28;
}

.woocommerce-cart .jw-cart-v3__empty-main .jw-cart-v3__empty-cta {
	width: auto;
	min-width: 240px;
	margin-top: 26px;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review {
	margin-bottom: 32px;
}

.woocommerce-checkout .jw-wrapper--narrow {
	max-width: var(--jw-max);
}

.woocommerce-checkout .jw-section--page {
	padding-top: 56px;
}

.woocommerce-checkout .jw-page__title {
	max-width: 980px;
	margin-bottom: 34px;
	font-size: clamp(58px, 6vw, 82px);
	font-weight: 700;
	line-height: .9;
	letter-spacing: 0;
	text-align: left;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 430px;
	gap: 42px;
	align-items: start;
	margin-top: 0;
}

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

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	float: none;
	width: auto;
}

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

.woocommerce-checkout #order_review_heading {
	margin: 0 0 -8px;
	padding: 18px 0 0;
	border-top: 2px solid var(--jw-black);
	font-size: 52px;
	font-weight: 700;
	line-height: .95;
	letter-spacing: 0;
	text-transform: none;
}

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

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
	float: none;
	width: auto;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment {
	border: 1px solid var(--jw-black);
	background: var(--jw-white);
}

.woocommerce-checkout .jw-wayforpay-heading {
	padding: 14px 18px;
	border: 1px solid var(--jw-black);
	border-bottom: 0;
	background: var(--jw-white);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

.woocommerce-checkout .jw-wayforpay-heading + #payment {
	border-top: 0;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
	padding: 28px;
}

.woocommerce-checkout .woocommerce-additional-fields {
	margin-top: 20px;
}

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

.woocommerce-checkout form .form-row label {
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid var(--jw-black);
	border-radius: 0;
	background: var(--jw-white);
	color: var(--jw-black);
	font-size: 16px;
}

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

.woocommerce-checkout-review-order-table {
	margin: 0 !important;
	border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 16px !important;
	border-color: var(--jw-line) !important;
}

.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table tfoot th {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	background: var(--jw-black);
	color: var(--jw-white);
	font-size: 18px;
}

.woocommerce-checkout #payment {
	margin-top: 18px;
	border-radius: 0;
	background: var(--jw-white) !important;
}

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

.woocommerce-checkout #payment div.payment_box {
	margin: 12px 0 0;
	background: var(--jw-smoke);
	color: var(--jw-black);
}

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

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

.woocommerce-checkout #payment #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	background: var(--jw-black) !important;
	border: 1px solid var(--jw-black) !important;
	border-radius: 0;
	color: var(--jw-white) !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-checkout #payment #place_order:hover {
	background: var(--jw-white) !important;
	color: var(--jw-black) !important;
}

.woocommerce-checkout h3 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .product-name {
	font-weight: 600;
}

.woocommerce-checkout-review-order-table .jw-checkout-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.woocommerce-checkout-review-order-table .jw-checkout-item__media {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: var(--jw-smoke);
}

.woocommerce-checkout-review-order-table .jw-checkout-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-checkout-review-order-table .jw-checkout-item__copy {
	min-width: 0;
	font-weight: 700;
	line-height: 1.18;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: inline-flex;
	padding: 12px 16px;
	border: 1px solid var(--jw-black);
	font-weight: 700;
	text-transform: uppercase;
}

.jw-page__content {
	font-size: 18px;
}

.jw-section--page.jw-cooperation,
.jw-section--page.jw-partners,
.jw-section--page.jw-static-page--visual {
	padding-top: 14px;
}

.jw-section--page.jw-static-page--story {
	padding-top: 82px;
}

.jw-section--page.jw-static-page--visual.jw-static-page--story {
	padding-top: 14px;
}

.jw-section--page.jw-static-page--legal {
	padding-top: 154px;
}

.jw-wrapper--legal {
	width: min(100%, 1285px);
}

.jw-static-hero {
	position: relative;
	display: grid;
	min-height: 244px;
	overflow: hidden;
	place-items: center;
	background: var(--jw-black);
	color: var(--jw-white);
}

.jw-static-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .52;
}

.jw-static-hero h1,
.jw-static-hero__text {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0;
	text-align: center;
}

.jw-static-hero h1,
.jw-static-hero__text h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.jw-static-hero__text p {
	margin: 14px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.jw-page--visual {
	margin-top: 28px;
}

.jw-page--visual .jw-page__content {
	font-size: 18px;
	line-height: 1.5;
}

.jw-page--visual .jw-page__content h1,
.jw-page--visual .jw-page__content h2 {
	margin: 0 0 24px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.jw-page--visual .jw-page__content p {
	max-width: 1210px;
	margin: 0 0 20px;
}

.jw-page--story {
	margin-top: 0;
}

.jw-page--story .jw-page__title {
	margin: 0 0 34px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.jw-page--story .jw-page__content {
	max-width: 1210px;
	font-size: 18px;
	line-height: 1.5;
}

.jw-page--story .jw-page__content > p:first-child {
	max-width: 1120px;
	margin: 0 0 28px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: none;
}

.jw-page--story .jw-page__content p {
	max-width: 1210px;
	margin: 0 0 20px;
}

.jw-page--legal .jw-page__title {
	margin-bottom: 30px;
	font-size: 45px;
	line-height: 1.12;
	text-transform: none;
}

.jw-page--legal .jw-page__content {
	max-width: 1245px;
	font-size: 18px;
	line-height: 1.5;
}

.jw-page--legal .jw-page__content h1,
.jw-page--legal .jw-page__content h2,
.jw-page--legal .jw-page__content h3 {
	margin: 56px 0 18px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.jw-page--legal .jw-page__content h1:first-child,
.jw-page--legal .jw-page__content h2:first-child,
.jw-page--legal .jw-page__content h3:first-child {
	margin-top: 0;
}

.jw-page--legal .jw-page__content p,
.jw-page--legal .jw-page__content ul,
.jw-page--legal .jw-page__content ol {
	margin: 0 0 18px;
}

.jw-cooperation {
	padding-bottom: 157px;
	text-align: center;
}

.jw-cooperation__title {
	max-width: 1140px;
	margin: 0 auto 48px;
	font-size: clamp(38px, 4.1vw, 48px);
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
}

body.page-template-page-cooperation .jw-footer {
	margin-top: 0;
}

.jw-main--cooperation {
	min-height: 0;
}

.jw-main--cooperation + .jw-footer {
	margin-top: 0;
}

.jw-cooperation__lead {
	max-width: 520px;
	margin: 0 auto 28px;
	font-size: 18px;
	line-height: 1.35;
}

.jw-cooperation__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: min(100%, 361px);
	margin: 0 auto;
	text-align: left;
}

.jw-cooperation__form input[type="text"],
.jw-cooperation__form input[type="tel"] {
	width: 100%;
	height: 50px;
	padding: 12px 16px;
	border: 1px solid #9d9d9d;
	border-radius: 0;
	background: var(--jw-white);
	color: var(--jw-black);
	font: inherit;
	font-size: 16px;
}

.jw-cooperation__policy {
	display: grid;
	grid-template-columns: 13px 1fr;
	gap: 10px;
	align-items: start;
	margin: 8px 0 4px;
	font-size: 14px;
	line-height: 1.35;
}

.jw-cooperation__policy input {
	width: 13px;
	height: 13px;
	margin: 2px 0 0;
}

.jw-cooperation__policy a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.jw-cooperation__form button,
.jw-cooperation__form input[type="submit"] {
	width: 100%;
	height: 50px;
	border: 0;
	background: var(--jw-black);
	color: var(--jw-white);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	appearance: none;
}

.jw-partners__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 32px;
}

.jw-partners__tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 20px;
	border: 2px solid var(--jw-black);
	background: var(--jw-white);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.jw-partners__tabs a.is-active {
	background: var(--jw-black);
	color: var(--jw-white);
}

.jw-partners__divider {
	height: 1px;
	margin-top: 30px;
	background: var(--jw-black);
}

.jw-partners__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 36px 16px;
	margin-top: 60px;
}

.jw-partner-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.jw-partner-card__image {
	position: relative;
	aspect-ratio: 4 / 3;
	margin-bottom: 20px;
	overflow: hidden;
	background: var(--jw-smoke);
}

.jw-partner-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jw-partner-card h2 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.jw-partner-card p {
	min-height: 54px;
	margin: 0 0 24px;
	color: #8c8f99;
	font-size: 14px;
	line-height: 1.35;
}

.jw-partner-card .jw-partner-card__alias {
	min-height: 20px;
	margin-top: -16px;
	margin-bottom: 18px;
	color: #555;
}

.jw-partner-card__button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 159px;
	height: 46px;
	margin-top: auto;
	background: var(--jw-black);
	color: var(--jw-white);
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.jw-footer {
	margin-top: 100px;
	background: transparent;
}

.jw-footer__contacts {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 56px;
	background: var(--jw-white);
}

.jw-footer__top {
	display: flex;
	justify-content: space-between;
	gap: 42px 64px;
}

.jw-footer__left,
.jw-footer__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jw-footer__right {
	align-items: flex-end;
	text-align: right;
}

.jw-footer h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.jw-footer__addresses {
	display: flex;
	justify-content: space-between;
	gap: 18px 60px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
}

.jw-footer__address {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.jw-footer__address p {
	margin: 0;
}

.jw-pay {
	display: flex;
	align-items: center;
	width: 130px;
	height: 26px;
	margin-top: 30px;
	padding: 0;
}

.jw-pay img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jw-footer__contact-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	gap: 64px;
	margin-top: 40px;
}

.jw-footer__socials {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.jw-footer__social {
	display: block;
	width: 28px;
	height: 28px;
}

.jw-footer__social img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jw-footer__email {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 22px;
	line-height: 1.35;
}

.jw-footer__warning {
	margin-top: 50px;
	text-align: center;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.jw-footer__bottom {
	padding-top: 30px;
	padding-bottom: 60px;
	background: var(--jw-black);
	color: var(--jw-white);
}

.jw-footer__heading {
	margin-bottom: 40px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
}

.jw-footer__links {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jw-footer__links a {
	font-size: 16px;
	text-transform: uppercase;
}

.jw-footer__links a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.jw-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	font-weight: 600;
}

@media (max-width: 1100px) {
	.jw-partners__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jw-header__inner {
		min-height: 100px;
		padding: 10px 20px;
	}

	.jw-burger {
		display: block;
	}

	.jw-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		display: none;
		flex-direction: column;
		align-items: center;
		gap: 34px;
		padding: 28px var(--jw-side) 40px;
		background: var(--jw-white);
		border-bottom: 1px solid var(--jw-smoke);
		pointer-events: auto;
	}

	.jw-nav.is-open {
		display: flex;
	}

	.jw-nav__list {
		flex-direction: column;
		gap: 10px;
	}

	.jw-nav__meta {
		position: static;
	}

	.jw-header__actions {
		margin-left: auto;
	}

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

	.jw-fallback-grid--boxes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.single-product .woocommerce div.product div.images {
		position: static;
	}

	body.single-product.woocommerce div.product div.images {
		position: static;
		padding-top: 0;
	}

	.single-product .woocommerce div.product .summary {
		min-height: auto;
		padding: 40px 20px 10px;
	}

	body.single-product.woocommerce div.product .summary {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		min-height: auto;
		padding: 40px 20px 10px;
	}

	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a {
		max-height: 460px;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		height: auto;
		max-height: 460px;
	}

	body.single-product.woocommerce div.product div.images img {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	body.single-product.woocommerce div.product p.price,
	body.single-product.woocommerce div.product span.price {
		grid-column: auto;
		grid-row: auto;
		margin: 4px 0;
		font-size: clamp(36px, 6vw, 42px);
	}

	body.single-product.woocommerce div.product form.cart {
		grid-column: auto;
		grid-row: auto;
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 14px;
		margin-bottom: 18px;
	}

	body.single-product.woocommerce .jw-single-description {
		margin-bottom: 24px;
		font-size: 18px;
		line-height: 1.35;
	}

	body.single-product.woocommerce .jw-single-contents {
		margin-top: 20px;
		font-size: 17px;
	}

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

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 10px;
	}

	.woocommerce-cart .jw-cart-v3__hero,
	.woocommerce-cart .jw-cart-v3__layout {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .jw-cart-v3__summary {
		position: static;
	}

	.woocommerce-cart .jw-cart-v3__product {
		grid-template-columns: 180px minmax(0, 1fr);
		align-items: start;
	}

	.woocommerce-cart .jw-cart-v3__media {
		width: 180px;
		height: 180px;
	}

	.woocommerce-cart .jw-cart-v3__buybox {
		grid-column: 2;
		justify-items: start;
		width: 100%;
		max-width: 360px;
	}

	.woocommerce-cart .jw-cart-v3__service {
		margin-top: 24px;
	}
}

@media (max-width: 900px) {
	.jw-partners__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	:root {
		--jw-side: 20px;
	}

	body.jager-site {
		font-size: 15px;
	}

	body.jager-site.admin-bar .jw-header {
		top: 0;
	}

	.jw-header__inner {
		min-height: 78px;
		gap: 10px;
		padding: 0 20px;
	}

	.jw-main {
		padding-top: 78px;
	}

	.jw-section--product {
		padding-top: 0;
	}

	.jw-section--page.jw-cooperation,
	.jw-section--page.jw-partners,
	.jw-section--page.jw-static-page--visual,
	.jw-section--page.jw-static-page--story,
	.jw-section--page.jw-static-page--legal {
		padding-top: 22px;
	}

	.jw-wrapper--legal {
		width: min(100%, 100%);
	}

	.jw-static-hero {
		min-height: 260px;
	}

	.jw-static-hero h1,
	.jw-static-hero__text h1 {
		font-size: 28px;
	}

	.jw-static-hero__text {
		padding: 0 18px;
	}

	.jw-page--visual {
		margin-top: 30px;
	}

	.jw-page--visual .jw-page__content h1,
	.jw-page--visual .jw-page__content h2 {
		font-size: 30px;
	}

	.jw-page--story .jw-page__title {
		margin-bottom: 26px;
		font-size: 30px;
	}

	.jw-page--story .jw-page__content > p:first-child {
		font-size: 34px;
		line-height: 1.16;
	}

	.jw-page--legal .jw-page__title {
		font-size: 22px;
	}

	.jw-page--legal .jw-page__content h1,
	.jw-page--legal .jw-page__content h2,
	.jw-page--legal .jw-page__content h3 {
		margin-top: 38px;
		font-size: 32px;
	}

	.jw-cooperation__title {
		margin-bottom: 44px;
		font-size: 36px;
	}

	.jw-partners__tabs {
		gap: 8px;
		margin-top: 22px;
	}

	.jw-partners__tabs a {
		padding: 8px 12px;
		font-size: 13px;
	}

	.jw-partners__grid {
		grid-template-columns: 1fr;
		gap: 36px;
		margin-top: 36px;
	}

	.single-product .woocommerce div.product .product_title {
		font-size: clamp(34px, 10vw, 42px);
	}

	body.single-product.woocommerce div.product .product_title {
		font-size: clamp(34px, 10vw, 42px);
	}

	.single-product .woocommerce div.product .summary {
		padding: 28px 0 10px;
	}

	body.single-product.woocommerce div.product .summary {
		padding: 28px 0 10px;
	}

	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
	.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a {
		max-height: 340px;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		height: auto;
		max-height: 340px;
	}

	.single-product .woocommerce div.product div.images img {
		transform: translateY(-26%);
	}

	body.single-product.woocommerce div.product div.images img {
		height: auto;
		aspect-ratio: 1 / 1;
		transform: none;
	}

	body.single-product.woocommerce div.product form.cart .button,
	body.single-product.woocommerce div.product form.cart .button.alt,
	body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
		min-width: 150px;
		height: 48px;
		font-size: 15px;
		font-weight: 700;
	}

	.jw-burger {
		width: 42px;
		height: 42px;
		padding-left: 0;
	}

	.jw-burger span {
		width: 28px;
		height: 3px;
		margin: 5px 0;
	}

	.jw-logo {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 86px;
		height: 53px;
		transform: translate(-50%, -50%);
	}

	.jw-nav {
		gap: 40px;
		min-height: calc(100vh - 78px);
		padding: 20px var(--jw-side) 40px;
		justify-content: flex-start;
	}

	.jw-nav__list {
		gap: 16px;
	}

	.jw-nav__list a {
		padding: 4px 0;
		line-height: 1.3;
	}

	.jw-nav__meta {
		gap: 20px;
	}

	.jw-find {
		gap: 8px;
		margin-right: 20px;
	}

	.jw-pin,
	.jw-social {
		width: 30px;
		height: 30px;
	}

	.jw-login {
		display: none;
	}

	.jw-cart-link {
		width: 52px;
		height: 40px;
	}

	.jw-cart-link__icon {
		width: 52px;
		height: 40px;
	}

	.jw-hero {
		padding-top: 22px;
	}

	.jw-hero__slider {
		aspect-ratio: auto;
		height: clamp(430px, 142vw, 555px);
		max-height: calc(100vh - 100px);
		background: var(--jw-white);
	}

	.jw-hero__image img {
		object-fit: cover;
		object-position: center top;
	}

	.jw-hero__dots span {
		width: 8px;
		height: 8px;
	}

	.jw-fallback-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.jw-hero + .jw-section {
		padding-top: 80px;
	}

	.jw-section {
		padding-top: 80px;
	}

	.woocommerce-cart .jw-section--page {
		padding-top: 34px;
		padding-bottom: 72px;
	}

	.woocommerce-checkout .jw-section--page {
		padding-top: 34px;
		padding-bottom: 72px;
	}

	.woocommerce-checkout .jw-page__title {
		margin-bottom: 28px;
		font-size: 40px;
		line-height: .92;
	}

	.woocommerce-checkout form.checkout {
		gap: 28px;
	}

	.woocommerce-checkout .woocommerce-billing-fields,
	.woocommerce-checkout .woocommerce-additional-fields {
		padding: 18px;
	}

	.woocommerce-checkout #order_review_heading {
		margin: 0 0 -8px;
		padding-top: 16px;
		font-size: 42px;
	}

	.woocommerce-checkout-review-order-table th,
	.woocommerce-checkout-review-order-table td {
		padding: 13px 12px !important;
	}

	.woocommerce-checkout #payment ul.payment_methods,
	.woocommerce-checkout #payment div.form-row {
		padding: 14px;
	}

	.woocommerce-checkout #payment #place_order {
		min-height: 54px;
	}

	.woocommerce-cart .jw-cart-v3__hero {
		gap: 15px;
		margin-bottom: 24px;
	}

	.woocommerce-cart .jw-cart-v3__eyebrow {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.woocommerce-cart .jw-cart-v3__title {
		font-size: 68px;
		line-height: .86;
	}

	.woocommerce-cart .jw-cart-v3__top-summary {
		width: 100%;
	}

	.woocommerce-cart .jw-cart-v3__layout {
		gap: 28px;
	}

	.woocommerce-cart .jw-cart-v3__products-head {
		grid-template-columns: 1fr auto;
		gap: 10px;
		padding: 11px 0;
	}

	.woocommerce-cart .jw-cart-v3__products-head span:nth-child(2),
	.woocommerce-cart .jw-cart-v3__products-head span:nth-child(3) {
		display: none;
	}

	.woocommerce-cart .jw-cart-v3__product {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 12px 14px;
		padding: 18px 0 22px;
	}

	.woocommerce-cart .jw-cart-v3__media {
		width: 112px;
		height: 132px;
	}

	.woocommerce-cart .jw-cart-v3__product-title {
		font-size: 30px;
		line-height: .98;
	}

	.woocommerce-cart .jw-cart-v3__meta {
		margin-top: 9px;
		font-size: 14px;
		line-height: 1.24;
	}

	.woocommerce-cart .jw-cart-v3__remove {
		margin-top: 11px;
		font-size: 13px;
	}

	.woocommerce-cart .jw-cart-v3__buybox {
		grid-column: 2;
		grid-template-columns: 1fr;
		gap: 10px;
		max-width: none;
	}

	.woocommerce-cart .jw-cart-v3__price,
	.woocommerce-cart .jw-cart-v3__quantity,
	.woocommerce-cart .jw-cart-v3__subtotal {
		grid-column: 1;
		justify-self: start;
	}

	.woocommerce-cart .jw-cart-v3__price {
		font-size: 26px;
	}

	.woocommerce-cart .jw-cart-v3__subtotal {
		font-size: 28px;
	}

	.woocommerce-cart .jw-cart-v3 .quantity .qty {
		width: 58px;
		height: 42px;
		min-height: 42px;
		font-size: 18px;
	}

	.woocommerce-cart .jw-cart-v3__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		padding-top: 24px;
	}

	.woocommerce-cart .jw-cart-v3__actions .input-text,
	.woocommerce-cart .jw-cart-v3__actions .button {
		width: 100%;
		min-width: 0;
	}

	.woocommerce-cart .jw-cart-v3__summary-inner {
		padding: 18px 0 20px;
	}

	.woocommerce-cart .jw-cart-v3__summary h2 {
		font-size: 46px;
	}

	.woocommerce-cart .jw-cart-v3__summary-row {
		font-size: 16px;
	}

	.woocommerce-cart .jw-cart-v3__summary-row strong {
		font-size: 18px;
	}

	.woocommerce-cart .jw-cart-v3__summary-row--total strong {
		font-size: 24px;
	}

	.woocommerce-cart .jw-cart-v3__service {
		grid-template-columns: 1fr;
		margin-top: 22px;
	}

	.woocommerce-cart .jw-cart-v3__service div {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--jw-black);
	}

	.woocommerce-cart .jw-cart-v3__service div:last-child {
		border-bottom: 0;
	}

	.woocommerce-cart .jw-cart-v3__empty-main {
		min-height: 0;
		padding: 36px 12px 34px;
	}

	.woocommerce-cart .jw-cart-v3__empty-icon {
		width: 154px;
		margin-bottom: 23px;
	}

	.woocommerce-cart .jw-cart-v3__empty-main h2 {
		font-size: 40px;
	}

	.woocommerce-cart .jw-cart-v3__empty-main p {
		font-size: 16px;
	}

	.woocommerce-cart .jw-cart-v3__empty-main .jw-cart-v3__empty-cta {
		width: 100%;
		min-width: 0;
	}

	.jw-product-card {
		padding: 10px 8px 18px;
	}

	.jw-product-card__buy {
		flex-wrap: wrap;
		justify-content: center;
	}

	.jw-footer__top {
		flex-direction: column;
	}

	.jw-footer__right {
		align-items: flex-start;
		text-align: left;
	}

	.jw-footer__addresses {
		flex-direction: column;
	}

	.jw-footer__contact-wrap,
	.jw-footer__email {
		align-items: flex-start;
	}

	.jw-footer__links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
		display: none;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table,
	.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
		display: block;
		width: 100%;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 4px 14px;
		padding: 12px 0 16px;
		border-bottom: 1px solid #e6e6e6;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table td {
		display: block;
		width: 100%;
		padding: 0;
		text-align: left !important;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table td::before {
		display: none;
		content: none;
	}

	.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 5;
	}

	.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
		width: 96px;
	}

	.woocommerce-cart .woocommerce-cart-form .product-name,
	.woocommerce-cart .woocommerce-cart-form .product-price,
	.woocommerce-cart .woocommerce-cart-form .product-quantity,
	.woocommerce-cart .woocommerce-cart-form .product-subtotal,
	.woocommerce-cart .woocommerce-cart-form .product-remove {
		grid-column: 2;
	}

	.woocommerce-cart .woocommerce-cart-form .product-name {
		grid-row: 1;
	}

	.woocommerce-cart .woocommerce-cart-form .product-price {
		grid-row: 2;
	}

	.woocommerce-cart .woocommerce-cart-form .product-quantity {
		grid-row: 3;
	}

	.woocommerce-cart .woocommerce-cart-form .product-subtotal {
		grid-row: 4;
	}

	.woocommerce-cart .woocommerce-cart-form .product-remove {
		grid-row: 5;
		justify-self: start;
	}

	.woocommerce-cart-form .product-name a {
		font-size: 16px;
	}

	.woocommerce-cart-form .product-price,
	.woocommerce-cart-form .product-subtotal {
		font-size: 16px;
	}

	.woocommerce-cart-form .product-remove .remove {
		margin-top: 8px;
	}

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

	.woocommerce-cart-form .actions .coupon .input-text,
	.woocommerce-cart-form .actions .coupon .button,
	.woocommerce-cart-form .actions > .button {
		width: 100% !important;
	}

	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 479px) {
	.jw-nav__meta {
		flex-wrap: wrap;
		justify-content: center;
	}

	.jw-product-card__title {
		font-size: 27px;
	}

	.jw-product-card__meta {
		font-size: 17px;
	}
}

/* Cart and checkout final pass: scoped overrides, v0.3.22. */
.woocommerce-cart .jw-section--page {
	padding-top: 42px;
}

.woocommerce-cart .jw-cart-v3 {
	--cart-gap: clamp(20px, 2.8vw, 38px);
	max-width: 100%;
}

.woocommerce-cart .jw-cart-v3__hero {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: var(--cart-gap);
	align-items: end;
	margin-bottom: 26px;
}

.woocommerce-cart .jw-cart-v3__eyebrow {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.woocommerce-cart .jw-cart-v3__title {
	font-size: clamp(70px, 7.6vw, 108px);
	line-height: .82;
}

.woocommerce-cart .jw-cart-v3__top-summary {
	border: 2px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__top-summary > div {
	padding: 15px 18px 14px;
}

.woocommerce-cart .jw-cart-v3__top-summary a {
	padding: 13px 18px;
	border-top-color: var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__layout {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: var(--cart-gap);
}

.woocommerce-cart .jw-cart-v3__products {
	border: 2px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__products-head {
	grid-template-columns: minmax(0, 1fr) 250px;
	padding: 13px 18px;
	border-bottom: 1px solid var(--jw-black);
	background: var(--jw-black);
	color: var(--jw-white);
	font-size: 12px;
}

.woocommerce-cart .jw-cart-v3__products-head span:nth-child(2),
.woocommerce-cart .jw-cart-v3__products-head span:nth-child(3) {
	display: none;
}

.woocommerce-cart .jw-cart-v3__products-head span:nth-child(4) {
	text-align: right;
}

.woocommerce-cart .jw-cart-v3__product {
	grid-template-columns: clamp(190px, 20vw, 260px) minmax(230px, 1fr) minmax(220px, 250px);
	gap: clamp(18px, 2vw, 28px);
	align-items: stretch;
	padding: 22px;
	border-bottom: 1px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__product:last-child {
	border-bottom: 0;
}

.woocommerce-cart .jw-cart-v3__media {
	width: 100%;
	height: auto;
	min-height: 224px;
	aspect-ratio: 1 / .9;
	padding: 10px;
	border: 1px solid var(--jw-line);
	background: #f7f7f7;
}

.woocommerce-cart .jw-cart-v3__media img,
.woocommerce-cart .jw-cart-v3__image {
	object-fit: contain;
}

.woocommerce-cart .jw-cart-v3__product-main {
	align-self: center;
	min-width: 0;
}

.woocommerce-cart .jw-cart-v3__product-title {
	max-width: 470px;
	font-size: clamp(32px, 3vw, 46px);
	line-height: .96;
}

.woocommerce-cart .jw-cart-v3__excerpt {
	max-width: 440px;
	margin: 13px 0 0;
	color: #59606a;
	font-size: 15px;
	line-height: 1.28;
}

.woocommerce-cart .jw-cart-v3__meta {
	gap: 1px;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.25;
}

.woocommerce-cart .jw-cart-v3__remove {
	margin-top: 15px;
	color: #b90000 !important;
	font-size: 13px;
}

.woocommerce-cart .jw-cart-v3__buybox {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-self: stretch;
	justify-items: stretch;
	border: 1px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__metric {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 67px;
	padding: 13px 14px;
	border-bottom: 1px solid var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__metric:last-child {
	border-bottom: 0;
}

.woocommerce-cart .jw-cart-v3__metric span {
	color: #59606a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__metric strong {
	color: var(--jw-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	white-space: nowrap;
}

.woocommerce-cart .jw-cart-v3__metric--subtotal {
	background: var(--jw-black);
	color: var(--jw-white);
}

.woocommerce-cart .jw-cart-v3__metric--subtotal span,
.woocommerce-cart .jw-cart-v3__metric--subtotal strong {
	color: var(--jw-white);
}

.woocommerce-cart .jw-cart-v3 .quantity .qty {
	width: 64px;
	height: 44px;
	min-height: 44px;
	font-size: 19px;
}

.woocommerce-cart .jw-cart-v3__actions {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-top: 18px;
}

.woocommerce-cart .jw-cart-v3__coupon,
.woocommerce-cart .coupon {
	display: none !important;
}

.woocommerce-cart .jw-cart-v3__actions .button,
.woocommerce-cart .jw-cart-v3__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	min-height: 52px;
	padding: 16px 22px;
	border: 1px solid var(--jw-black);
	border-radius: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-cart .jw-cart-v3__actions .button {
	background: var(--jw-black);
	color: var(--jw-white);
}

.woocommerce-cart .jw-cart-v3__continue {
	background: var(--jw-white);
	color: var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__actions .button:hover,
.woocommerce-cart .jw-cart-v3__continue:hover {
	background: var(--jw-white);
	color: var(--jw-black);
}

.woocommerce-cart .jw-cart-v3__actions .button:disabled,
.woocommerce-cart .jw-cart-v3__actions .button[disabled],
.woocommerce-cart .jw-cart-v3__actions .button:disabled:hover,
.woocommerce-cart .jw-cart-v3__actions .button[disabled]:hover {
	background: #f1f1f1;
	border-color: var(--jw-black);
	color: #4a4a4a !important;
}

.woocommerce-cart .jw-cart-v3__summary {
	top: 126px;
	border: 2px solid var(--jw-black);
	background: var(--jw-white);
}

.woocommerce-cart .jw-cart-v3__summary-inner {
	padding: 20px;
}

.woocommerce-cart .jw-cart-v3__summary-count {
	margin-bottom: 22px;
}

.woocommerce-cart .jw-cart-v3__summary h2 {
	margin-bottom: 18px;
	font-size: clamp(42px, 4.2vw, 56px);
}

.woocommerce-cart .jw-cart-v3__summary-row {
	padding: 14px 0;
	font-size: 16px;
}

.woocommerce-cart .jw-cart-v3__summary-row strong {
	font-size: 18px;
}

.woocommerce-cart .jw-cart-v3__summary-row--total {
	align-items: center;
	margin: 10px -20px 0;
	padding: 17px 20px;
	background: var(--jw-black);
	color: var(--jw-white);
}

.woocommerce-cart .jw-cart-v3__summary-row--total strong {
	color: var(--jw-white);
	font-size: 30px;
}

.woocommerce-cart .jw-cart-v3__checkout,
.woocommerce-cart .jw-cart-v3__empty-cta {
	min-height: 58px;
	margin-top: 18px;
}

.woocommerce-cart .jw-cart-v3__service {
	margin-top: 22px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon {
	display: none !important;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: -28px -28px 22px;
	padding: 14px 20px;
	border-bottom: 1px solid var(--jw-line);
	font-size: 18px;
	text-transform: none;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
	padding: 28px;
}

.woocommerce-checkout .form-row .description {
	display: block;
	margin-top: -3px;
	margin-bottom: 8px;
	color: #59606a;
	font-size: 14px;
	line-height: 1.25;
}

.woocommerce-checkout form .form-row label {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-transform: none;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
	min-height: 50px;
	padding: 13px 20px;
	border-color: #c9c9c9;
	background: #f6f6f6;
	font-size: 16px;
}

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

.woocommerce-checkout .jw-checkout-pickup-note {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
}

.woocommerce-checkout .jw-checkout-pickup-note strong {
	display: block;
	margin-bottom: 8px;
}

.woocommerce-checkout .jw-checkout-pickup-note p {
	margin: 0 0 8px;
}

.woocommerce-checkout .form-row.jager-no-call-row {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.woocommerce-checkout .form-row.jager-no-call-row .woocommerce-input-wrapper {
	order: -1;
	padding-top: 2px;
}

.woocommerce-checkout .form-row.jager-no-call-row input {
	width: 13px;
	height: 13px;
	margin: 0;
}

.woocommerce-checkout .form-row.jager-no-call-row label {
	margin: 0;
}

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

.woocommerce-checkout #payment ul.payment_methods:has(.woocommerce-info),
.woocommerce-checkout #payment ul.payment_methods:has(.woocommerce-notice--info) {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input.input-radio {
	display: none;
}

.woocommerce-checkout #payment div.payment_box {
	display: none !important;
}

.woocommerce-checkout #payment .woocommerce-info,
.woocommerce-checkout #payment .woocommerce-notice--info {
	display: none !important;
}

.woocommerce-checkout .jw-wayforpay-note {
	margin: 18px 0 0;
	padding-top: 18px;
	border-top: 2px solid var(--jw-black);
	color: var(--jw-black);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

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

@media (max-width: 1100px) {
	.woocommerce-cart .jw-cart-v3__hero,
	.woocommerce-cart .jw-cart-v3__layout {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .jw-cart-v3__summary {
		position: static;
	}

	.woocommerce-cart .jw-cart-v3__product {
		grid-template-columns: 172px minmax(0, 1fr);
	}

	.woocommerce-cart .jw-cart-v3__media {
		min-height: 172px;
	}

	.woocommerce-cart .jw-cart-v3__buybox {
		grid-column: 2;
	}
}

@media (max-width: 767px) {
	.woocommerce-cart .jw-section--page,
	.woocommerce-checkout .jw-section--page {
		padding-top: 28px;
	}

	.woocommerce-cart .jw-cart-v3__hero {
		gap: 14px;
		margin-bottom: 18px;
	}

	.woocommerce-cart .jw-cart-v3__title {
		font-size: clamp(54px, 16vw, 68px);
	}

	.woocommerce-cart .jw-cart-v3__product {
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 14px;
		padding: 14px;
	}

	.woocommerce-cart .jw-cart-v3__products-head {
		grid-template-columns: 1fr auto;
		padding: 12px 14px;
	}

	.woocommerce-cart .jw-cart-v3__media {
		min-height: 128px;
		aspect-ratio: 108 / 128;
		padding: 6px;
	}

	.woocommerce-cart .jw-cart-v3__product-main {
		align-self: start;
	}

	.woocommerce-cart .jw-cart-v3__product-title {
		font-size: clamp(25px, 7.6vw, 31px);
		line-height: .97;
	}

	.woocommerce-cart .jw-cart-v3__excerpt {
		display: none;
	}

	.woocommerce-cart .jw-cart-v3__meta {
		font-size: 13px;
	}

	.woocommerce-cart .jw-cart-v3__remove {
		margin-top: 10px;
		font-size: 13px;
	}

	.woocommerce-cart .jw-cart-v3__buybox {
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
		margin-top: 2px;
	}

	.woocommerce-cart .jw-cart-v3__metric {
		display: grid;
		align-content: center;
		justify-items: center;
		gap: 8px;
		min-height: 82px;
		padding: 10px 8px;
		border-right: 1px solid var(--jw-black);
		border-bottom: 0;
		text-align: center;
	}

	.woocommerce-cart .jw-cart-v3__metric:last-child {
		border-right: 0;
	}

	.woocommerce-cart .jw-cart-v3__metric strong {
		font-size: 20px;
		text-align: center;
	}

	.woocommerce-cart .jw-cart-v3 .quantity .qty {
		width: 54px;
		height: 40px;
		min-height: 40px;
		font-size: 17px;
	}

	.woocommerce-cart .jw-cart-v3__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
		padding-top: 14px;
	}

	.woocommerce-cart .jw-cart-v3__actions .button,
	.woocommerce-cart .jw-cart-v3__continue {
		width: 100%;
		min-width: 0;
	}

	.woocommerce-cart .jw-cart-v3__summary-inner {
		padding: 18px;
	}

	.woocommerce-cart .jw-cart-v3__summary-row--total {
		margin-right: -18px;
		margin-left: -18px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.woocommerce-cart .jw-cart-v3__summary h2 {
		font-size: 42px;
	}

	.woocommerce-checkout .woocommerce-billing-fields,
	.woocommerce-checkout .woocommerce-additional-fields {
		padding: 18px;
	}

	.woocommerce-checkout .woocommerce-billing-fields h3,
	.woocommerce-checkout .woocommerce-additional-fields h3 {
		margin: -18px -18px 18px;
	}

	.woocommerce-checkout form .form-row input.input-text,
	.woocommerce-checkout form .form-row textarea,
	.woocommerce-checkout form .form-row select {
		padding-right: 16px;
		padding-left: 16px;
	}
}

/* Single product v0331 */
body.jager-site .jw-products-shortcode--boxes .jw-product-card__meta {
	display: none;
}

body.single-product.woocommerce div.product {
	grid-template-columns: minmax(0, 52%) minmax(360px, 48%);
	align-items: start;
	gap: 0;
	padding-top: 0;
}

body.single-product.woocommerce div.product div.images {
	position: sticky;
	top: 106px;
	padding-top: 0;
	background: var(--jw-smoke);
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
body.single-product.woocommerce div.product div.images img.zoomImg {
	display: none !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: min(54vw, 650px);
	min-height: 520px;
	overflow: hidden;
	background: var(--jw-smoke);
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

body.single-product.woocommerce div.product div.images img.wp-post-image {
	display: block;
	width: 100%;
	height: 100%;
	padding: clamp(20px, 3vw, 52px);
	object-fit: contain;
	background: var(--jw-smoke);
}

body.single-product.woocommerce div.product .summary {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	column-gap: 28px;
	align-content: center;
	align-items: center;
	min-height: min(54vw, 650px);
	padding: clamp(42px, 5vw, 78px) clamp(24px, 6vw, 96px) 28px;
}

body.single-product.woocommerce div.product .product_title {
	grid-column: 1 / -1;
	max-width: 720px;
	margin: 0 0 24px;
	font-size: clamp(56px, 5.4vw, 88px);
	font-weight: 800;
	line-height: .98;
	text-transform: uppercase !important;
}

body.single-product.woocommerce .jw-single-description {
	grid-column: 1 / -1;
	max-width: 640px;
	margin: 0 0 34px;
	font-size: 19px;
	line-height: 1.34;
}

body.single-product.woocommerce div.product .woocommerce-product-details__short-description {
	display: none;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
	grid-column: 1;
	grid-row: 3;
	margin: 0;
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1;
}

body.single-product.woocommerce div.product form.cart {
	grid-column: 2 / -1;
	grid-row: 3;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 24px;
	margin: 0;
}

body.single-product.woocommerce div.product form.cart .quantity .qty {
	width: 72px;
	height: 50px;
	min-height: 50px;
	border-color: var(--jw-line);
	font-size: 20px;
}

body.single-product.woocommerce div.product form.cart .button,
body.single-product.woocommerce div.product form.cart .button.alt,
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button {
	min-width: 164px;
	height: 50px;
	font-size: 16px;
	font-weight: 800;
	text-transform: lowercase;
}

body.single-product.woocommerce .jw-single-stock,
body.single-product.woocommerce .jw-single-contents {
	grid-column: 1 / -1;
	max-width: 640px;
}

body.single-product.woocommerce .jw-single-stock {
	margin-top: 26px;
	font-size: 16px;
}

body.single-product.woocommerce .jw-single-contents {
	margin-top: 18px;
	color: var(--jw-gray);
	font-size: 16px;
	line-height: 1.45;
}

body.single-product.woocommerce div.product p.stock {
	grid-column: 1 / -1;
	grid-row: 4;
	margin: 26px 0 0;
	color: var(--jw-black);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product.woocommerce div.product p.stock.out-of-stock {
	color: #9a1111;
}

body.single-product.woocommerce div.product p.stock.available-on-backorder {
	color: #8a6a00;
}

body.single-product.woocommerce .jw-single-contents {
	grid-row: 5;
}

@media (max-width: 1100px) {
	body.single-product.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce div.product div.images {
		position: static;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		height: auto;
		min-height: 0;
	}

	body.single-product.woocommerce div.product div.images img.wp-post-image {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	body.single-product.woocommerce div.product .summary {
		min-height: auto;
		padding: 34px 20px 20px;
	}
}

@media (max-width: 767px) {
	body.single-product.woocommerce div.product .summary {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 0 10px;
	}

	body.single-product.woocommerce div.product .product_title {
		font-size: clamp(38px, 11vw, 52px);
	}

	body.single-product.woocommerce .jw-single-description {
		margin-bottom: 22px;
		font-size: 17px;
	}

	body.single-product.woocommerce div.product p.price,
	body.single-product.woocommerce div.product span.price,
	body.single-product.woocommerce div.product form.cart {
		grid-column: auto;
		grid-row: auto;
	}

	body.single-product.woocommerce div.product form.cart {
		width: 100%;
		flex-wrap: wrap;
		gap: 14px;
		margin-top: 12px;
	}
}

/* Source product galleries v0347 */
body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap {
	position: static;
	top: auto;
	background: transparent;
}

body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: flex;
}

body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	aspect-ratio: 663 / 557;
	overflow: hidden;
	background: var(--jw-smoke);
}

body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery__img,
body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap img.wp-post-image.jw-source-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	object-fit: cover;
	background: transparent;
}

body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap + .summary {
	position: sticky;
	top: 116px;
	align-self: start;
}

@media (max-width: 1100px) {
	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap + .summary {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery {
		gap: 16px;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery__item:not(:first-child) {
		display: none;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery__item {
		aspect-ratio: 663 / 557;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap + .summary {
		padding-top: 20px;
	}

	body.single-product.woocommerce div.product .product_title {
		margin-bottom: 18px;
		font-size: clamp(34px, 10vw, 46px);
	}

	body.single-product.woocommerce .jw-single-description {
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 1.32;
	}

	body.single-product.woocommerce div.product p.stock {
		margin-top: 14px;
	}
}

/* WayForPay checkout visibility v0351 */
.woocommerce-checkout #payment ul.payment_methods:has(.woocommerce-info),
.woocommerce-checkout #payment ul.payment_methods:has(.woocommerce-notice--info) {
	display: block !important;
	margin: 0;
	padding: 18px !important;
	border: 2px solid var(--jw-black);
	border-top: 0;
	background: var(--jw-white);
}

.woocommerce-checkout #payment .woocommerce-info,
.woocommerce-checkout #payment .woocommerce-notice--info {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--jw-black) !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.woocommerce-checkout #payment .woocommerce-info::before,
.woocommerce-checkout #payment .woocommerce-notice--info::before {
	display: none !important;
	content: none !important;
}

/* Live hardening v0356 */
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal {
	display: none !important;
}

body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap + .summary {
	position: static !important;
	top: auto !important;
}

@media (min-width: 1101px) {
	.jw-header__inner {
		display: grid;
		grid-template-columns: 150px minmax(0, 1fr) 86px;
		column-gap: clamp(18px, 2vw, 32px);
		width: min(100%, 1716px);
		min-height: 132px;
		padding: 22px clamp(16px, 2vw, 28px);
	}

	.jw-logo {
		width: 130px;
		height: 87px;
	}

	.jw-nav {
		position: static;
		inset: auto;
		display: flex;
		min-width: 0;
		align-items: center;
		justify-content: center;
		gap: clamp(24px, 2.7vw, 54px);
		pointer-events: auto;
	}

	.jw-nav__list {
		flex-wrap: nowrap;
		gap: clamp(22px, 2.1vw, 42px);
		transform: none !important;
	}

	.jw-nav__list a {
		white-space: nowrap;
		font-size: clamp(15px, .95vw, 18px);
	}

	.jw-nav__meta {
		position: static;
		right: auto;
		flex: 0 0 auto;
		gap: clamp(16px, 1.5vw, 28px);
	}

	.jw-find {
		gap: 10px;
	}

	.jw-header__actions {
		justify-self: end;
	}

	.jw-cart-link,
	.jw-cart-link__icon {
		width: 65px;
		height: 50px;
	}
}

@media (min-width: 1101px) and (max-width: 1300px) {
	.jw-header__inner {
		grid-template-columns: 122px minmax(0, 1fr) 72px;
		min-height: 112px;
	}

	.jw-logo {
		width: 105px;
		height: 70px;
	}

	.jw-nav {
		gap: 20px;
	}

	.jw-nav__list {
		gap: 20px;
	}

	.jw-nav__list a {
		font-size: 15px;
	}

	.jw-nav__meta {
		gap: 14px;
	}

	.jw-find span {
		font-size: 12px;
	}

	.jw-pin,
	.jw-social {
		width: 28px;
		height: 28px;
	}

	.jw-cart-link,
	.jw-cart-link__icon {
		width: 54px;
		height: 42px;
	}
}

@media (max-width: 767px) {
	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery > .woocommerce-product-gallery__image.jw-source-gallery__item:not(:first-child) {
		display: none !important;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery {
		gap: 0 !important;
	}

	body.single-product.woocommerce div.product .product_title {
		order: 1;
	}

	body.single-product.woocommerce .jw-single-description {
		order: 5;
		margin-top: 18px;
		margin-bottom: 0 !important;
	}

	body.single-product.woocommerce div.product p.price,
	body.single-product.woocommerce div.product span.price {
		order: 2;
	}

	body.single-product.woocommerce div.product form.cart {
		order: 3;
		margin-top: 8px !important;
	}

	body.single-product.woocommerce div.product p.stock {
		order: 4;
		margin-top: 12px !important;
	}

	body.single-product.woocommerce .jw-single-contents {
		order: 6;
	}
}

/* Live hardening v0367 */
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping th {
	text-transform: none !important;
}

/* Live hardening v0370 */
body.single-product.woocommerce div.product .product_title {
	text-transform: none !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs {
	display: none !important;
}

body.single-product.woocommerce div.product .jw-single-details {
	grid-column: 1 / -1;
	width: min(100%, 1320px);
	margin: clamp(36px, 5vw, 78px) auto 0;
	padding: clamp(26px, 4vw, 52px) clamp(20px, 5vw, 70px);
	border-top: 2px solid var(--jw-black);
	background: var(--jw-white);
	color: var(--jw-black);
	font-size: clamp(17px, 1.3vw, 22px);
	line-height: 1.42;
}

body.single-product.woocommerce div.product .jw-single-details p {
	max-width: 980px;
	margin: 0 0 18px;
}

body.single-product.woocommerce div.product .jw-single-details p:first-child {
	font-weight: 400;
	text-transform: none;
}

body.single-product.woocommerce div.product .jw-single-details h2 {
	max-width: 980px;
	margin: 32px 0 18px;
	font-size: clamp(32px, 4vw, 58px);
	font-weight: 800;
	line-height: .96;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	body.single-product.woocommerce div.product .jw-single-details {
		margin-top: 28px;
		padding: 26px 20px 8px;
		font-size: 16px;
		line-height: 1.38;
	}

	body.single-product.woocommerce div.product .jw-single-details p {
		margin-bottom: 14px;
	}
}

/* Live hardening v0371 */
@media (min-width: 1101px) {
	.jw-header__inner {
		grid-template-columns: 136px minmax(0, 1fr) 78px !important;
		min-height: 106px !important;
		padding: 18px 20px !important;
	}

	.jw-logo {
		width: 99px !important;
		height: 66px !important;
	}

	.jw-cart-link,
	.jw-cart-link__icon {
		width: 66px !important;
		height: 50px !important;
	}
}

body.single-product.woocommerce div.product .product_title {
	font-size: clamp(38px, 4vw, 56px) !important;
	line-height: 1.05;
}

body.single-product.woocommerce div.product .summary .jw-single-details {
	grid-column: 1 / -1;
	grid-row: 7;
	width: auto;
	max-width: 640px;
	margin: 38px 0 0;
	padding: 34px 0 0;
	border-top: 0;
	background: transparent;
	color: var(--jw-gray);
	font-size: 17px;
	line-height: 1.34;
}

body.single-product.woocommerce div.product .summary .jw-single-details p {
	max-width: none;
	margin: 0 0 12px;
}

body.single-product.woocommerce div.product .summary .jw-single-details p:first-child {
	color: inherit;
	font-size: inherit;
	font-weight: 400;
}

body.single-product.woocommerce div.product .summary .jw-single-details h2 {
	max-width: none;
	margin: 26px 0 12px;
	font-size: 28px;
}

@media (max-width: 767px) {
	.jw-section--product {
		padding-top: 22px !important;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery > .woocommerce-product-gallery__image.jw-source-gallery__item:not(:first-child),
	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery__item:not(:first-child) {
		display: flex !important;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap .jw-source-gallery {
		gap: 20px !important;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap + .summary {
		padding-top: 24px !important;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap--count-1 {
		min-height: calc(100vh - 80px);
	}

	body.single-product.woocommerce div.product .product_title {
		font-size: clamp(34px, 9vw, 44px) !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-details {
		order: 7;
		margin-top: 22px;
		padding: 0;
		font-size: 16px;
		line-height: 1.38;
	}

	body.single-product.woocommerce div.product .summary .jw-single-details p:first-child {
		font-size: inherit;
	}
}

/* Live hardening v0373 */
.woocommerce-checkout #payment ul.payment_methods {
	display: none !important;
}

/* Live hardening v0374 */
@media (min-width: 768px) {
	body.single-product.woocommerce div.product .product_title {
		max-width: 520px !important;
		font-size: 42px !important;
		line-height: 1.2 !important;
	}
}

/* Checkout source hero v0378 */
.woocommerce-checkout .jw-section--page {
	padding-top: 0 !important;
}

.woocommerce-checkout .jw-page__title {
	box-sizing: border-box;
	width: 100vw;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) 90px !important;
	padding: 96px var(--jw-side) 92px;
	background: var(--jw-black);
	color: var(--jw-white);
	font-size: 42px !important;
	font-weight: 700;
	line-height: 1.08 !important;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-message {
	display: none !important;
}

@media (max-width: 767px) {
	.woocommerce-checkout .jw-page__title {
		margin-bottom: 90px !important;
		padding: 64px 20px 62px;
		font-size: 38px !important;
		line-height: 1.08 !important;
	}
}

/* Static page source parity v0382 */
.jw-static-page--about-us .jw-page--visual,
.jw-static-page--obmin-ta-povernennya .jw-page--visual {
	margin-top: 36px;
}

.jw-section--page.jw-static-page--shipping-method {
	padding-top: 54px !important;
}

.jw-static-page--shipping-method .jw-wrapper--legal {
	width: min(100%, var(--jw-max));
}

.jw-static-page--shipping-method .jw-page--legal {
	max-width: none;
	min-height: 740px;
	padding: 108px 40px 82px;
	background: var(--jw-black);
	color: var(--jw-white);
}

.jw-static-page--shipping-method .jw-page__title {
	margin: 0 0 40px;
	color: var(--jw-white);
	font-size: 45px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
}

.jw-static-page--shipping-method .jw-page__content {
	max-width: 1240px;
	color: var(--jw-white);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.18;
}

.jw-static-page--shipping-method .jw-page__content p,
.jw-static-page--shipping-method .jw-page__content ul,
.jw-static-page--shipping-method .jw-page__content ol {
	margin: 0 0 22px;
}

.jw-static-page--shipping-method .jw-page__content p:not(:last-child) {
	position: relative;
	padding-left: 20px;
}

.jw-static-page--shipping-method .jw-page__content p:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 0.48em;
	left: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
}

.jw-static-page--shipping-method .jw-page__content ul,
.jw-static-page--shipping-method .jw-page__content ol {
	margin-top: -14px;
	padding-left: 20px;
	list-style: none;
}

.jw-static-page--shipping-method .jw-page__content li {
	margin: 0 0 18px;
	padding-left: 0;
}

.jw-static-page--shipping-method .jw-page__content li::before {
	content: "- ";
}

.jw-static-page--shipping-method .jw-page__content p:last-child {
	margin-top: 54px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.jw-static-page--about-us .jw-page--visual,
	.jw-static-page--obmin-ta-povernennya .jw-page--visual {
		margin-top: 34px;
	}

	.jw-section--page.jw-static-page--shipping-method {
		padding-top: 42px !important;
	}

	.jw-static-page--shipping-method .jw-page--legal {
		min-height: 900px;
		padding: 40px 20px 56px;
	}

	.jw-static-page--shipping-method .jw-page__title {
		margin-bottom: 34px;
		font-size: 22px;
		line-height: 1.2;
	}

	.jw-static-page--shipping-method .jw-page__content {
		font-size: 20px;
		line-height: 1.16;
		font-weight: 500;
	}

	.jw-static-page--shipping-method .jw-page__content p,
	.jw-static-page--shipping-method .jw-page__content ul,
	.jw-static-page--shipping-method .jw-page__content ol {
		margin-bottom: 24px;
	}

	.jw-static-page--shipping-method .jw-page__content li {
		margin-bottom: 20px;
	}
}

/* Checkout mobile source order v0384 */
@media (max-width: 767px) {
	.woocommerce-checkout form.checkout {
		display: grid !important;
	}

	.woocommerce-checkout #order_review_heading {
		grid-column: 1 !important;
		grid-row: 1 !important;
		margin-top: 0 !important;
	}

	.woocommerce-checkout #order_review {
		grid-column: 1 !important;
		grid-row: 2 !important;
		margin-bottom: 28px !important;
	}

	.woocommerce-checkout #customer_details {
		grid-column: 1 !important;
		grid-row: 3 !important;
	}
}

/* Single product source order v0385 */
body.single-product.woocommerce div.product,
body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product .summary,
body.single-product.woocommerce div.product .product_title,
body.single-product.woocommerce div.product .jw-single-specs,
body.single-product.woocommerce div.product .jw-single-description,
body.single-product.woocommerce div.product form.cart,
body.single-product.woocommerce div.product p.stock,
body.single-product.woocommerce div.product .jw-single-contents,
body.single-product.woocommerce div.product .jw-single-details {
	scroll-margin-top: 150px;
}

@media (min-width: 768px) {
	body.single-product.woocommerce div.product .summary .product_title {
		grid-row: 1 !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-specs {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-description {
		grid-column: 1 / -1 !important;
		grid-row: 3 !important;
	}

	body.single-product.woocommerce div.product .summary p.price,
	body.single-product.woocommerce div.product .summary span.price {
		grid-row: 4 !important;
	}

	body.single-product.woocommerce div.product .summary form.cart {
		grid-row: 4 !important;
	}

	body.single-product.woocommerce div.product .summary p.stock {
		grid-column: 1 / -1 !important;
		grid-row: 5 !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-contents,
	body.single-product.woocommerce div.product .summary .jw-single-details {
		grid-row: 6 !important;
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 112px;
	}

	body.single-product.woocommerce div.product,
	body.single-product.woocommerce div.product div.images,
	body.single-product.woocommerce div.product .summary,
	body.single-product.woocommerce div.product .product_title,
	body.single-product.woocommerce div.product .jw-single-specs,
	body.single-product.woocommerce div.product .jw-single-description,
	body.single-product.woocommerce div.product form.cart,
	body.single-product.woocommerce div.product p.stock,
	body.single-product.woocommerce div.product .jw-single-contents,
	body.single-product.woocommerce div.product .jw-single-details {
		scroll-margin-top: 112px;
	}

	body.single-product.woocommerce div.product .summary .product_title {
		order: 1 !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-specs {
		order: 2 !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-description {
		order: 3 !important;
		margin-top: 14px !important;
	}

	body.single-product.woocommerce div.product .summary p.price,
	body.single-product.woocommerce div.product .summary span.price {
		order: 4 !important;
	}

	body.single-product.woocommerce div.product .summary form.cart {
		order: 5 !important;
	}

	body.single-product.woocommerce div.product .summary p.stock {
		order: 6 !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-contents,
	body.single-product.woocommerce div.product .summary .jw-single-details {
		order: 7 !important;
	}
}

.jw-single-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	margin-top: 24px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.jw-single-metrics span {
	display: inline-flex;
	white-space: nowrap;
}

@media (min-width: 768px) {
	body.single-product.woocommerce div.product .summary {
		padding-right: 0 !important;
		padding-left: 86px !important;
	}

	body.single-product.woocommerce div.product .summary .jw-single-description {
		max-width: 543px !important;
		margin-bottom: 38px !important;
	}
}

@media (max-width: 767px) {
	.jw-single-metrics {
		gap: 8px 18px;
		margin-top: 18px;
		font-size: 18px;
	}
}

/* Checkout mobile source split v0387 */
@media (max-width: 767px) {
	.woocommerce-checkout #order_review {
		display: contents !important;
	}

	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
		grid-column: 1 !important;
		grid-row: 2 !important;
		margin-bottom: 28px !important;
	}

	.woocommerce-checkout #customer_details {
		grid-row: 3 !important;
	}

	.woocommerce-checkout #order_review .jw-wayforpay-heading {
		grid-column: 1 !important;
		grid-row: 4 !important;
		margin-top: 0 !important;
	}

	.woocommerce-checkout #order_review #payment {
		grid-column: 1 !important;
		grid-row: 5 !important;
		margin-top: 0 !important;
	}
}

/* Checkout desktop consolidation v0391 */
@media (min-width: 768px) {
	.woocommerce-checkout form.checkout {
		grid-template-columns: minmax(0, 760px) minmax(360px, 430px) !important;
		justify-content: center;
		gap: 40px !important;
	}

	.woocommerce-checkout #customer_details.col2-set {
		display: block !important;
		grid-row: 1 !important;
		align-self: start;
	}

	.woocommerce-checkout #order_review_heading {
		grid-row: 1 !important;
		align-self: start;
	}

	.woocommerce-checkout #order_review {
		grid-row: 1 !important;
		align-self: start;
		margin-top: 153px !important;
	}

	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		clear: both !important;
	}

	.woocommerce-checkout #customer_details .col-2 {
		margin-top: 20px !important;
	}

	.woocommerce-checkout .jw-checkout-pickup-note {
		width: 100%;
	}
}

/* Checkout/cart polish v0392 */
.woocommerce-cart .jw-cart-v3__remove.remove {
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	line-height: 1.15 !important;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.woocommerce-cart .jw-cart-v3__remove.remove {
		width: max-content !important;
		max-width: 100%;
		padding: 0;
	}

	.woocommerce-checkout-review-order-table .jw-checkout-item {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 10px;
	}

.woocommerce-checkout-review-order-table .jw-checkout-item__media {
	width: 52px;
	height: 52px;
}

/* Checkout mobile hero clearance v03115 */
@media (max-width: 767px) {
	body.woocommerce-checkout .jw-page__title {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-height: 118px !important;
		margin-top: 0 !important;
		margin-bottom: 48px !important;
		padding: 30px 20px 26px !important;
		overflow: visible !important;
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.08 !important;
		white-space: normal !important;
		word-break: normal !important;
	}
}
}

/* Source parity hardening v03116 */
@media (min-width: 1101px) {
	.jw-header__inner {
		display: grid !important;
		grid-template-columns: 130px minmax(0, 1fr) 66px !important;
		column-gap: clamp(24px, 2.4vw, 42px) !important;
		width: min(100%, var(--jw-max)) !important;
		min-height: 106px !important;
		margin: 0 auto !important;
		padding: 20px var(--jw-side) !important;
	}

	.jw-logo {
		width: 99px !important;
		height: 66px !important;
	}

	.jw-nav {
		position: static !important;
		inset: auto !important;
		display: flex !important;
		min-width: 0;
		align-items: center !important;
		justify-content: center !important;
		gap: clamp(24px, 2.35vw, 46px) !important;
		pointer-events: auto;
	}

	.jw-nav__list {
		flex-wrap: nowrap !important;
		gap: clamp(22px, 2vw, 39px) !important;
		transform: none !important;
	}

	.jw-nav__list a {
		white-space: nowrap;
		font-size: clamp(15px, .88vw, 16px) !important;
	}

	.jw-nav__meta {
		position: static !important;
		right: auto !important;
		flex: 0 0 auto;
		gap: clamp(18px, 1.55vw, 28px) !important;
	}

	.jw-header__actions {
		justify-self: end;
	}

	.jw-cart-link,
	.jw-cart-link__icon {
		width: 65px !important;
		height: 50px !important;
	}

	body.single-product.woocommerce div.product div.images.jw-source-gallery-wrap + .summary,
	body.single-product.woocommerce div.product .summary {
		position: sticky !important;
		top: 126px !important;
		align-self: start !important;
		height: max-content;
		z-index: 3;
	}
}

@media (min-width: 1101px) and (max-width: 1300px) {
	.jw-header__inner {
		grid-template-columns: 116px minmax(0, 1fr) 54px !important;
		column-gap: 20px !important;
	}

	.jw-nav {
		gap: 20px !important;
	}

	.jw-nav__list {
		gap: 18px !important;
	}

	.jw-nav__list a {
		font-size: 14px !important;
	}

	.jw-nav__meta {
		gap: 14px !important;
	}

	.jw-find span {
		font-size: 11px;
	}

	.jw-pin,
	.jw-social {
		width: 26px !important;
		height: 26px !important;
	}

	.jw-cart-link,
	.jw-cart-link__icon {
		width: 54px !important;
		height: 42px !important;
	}
}

.jw-footer__links {
	flex-wrap: wrap;
	align-items: center;
	gap: 24px clamp(34px, 5vw, 96px);
}

.jw-footer__links li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px clamp(30px, 3vw, 58px);
	min-width: fit-content;
}

.jw-footer__links a {
	white-space: nowrap;
	line-height: 1.25;
}

/* Public offer source parity v03118 */
.jw-section--page.jw-static-page--public-offer-agreement {
	padding-top: 154px !important;
	background: var(--jw-black);
	color: var(--jw-white);
}

.jw-static-page--public-offer-agreement .jw-wrapper--legal {
	width: min(100%, 1286px);
	padding-right: 0;
	padding-left: 0;
}

.jw-static-page--public-offer-agreement .jw-page--legal {
	max-width: none;
	background: transparent;
	color: var(--jw-white);
}

.jw-static-page--public-offer-agreement .jw-page__title {
	margin: 0 0 40px;
	color: var(--jw-white);
	font-size: 44.8px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase !important;
}

.jw-static-page--public-offer-agreement .jw-page__content {
	max-width: none;
	color: var(--jw-white);
	font-size: 20px;
	line-height: 1.2;
}

.jw-static-page--public-offer-agreement .jw-page__content h1,
.jw-static-page--public-offer-agreement .jw-page__content h2,
.jw-static-page--public-offer-agreement .jw-page__content h3 {
	margin: 40px 0 24px;
	color: var(--jw-white);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase !important;
}

.jw-static-page--public-offer-agreement .jw-page__content h1:first-child,
.jw-static-page--public-offer-agreement .jw-page__content h2:first-child,
.jw-static-page--public-offer-agreement .jw-page__content h3:first-child {
	margin-top: 0;
}

.jw-static-page--public-offer-agreement .jw-page__content p,
.jw-static-page--public-offer-agreement .jw-page__content ul,
.jw-static-page--public-offer-agreement .jw-page__content ol {
	margin: 0 0 24px;
}

@media (max-width: 767px) {
	.jw-section--page.jw-static-page--public-offer-agreement {
		padding-top: 64px !important;
	}

	.jw-static-page--public-offer-agreement .jw-wrapper--legal {
		padding-right: 20px;
		padding-left: 20px;
	}

	.jw-static-page--public-offer-agreement .jw-page__title {
		margin-bottom: 34px;
		font-size: 28px;
		line-height: 1.16;
	}

	.jw-static-page--public-offer-agreement .jw-page__content,
	.jw-static-page--public-offer-agreement .jw-page__content p,
	.jw-static-page--public-offer-agreement .jw-page__content ul,
	.jw-static-page--public-offer-agreement .jw-page__content ol {
		font-size: 18px;
		line-height: 1.28;
	}

	.jw-static-page--public-offer-agreement .jw-page__content h1,
	.jw-static-page--public-offer-agreement .jw-page__content h2,
	.jw-static-page--public-offer-agreement .jw-page__content h3 {
		font-size: 23px;
		line-height: 1.18;
	}
}

@media (max-width: 767px) {
	body.single-product.woocommerce div.product form.cart {
		position: sticky;
		bottom: 12px;
		z-index: 80;
		width: min(100%, calc(100vw - 40px));
		padding: 10px;
		background: var(--jw-white);
		border: 2px solid var(--jw-black);
		box-shadow: 0 14px 36px rgba(0, 0, 0, .16);
	}

	.jw-footer__links,
	.jw-footer__links li {
		flex-direction: column;
		justify-content: center;
		gap: 16px;
		min-width: 0;
		text-align: center;
	}

	.jw-footer__links a {
		white-space: normal;
	}
}

/* Single product conversion sticky CTA v03119 */
@media (min-width: 768px) {
	body.single-product.woocommerce div.product > .jw-single-details {
		grid-column: 1 / -1;
	}

	body.single-product.woocommerce div.product .summary form.cart {
		position: sticky !important;
		bottom: 22px !important;
		z-index: 20;
		padding: 10px 0 !important;
		background: var(--jw-white);
	}
}

/* Single product details column guard v03130 */
@media (min-width: 1101px) {
	body.single-product.woocommerce div.product > .jw-single-details {
		grid-column: 1 / -1 !important;
		position: relative;
		z-index: 1;
	}

	body.single-product.woocommerce div.product > .jw-single-details p,
	body.single-product.woocommerce div.product > .jw-single-details ul,
	body.single-product.woocommerce div.product > .jw-single-details ol,
	body.single-product.woocommerce div.product > .jw-single-details h1,
	body.single-product.woocommerce div.product > .jw-single-details h2,
	body.single-product.woocommerce div.product > .jw-single-details h3,
	body.single-product.woocommerce div.product > .jw-single-details h4 {
		max-width: calc(52% - clamp(28px, 5vw, 76px)) !important;
		overflow-wrap: normal;
	}
}
