/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #fff;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #fff;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #fff;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

/* Cart, checkout, and account pages */
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
	width: var(--atm-readable-width);
	padding-top: clamp(5rem, 8vw, 9rem);
	padding-bottom: clamp(6rem, 10vw, 11rem);
	color: var(--atm-black);
}

body.woocommerce-cart article.page,
body.woocommerce-checkout article.page,
body.woocommerce-account article.page {
	margin: 0;
}

.atm-woo-breadcrumb {
	margin-bottom: clamp(2.8rem, 5vw, 5.2rem);
}

.atm-woo-page-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 clamp(2.8rem, 5vw, 5rem);
	color: var(--atm-black);
}

.atm-woo-kicker {
	margin: 0;
	color: var(--atm-pink);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.atm-woo-page-header .entry-title {
	margin: 0;
	color: var(--atm-black);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: clamp(3rem, 5.4vw, 5.6rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: 0;
	text-transform: uppercase;
}

.atm-shop-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	box-sizing: border-box;
	min-height: 2.25rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--atm-line);
	color: var(--atm-black);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	transition: border-color 180ms ease, color 180ms ease;
}

.atm-shop-cart-link:hover,
.atm-shop-cart-link:focus {
	border-color: var(--atm-pink);
	color: var(--atm-pink);
}

.atm-shop-cart-link em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: var(--atm-pink);
	color: var(--atm-white);
	font-size: 0.76rem;
	font-style: normal;
	line-height: 1;
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
	color: var(--atm-black);
	font-family: "Roboto", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
}

body.woocommerce-cart .entry-content > *,
body.woocommerce-checkout .entry-content > *,
body.woocommerce-account .entry-content > * {
	margin-top: 0;
}

body.woocommerce .site-main a,
body.woocommerce-page .site-main a {
	color: inherit;
}

body.woocommerce .site-main a:hover,
body.woocommerce .site-main a:focus,
body.woocommerce-page .site-main a:hover,
body.woocommerce-page .site-main a:focus {
	color: var(--atm-pink);
}

.woocommerce h2,
.woocommerce h3,
.woocommerce legend {
	margin-top: 0;
	color: var(--atm-black);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.woocommerce h2 {
	margin-bottom: clamp(1.5rem, 2.8vw, 2.4rem);
	font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.woocommerce h3,
.woocommerce legend {
	margin-bottom: 1.2rem;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.woocommerce form {
	margin: 0;
}

.woocommerce label,
.woocommerce table th,
.woocommerce table td.product-name,
.woocommerce table td.product-price,
.woocommerce table td.product-subtotal,
.woocommerce table td.product-total,
.woocommerce table td.actions,
.woocommerce table tfoot th,
.woocommerce table tfoot td,
.woocommerce .cart_totals th,
.woocommerce .cart_totals td,
.woocommerce .woocommerce-MyAccount-navigation a {
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.woocommerce label {
	display: inline-block;
	margin-bottom: 0.45rem;
	color: var(--atm-muted);
	font-size: 0.92rem;
}

.woocommerce .required {
	color: var(--atm-pink);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 3.35rem;
	padding: 0.85rem 0.95rem;
	border: 2px solid var(--atm-black);
	border-radius: 0;
	background: var(--atm-white);
	color: var(--atm-black);
	font-family: "Roboto", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	box-shadow: none;
}

.woocommerce textarea {
	min-height: 9rem;
	resize: vertical;
}

.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--single {
	outline: 0;
	border-color: var(--atm-pink);
}

.woocommerce .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--atm-black);
	line-height: 1.25;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
}

.woocommerce .form-row {
	margin: 0 0 1.15rem;
	padding: 0;
}

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

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 2.9rem;
	padding: 0.72rem 1.15rem;
	border: 2px solid var(--atm-black);
	border-radius: 0;
	background: var(--atm-black);
	color: var(--atm-white) !important;
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
	border-color: var(--atm-pink);
	background: var(--atm-pink);
	color: var(--atm-white) !important;
}

.woocommerce .button:disabled,
.woocommerce .button.disabled,
.woocommerce .button[disabled] {
	opacity: 0.35;
	cursor: not-allowed;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--atm-line);
	border-left: 0.25rem solid var(--atm-pink);
	background: var(--atm-white);
	color: var(--atm-black);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
	list-style: none;
}

