:root {
	--isaac-bg: #050505;
	--isaac-surface: #0d0d0d;
	--isaac-text: #ffffff;
	--isaac-muted: #9b9b9b;
	--isaac-line: #2a2a2a;
	--isaac-accent: #f2e600;
	--isaac-header-height: 4.25rem;
}

html {
	background: var(--isaac-bg);
	scrollbar-gutter: stable;
}

body,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: var(--isaac-bg);
	color: var(--isaac-text);
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: var(--isaac-accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--isaac-accent);
	outline-offset: 3px;
}

button,
input,
select,
textarea,
.button,
.added_to_cart {
	border-radius: 0;
}

.col-full {
	box-sizing: border-box;
	max-width: 90rem;
	padding-right: clamp(1rem, 3vw, 3rem);
	padding-left: clamp(1rem, 3vw, 3rem);
}

.storefront-breadcrumb {
	position: relative;
	z-index: 1;
	margin-top: clamp(0.75rem, 1.5vw, 1.5rem);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--isaac-line);
	background: rgba(5, 5, 5, 0.97) !important;
	color: var(--isaac-text);
	transition: background-color 180ms ease, border-color 180ms ease;
}

.admin-bar .site-header {
	top: 0;
}

.admin-bar .site-header.is-scrolled {
	top: 32px;
}

