.commerce-page {
	min-height: 45vh;
}

.commerce-page__header {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.woocommerce-cart .commerce-page__header,
.woocommerce-checkout .commerce-page__header {
	min-height: 88px;
}

.checkout-progress {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.checkout-progress h1 {
	margin: 0;
	font: inherit;
	line-height: inherit;
}

.checkout-progress a,
.checkout-progress span:not(.is-current) {
	color: #777777;
}

.checkout-progress > span[aria-hidden="true"] {
	color: #cccccc;
}

.checkout-progress .is-current {
	color: #111111;
	font-weight: 700;
}

.checkout-progress a:hover {
	color: #111111;
}

.checkout-progress a:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 4px;
}

.woocommerce-cart .commerce-page__body,
.woocommerce-checkout .commerce-page__body {
	max-width: 1240px;
	padding-top: 36px;
	padding-bottom: 64px;
}

.woocommerce-cart .commerce-page__body > .woocommerce:has(.woocommerce-cart-form) {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
	column-gap: 60px;
}

.woocommerce-cart .commerce-page__body > .woocommerce:has(.woocommerce-cart-form) > .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.woocommerce-cart .cart-collaterals {
	min-width: 0;
}

.woocommerce-cart .woocommerce::after {
	display: none;
}

.woocommerce-cart table.shop_table {
	width: 100%;
	margin: 0 0 18px;
	border: 0;
	border-collapse: collapse;
	border-radius: 0;
}

.woocommerce-cart table.shop_table th {
	padding: 10px 8px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.06em;
	text-align: left;
	text-transform: uppercase;
}

.woocommerce-cart table.shop_table td {
	padding: 18px 8px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}

.woocommerce-cart table.shop_table .product-remove {
	width: 38px;
	padding-left: 0;
	text-align: left;
}

.woocommerce-cart table.shop_table .product-remove a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #555555 !important;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	transition: border-color 150ms ease, color 150ms ease;
}

.woocommerce-cart table.shop_table .product-remove a:hover,
.woocommerce-cart table.shop_table .product-remove a:focus-visible {
	color: #111111 !important;
	border-color: #111111;
	text-decoration: none;
}

.woocommerce-cart table.shop_table .product-remove a:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 2px;
}

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

.woocommerce-cart table.shop_table .product-thumbnail img {
	display: block;
	width: 82px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #f7f7f7;
}

.woocommerce-cart table.shop_table .product-name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.woocommerce-cart table.shop_table .product-name > a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.woocommerce-cart table.shop_table .variation {
	margin: 6px 0 0;
	color: #555555;
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
}