.woocommerce-error {
	border-left-color: #e2401c;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	flex: 0 0 auto;
	order: 2;
	min-height: 2.25rem;
	margin: 0;
	padding: 0.55rem 0.9rem;
	font-size: 0.82rem;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table_responsive {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid var(--atm-line);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table_responsive th,
.woocommerce table.shop_table_responsive td {
	padding: 1.1rem 0.8rem;
	border: 0;
	border-bottom: 1px solid var(--atm-line);
	text-align: left;
	vertical-align: middle;
}

.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child,
.woocommerce table.shop_table_responsive th:first-child,
.woocommerce table.shop_table_responsive td:first-child {
	padding-left: 0;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table_responsive th:last-child,
.woocommerce table.shop_table_responsive td:last-child {
	padding-right: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table_responsive th {
	color: var(--atm-muted);
	font-size: 0.92rem;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table_responsive td {
	color: var(--atm-black);
	font-size: 1rem;
}

.woocommerce table.shop_table td.product-thumbnail img {
	width: 5.6rem;
	max-width: 5.6rem;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.woocommerce table.shop_table td.product-remove a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid var(--atm-line);
	color: var(--atm-black) !important;
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
}

.woocommerce table.shop_table td.product-remove a:hover,
.woocommerce table.shop_table td.product-remove a:focus {
	border-color: var(--atm-pink);
	background: var(--atm-pink);
	color: var(--atm-white) !important;
}

.woocommerce .quantity {
	display: inline-flex;
	width: 5.8rem;
}

.woocommerce .quantity .qty {
	min-height: 3rem;
	text-align: center;
}

.woocommerce-cart-form {
	margin-bottom: clamp(2.6rem, 5vw, 5rem);
}

.woocommerce-cart table.cart td.actions {
	padding-top: 1.5rem;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.8rem;
	max-width: 34rem;
	margin-bottom: 1rem;
}

.woocommerce-cart table.cart td.actions .coupon label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.woocommerce-cart table.cart td.actions > .button {
	float: right;
}

.woocommerce .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: clamp(2rem, 4vw, 3rem);
}

.woocommerce .cart_totals {
	width: min(100%, 34rem);
}

.woocommerce .cart_totals h2 {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.4rem;
}

.woocommerce .cart_totals h2::after {
	content: "";
	width: 2.4rem;
	height: 0.16rem;
	background: var(--atm-pink);
}

.woocommerce .cart_totals table {
	width: 100%;
	margin-bottom: 1.4rem;
	border-collapse: collapse;
	border-top: 1px solid var(--atm-line);
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
	padding: 1rem 0;
	border-bottom: 1px solid var(--atm-line);
	text-align: left;
}

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

.woocommerce .wc-proceed-to-checkout .button {
	width: 100%;
}

.wp-block-woocommerce-empty-cart-block {
	display: grid;
	gap: clamp(1.8rem, 4vw, 3rem);
	margin-top: clamp(2.6rem, 6vw, 4.5rem);
	text-align: center;
}

.wc-block-cart__empty-cart__title,
.cart-empty {
	margin: 0;
	color: var(--atm-black);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: clamp(1.35rem, 2.1vw, 1.8rem);
	font-weight: 900;
	line-height: 1.15;
	text-transform: none;
}

.wc-block-cart__empty-cart__title::before,
.wc-block-cart__empty-cart__title::after,
.cart-empty::before,
.cart-empty::after,
.wp-block-woocommerce-empty-cart-block > svg,
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__icon,
.wp-block-woocommerce-empty-cart-block .wc-block-components-empty-cart__icon,
.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-empty-cart-block__icon,
.wc-block-cart__empty-cart__title svg,
.cart-empty svg {
	display: none !important;
	content: none !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator {
	display: none;
}

.wp-block-woocommerce-empty-cart-block h2,
.wp-block-woocommerce-empty-cart-block h3 {
	margin: 0;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid {
	width: 100%;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.1rem, 2.4vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
	display: grid;
	align-content: start;
	gap: 0.65rem;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	flex: none !important;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
	display: block;
	width: 100%;
	margin: 0 0 0.15rem;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
	color: var(--atm-black);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.12;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
	color: var(--atm-black);
	font-size: 0.92rem;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
	width: 100%;
	margin: 0.2rem 0 0;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 2.55rem;
	padding: 0.65rem 0.95rem;
	border: 2px solid var(--atm-black);
	border-radius: 0;
	background: var(--atm-black);
	color: var(--atm-white) !important;
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button:hover,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button:focus {
	border-color: var(--atm-pink);
	background: var(--atm-pink);
	color: var(--atm-white) !important;
}

.woocommerce-checkout form.checkout {
	display: grid;
	gap: clamp(3rem, 6vw, 5rem);
}

.woocommerce-checkout .col2-set {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	min-width: 0;
}

.woocommerce-checkout #order_review_heading {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.4rem;
}

.woocommerce-checkout #order_review_heading::after {
	content: "";
	width: 2.4rem;
	height: 0.16rem;
	background: var(--atm-pink);
}

.woocommerce-checkout-review-order-table {
	margin-bottom: clamp(1.8rem, 3vw, 2.6rem) !important;
}

.woocommerce-checkout #payment {
	padding: clamp(1.2rem, 2.4vw, 1.8rem);
	border: 1px solid var(--atm-line);
	background: var(--atm-white);
}

.woocommerce-checkout #payment ul.payment_methods {
	margin: 0 0 1.4rem;
	padding: 0 0 1.4rem;
	border-bottom: 1px solid var(--atm-line);
	list-style: none;
}

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

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

.woocommerce-checkout #payment div.payment_box {
	margin: 0.8rem 0 0;
	padding: 1rem;
	border: 1px solid var(--atm-line);
	background: #fafafa;
}

.woocommerce-checkout #payment .place-order {
	margin: 0;
	padding: 0;
}

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

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(12rem, 15rem) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}