.site-header.is-scrolled {
	border-color: #3a3a3a;
	background: rgba(5, 5, 5, 0.88) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.site-header .site-branding,
.site-header .site-search,
.site-header .site-header-cart,
.site-header .main-navigation {
	margin-bottom: 0;
}

.site-header .site-title,
.site-header .site-title a,
.site-header .site-branding a,
.site-header .main-navigation ul li a,
.site-header .site-header-cart a,
.site-header .isaac-header-account a {
	color: var(--isaac-text);
}

.site-header .site-title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.site-header .site-description {
	display: none;
}

.site-header .custom-logo-link,
.site-header .custom-logo-link img {
	display: block;
}

.site-header .custom-logo-link img {
	width: auto;
	max-height: 2.25rem;
	object-fit: contain;
}

.isaac-mobile-search-panel {
	display: contents;
}

.isaac-mobile-search-toggle,
.isaac-search-close {
	display: none;
}

.site-header .site-search .dgwt-wcas-search-wrapp,
.site-header .site-search .dgwt-wcas-search-form,
.site-header .site-search .dgwt-wcas-sf-wrapp {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	margin: 0;
}

.site-header .site-search .dgwt-wcas-sf-wrapp {
	background: transparent !important;
}

.site-header .site-search input[type="search"],
.site-header .site-search .dgwt-wcas-search-input {
	box-sizing: border-box;
	width: 100% !important;
	height: 2.75rem !important;
	padding: 0.65rem 3.25rem 0.65rem 0.8rem !important;
	border: 1px solid #3d4349 !important;
	border-radius: 0 !important;
	background: #090b0d !important;
	color: var(--isaac-text) !important;
	box-shadow: none;
	font-size: 0.8rem !important;
	line-height: 1.2 !important;
}

.site-header .site-search input[type="search"]::placeholder,
.site-header .site-search .dgwt-wcas-search-input::placeholder {
	color: #8c9aa8 !important;
	opacity: 1;
}

.site-header .site-search .dgwt-wcas-search-submit {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 2.75rem !important;
	height: 2.75rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-left: 1px solid #3d4349 !important;
	border-radius: 0 !important;
	background: #1a1d20 !important;
	box-shadow: none !important;
	transform: none !important;
}

.site-header .site-search .dgwt-wcas-search-submit:hover,
.site-header .site-search .dgwt-wcas-search-submit:focus {
	background: #24282c !important;
	transform: none !important;
}

.site-header .site-search .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier,
.site-header .site-search .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier path {
	fill: var(--isaac-accent) !important;
}

.site-header .site-search .dgwt-wcas-preloader {
	right: 2.75rem !important;
	height: 2.75rem !important;
}

.dgwt-wcas-suggestions-wrapp {
	max-width: calc(100vw - 2rem) !important;
	border: 1px solid #3d4349 !important;
	border-radius: 0 !important;
	background: var(--isaac-bg) !important;
	color: var(--isaac-text) !important;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.45) !important;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
	color: var(--isaac-text) !important;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:hover,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected {
	background: #151515 !important;
	color: var(--isaac-accent) !important;
}

.site-header .main-navigation ul.menu > li > a,
.site-header .main-navigation ul.nav-menu > li > a,
.site-header .isaac-header-account a,
.site-header .site-header-cart .cart-contents {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-header .main-navigation ul.menu > li > a,
.site-header .main-navigation ul.nav-menu > li > a {
	position: relative;
}

.site-header .main-navigation ul.menu > li > a::after,
.site-header .main-navigation ul.nav-menu > li > a::after {
	position: absolute;
	right: 1em;
	bottom: 0.8em;
	left: 1em;
	height: 1px;
	background: var(--isaac-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.site-header .main-navigation ul.menu > li > a:hover::after,
.site-header .main-navigation ul.menu > li > a:focus::after,
.site-header .main-navigation ul.nav-menu > li > a:hover::after,
.site-header .main-navigation ul.nav-menu > li > a:focus::after,
.site-header .main-navigation li.current-menu-item > a::after {
	transform: scaleX(1);
}

.site-header .main-navigation ul ul,
.site-header .site-header-cart .widget_shopping_cart {
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

.isaac-header-account {
	display: flex;
	align-items: center;
}

.isaac-header-account a {
	display: block;
	padding: 1.15rem 0.85rem;
}

.isaac-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.62);
	box-shadow: none;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.isaac-search-overlay {
	position: fixed;
	inset: 0;
	/* Keep the dimmer below the sticky header so the mobile search stays interactive. */
	z-index: 998;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.72);
	box-shadow: none;
	cursor: default;
	opacity: 0;
	pointer-events: none;
}

body.isaac-menu-open .isaac-menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

@media (min-width: 768px) {
	.site-header > .col-full {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) minmax(11rem, 13rem) auto auto;
		grid-template-rows: minmax(4.5rem, auto);
		gap: clamp(0.5rem, 1.25vw, 1.1rem);
		align-items: center;
		min-height: 4.5rem;
	}

	.site-header .site-branding,
	.site-header .site-search,
	.site-header .main-navigation,
	.site-header .site-header-cart {
		align-self: center;
		float: none;
		width: auto;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.site-header .site-branding {
		grid-row: 1;
		grid-column: 1;
		min-width: max-content;
		width: auto !important;
		margin: 0 !important;
	}

	.site-header .main-navigation {
		grid-row: 1;
		grid-column: 2;
		min-width: 0;
		width: auto !important;
		margin: 0 !important;
	}

	.site-header .main-navigation .primary-navigation,
	.site-header .main-navigation .primary-navigation > ul {
		min-width: 0;
		margin: 0;
	}

	.site-header .main-navigation .primary-navigation > ul {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	.site-header .main-navigation .primary-navigation > ul > li {
		flex: 0 0 auto;
	}

	.site-header .main-navigation ul.menu > li > a,
	.site-header .main-navigation ul.nav-menu > li > a {
		padding: 0.9rem clamp(0.35rem, 0.7vw, 0.65rem);
		white-space: nowrap;
	}

	.site-header .main-navigation ul.menu > li > a::after,
	.site-header .main-navigation ul.nav-menu > li > a::after {
		right: 0.45rem;
		bottom: 0.65rem;
		left: 0.45rem;
	}

	.site-header .site-search {
		grid-row: 1;
		grid-column: 3;
		width: 100%;
		min-width: 11rem;
		max-width: 13rem;
		margin: 0 !important;
	}

	.site-header .site-search .widget,
	.site-header .site-search form,
	.site-header .site-search .woocommerce-product-search {
		width: 100%;
		margin: 0;
	}

	.site-header .site-search input[type="search"] {
		width: 100%;
		height: 2.65rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
		font-size: 0.8rem;
	}

	.site-header .isaac-header-account {
		grid-row: 1;
		grid-column: 4;
		align-self: center;
		margin: 0 !important;
		white-space: nowrap;
	}

	.site-header .isaac-header-account a {
		padding: 0.9rem 0.2rem;
	}

	.site-header .site-header-cart {
		grid-row: 1;
		grid-column: 5;
		min-width: 9.5rem;
		margin: 0 !important;
		white-space: nowrap;
	}

	.site-header .site-header-cart .cart-contents {
		display: flex;
		align-items: center;
		gap: 0.35rem;
		min-height: 2.65rem;
		padding: 0.65rem 0.15rem 0.65rem 0.45rem;
		line-height: 1.2;
	}

	.site-header .site-header-cart .cart-contents::after {
		float: none;
		margin-left: auto;
		line-height: 1;
	}

	.site-header .site-header-cart .widget_shopping_cart {
		right: 0;
		left: auto;
		width: 22rem;
	}

	.isaac-menu-overlay {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.site-header > .col-full {
		grid-template-columns: auto minmax(0, 1fr) minmax(9.5rem, 11rem) auto auto;
		gap: 0.4rem;
	}

	.site-header .site-search {
		min-width: 9.5rem;
		max-width: 11rem;
	}

	.site-header .main-navigation ul.menu > li > a,
	.site-header .main-navigation ul.nav-menu > li > a,
	.site-header .isaac-header-account a,
	.site-header .site-header-cart .cart-contents {
		font-size: 0.68rem;
		letter-spacing: 0.04em;
	}

	.site-header .main-navigation ul.menu > li > a,
	.site-header .main-navigation ul.nav-menu > li > a {
		padding-right: 0.3rem;
		padding-left: 0.3rem;
	}

	.site-header .site-header-cart {
		min-width: 7.75rem;
	}

	.site-header .site-header-cart .count {
		display: none;
	}
}

@media (max-width: 767px) {
	:root {
		--isaac-header-height: 4rem;
	}

	body.isaac-menu-open,
	body.isaac-search-open {
		overflow: hidden;
	}

	.site-header > .col-full {
		display: flex;
		align-items: center;
		min-height: var(--isaac-header-height);
		padding-right: 7.5rem;
	}

	.site-header .site-branding {
		float: none;
		width: auto;
		margin: 0;
	}

	.site-header .site-search,
	.site-header .isaac-header-account {
		display: none;
	}

	.site-header .isaac-mobile-search-toggle {
		position: absolute;
		top: 0.625rem;
		right: 4.75rem;
		z-index: 1003;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		border: 1px solid var(--isaac-line);
		background: transparent;
		color: var(--isaac-accent);
		box-shadow: none;
	}

	.site-header .isaac-mobile-search-toggle svg {
		width: 1.25rem;
		height: 1.25rem;
		fill: none;
		stroke: currentColor;
		stroke-linecap: square;
		stroke-width: 1.8;
	}

	.site-header .isaac-mobile-search-toggle:hover,
	.site-header .isaac-mobile-search-toggle:focus {
		border-color: var(--isaac-accent);
		background: transparent;
		color: var(--isaac-accent);
	}

	.site-header .isaac-mobile-search-panel {
		position: fixed;
		top: calc(var(--isaac-header-height) + max(0.5rem, env(safe-area-inset-top)));
		right: 1rem;
		left: 1rem;
		z-index: 2003;
		display: flex;
		align-items: center;
		gap: 0.75rem;
		padding: 1rem;
		border: 1px solid var(--isaac-line);
		background: var(--isaac-bg);
		box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transform: translateY(-0.5rem);
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	}

	.admin-bar .site-header .isaac-mobile-search-panel {
		top: calc(46px + var(--isaac-header-height) + max(0.5rem, env(safe-area-inset-top)));
	}

	body.isaac-search-open .site-header .isaac-mobile-search-panel {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transform: translateY(0);
	}

	.site-header .isaac-mobile-search-panel .site-search {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
		margin: 0;
	}

	.site-header .isaac-mobile-search-panel .dgwt-wcas-enable-mobile-form {
		display: none !important;
		pointer-events: none !important;
	}

	.site-header .isaac-mobile-search-panel .dgwt-wcas-search-wrapp,
	.site-header .isaac-mobile-search-panel .dgwt-wcas-search-form,
	.site-header .isaac-mobile-search-panel .dgwt-wcas-sf-wrapp,
	.site-header .isaac-mobile-search-panel .dgwt-wcas-search-input {
		pointer-events: auto !important;
	}

	.site-header .isaac-mobile-search-panel .isaac-search-close {
		display: flex;
		flex: 0 0 2.75rem;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		border: 1px solid var(--isaac-line);
		background: transparent;
		color: var(--isaac-text);
		box-shadow: none;
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1;
	}

	.site-header .isaac-mobile-search-panel .isaac-search-close:hover,
	.site-header .isaac-mobile-search-panel .isaac-search-close:focus {
		border-color: var(--isaac-accent);
		background: transparent;
		color: var(--isaac-accent);
	}

	.isaac-search-overlay {
		display: block;
	}

	body.isaac-search-open .isaac-search-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.dgwt-wcas-suggestions-wrapp {
		right: 1rem !important;
		left: 1rem !important;
		width: auto !important;
		max-width: none !important;
	}

	.storefront-primary-navigation,
	.storefront-primary-navigation > .col-full,
	.site-header .main-navigation {
		position: static;
	}

	.site-header .main-navigation {
		width: auto;
	}

	.site-header .menu-toggle {
		position: absolute;
		top: 0.625rem;
		right: 4.15rem;
		z-index: 1003;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3.25rem;
		height: 2.75rem;
		padding: 0;
		border: 1px solid var(--isaac-line);
		background: transparent;
		color: var(--isaac-text);
		font-size: 0.68rem;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.site-header .menu-toggle::before,
	.site-header .menu-toggle::after,
	.site-header .menu-toggle span::before {
		display: none;
	}

	.site-header .menu-toggle:hover,
	.site-header .menu-toggle:focus {
		border-color: var(--isaac-accent);
		background: transparent;
		color: var(--isaac-accent);
	}

	.site-header .site-header-cart {
		position: absolute;
		top: 0.625rem;
		right: 1rem;
		z-index: 1003;
		display: block;
		float: none;
		width: 2.75rem;
		height: 2.75rem;
		margin: 0;
	}

	.site-header .site-header-cart > li:first-child,
	.site-header .site-header-cart .cart-contents {
		display: block;
		width: 100%;
		height: 100%;
	}

	.site-header .site-header-cart .cart-contents {
		box-sizing: border-box;
		padding: 0;
		border: 1px solid var(--isaac-line);
		font-size: 0;
	}

	.site-header .site-header-cart .cart-contents::before {
		position: absolute;
		top: 0.75rem;
		left: 0.8rem;
		width: 1rem;
		height: 0.9rem;
		border: 1px solid currentColor;
		font-family: inherit;
		content: "";
	}

	.site-header .site-header-cart .cart-contents::after {
		position: absolute;
		top: 0.48rem;
		left: 1.08rem;
		width: 0.44rem;
		height: 0.42rem;
		border: 1px solid currentColor;
		border-bottom: 0;
		border-radius: 0.35rem 0.35rem 0 0;
		font-family: inherit;
		content: "";
	}

	.site-header .site-header-cart .count {
		position: absolute;
		top: -0.35rem;
		right: -0.35rem;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 1.15rem;
		height: 1.15rem;
		padding: 0 0.2rem;
		background: var(--isaac-accent);
		color: #000;
		font-size: 0.62rem;
		line-height: 1;
		opacity: 1;
	}

	.site-header .site-header-cart .widget_shopping_cart {
		display: none;
	}

	.site-header .handheld-navigation {
		position: fixed;
		top: var(--isaac-header-height);
		bottom: 0;
		left: 0;
		z-index: 1002;
		display: block !important;
		width: min(88vw, 24rem);
		padding: 2rem 1.25rem;
		border-right: 1px solid var(--isaac-line);
		background: var(--isaac-surface);
		overflow-y: auto;
		visibility: hidden;
		transform: translateX(-100%);
		transition: transform 180ms ease, visibility 180ms ease;
	}

	.admin-bar .site-header .handheld-navigation {
		top: calc(var(--isaac-header-height) + 46px);
	}

	.site-header .main-navigation.toggled .handheld-navigation {
		visibility: visible;
		transform: translateX(0);
	}

	.site-header .handheld-navigation ul {
		margin: 0;
	}

	.site-header .handheld-navigation li {
		border-bottom: 1px solid var(--isaac-line);
	}

	.site-header .handheld-navigation li a {
		display: block;
		padding: 1rem 0;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.site-header .handheld-navigation .dropdown-toggle {
		color: var(--isaac-text);
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header.is-scrolled {
		top: 46px;
	}
}

/* Front page */
.isaac-home {
	padding-top: clamp(2rem, 5vw, 5rem);
	padding-bottom: clamp(3rem, 7vw, 7rem);
}

.isaac-home-section + .isaac-home-section {
	margin-top: clamp(4rem, 8vw, 8rem);
}

.isaac-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--isaac-line);
}

.isaac-section-heading h2 {
	margin: 0;
	color: var(--isaac-text);
	font-size: clamp(1.25rem, 2.2vw, 2rem);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.isaac-section-heading a {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-decoration-color: var(--isaac-muted);
	text-underline-offset: 0.3em;
	text-transform: uppercase;
}

.isaac-home .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.2vw, 2.25rem) clamp(0.75rem, 1.5vw, 1.5rem);
	margin: 0;
}

.isaac-home .woocommerce ul.products::before,
.isaac-home .woocommerce ul.products::after {
	display: none;
}

.isaac-home .woocommerce ul.products li.product,
.isaac-home .woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	float: none;
	min-width: 0;
	width: auto;
	margin: 0;
	text-align: left;
}

.isaac-home .woocommerce ul.products li.product > .woocommerce-loop-product__link,
.isaac-home .woocommerce ul.products li.product > .woocommerce-loop-category__link,
.isaac-home .woocommerce ul.products li.product-category > a {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.isaac-home .woocommerce ul.products li.product a {
	color: var(--isaac-text);
}

.isaac-home .woocommerce ul.products li.product a:hover,
.isaac-home .woocommerce ul.products li.product a:focus {
	color: var(--isaac-accent);
}

.isaac-home .woocommerce ul.products li.product img {
	display: block;
	width: 100%;
	margin: 0 0 0.85rem;
	background: var(--isaac-surface);
	aspect-ratio: 4 / 5;
	object-fit: contain;
	object-position: center;
	transition: transform 180ms ease;
}

.isaac-home .woocommerce ul.products li.product a:hover img,
.isaac-home .woocommerce ul.products li.product a:focus img {
	transform: scale(1.015);
}

.isaac-home .woocommerce ul.products li.product .woocommerce-loop-product__title,
.isaac-home .woocommerce ul.products li.product .woocommerce-loop-category__title {
	display: -webkit-box;
	min-height: 4.05em;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.35;
	overflow: hidden;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.isaac-home .woocommerce ul.products li.product .price {
	display: block;
	margin-top: 0.3rem;
	color: var(--isaac-muted);
	font-size: 0.82rem;
	font-weight: 400;
}

.isaac-home .woocommerce ul.products li.product .price ins {
	color: var(--isaac-accent);
	font-weight: 600;
}

.isaac-home .woocommerce ul.products li.product .onsale {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	z-index: 1;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0.35rem 0.5rem;
	border: 1px solid var(--isaac-accent);
	border-radius: 0;
	background: var(--isaac-bg);
	color: var(--isaac-accent);
	font-size: 0.65rem;
	font-weight: 600;
	line-height: 1;
}

.isaac-home .woocommerce ul.products li.product .star-rating,
.isaac-home .woocommerce ul.products li.product .button,
.isaac-home .woocommerce ul.products li.product .added_to_cart {
	display: none;
}

.isaac-home .woocommerce ul.products li.product-category img {
	aspect-ratio: 4 / 3;
}

.isaac-home .woocommerce ul.products li.product-category mark {
	display: none;
}

.isaac-home .woocommerce-info {
	margin: 0;
	border-top-color: var(--isaac-accent);
	background: var(--isaac-surface);
	color: var(--isaac-muted);
}

/* Standard information pages */
body.page:not(.home):not(.woocommerce-page) .content-area {
	float: none;
	width: 100%;
	margin: 0;
}

body.page:not(.home):not(.woocommerce-page) .widget-area {
	display: none;
}

body.page:not(.home):not(.woocommerce-page) .site-main {
	padding-top: clamp(2rem, 5vw, 4.5rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

body.page:not(.home):not(.woocommerce-page) .hentry {
	max-width: 58rem;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body.page:not(.home):not(.woocommerce-page) .entry-header {
	margin-bottom: clamp(2rem, 5vw, 4rem);
	padding: 0;
	text-align: left;
}

body.page:not(.home):not(.woocommerce-page) .entry-title {
	margin: 0;
	color: var(--isaac-text);
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1;
}

body.page:not(.home):not(.woocommerce-page) .entry-content {
	color: var(--isaac-muted);
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.75;
}

body.page:not(.home):not(.woocommerce-page) .entry-content h2,
body.page:not(.home):not(.woocommerce-page) .entry-content h3 {
	margin-top: clamp(2.25rem, 5vw, 4rem);
	margin-bottom: 1rem;
	color: var(--isaac-text);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

body.page:not(.home):not(.woocommerce-page) .entry-content h2 {
	font-size: clamp(1.35rem, 3vw, 2rem);
}

body.page:not(.home):not(.woocommerce-page) .entry-content h3 {
	font-size: clamp(1.05rem, 2vw, 1.35rem);
}

body.page:not(.home):not(.woocommerce-page) .entry-content p,
body.page:not(.home):not(.woocommerce-page) .entry-content li {
	color: var(--isaac-muted);
}

body.page:not(.home):not(.woocommerce-page) .entry-content p,
body.page:not(.home):not(.woocommerce-page) .entry-content ul,
body.page:not(.home):not(.woocommerce-page) .entry-content ol {
	margin-bottom: 1.25rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content ul,
body.page:not(.home):not(.woocommerce-page) .entry-content ol {
	margin-left: 1.25rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content li + li {
	margin-top: 0.45rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content strong {
	color: var(--isaac-text);
	font-weight: 600;
}

body.page:not(.home):not(.woocommerce-page) .entry-content a {
	color: var(--isaac-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

body.page:not(.home):not(.woocommerce-page) .entry-content a:hover,
body.page:not(.home):not(.woocommerce-page) .entry-content a:focus {
	color: var(--isaac-text);
}

body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table {
	max-width: 100%;
	margin: 2rem 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table table {
	width: 100%;
	min-width: 42rem;
	margin: 0;
	border: 1px solid var(--isaac-line);
	border-collapse: collapse;
	background: var(--isaac-surface);
}

body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table th,
body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table td {
	padding: 0.85rem 1rem;
	border: 1px solid var(--isaac-line);
	background: transparent;
	color: var(--isaac-text);
	font-size: 0.82rem;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}

body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table th {
	color: var(--isaac-accent);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Footer */
.site-footer {
	padding: clamp(2.5rem, 5vw, 5rem) 0 1.5rem;
	border-top: 1px solid var(--isaac-line);
	background: #080808;
	color: var(--isaac-muted);
}

.site-footer a,
.site-footer .widget a {
	color: var(--isaac-text);
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer .widget a:hover,
.site-footer .widget a:focus {
	color: var(--isaac-accent);
}

.site-footer .footer-widgets {
	padding-top: 0;
	border-bottom: 1px solid var(--isaac-line);
}

.site-footer .widget-title,
.site-footer .widgettitle {
	margin-bottom: 1rem;
	color: var(--isaac-text);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer .widget ul {
	margin-left: 0;
	list-style: none;
}

.isaac-footer-meta {
	display: grid;
	grid-template-columns: minmax(10rem, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
	padding-top: 0;
	font-size: 0.75rem;
}

.isaac-footer-brand {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.65rem;
}

.isaac-footer-brand a {
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.isaac-footer-links {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(8rem, 1fr);
	gap: clamp(1.5rem, 4vw, 4rem);
}

.isaac-footer-group {
	min-width: 0;
}

.isaac-footer-heading {
	clear: none;
	margin: 0 0 1rem;
	color: var(--isaac-muted);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.isaac-footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 1.5rem;
	margin: 0;
	list-style: none;
}

.isaac-footer-menu a {
	display: inline-block;
	letter-spacing: 0.04em;
	line-height: 1.45;
}

.isaac-footer-social-menu {
	grid-template-columns: minmax(0, 1fr);
}

.isaac-footer-social-menu a {
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Product archives */
.isaac-product-archive .content-area {
	float: none;
	width: 100%;
	margin-right: 0;
}

.isaac-product-archive .widget-area {
	display: none;
}

.isaac-product-archive .site-main {
	padding-top: clamp(2rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 7vw, 7rem);
}

.isaac-product-archive .woocommerce-products-header {
	margin-bottom: clamp(1.75rem, 4vw, 3.5rem);
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--isaac-line);
}

.isaac-product-archive .woocommerce-products-header__title {
	margin: 0;
	color: var(--isaac-text);
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	font-weight: 600;
	letter-spacing: 0.01em;
}

.isaac-product-archive .term-description {
	max-width: 44rem;
	margin-top: 1rem;
	color: var(--isaac-muted);
}

.isaac-catalog-filters {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	gap: 1.5rem;
	margin-bottom: 1.75rem;
	padding: 1rem;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
}

.isaac-catalog-filters .widget {
	margin: 0;
}

.isaac-catalog-filters .widget-title,
.isaac-catalog-filters .widgettitle {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--isaac-text);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.isaac-catalog-filters ul {
	margin: 0;
	list-style: none;
}

.isaac-catalog-filters select,
.isaac-catalog-filters input[type="search"],
.isaac-catalog-filters input[type="text"] {
	width: 100%;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-bg);
	color: var(--isaac-text);
	box-shadow: none;
}

.isaac-catalog-filters .ui-slider .ui-slider-range,
.isaac-catalog-filters .ui-slider .ui-slider-handle {
	background: var(--isaac-accent);
}

.isaac-product-archive .storefront-sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1.75rem;
	padding: 0;
	color: var(--isaac-muted);
}

.isaac-product-archive .storefront-sorting::before,
.isaac-product-archive .storefront-sorting::after {
	display: none;
}

.isaac-product-archive .woocommerce-ordering,
.isaac-product-archive .woocommerce-result-count {
	float: none;
	margin: 0;
}

.isaac-product-archive .woocommerce-ordering select {
	max-width: 18rem;
	padding: 0.65rem 2.25rem 0.65rem 0.75rem;
	border: 1px solid var(--isaac-line);
	background-color: var(--isaac-surface);
	color: var(--isaac-text);
	box-shadow: none;
	font-size: 0.78rem;
}

.isaac-product-archive .woocommerce-result-count {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
}

.isaac-product-archive .woocommerce-pagination {
	float: none;
	margin: 0;
}

.isaac-product-archive .woocommerce-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
	margin: 0;
	border: 0;
}

.isaac-product-archive .woocommerce-pagination .page-numbers li {
	border: 0;
}

.isaac-product-archive .woocommerce-pagination .page-numbers li .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.55rem;
	border: 1px solid var(--isaac-line);
	background: transparent;
	color: var(--isaac-text);
	font-size: 0.75rem;
}

.isaac-product-archive .woocommerce-pagination .page-numbers li .page-numbers:hover,
.isaac-product-archive .woocommerce-pagination .page-numbers li .page-numbers:focus,
.isaac-product-archive .woocommerce-pagination .page-numbers li .page-numbers.current {
	border-color: var(--isaac-accent);
	background: var(--isaac-accent);
	color: #000;
}

.isaac-product-archive ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.75rem, 3vw, 3rem) clamp(0.75rem, 1.5vw, 1.5rem);
	margin: 0 0 clamp(3rem, 6vw, 5rem);
}

.isaac-product-archive ul.products::before,
.isaac-product-archive ul.products::after {
	display: none;
}

.isaac-product-archive ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	float: none;
	min-width: 0;
	width: auto;
	margin: 0;
	text-align: left;
}

.isaac-product-archive .site-main ul.products > li.product,
.isaac-product-archive.woocommerce-page .site-main ul.products > li.product {
	clear: none !important;
	width: 100% !important;
	max-width: none;
	margin: 0 !important;
}

.isaac-product-archive ul.products li.product > .woocommerce-loop-product__link,
.isaac-product-archive ul.products li.product > .woocommerce-loop-category__link,
.isaac-product-archive ul.products li.product-category > a {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.isaac-product-archive ul.products li.product a {
	color: var(--isaac-text);
}

.isaac-product-archive ul.products li.product a:hover,
.isaac-product-archive ul.products li.product a:focus {
	color: var(--isaac-accent);
}

.isaac-product-archive ul.products li.product img {
	display: block;
	width: 100%;
	margin: 0 0 0.85rem;
	background: var(--isaac-surface);
	aspect-ratio: 4 / 5;
	object-fit: contain;
	object-position: center;
	transition: transform 180ms ease;
}

.isaac-product-archive ul.products li.product a:hover img,
.isaac-product-archive ul.products li.product a:focus img {
	transform: scale(1.015);
}

.isaac-product-archive ul.products li.product .woocommerce-loop-product__title,
.isaac-product-archive ul.products li.product .woocommerce-loop-category__title {
	display: -webkit-box;
	min-height: 4.05em;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.35;
	overflow: hidden;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.isaac-product-archive ul.products li.product .price {
	display: block;
	margin: 0.3rem 0 0;
	color: var(--isaac-muted);
	font-size: 0.8rem;
	font-weight: 400;
}

.isaac-product-archive ul.products li.product .price ins {
	color: var(--isaac-accent);
	font-weight: 600;
}

.isaac-product-archive ul.products li.product .onsale {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	z-index: 1;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0.35rem 0.5rem;
	border: 1px solid var(--isaac-accent);
	border-radius: 0;
	background: var(--isaac-bg);
	color: var(--isaac-accent);
	font-size: 0.65rem;
	font-weight: 600;
	line-height: 1;
}

.isaac-product-archive ul.products li.product .star-rating {
	display: none;
}

.isaac-product-archive ul.products li.product .button,
.isaac-product-archive ul.products li.product .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	margin: 0.85rem 0 0;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--isaac-line);
	background: transparent;
	color: var(--isaac-text);
	box-shadow: none;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.isaac-product-archive ul.products li.product .button:hover,
.isaac-product-archive ul.products li.product .button:focus,
.isaac-product-archive ul.products li.product .added_to_cart:hover,
.isaac-product-archive ul.products li.product .added_to_cart:focus {
	border-color: var(--isaac-accent);
	background: var(--isaac-accent);
	color: #000;
}

.isaac-product-archive ul.products li.product-category img {
	aspect-ratio: 4 / 3;
}

.isaac-product-archive ul.products li.product-category mark {
	display: none;
}

.isaac-product-archive .woocommerce-info,
.isaac-product-archive .woocommerce-message {
	border-top-color: var(--isaac-accent);
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

/* Single product */
.isaac-single-product .content-area {
	float: none;
	width: 100%;
	margin-right: 0;
}

.isaac-single-product .widget-area {
	display: none;
}

.isaac-single-product .site-main {
	padding-top: clamp(2rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 7vw, 7rem);
}

.isaac-single-product div.product {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.isaac-single-product div.product::before,
.isaac-single-product div.product::after {
	display: none;
}

.isaac-single-product div.product .woocommerce-product-gallery,
.isaac-single-product div.product .summary {
	float: none;
	width: auto;
	margin: 0;
}

.isaac-single-product div.product .woocommerce-product-gallery {
	grid-column: 1;
	min-width: 0;
}

.isaac-single-product div.product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	background: var(--isaac-surface);
}

.isaac-single-product div.product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child > a,
.isaac-single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: min(72vh, 48rem);
	background: var(--isaac-surface);
	overflow: hidden;
}

.isaac-single-product div.product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child > a img,
.isaac-single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.isaac-single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(4.25rem, 4.25rem));
	gap: 0.5rem;
	justify-content: start;
	margin-top: 0.5rem;
}

.isaac-single-product div.product .woocommerce-product-gallery[class*="woocommerce-product-gallery--columns-"] .flex-control-thumbs li {
	float: none;
	clear: none;
	width: 4.25rem;
	margin: 0;
	aspect-ratio: 1;
	overflow: hidden;
}

.isaac-single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid transparent;
	background: var(--isaac-surface);
	object-fit: contain;
	object-position: center;
	opacity: 0.55;
}

.isaac-single-product div.product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.isaac-single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
	border-color: var(--isaac-accent);
	opacity: 1;
}

.isaac-single-product div.product .summary {
	position: sticky;
	top: 9rem;
	grid-column: 2;
	min-width: 0;
}

.admin-bar.isaac-single-product div.product .summary {
	top: calc(9rem + 32px);
}

.isaac-single-product div.product .product_title {
	margin: 0 0 0.75rem;
	color: var(--isaac-text);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.08;
}

.isaac-single-product div.product p.price,
.isaac-single-product div.product span.price {
	margin: 0 0 1.5rem;
	color: var(--isaac-text);
	font-size: 1.2rem;
	font-weight: 500;
}

.isaac-single-product div.product p.price ins,
.isaac-single-product div.product span.price ins {
	color: var(--isaac-accent);
	font-weight: 600;
}

.isaac-single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 1.5rem;
	color: var(--isaac-muted);
}

.isaac-single-product div.product form.cart {
	margin: 1.5rem 0;
	padding: 1.25rem 0;
	border-top: 1px solid var(--isaac-line);
	border-bottom: 1px solid var(--isaac-line);
}

.isaac-single-product div.product form.cart .variations {
	width: 100%;
	margin-bottom: 1rem;
	border: 0;
}

.isaac-single-product div.product form.cart .variations tr,
.isaac-single-product div.product form.cart .variations th,
.isaac-single-product div.product form.cart .variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
}

.isaac-single-product div.product form.cart .variations tr + tr {
	margin-top: 1rem;
}

.isaac-single-product div.product form.cart .variations label {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--isaac-text);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* WPC Variation Swatches: product-page-only ISAAC presentation. */
.isaac-single-product div.product form.variations_form .wpcvs-terms {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin: 0;
}

.isaac-single-product div.product form.variations_form .wpcvs-terms .wpcvs-term {
	margin: 0;
	padding: 2px;
	border: 1px solid #5a5366;
	border-radius: 0;
	background: #101012;
	color: var(--isaac-text);
	box-shadow: none;
	transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

.isaac-single-product div.product form.variations_form .wpcvs-terms .wpcvs-term-inner {
	border-radius: 0;
	background: transparent;
}

.isaac-single-product div.product form.variations_form .wpcvs-terms .wpcvs-term.wpcvs-selected {
	border-color: var(--isaac-accent);
	box-shadow: 0 0 0 1px var(--isaac-accent);
}

.isaac-single-product div.product form.variations_form .wpcvs-type-color .wpcvs-term {
	width: auto;
	height: 44px;
	min-width: 44px;
	padding-right: 0.65rem;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-color .wpcvs-term-inner {
	height: 38px;
	line-height: 38px;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-color .wpcvs-term-color {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border: 1px solid #6d6873;
	border-radius: 0;
	box-sizing: border-box;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-color .wpcvs-term-label {
	padding: 0 0 0 0.55rem;
	color: var(--isaac-text);
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-color .wpcvs-term[data-term="bilyi"] .wpcvs-term-color {
	border-color: #77727d;
	box-shadow: inset 0 0 0 1px #d8d8d8;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-color .wpcvs-term.wpcvs-selected .wpcvs-term-inner::before {
	top: -8px;
	right: -8px;
	border-color: #101012;
	background: var(--isaac-accent);
	color: #000;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term {
	height: 46px;
	min-width: 48px;
	padding: 2px;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term[data-term="xl"],
.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term[data-term="2xl"] {
	min-width: 56px;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term-inner {
	height: 40px;
	justify-content: center;
	line-height: 40px;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term-label {
	padding: 0 0.7rem;
	color: var(--isaac-text);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term.wpcvs-selected,
.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term.wpcvs-selected .wpcvs-term-inner {
	background: var(--isaac-accent);
	color: #000;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term.wpcvs-selected .wpcvs-term-label {
	color: #000;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term.wpcvs-selected .wpcvs-term-inner::before {
	display: none;
}

.isaac-single-product div.product form.variations_form .wpcvs-terms .wpcvs-term.wpcvs-disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.32;
}

.isaac-single-product div.product form.variations_form .wpcvs-type-button .wpcvs-term.wpcvs-disabled .wpcvs-term-label {
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

@media (hover: hover) {
	.isaac-single-product div.product form.variations_form .wpcvs-terms .wpcvs-term:not(.wpcvs-disabled):hover {
		border-color: var(--isaac-accent);
		color: var(--isaac-accent);
	}
}

.isaac-single-product div.product form.cart select {
	width: 100%;
	max-width: none;
	min-height: 2.8rem;
	padding: 0.65rem 2.25rem 0.65rem 0.75rem;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
	color: var(--isaac-text);
	box-shadow: none;
}

.isaac-single-product div.product form.cart .reset_variations {
	display: block;
	margin-top: 0.5rem;
	color: var(--isaac-muted);
	font-size: 0.72rem;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.isaac-single-product div.product form.cart .reset_variations:hover,
.isaac-single-product div.product form.cart .reset_variations:focus {
	color: var(--isaac-accent);
}

.isaac-single-product div.product .woocommerce-variation-description,
.isaac-single-product div.product .woocommerce-variation-availability {
	color: var(--isaac-muted);
}

.isaac-single-product div.product .woocommerce-variation-price {
	margin-bottom: 1rem;
}

.isaac-single-product div.product form.cart:not(.variations_form):not(.grouped_form),
.isaac-single-product div.product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 0.65rem;
}

.isaac-single-product div.product form.variations_form .woocommerce-variation-add-to-cart {
	flex-wrap: wrap;
}

.isaac-single-product div.product form.variations_form .scfw-size-chart-main {
	flex: 0 0 100%;
}

.isaac-single-product div.product form.variations_form .scfw-size-chart-main .button-wrapper {
	margin-bottom: 0.35rem;
}

.isaac-single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
}

.isaac-single-product div.product form.cart .qty {
	width: 4.5rem;
	height: 100%;
	min-height: 3rem;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
	color: var(--isaac-text);
	box-shadow: none;
}

.isaac-single-product div.product form.cart .single_add_to_cart_button {
	flex: 1 1 auto;
	min-height: 3rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--isaac-accent);
	background: var(--isaac-accent);
	color: #000;
	box-shadow: none;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.isaac-single-product div.product form.cart .single_add_to_cart_button:hover,
.isaac-single-product div.product form.cart .single_add_to_cart_button:focus {
	border-color: var(--isaac-text);
	background: var(--isaac-text);
	color: #000;
}

.isaac-single-product div.product form.cart .single_add_to_cart_button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.isaac-single-product div.product .stock {
	color: var(--isaac-muted);
	font-size: 0.78rem;
}

.isaac-single-product div.product .stock.out-of-stock {
	color: #ff7676;
}

.isaac-single-product div.product .product_meta {
	padding-top: 1rem;
	border-top: 1px solid var(--isaac-line);
	color: var(--isaac-muted);
	font-size: 0.72rem;
	line-height: 1.8;
}

.isaac-single-product div.product .product_meta > span {
	display: block;
}

.isaac-single-product div.product > .onsale {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 3;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0.4rem 0.55rem;
	border: 1px solid var(--isaac-accent);
	border-radius: 0;
	background: var(--isaac-bg);
	color: var(--isaac-accent);
	font-size: 0.68rem;
	line-height: 1;
}

.isaac-single-product div.product .woocommerce-tabs,
.isaac-single-product div.product .related,
.isaac-single-product div.product .upsells {
	grid-column: 1 / -1;
	min-width: 0;
	margin-top: clamp(2rem, 5vw, 5rem);
}

.isaac-single-product div.product .woocommerce-tabs ul.tabs {
	width: 100%;
	margin: 0 0 1.5rem;
	border-top: 1px solid var(--isaac-line);
}

.isaac-single-product div.product .woocommerce-tabs ul.tabs li {
	position: relative;
	display: inline-block;
	margin: 0 1.5rem 0 0;
	border-bottom: 0;
}

.isaac-single-product div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 1rem 1.75rem 1rem 0;
	color: var(--isaac-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.isaac-single-product div.product .woocommerce-tabs ul.tabs li::after {
	top: 50%;
	right: 0.35rem;
	left: auto;
	margin-top: -0.55em;
	color: var(--isaac-accent);
	line-height: 1;
}

.isaac-single-product div.product .woocommerce-tabs ul.tabs li.active a,
.isaac-single-product div.product .woocommerce-tabs ul.tabs li a:hover,
.isaac-single-product div.product .woocommerce-tabs ul.tabs li a:focus {
	color: var(--isaac-accent);
}

.isaac-single-product div.product .woocommerce-tabs .panel {
	float: none;
	width: 100%;
	margin: 0;
	color: var(--isaac-muted);
}

.isaac-single-product div.product .related > h2,
.isaac-single-product div.product .upsells > h2 {
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--isaac-line);
	color: var(--isaac-text);
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 600;
}

.isaac-single-product div.product .related ul.products,
.isaac-single-product div.product .upsells ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.75rem 1rem;
	margin: 0;
}

.isaac-single-product div.product .related ul.products::before,
.isaac-single-product div.product .related ul.products::after,
.isaac-single-product div.product .upsells ul.products::before,
.isaac-single-product div.product .upsells ul.products::after {
	display: none;
}

.isaac-single-product div.product .related ul.products li.product,
.isaac-single-product div.product .upsells ul.products li.product {
	display: flex;
	flex-direction: column;
	float: none;
	min-width: 0;
	width: auto;
	margin: 0;
	text-align: left;
}

.isaac-single-product div.product .related ul.products li.product > .woocommerce-loop-product__link,
.isaac-single-product div.product .upsells ul.products li.product > .woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.isaac-single-product div.product .related ul.products li.product img,
.isaac-single-product div.product .upsells ul.products li.product img {
	display: block;
	width: 100%;
	margin-bottom: 0.75rem;
	background: var(--isaac-surface);
	aspect-ratio: 4 / 5;
	object-fit: contain;
	object-position: center;
}

.isaac-single-product div.product .related ul.products li.product .woocommerce-loop-product__title,
.isaac-single-product div.product .upsells ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 4.05em;
	overflow: hidden;
	overflow-wrap: anywhere;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* Existing size-chart plugin output */
.isaac-single-product .scfw-size-chart-main .button-wrapper {
	float: none;
	width: 100%;
	margin: 0 0 1rem;
}

.isaac-single-product .scfw-size-chart-main #chart-button,
.isaac-single-product .scfw-size-chart-main .md-size-chart-btn {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: transparent;
	color: var(--isaac-text);
	box-shadow: none;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.isaac-single-product .scfw-size-chart-main #chart-button:hover,
.isaac-single-product .scfw-size-chart-main #chart-button:focus,
.isaac-single-product .scfw-size-chart-main .md-size-chart-btn:hover,
.isaac-single-product .scfw-size-chart-main .md-size-chart-btn:focus {
	border-color: var(--isaac-accent);
	color: var(--isaac-accent);
}

/* Neutralize the size-chart plugin's unscoped td padding rule. */
.hentry .entry-content table:not(#size-chart):not(.scfw-chart-table):not(.shop_table):not(.variations) td {
	padding: 1em 1.41575em;
}

.isaac-single-product .md-size-chart-modal-content {
	padding: clamp(1rem, 4vw, 3rem);
}

.isaac-single-product .md-size-chart-overlay {
	background: rgba(0, 0, 0, 0.76);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.isaac-single-product .md-size-chart-modal-body {
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

.isaac-single-product .md-size-chart-close,
.isaac-single-product .scfw_size-chart-details-tab {
	border-color: var(--isaac-line);
}

.isaac-single-product .md-size-chart-label,
.isaac-single-product .md-modal-title,
.isaac-single-product .md-size-chart-subtitle,
.isaac-single-product .scfw_size-chart-details-tab span {
	color: var(--isaac-text);
}

.isaac-single-product .scfw_size-chart-details-tab span.active-tab {
	border-bottom-color: var(--isaac-accent);
}

.isaac-single-product .scfw_size-chart-details-tab .scfw_tab_underline {
	background: var(--isaac-accent);
}

.isaac-single-product table#size-chart,
.isaac-single-product table#size-chart th,
.isaac-single-product table#size-chart td {
	border-color: var(--isaac-line);
	background: transparent;
	color: var(--isaac-text);
}

.isaac-single-product table#size-chart tr:nth-child(odd) {
	background: #151515;
}

.isaac-single-product .chart_note {
	border-radius: 0;
	background: var(--isaac-accent);
	color: #000;
}

.isaac-single-product .storefront-sticky-add-to-cart {
	border-top: 1px solid var(--isaac-line);
	background: rgba(5, 5, 5, 0.94);
	color: var(--isaac-text);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.isaac-single-product .storefront-sticky-add-to-cart .button {
	border-radius: 0;
	background: var(--isaac-accent);
	color: #000;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.isaac-single-product div.product .related ul.products,
	.isaac-single-product div.product .upsells ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.site-header.is-scrolled {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	body.page:not(.home):not(.woocommerce-page) .site-main {
		padding-top: 1.75rem;
		padding-bottom: calc(6rem + env(safe-area-inset-bottom));
	}

	body.page:not(.home):not(.woocommerce-page) .entry-header {
		margin-bottom: 1.75rem;
	}

	body.page:not(.home):not(.woocommerce-page) .entry-title {
		font-size: 2rem;
	}

	body.page:not(.home):not(.woocommerce-page) .entry-content {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	body.page:not(.home):not(.woocommerce-page) .entry-content h2,
	body.page:not(.home):not(.woocommerce-page) .entry-content h3 {
		margin-top: 2.25rem;
	}

	body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table {
		width: calc(100vw - 2.5rem);
		max-width: calc(100vw - 2.5rem);
	}

	body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table table {
		min-width: 38rem;
	}

	body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table th,
	body.page:not(.home):not(.woocommerce-page) .entry-content .wp-block-table td {
		padding: 0.7rem 0.75rem;
	}

	.site-footer {
		padding-bottom: calc(5rem + env(safe-area-inset-bottom));
	}

	.isaac-home .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 0.75rem;
	}

	.isaac-home .woocommerce ul.products li.product .woocommerce-loop-product__title,
	.isaac-home .woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 0.8rem;
	}

	.isaac-home .woocommerce ul.products li.product .price {
		font-size: 0.75rem;
	}

	.isaac-footer-meta {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.isaac-footer-brand {
		align-items: flex-start;
	}

	.isaac-footer-links,
	.isaac-footer-menu {
		grid-template-columns: minmax(0, 1fr);
	}

	.isaac-product-archive .site-main {
		padding-top: 2rem;
	}

	.isaac-product-archive .storefront-sorting {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 1.25rem;
	}

	.isaac-catalog-filters {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.isaac-product-archive .woocommerce-ordering,
	.isaac-product-archive .woocommerce-ordering select {
		width: 100%;
		max-width: none;
	}

	.isaac-product-archive .woocommerce-pagination {
		width: 100%;
	}

	.isaac-product-archive ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 0.75rem;
	}

	.isaac-product-archive ul.products li.product .woocommerce-loop-product__title,
	.isaac-product-archive ul.products li.product .woocommerce-loop-category__title {
		font-size: 0.8rem;
	}

	.isaac-product-archive ul.products li.product .button,
	.isaac-product-archive ul.products li.product .added_to_cart {
		width: 100%;
		padding-right: 0.45rem;
		padding-left: 0.45rem;
	}

	.isaac-single-product .site-main {
		padding-top: 1.5rem;
	}

	.isaac-single-product div.product {
		display: block;
	}

	.isaac-single-product div.product .woocommerce-product-gallery {
		margin-bottom: 2rem;
	}

	.isaac-single-product div.product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child > a,
	.isaac-single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a {
		height: min(62vh, 36rem);
	}

	.isaac-single-product div.product .summary {
		position: static;
	}

	.isaac-single-product div.product .product_title {
		font-size: 1.75rem;
	}

	.isaac-single-product div.product .woocommerce-tabs,
	.isaac-single-product div.product .related,
	.isaac-single-product div.product .upsells {
		margin-top: 3rem;
	}

	.isaac-single-product div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin-right: 0;
	}

	.isaac-single-product div.product .related ul.products,
	.isaac-single-product div.product .upsells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 0.75rem;
	}

	.isaac-single-product .md-size-chart-modal-content {
		padding: 0.75rem;
	}

	.isaac-single-product .scfw-size-chart-main #chart-button,
	.isaac-single-product .scfw-size-chart-main .md-size-chart-btn {
		min-height: 2.75rem;
	}

	.isaac-single-product .md-size-chart-modal-body {
		padding-bottom: 4rem;
	}

	.isaac-single-product .chart-container {
		padding: 1rem;
	}

	.storefront-handheld-footer-bar {
		display: none !important;
	}

	.site-header > .col-full {
		padding-right: 4.75rem;
	}

	.site-header .menu-toggle {
		right: 1rem;
	}

	.site-header .site-header-cart {
		position: fixed;
		top: auto;
		right: max(1rem, env(safe-area-inset-right));
		bottom: max(1rem, env(safe-area-inset-bottom));
		z-index: 1900;
		width: 3.25rem;
		height: 3.25rem;
	}

	.site-header .site-header-cart > li:first-child,
	.site-header .site-header-cart .cart-contents {
		width: 100%;
		height: 100%;
	}

	.site-header .site-header-cart .cart-contents {
		border-color: var(--isaac-accent);
		background: var(--isaac-accent);
		color: #000;
		box-shadow: 0 0.45rem 0.8rem rgba(0, 0, 0, 0.35);
	}

	.site-header .site-header-cart .cart-contents:hover,
	.site-header .site-header-cart .cart-contents:focus {
		border-color: var(--isaac-text);
		background: var(--isaac-text);
		color: #000;
	}

	.site-header .site-header-cart .cart-contents::before {
		top: 1.05rem;
		left: 1.1rem;
	}

	.site-header .site-header-cart .cart-contents::after {
		top: 0.78rem;
		left: 1.38rem;
	}

	.site-header .site-header-cart .count {
		top: -0.4rem;
		right: -0.4rem;
		border: 1px solid var(--isaac-bg);
		background: var(--isaac-text);
		color: #000;

	body.isaac-menu-open .site-header .site-header-cart > li:first-child {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;










}

@media (max-width: 359px) {
	.isaac-home .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.isaac-product-archive ul.products {
		grid-template-columns: 1fr;
	}

	.isaac-single-product div.product .related ul.products,
	.isaac-single-product div.product .upsells ul.products {
		grid-template-columns: 1fr;
}

/* Classic Cart, Checkout and My Account */
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .content-area {
	float: none;
	width: 100%;
	margin-right: 0;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .widget-area {
	display: none;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-main {
	padding-top: clamp(2rem, 5vw, 4.5rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-main .entry-header {
	margin-bottom: clamp(1.75rem, 4vw, 3.5rem);
	padding: 0;
	text-align: left;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-main .entry-title {
	margin: 0;
	color: var(--isaac-text);
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .entry-content,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .entry-content p {
	color: var(--isaac-text);
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .entry-content h2,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .entry-content h3 {
	color: var(--isaac-text);
	font-weight: 600;
	letter-spacing: -0.02em;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-message,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-info,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-error {
	margin: 0 0 1.5rem;
	padding: 1rem 1.1rem 1rem 3rem;
	border: 1px solid var(--isaac-line);
	border-left: 2px solid var(--isaac-accent);
	border-radius: 0;
	background: var(--isaac-surface);
	color: var(--isaac-text);
	box-shadow: none;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-error {
	border-left-color: #e05252;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-message a,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-info a,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-error a {
	color: var(--isaac-text);
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-error li + li {
	margin-top: 0.35rem;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row {
	margin-bottom: 1rem;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row label {
	margin-bottom: 0.4rem;
	color: var(--isaac-text);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input.input-text,
body.woocommerce-checkout .wcus-checkout-fields input[type="text"].j-wcus-data-el,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input.qty,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) textarea,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) select:not(.select2-hidden-accessible) {
	box-sizing: border-box;
	min-height: 2.9rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: var(--isaac-surface);
	color: var(--isaac-text);
	box-shadow: none;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) textarea {
	min-height: 7rem;
	resize: vertical;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input.input-text::placeholder,
body.woocommerce-checkout .wcus-checkout-fields input[type="text"].j-wcus-data-el::placeholder,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) textarea::placeholder {
	color: var(--isaac-muted);
	opacity: 1;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input.input-text:focus,
body.woocommerce-checkout .wcus-checkout-fields input[type="text"].j-wcus-data-el:focus,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input.qty:focus,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) textarea:focus,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) select:not(.select2-hidden-accessible):focus {
	border-color: var(--isaac-accent);
	background: var(--isaac-surface);
	color: var(--isaac-text);
	box-shadow: none;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input[type="checkbox"],
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) input[type="radio"] {
	accent-color: var(--isaac-accent);
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .required {
	color: var(--isaac-accent);
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .optional {
	color: var(--isaac-muted);
	font-weight: 400;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row.woocommerce-invalid input.input-text,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row.woocommerce-invalid .select2-selection,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row.woocommerce-invalid .zen-ui-select__value {
	border-color: #e05252;
	box-shadow: none;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row.woocommerce-validated input.input-text {
	border-color: #4f9b67;
	box-shadow: none;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: transparent;
	color: var(--isaac-text);
	box-shadow: none;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .button:hover,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .button:focus {
	border-color: var(--isaac-text);
	background: var(--isaac-text);
	color: #000;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .button:disabled,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .button.disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) table.shop_table th,
:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) table.shop_table td {
	padding: 0.9rem;
	border: 0;
	border-bottom: 1px solid var(--isaac-line);
	background: transparent;
	color: var(--isaac-text);
	vertical-align: middle;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) table.shop_table thead th {
	background: var(--isaac-surface);
	font-size: 0.67rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) table.shop_table a {
	color: var(--isaac-text);
}

/* Cart */
body.woocommerce-cart .woocommerce-cart-form {
	min-width: 0;
	max-width: 100%;
	margin-bottom: 2.5rem;
}

body.woocommerce-cart table.cart > tbody > tr.cart_item,
body.woocommerce-cart table.cart > tbody > tr.cart_item > td {
	height: auto;
	background: var(--isaac-surface) !important;
	color: var(--isaac-text);
}

body.woocommerce-cart table.cart > tbody > tr.cart_item:nth-child(even),
body.woocommerce-cart table.cart > tbody > tr.cart_item:nth-child(even) > td {
	background: #090909 !important;
}

body.woocommerce-cart table.cart > tbody > tr.cart_item > td::before {
	color: var(--isaac-muted);
}

body.woocommerce-cart table.cart .product-thumbnail {
	width: 7rem;
}

body.woocommerce-cart table.cart .product-thumbnail img {
	display: block;
	width: 5.25rem;
	height: 6.5625rem;
	max-width: 100%;
	margin: 0;
	background: var(--isaac-surface);
	aspect-ratio: 4 / 5;
	object-fit: contain;
	object-position: center;
}

body.woocommerce-cart table.cart .product-name > a {
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	overflow-wrap: anywhere;
}

body.woocommerce-cart table.cart dl.variation {
	color: var(--isaac-muted);
	font-size: 0.8rem;
}

body.woocommerce-cart table.cart .product-price,
body.woocommerce-cart table.cart .product-subtotal,
body.woocommerce-cart table.cart .quantity {
	color: var(--isaac-text);
	font-size: 0.8rem;
}

body.woocommerce-cart table.cart dl.variation {
	margin: 0.45rem 0 0;
}

body.woocommerce-cart table.cart dl.variation dt,
body.woocommerce-cart table.cart dl.variation dd,
body.woocommerce-cart table.cart dl.variation p {
	margin-bottom: 0;
}

body.woocommerce-cart table.cart input.qty {
	width: 4.5rem;
	text-align: center;
}

body.woocommerce-cart table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: transparent;
	color: var(--isaac-muted) !important;
	font-size: 1.2rem;
	text-decoration: none;
}

body.woocommerce-cart table.cart td.product-remove a.remove:hover,
body.woocommerce-cart table.cart td.product-remove a.remove:focus {
	border-color: var(--isaac-accent);
	color: var(--isaac-accent) !important;
}

body.woocommerce-cart table.cart td.actions {
	padding: 1rem;
	background: var(--isaac-surface) !important;
}

body.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	gap: 0.6rem;
	align-items: stretch;
	margin: 0;
	padding: 0;
	border: 0;
}

body.woocommerce-cart table.cart td.actions .coupon input#coupon_code {
	width: min(18rem, 100%);
	min-height: 2.75rem;
	margin: 0;
}

body.woocommerce-cart .cart-collaterals {
	min-width: 0;
	max-width: 100%;
	margin-top: 2.5rem;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 32rem);
	margin: 0 0 0 auto;
}

body.woocommerce-cart .cart_totals > h2 {
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid var(--isaac-line);
	border-bottom: 0;
	background: var(--isaac-surface);
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-cart .cart_totals table {
	border: 1px solid var(--isaac-line);
}

body.woocommerce-cart .cart_totals table tr,
body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
	border-color: var(--isaac-line);
	background: var(--isaac-surface) !important;
	color: var(--isaac-text);
}

body.woocommerce-cart .cart_totals table th {
	width: 42%;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-cart ul#shipping_method {
	margin: 0;
}

body.woocommerce-cart ul#shipping_method li {
	margin-bottom: 0.5rem;
}

body.woocommerce-cart ul#shipping_method li:last-child {
	margin-bottom: 0;
}

body.woocommerce-cart ul#shipping_method label,
body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-contents,
body.woocommerce-cart .woocommerce-shipping-calculator,
body.woocommerce-cart .shipping-calculator-form {
	color: var(--isaac-muted);
}

body.woocommerce-cart ul#shipping_method input[type="radio"] {
	accent-color: var(--isaac-accent);
}

body.woocommerce-cart .shipping-calculator-button {
	color: var(--isaac-accent);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-cart .shipping-calculator-button:hover,
body.woocommerce-cart .shipping-calculator-button:focus {
	color: var(--isaac-text);
}

body.woocommerce-cart .shipping-calculator-form input,
body.woocommerce-cart .shipping-calculator-form select,
body.woocommerce-cart .shipping-calculator-form .select2-selection {
	border-color: var(--isaac-line);
	background: var(--isaac-bg);
	color: var(--isaac-text);
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 1rem 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	min-height: 3.25rem;
	border-color: var(--isaac-accent);
	background: var(--isaac-accent);
	color: #000;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus {
	border-color: var(--isaac-text);
	background: var(--isaac-text);
	color: #000;
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
	max-width: 38rem;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Checkout */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon {
	max-width: 44rem;
}

body.woocommerce-checkout form.checkout_coupon {
	margin: -0.5rem 0 2rem;
	padding: 1rem;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
}

body.woocommerce-checkout form.checkout {
	display: block;
	min-width: 0;
	max-width: 100%;
	margin: 0;
}

body.woocommerce-checkout form.checkout #customer_details,
body.woocommerce-checkout form.checkout #order_review_heading,
body.woocommerce-checkout form.checkout #order_review {
	float: none;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

body.woocommerce-checkout form.checkout #order_review {
	padding: 0;
	border: 0;
	background: transparent !important;
	color: var(--isaac-text);
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
	float: none;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-input-wrapper,
body.woocommerce-checkout .wcus-checkout-fields,
body.woocommerce-checkout .wcus-checkout-fields > *,
body.woocommerce-checkout .form-row {
	min-width: 0;
	max-width: 100%;
}

body.woocommerce-checkout .woocommerce-input-wrapper,
body.woocommerce-checkout .wcus-checkout-fields {
	display: block;
	width: 100%;
}

body.woocommerce-checkout form.checkout input.input-text,
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout select:not(.select2-hidden-accessible),
body.woocommerce-checkout form.checkout .select2-container,
body.woocommerce-checkout form.checkout .zen-ui-select {
	width: 100%;
	max-width: 100%;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
	margin-bottom: 1.25rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #ship-to-different-address {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

body.woocommerce-checkout #billing_phone_field label .optional {
	display: none;
}

body.woocommerce-checkout #billing_phone_field label::after {
	color: var(--isaac-accent);
	content: " *";
}

body.woocommerce-checkout #ship-to-different-address label {
	display: flex;
	gap: 0.6rem;
	align-items: center;
	margin: 0;
	cursor: pointer;
}

body.woocommerce-checkout #order_review_heading {
	padding: 0 0 0.75rem;
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	table-layout: fixed;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table > thead > tr > th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tbody > tr > td,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr > th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr > td {
	height: auto;
	padding: 0.85rem 0.9rem;
	background: var(--isaac-surface) !important;
	color: var(--isaac-text);
	line-height: 1.45;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tbody > tr:nth-child(even) > td {
	background: #090909 !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr > th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr > td {
	border-top: 1px solid var(--isaac-line);
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name {
	width: 68%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total {
	width: 32%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name {
	overflow-wrap: anywhere;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-quantity,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation p {
	color: var(--isaac-muted);
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation {
	margin: 0.35rem 0 0;
	font-size: 0.78rem;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dt,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation dd,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table dl.variation p {
	margin-bottom: 0;
}

body.woocommerce-checkout ul#shipping_method {
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout ul#shipping_method li {
	margin-bottom: 0.55rem;
}

body.woocommerce-checkout ul#shipping_method label {
	display: inline;
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-checkout #payment {
	margin-top: 1rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: var(--isaac-surface);
}

body.woocommerce-checkout #payment .payment_methods {
	border-bottom: 1px solid var(--isaac-line);
}

body.woocommerce-checkout #payment .payment_methods > li {
	margin: 0;
	border-bottom: 1px solid var(--isaac-line);
	background: transparent;
}

body.woocommerce-checkout #payment .payment_methods > li:last-child {
	border-bottom: 0;
}

body.woocommerce-checkout #payment .payment_methods > li > label {
	padding: 1rem 1.1rem;
	color: var(--isaac-text);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
}

body.woocommerce-checkout #payment .payment_method_mono_gateway > label {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	align-items: center;
}

body.woocommerce-checkout #payment .payment_method_mono_gateway > label img {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0.3rem 0.45rem;
	background: #fff;
}

body.woocommerce-checkout #payment .payment_methods li .payment_box {
	margin: 0;
	padding: 1rem 1.1rem;
	background: var(--isaac-bg);
	color: var(--isaac-muted);
}

body.woocommerce-checkout #payment .payment_methods li .payment_box p,
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
	color: var(--isaac-muted);
}

body.woocommerce-checkout #payment .payment_methods li .payment_box::before {
	border-bottom-color: var(--isaac-bg);
}

body.woocommerce-checkout #payment .place-order {
	width: 100%;
	margin: 0;
	padding: 1.25rem;
	background: var(--isaac-surface) !important;
	color: var(--isaac-text);
}

body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 3.35rem;
	border-color: var(--isaac-accent);
	background: var(--isaac-accent);
	color: #000;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus {
	border-color: var(--isaac-text);
	background: var(--isaac-text);
	color: #000;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--isaac-muted);
	font-size: 0.75rem;
}

body.woocommerce-checkout .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: 0;
	margin: 0 0 2rem;
	padding: 0;
	border: 1px solid var(--isaac-line);
}

body.woocommerce-checkout .woocommerce-order-overview li {
	float: none;
	margin: 0;
	padding: 1rem;
	border: 0;
	border-right: 1px solid var(--isaac-line);
	color: var(--isaac-muted);
}

body.woocommerce-checkout .woocommerce-order-overview li strong {
	color: var(--isaac-text);
}

/* Checkout selectors from WooCommerce and WC Ukraine Shipping */
body.woocommerce-checkout form.checkout .select2-container {
	width: 100% !important;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
	height: 2.9rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: var(--isaac-surface);
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 2.4rem 0 0.8rem;
	color: var(--isaac-text);
	line-height: calc(2.9rem - 2px);
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	height: calc(2.9rem - 2px);
}

body.woocommerce-checkout .select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-selection--single:focus-visible {
	outline: 2px solid var(--isaac-accent);
	outline-offset: 3px;
}

body.woocommerce-checkout .select2-dropdown {
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

body.woocommerce-checkout .select2-search--dropdown {
	padding: 0.55rem;
}

body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	min-height: 2.55rem;
	border: 1px solid var(--isaac-line);
	border-radius: 0;
	background: var(--isaac-bg);
	color: var(--isaac-text);
}

body.woocommerce-checkout .select2-results__option {
	padding: 0.65rem 0.8rem;
	color: var(--isaac-text);
}

body.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"],
body.woocommerce-checkout .select2-container--default .select2-results__option--selected,
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--isaac-line);
	color: var(--isaac-text);
}

body.woocommerce-checkout .wcus-checkout-fields {
	margin-top: 1rem;
}

body.woocommerce-checkout .zen-ui-select__value {
	min-height: 2.9rem;
	padding: 0.72rem 2.25rem 0.72rem 0.8rem !important;
	border-color: var(--isaac-line);
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

body.woocommerce-checkout .zen-ui-select__value:hover,
body.woocommerce-checkout .zen-ui-select__value.disabled {
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

body.woocommerce-checkout .zen-ui-select__dropdown,
body.woocommerce-checkout .zen-ui-select__options {
	border-color: var(--isaac-line);
	background: var(--isaac-surface);
	color: var(--isaac-text);
}

body.woocommerce-checkout .zen-ui-select__search {
	border-color: var(--isaac-line);
}

body.woocommerce-checkout .zen-ui-select__search-input {
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.55rem 0.7rem !important;
	border-color: var(--isaac-line) !important;
	background: var(--isaac-bg);
	color: var(--isaac-text);
	font-size: 1rem;
}

body.woocommerce-checkout .zen-ui-select__value-text {
	text-overflow: ellipsis;
}

body.woocommerce-checkout .zen-ui-select__option {
	color: var(--isaac-text);
}

body.woocommerce-checkout .zen-ui-select__option--current,
body.woocommerce-checkout .zen-ui-select__option:not(.zen-ui-select__option--disabled):not(.zen-ui-select__option--current):hover {
	background: var(--isaac-line);
	color: var(--isaac-text);
}

body.woocommerce-checkout .zen-ui-select__option--loading,
body.woocommerce-checkout .zen-ui-select__option--more {
	color: var(--isaac-muted);
}

/* My Account */
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 1.5rem;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--isaac-line);
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li {
	margin: 0;
	border-bottom: 1px solid var(--isaac-line);
	list-style: none;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.85rem 0.9rem;
	color: var(--isaac-muted);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a:focus {
	background: var(--isaac-surface);
	color: var(--isaac-accent);
}

body.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
}

body.woocommerce-account .col2-set#customer_login {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	float: none;
	width: 100%;
	margin: 0;
}

body.woocommerce-account .col2-set#customer_login > .col-1,
body.woocommerce-account .col2-set#customer_login > .col-2 {
	float: none;
	flex: 1 1 0;
	width: 100%;
	margin: 0;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
}

body.woocommerce-account .col2-set#customer_login h2 {
	margin-top: 0;
	font-size: 1.2rem;
}

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account form.lost_reset_password,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields {
	margin: 0;
}

body.woocommerce-account fieldset {
	margin: 1.5rem 0;
	padding: 1rem;
	border: 1px solid var(--isaac-line);
}

body.woocommerce-account fieldset legend {
	padding: 0 0.5rem;
	color: var(--isaac-text);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.woocommerce-account .woocommerce-form .woocommerce-button,
body.woocommerce-account .woocommerce-EditAccountForm .button,
body.woocommerce-account .woocommerce-address-fields .button,
body.woocommerce-account .woocommerce-ResetPassword .button {
	border-color: var(--isaac-accent);
	background: var(--isaac-accent);
	color: #000;
}

body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .col2-set.addresses {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	float: none;
	width: 100%;
	margin: 1.5rem 0 0;
}

body.woocommerce-account .woocommerce-Address {
	float: none;
	width: 100%;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--isaac-line);
	background: var(--isaac-surface);
}

body.woocommerce-account .woocommerce-Addresses > .woocommerce-Address,
body.woocommerce-account .col2-set.addresses > .col-1,
body.woocommerce-account .col2-set.addresses > .col-2 {
	float: none;
	width: 100%;
	margin: 0;
}

body.woocommerce-account .woocommerce-Address-title h3 {
	font-size: 1rem;
}

body.woocommerce-account .woocommerce-Address-title .edit {
	color: var(--isaac-accent);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-MyAccount-paymentMethods {
	margin-bottom: 1.5rem;
}

body.woocommerce-account .woocommerce-orders-table .button,
body.woocommerce-account .woocommerce-MyAccount-paymentMethods .button {
	min-height: 2.35rem;
	margin: 0.15rem;
	padding: 0.5rem 0.7rem;
}

body.woocommerce-account .woocommerce-Pagination {
	display: flex;
	gap: 0.6rem;
	justify-content: center;
	margin-top: 1.5rem;
}

@media (min-width: 1024px) {
	body.woocommerce-checkout form.checkout {
		display: grid;
		grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
		grid-template-rows: auto 1fr;
		gap: 0 clamp(1.5rem, 3vw, 3rem);
		align-items: start;
	}

	body.woocommerce-checkout form.checkout #customer_details {
		grid-row: 1 / span 2;
		grid-column: 1;
		width: auto;
		margin: 0;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		grid-row: 1;
		grid-column: 2;
		width: auto;
	}

	body.woocommerce-checkout form.checkout #order_review {
		grid-row: 2;
		grid-column: 2;
		width: auto;
	}
}

@media (min-width: 768px) {
	body.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 22%;
		margin-right: 4%;
		margin-bottom: 0;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 74%;
	}

	body.woocommerce-account .col2-set#customer_login {
		flex-direction: row;
	}

	body.woocommerce-account .woocommerce-Addresses,
	body.woocommerce-account .col2-set.addresses {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	:is(body.woocommerce-cart, body.woocommerce-checkout) #content > .col-full {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-main {
		padding-top: 1.75rem;
		padding-bottom: calc(7rem + env(safe-area-inset-bottom));
	}

	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-main .entry-header {
		margin-bottom: 1.5rem;
	}

	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-main .entry-title {
		font-size: 1.8rem;
	}

	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .site-header .site-header-cart {
		z-index: 1040;
	}

	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row-first,
	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .form-row-last {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-message .button,
	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-info .button,
	:is(body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account) .woocommerce-error .button {
		float: none;
		width: 100%;
		margin: 0.75rem 0 0;
	}

	body.woocommerce-cart table.cart tr.cart_item {
		display: block;
		margin-bottom: 0.75rem;
		padding: 0.75rem;
		border: 1px solid var(--isaac-line);
		background: var(--isaac-surface);
	}

	body.woocommerce-cart table.cart tr.cart_item td {
		padding: 0.5rem;
		border-bottom: 1px solid var(--isaac-line);
		background: transparent;
	}

	body.woocommerce-cart table.cart tr.cart_item td:last-child {
		border-bottom: 0;
	}

	body.woocommerce-cart table.cart .product-thumbnail {
		width: 100%;
		text-align: left;
	}

	body.woocommerce-cart table.cart .product-thumbnail img {
		width: 4.75rem;
		height: 5.9375rem;
	}

	body.woocommerce-cart table.cart .product-name {
		text-align: left;
		overflow-wrap: anywhere;
	}

	body.woocommerce-cart table.cart tr.cart_item td.product-name::before {
		display: none;
	}

	body.woocommerce-cart table.cart td.product-remove a.remove {
		margin-left: auto;
	}

	body.woocommerce-cart table.cart td.actions {
		display: block;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	body.woocommerce-cart table.cart td.actions .coupon input#coupon_code,
	body.woocommerce-cart table.cart td.actions .coupon .button,
	body.woocommerce-cart table.cart td.actions > .button {
		width: 100%;
		max-width: none;
	}

	body.woocommerce-cart table.cart td.actions > .button {
		margin-top: 0.6rem;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}

	body.woocommerce-checkout .woocommerce-billing-fields,
	body.woocommerce-checkout .woocommerce-shipping-fields,
	body.woocommerce-checkout .woocommerce-additional-fields {
		padding: 1rem;
	}

	body.woocommerce-checkout .select2-search--dropdown .select2-search__field,
	body.woocommerce-checkout .select2-results__option,
	body.woocommerce-checkout .zen-ui-select__option {
		min-height: 2.75rem;
	}

	body.woocommerce-checkout .select2-results__option,
	body.woocommerce-checkout .zen-ui-select__option {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	body.woocommerce-checkout #payment .payment_methods > li > label,
	body.woocommerce-checkout #payment .payment_methods li .payment_box {
		padding: 0.9rem;
	}

	body.woocommerce-checkout #payment .place-order {
		padding: 1rem;
	}

	body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr.woocommerce-shipping-totals {
		display: block;
		width: 100%;
	}

	body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr.woocommerce-shipping-totals > th,
	body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr.woocommerce-shipping-totals > td {
		display: block;
		width: 100% !important;
		text-align: left;
	}

	body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr.woocommerce-shipping-totals > th {
		padding-bottom: 0.35rem;
		border-bottom: 0;
	}

	body.woocommerce-checkout table.woocommerce-checkout-review-order-table > tfoot > tr.woocommerce-shipping-totals > td {
		padding-top: 0.35rem;
		border-top: 0;
	}

	body.woocommerce-checkout ul#shipping_method {
		width: 100%;
		text-align: left;
	}

	body.woocommerce-checkout ul#shipping_method li {
		display: flex;
		gap: 0.55rem;
		align-items: start;
		width: 100%;
		list-style: none;
	}

	body.woocommerce-checkout ul#shipping_method input[type="radio"] {
		flex: 0 0 1.25rem;
		margin-top: 0.15rem;
	}

	body.woocommerce-checkout ul#shipping_method label {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
		line-height: 1.45;
		overflow-wrap: break-word;
		word-break: normal;
	}

	body.woocommerce-checkout .woocommerce-order-overview {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .woocommerce-order-overview li {
		border-right: 0;
		border-bottom: 1px solid var(--isaac-line);
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	body.woocommerce-account table.shop_table_responsive tr {
		display: block;
		margin-bottom: 0.75rem;
		padding: 0.5rem;
		border: 1px solid var(--isaac-line);
		background: var(--isaac-surface);
	}

	body.woocommerce-account table.shop_table_responsive tr td {
		padding: 0.55rem;
		border-bottom: 1px solid var(--isaac-line);
	}

	body.woocommerce-account table.shop_table_responsive tr td:last-child {
		border-bottom: 0;
	}

	body.woocommerce-account .woocommerce-orders-table .button,
	body.woocommerce-account .woocommerce-MyAccount-paymentMethods .button {
		width: 100%;
		margin: 0.25rem 0;
	}
}

/* ISAAC T-shirt size guide (Product Size Charts chart 21) */
.isaac-single-product .md-size-chart-modal-body {
	width: min(58rem, calc(100vw - 2rem));
	max-width: 100%;
	max-height: calc(100dvh - 2rem);
	overflow-x: hidden;
	overflow-y: hidden;
}

.isaac-single-product .md-size-chart-close {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4rem;
	padding: 0.75rem 4.25rem 0.75rem 1rem;
	border-bottom: 1px solid var(--isaac-line);
	background: #090909;
}

.isaac-single-product .md-modal-title {
	color: var(--isaac-accent);
	font-size: clamp(1.1rem, 3vw, 1.55rem);
	font-weight: 750;
	letter-spacing: 0.02em;
}

.isaac-single-product .remodal-close {
	top: 0.6rem;
	right: 0.65rem;
	width: 2.75rem;
	height: 2.75rem;
	color: var(--isaac-text);
}

.isaac-single-product #size-chart-id-21 {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	min-width: 0;
	max-height: calc(100dvh - 6rem);
	padding: clamp(1rem, 3vw, 2rem);
	overflow-x: hidden;
	overflow-y: auto;
}

.isaac-single-product #size-chart-id-21 > .chart-content {
	display: contents;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-visual {
	order: 1;
	margin: 0;
	text-align: center;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-visual img {
	display: block;
	width: min(100%, 27rem);
	height: auto;
	margin: 0 auto;
}

.isaac-single-product #size-chart-id-21 > .chart-table {
	order: 2;
	width: 100%;
	height: auto !important;
	max-height: none !important;
	min-width: 0;
	margin: 0;
	overflow: visible !important;
}

.isaac-single-product #size-chart-id-21 .scfw-chart-table,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.isaac-single-product #size-chart-id-21 .scfw-chart-table th,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table th {
	border: 1px solid #514a61;
	background: #0d0d0d;
	color: var(--isaac-accent);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	overflow-wrap: anywhere;
	white-space: normal !important;
	text-transform: uppercase;
}

.isaac-single-product #size-chart-id-21 .scfw-chart-table td,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td {
	border: 1px solid #38333f;
	background: #111;
	color: var(--isaac-text);
}

.isaac-single-product #size-chart-id-21 .scfw-chart-table th,
.isaac-single-product #size-chart-id-21 .scfw-chart-table td,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table th,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td {
	padding: 0.7rem 0.75rem;
	text-align: left;
	vertical-align: top;
}

.isaac-single-product #size-chart-id-21 .scfw-chart-table th:first-child,
.isaac-single-product #size-chart-id-21 .scfw-chart-table td:first-child,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table .size {
	color: var(--isaac-accent);
	font-weight: 750;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-explainer {
	order: 3;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-explainer p,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-advice,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-notes p {
	margin: 0;
	padding: 0.8rem;
	border-left: 2px solid #514a61;
	background: #0d0d0d;
	color: #d5d2d8;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-explainer strong,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-notes strong {
	color: var(--isaac-text);
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-chooser {
	order: 4;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-chooser h3 {
	margin: 0 0 0.8rem;
	color: var(--isaac-accent);
	font-size: clamp(1.05rem, 2.5vw, 1.35rem);
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table th:first-child,
.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td:first-child {
	width: 5.5rem;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-advice {
	margin-top: 0.85rem;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-rules {
	margin: 0.85rem 0 0;
	padding: 0 0 0 1.15rem;
	color: #d5d2d8;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-rules li + li {
	margin-top: 0.45rem;
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-rules li::marker {
	color: var(--isaac-accent);
}

.isaac-single-product #size-chart-id-21 .isaac-size-guide-notes {
	order: 5;
	display: grid;
	gap: 0.55rem;
}

.isaac-single-product #size-chart-id-21 > .chart_note {
	order: 6;
	margin: 0;
	padding: 0.75rem 0.85rem;
	border: 1px solid #514a61;
	background: transparent;
	color: #d5d2d8;
}

.isaac-single-product #size-chart-id-21 > .chart_note strong {
	display: none;
}

@media (max-width: 640px) {
	.isaac-single-product .md-size-chart-modal-content {
		padding: 0.5rem;
	}

	.isaac-single-product .md-size-chart-modal-body {
		width: calc(100vw - 1rem);
		max-height: calc(100dvh - 1rem);
	}

	.isaac-single-product #size-chart-id-21 {
		gap: 1rem;
		padding: 0.85rem;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-explainer {
		grid-template-columns: minmax(0, 1fr);
	}

	.isaac-single-product #size-chart-id-21 .scfw-chart-table {
		table-layout: fixed;
	}

	.isaac-single-product #size-chart-id-21 .scfw-chart-table th,
	.isaac-single-product #size-chart-id-21 .scfw-chart-table td {
		padding: 0.6rem 0.45rem;
		font-size: 0.78rem;
		overflow-wrap: anywhere;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table,
	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table tbody,
	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table tr,
	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td {
		display: block;
		width: 100%;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table tr {
		margin-bottom: 0.7rem;
		padding: 0.35rem 0.65rem;
		border: 1px solid #514a61;
		background: #111;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td {
		display: grid;
		grid-template-columns: 7.4rem minmax(0, 1fr);
		gap: 0.65rem;
		padding: 0.45rem 0;
		border: 0;
		border-bottom: 1px solid #302c36;
		background: transparent;
		font-size: 0.82rem;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td:last-child {
		border-bottom: 0;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td::before {
		color: #99939f;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.035em;
		text-transform: uppercase;
	}

	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td:nth-child(1)::before { content: "Розмір"; }
	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td:nth-child(2)::before { content: "Зріст"; }
	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td:nth-child(3)::before { content: "Вага"; }
	.isaac-single-product #size-chart-id-21 .isaac-size-guide-fit-table td:nth-child(4)::before { content: "Посадка"; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