.woocommerce-cart table.shop_table .variation dt,
.woocommerce-cart table.shop_table .variation dd,
.woocommerce-cart table.shop_table .variation p {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.woocommerce-cart table.shop_table .variation dt {
	font-weight: 500;
}

.woocommerce-cart table.shop_table .variation dd::after {
	display: block;
	content: "";
}

body.woocommerce-cart .woocommerce .quantity {
	display: inline-flex;
	flex-wrap: nowrap;
	width: 112px;
	height: 44px;
	margin: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #d4d7dc;
	border-radius: 9px;
}

body.woocommerce-cart .woocommerce .quantity .quantity-button,
body.woocommerce-cart .woocommerce .quantity input.qty {
	height: 42px;
	padding: 0;
	background: #ffffff;
	border: 0;
	border-radius: 0;
	text-align: center;
}

body.woocommerce-cart .woocommerce .quantity .quantity-button {
	flex: 0 0 32px;
	width: 32px;
	color: #333333;
	font-size: 17px;
	transition: background-color 150ms ease;
}

body.woocommerce-cart .woocommerce .quantity .quantity-button:hover:not(:disabled) {
	background: #f3f3f3;
}

body.woocommerce-cart .woocommerce .quantity .quantity-button:focus-visible,
body.woocommerce-cart .woocommerce .quantity input.qty:focus-visible {
	position: relative;
	z-index: 1;
	outline: 2px solid #111111;
	outline-offset: -3px;
}

body.woocommerce-cart .woocommerce .quantity input.qty {
	flex: 1 1 auto;
	width: 46px;
	min-width: 0;
	font-weight: 600;
	-moz-appearance: textfield;
}

.woocommerce-cart td.actions {
	padding: 18px 0 4px;
	border-bottom: 0 !important;
}

.woocommerce-cart td.actions .coupon {
	display: none;
}

body.woocommerce-cart .woocommerce .rareave-continue-shopping,
body.woocommerce-cart .woocommerce button[name="update_cart"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 178px;
	height: 46px;
	min-height: 46px;
	padding: 0 20px;
	color: #111111;
	background: #ffffff;
	border: 1px solid #111111;
	border-radius: 9px;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 44px;
	text-transform: uppercase;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

body.woocommerce-cart .woocommerce .rareave-continue-shopping {
	float: left;
}

body.woocommerce-cart .woocommerce button[name="update_cart"] {
	float: right;
	min-width: 140px;
}

body.woocommerce-cart .woocommerce .rareave-continue-shopping:hover,
body.woocommerce-cart .woocommerce button[name="update_cart"]:hover:not(:disabled) {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce .rareave-continue-shopping:focus-visible,
body.woocommerce-cart .woocommerce button[name="update_cart"]:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

body.woocommerce-cart .woocommerce button[name="update_cart"]:disabled {
	color: #999999;
	background: #f7f7f7;
	border-color: #dddddd;
	cursor: not-allowed;
	opacity: 1;
}

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

.woocommerce-cart .cart_totals > h2 {
	margin: 0;
	padding: 10px 0 13px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

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

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	padding: 14px 0;
	border-bottom: 1px solid #e5e5e5;
	background: transparent !important;
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-cart .cart_totals table.shop_table th {
	width: 38%;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.woocommerce-cart .cart_totals table.shop_table td {
	text-align: right;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
	margin: 5px 0 0;
	color: #666666;
	font-size: 12.5px;
}

.woocommerce-cart .cart_totals .fee th,
.woocommerce-cart .cart_totals .fee td {
	font-weight: 500;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
	padding-top: 17px;
	padding-bottom: 17px;
	font-weight: 700;
}

.woocommerce-cart .cart_totals .order-total th {
	font-size: 16px;
}

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

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

body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0 20px;
	color: #ffffff;
	background: #111111;
	border: 1px solid #111111;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 150ms ease;
}

body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
	background: #000000;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.woocommerce-cart .wc-empty-cart-message {
	padding-top: 8px;
}

.woocommerce-cart .cart-empty.woocommerce-info {
	margin: 0;
	padding: 0 0 12px;
	background: transparent;
	border: 0;
	font-size: 16px;
	line-height: 1.6;
}

.woocommerce-cart .cart-empty.woocommerce-info::before {
	display: none;
}

.woocommerce-cart .return-to-shop {
	margin: 0 0 20px;
}

.woocommerce-cart .return-to-shop .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 22px;
	color: #ffffff;
	background: #111111;
	border: 1px solid #111111;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1024px) and (min-width: 850px) {
	.woocommerce-cart .commerce-page__body,
	.woocommerce-checkout .commerce-page__body {
		padding-inline: 24px;
	}

	.woocommerce-cart .commerce-page__body > .woocommerce:has(.woocommerce-cart-form) {
		grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
		column-gap: 40px;
	}

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

	.woocommerce-cart table.shop_table .product-thumbnail img {
		width: 72px;
	}

	.woocommerce-cart table.shop_table th,
	.woocommerce-cart table.shop_table td {
		padding-inline: 6px;
	}

	body.woocommerce-cart .woocommerce .quantity {
		width: 102px;
	}
}

@media (max-width: 849px) {
	.woocommerce-cart .commerce-page__header,
	.woocommerce-checkout .commerce-page__header,
	.checkout-progress {
		min-height: 72px;
	}

	.checkout-progress {
		gap: 8px;
		font-size: 13px;
		letter-spacing: 0.055em;
	}

	.checkout-progress .is-current {
		display: block;
		min-height: 0;
		padding: 0;
		color: #111111;
		background: transparent;
		border-radius: 0;
		font: inherit;
		font-weight: 700;
		white-space: normal;
	}

	.checkout-progress > :not(.is-current) {
		display: block;
	}

	.woocommerce-cart .commerce-page__body,
	.woocommerce-checkout .commerce-page__body {
		padding: 28px 20px 56px;
	}

	.woocommerce-cart .commerce-page__body > .woocommerce:has(.woocommerce-cart-form) {
		display: block;
	}

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

	.woocommerce-cart table.shop_table_responsive {
		display: block;
		margin-bottom: 0;
	}

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

	.woocommerce-cart table.shop_table_responsive tbody {
		display: block;
	}

	.woocommerce-cart table.shop_table_responsive tbody tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		row-gap: 9px;
		min-height: 194px;
		padding: 18px 0;
		border-bottom: 1px solid #e3e3e3;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item td {
		display: block;
		padding: 0;
		border: 0;
		text-align: left !important;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
		display: none;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-remove {
		position: absolute;
		top: 18px;
		right: 0;
		left: auto;
		z-index: 2;
		width: 30px;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail {
		display: block;
		grid-column: 1;
		grid-row: 1 / 5;
		width: 96px;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail img {
		width: 82px;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-name {
		grid-column: 2;
		grid-row: 1;
		padding-right: 40px;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-price,
	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-quantity,
	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-subtotal {
		display: flex;
		align-items: center;
		justify-content: space-between;
		grid-column: 2;
		gap: 16px;
		font-size: 13px;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-price {
		grid-row: 2;
		font-weight: 500;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-quantity {
		grid-row: 3;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-subtotal {
		grid-row: 4;
		font-weight: 600;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-price::before,
	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-quantity::before,
	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-subtotal::before {
		display: inline;
		color: #666666;
		font-size: 12px;
		font-weight: 500;
		content: attr(data-title);
	}

	body.woocommerce-cart .woocommerce .quantity {
		width: 108px;
	}

	.woocommerce-cart td.actions {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 20px 0 4px !important;
	}

	body.woocommerce-cart .woocommerce .rareave-continue-shopping,
	body.woocommerce-cart .woocommerce button[name="update_cart"] {
		float: none;
		width: 100%;
		min-width: 0;
	}

	body.woocommerce-cart .woocommerce .rareave-continue-shopping {
		grid-row: 1;
	}

	body.woocommerce-cart .woocommerce button[name="update_cart"] {
		grid-row: 2;
	}

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

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td {
		display: block;
		width: auto;
	}

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

	.woocommerce-cart .cart_totals table.shop_table tbody {
		display: block;
	}

	.woocommerce-cart .cart_totals table.shop_table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
		align-items: start;
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td {
		border-bottom: 0;
	}

	.woocommerce-cart .cart_totals table.shop_table td {
		text-align: right !important;
	}
}

@media (max-width: 430px) {
	.checkout-progress {
		gap: 6px;
		font-size: 11.5px;
		letter-spacing: 0.035em;
	}

	.woocommerce-cart .commerce-page__body,
	.woocommerce-checkout .commerce-page__body {
		padding-inline: 16px;
	}

	.woocommerce-cart table.shop_table_responsive tbody tr.cart_item {
		grid-template-columns: 90px minmax(0, 1fr);
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail {
		width: 90px;
	}

	.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail img {
		width: 76px;
	}
}