.woocommerce-account .woocommerce:has(.woocommerce-form-login),
.woocommerce-account .woocommerce:has(.woocommerce-form-register) {
	display: block;
}

body.woocommerce-account:not(.logged-in) .woocommerce {
	display: block;
}

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

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

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 3.25rem;
	color: var(--atm-black);
	font-size: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	color: var(--atm-pink);
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding-top: 0.1rem;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .checkout_coupon {
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	padding: clamp(1.3rem, 3vw, 2rem);
	border: 1px solid var(--atm-line);
}

.woocommerce-account .woocommerce-form-login .form-row:last-child,
.woocommerce-account .woocommerce-form-register .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-LostPassword {
	margin: 1rem 0 0;
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.woocommerce-order {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
}

.woocommerce-order-overview {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--atm-line);
	list-style: none;
}

.woocommerce-order-overview li {
	display: grid;
	grid-template-columns: minmax(9rem, auto) minmax(0, 1fr);
	gap: 1rem;
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid var(--atm-line);
	font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

@media screen and (max-width: 900px) {
	.atm-woo-page-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.atm-woo-page-header .entry-title {
		font-size: clamp(2.8rem, 13vw, 4.7rem);
	}

	.woocommerce-checkout .col2-set,
	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.woocommerce-cart table.cart td.actions > .button {
		float: none;
		width: 100%;
	}

	.woocommerce .cart-collaterals {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	table.shop_table_responsive tr {
		display: grid;
		gap: 0;
		padding: 1.1rem 0;
		border-bottom: 1px solid var(--atm-line);
	}

	table.shop_table_responsive tr td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: 0.45rem 0;
		border-bottom: 0;
		text-align: right;
	}

	table.shop_table_responsive tr td::before {
		float: none;
		color: var(--atm-muted);
		font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
		font-weight: 900;
		text-align: left;
		text-transform: uppercase;
	}

	table.shop_table_responsive tr td.product-thumbnail,
	table.shop_table_responsive tr td.product-name {
		justify-content: flex-start;
		text-align: left;
	}

	table.shop_table_responsive tr td.product-thumbnail::before,
	table.shop_table_responsive tr td.product-name::before {
		display: none;
	}

	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error {
		align-items: flex-start;
		flex-direction: column;
	}

	.woocommerce-message .button,
	.woocommerce-info .button,
	.woocommerce-error .button {
		align-self: stretch;
		box-sizing: border-box;
		width: 100%;
		margin: 0.8rem 0 0;
	}

	.wp-block-woocommerce-empty-cart-block {
		gap: 1.6rem;
		margin-top: 2.4rem;
		text-align: left;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title,
	.wp-block-woocommerce-empty-cart-block .cart-empty,
	.wp-block-woocommerce-empty-cart-block h2,
	.wp-block-woocommerce-empty-cart-block h3 {
		text-align: left;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem 1rem;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
		font-size: 0.86rem;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link,
	.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button {
		min-height: 2.35rem;
		padding: 0.58rem 0.72rem;
		font-size: 0.78rem;
	}
}
