body.woocommerce-cart .content-area {
	width: min(calc(100% - 40px), 1280px);
	max-width: none;
	margin: 0 auto;
	padding: 42px 0 100px;
}

body.woocommerce-cart .entry > h1 {
	margin: 0 0 36px;
	color: #171717;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.15;
}

body.woocommerce-cart .entry-content > .wp-block-woocommerce-cart {
	margin: 0;
}

.handskin-cart.wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.85fr) minmax(330px, .85fr);
	gap: clamp(40px, 5vw, 72px);
}

.handskin-cart .wc-block-cart__main,
.handskin-cart .wc-block-cart__sidebar {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
}

.handskin-cart .wc-block-cart__main {
	min-width: 0;
}

.handskin-cart .wc-block-cart__sidebar {
	position: sticky;
	top: 24px;
	align-self: start;
}

.admin-bar .handskin-cart .wc-block-cart__sidebar {
	top: 56px;
}

.handskin-cart .wc-block-cart-items__header {
	display: none;
}

.handskin-cart-columns {
	display: grid;
	grid-template-columns: 100px minmax(180px, 1fr) 112px 126px 126px 40px;
	gap: 16px;
	align-items: center;
	padding: 0 0 15px;
	border-bottom: 1px solid #171717;
	color: #555;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.handskin-cart-columns span:first-child {
	grid-column: 1 / 3;
}

.handskin-cart-columns span:nth-child(n + 2) {
	text-align: center;
}

.handskin-cart .wc-block-cart-items,
.handskin-cart .wc-block-cart-items tbody {
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
}

.handskin-cart .wc-block-cart-items__row {
	position: relative;
	display: grid;
	grid-template-columns: 100px minmax(180px, 1fr) 112px 126px 126px 40px;
	grid-template-rows: auto auto;
	gap: 7px 16px;
	align-items: center;
	min-height: 150px;
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
}

.handskin-cart .wc-block-cart-items__row > td,
.handskin-cart .wc-block-cart-item__wrap {
	padding: 0;
}

.handskin-cart .wc-block-cart-item__product,
.handskin-cart .wc-block-cart-item__wrap,
.handskin-cart .wc-block-cart-item__quantity {
	display: contents;
}

.handskin-cart.is-large .wc-block-cart-item__product,
.handskin-cart.is-large .wc-block-cart-item__wrap,
.handskin-cart.is-large .wc-block-cart-item__quantity {
	display: contents !important;
}

.handskin-cart .wc-block-cart-item__image {
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: start;
}

.handskin-cart .wc-block-cart-item__image a {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f7f7f7;
}

.handskin-cart .wc-block-cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.handskin-cart .wc-block-components-product-name {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.handskin-cart .wc-block-components-product-name:hover {
	color: #ed6b8f;
}

.handskin-cart .wc-block-components-product-metadata {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin: 0;
	color: #777;
	font-size: 12px;
	line-height: 1.65;
}

.handskin-cart .wc-block-components-product-metadata .wc-block-components-product-details {
	margin: 0;
}

.handskin-cart .wc-block-components-product-details__name {
	font-weight: 700;
}

.handskin-cart .wc-block-cart-item__prices {
	grid-column: 3;
	grid-row: 1 / 3;
	margin: 0;
	text-align: center;
}

.handskin-cart .wc-block-cart-item__prices .wc-block-components-product-price {
	display: grid;
	gap: 3px;
	justify-items: center;
	font-size: 13px;
}

.handskin-cart .wc-block-cart-item__prices del {
	color: #aaa;
	font-size: 11px;
	font-weight: 500;
}

.handskin-cart .wc-block-cart-item__prices ins {
	color: #ed6b8f;
	font-weight: 800;
	text-decoration: none;
}

.handskin-cart .wc-block-components-quantity-selector {
	grid-column: 4;
	grid-row: 1 / 3;
	display: grid;
	grid-template-columns: 36px 46px 36px;
	width: max-content;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}

.handskin-cart .wc-block-components-quantity-selector::after {
	display: none;
}

.handskin-cart .wc-block-components-quantity-selector input,
.handskin-cart .wc-block-components-quantity-selector button {
	position: static;
	width: auto;
	height: 38px;
	min-height: 38px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
}

.handskin-cart .wc-block-components-quantity-selector input {
	grid-column: 2;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: 700;
}

.handskin-cart .wc-block-components-quantity-selector__button--minus {
	grid-column: 1;
	grid-row: 1;
}

.handskin-cart .wc-block-components-quantity-selector__button--plus {
	grid-column: 3;
	grid-row: 1;
}

.handskin-cart .wc-block-components-quantity-selector button:hover {
	background: #f6f6f6;
}

.handskin-cart .wc-block-cart-item__total {
	grid-column: 5;
	grid-row: 1 / 3;
	padding: 0;
	text-align: center;
	border-top: none !important;
}

.handskin-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
	display: grid;
	gap: 7px;
	justify-items: center;
}

.handskin-cart .wc-block-cart-item__total .wc-block-components-product-price {
	font-size: 14px;
	font-weight: 800;
}
.wc-block-components-product-badge.wc-block-components-sale-badge{
	display: none;
}
.handskin-cart .wc-block-components-product-badge {
	margin: 0;
	padding: 3px 6px;
	border: 0;
	border-radius: 0;
	background: #fff1f5;
	color: #d9577a;
	font-size: 10px;
	font-weight: 700;
}

.handskin-cart .wc-block-cart-item__remove-link {
	grid-column: 6;
	grid-row: 1 / 3;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 50%;
	background: transparent;
	color: #777;
	font-size: 0;
	text-decoration: none;
}

.handskin-cart .wc-block-cart-item__remove-link svg {
	width: 18px;
	height: 18px;
}

.handskin-cart .wc-block-cart-item__remove-link:hover {
	border-color: #f0cbd5;
	background: #fff4f7;
	color: #d9577a;
}

.handskin-cart .wc-block-cart__totals-title {
	margin: 0;
	padding: 0 0 16px;
	border-bottom: 1px solid #171717;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: left;
	text-transform: uppercase;
}

.handskin-cart .wc-block-components-totals-wrapper {
	padding: 18px 0;
	border-top: 0;
	border-bottom: 1px solid #e2e2e2;
}

.handskin-cart .wc-block-components-totals-wrapper:empty {
	display: none;
}

.handskin-cart .wc-block-components-panel__button {
	padding: 0;
	font-size: 13px;
	font-weight: 700;
}

.handskin-cart .wc-block-components-totals-item {
	padding: 0;
	font-size: 13px;
}

.handskin-cart .wc-block-components-totals-footer-item {
	padding: 22px 0 0;
	border-top: 0;
	font-size: 18px;
}

.handskin-cart .wc-block-components-totals-wrapper:has(.wc-block-components-totals-footer-item) {
	margin-top: 18px;
	border-top: 1px solid #171717;
	border-bottom: 0;
}

.handskin-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 22px;
	font-weight: 800;
}

.handskin-cart .wc-block-cart__submit {
	margin: 16px 0 0;
}

.handskin-cart .wc-block-cart__submit-button {
	min-height: 56px;
	border-radius: 0;
	background: #171717;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	transition: background-color .2s ease;
}

.handskin-cart .wc-block-cart__submit-button:hover {
	background: #ed6b8f;
}

.handskin-cart .wc-block-cart__payment-options,
.handskin-cart .wp-block-woocommerce-cart-accepted-payment-methods-block,
body.woocommerce-cart .wp-block-woocommerce-product-collection {
	display: none;
}

@media (max-width: 1180px) {
	.handskin-cart.wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 32px;
	}

	.handskin-cart-columns,
	.handskin-cart .wc-block-cart-items__row {
		grid-template-columns: 82px minmax(140px, 1fr) 92px 112px 108px 34px;
		gap: 12px;
	}

	.handskin-cart .wc-block-components-quantity-selector {
		grid-template-columns: 32px 40px 32px;
	}
}

@media (max-width: 960px) {
	.handskin-cart.wc-block-components-sidebar-layout {
		display: block;
	}

	.handskin-cart .wc-block-cart__sidebar {
		position: static;
		margin-top: 48px;
	}
}

@media (max-width: 720px) {
	body.woocommerce-cart .content-area {
		width: min(calc(100% - 28px), 1280px);
		padding: 28px 0 70px;
	}

	body.woocommerce-cart .entry > h1 {
		margin-bottom: 24px;
		font-size: 32px;
	}

	.handskin-cart-columns {
		display: none;
	}

	.handskin-cart.is-mobile .wc-block-cart-items__row,
	.handskin-cart .wc-block-cart-items__row {
		grid-template-columns: 92px minmax(0, 1fr) 34px !important;
		grid-template-rows: auto auto auto auto auto !important;
		gap: 8px 14px;
		min-height: 0;
		padding: 20px 0;
	}

	.handskin-cart.is-mobile .wc-block-cart-item__image,
	.handskin-cart .wc-block-cart-item__image {
		grid-column: 1 !important;
		grid-row: 1 / 3 !important;
	}

	.handskin-cart.is-mobile .wc-block-components-product-name,
	.handskin-cart .wc-block-components-product-name {
		grid-column: 2 !important;
		grid-row: 1 !important;
		align-self: start;
		padding-right: 4px;
		font-size: 14px;
	}

	.handskin-cart.is-mobile .wc-block-components-product-metadata,
	.handskin-cart .wc-block-components-product-metadata {
		grid-column: 2 !important;
		grid-row: 2 !important;
	}

	.handskin-cart.is-mobile .wc-block-cart-item__prices,
	.handskin-cart .wc-block-cart-item__prices {
		grid-column: 1 / 4 !important;
		grid-row: 3 !important;
		display: grid;
		grid-template-columns: 92px 1fr;
		gap: 14px;
		align-items: center;
		padding-top: 12px;
		text-align: left;
	}

	.handskin-cart .wc-block-cart-item__prices::before,
	.handskin-cart .wc-block-components-quantity-selector::before,
	.handskin-cart .wc-block-cart-item__total::before {
		color: #777;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .05em;
		text-transform: uppercase;
	}

	.handskin-cart .wc-block-cart-item__prices::before {
		content: "Đơn giá";
	}

	.handskin-cart .wc-block-cart-item__prices .wc-block-components-product-price {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		justify-items: start;
	}

	.handskin-cart.is-mobile .wc-block-components-quantity-selector,
	.handskin-cart .wc-block-components-quantity-selector {
		grid-column: 1 / 4 !important;
		grid-row: 4 !important;
		grid-template-columns: 92px 34px 42px 34px;
		gap: 0 14px;
		align-items: center;
		margin: 0;
		border: 0;
	}

	.handskin-cart .wc-block-components-quantity-selector::before {
		content: "Số lượng";
		display: block;
		grid-column: 1;
		grid-row: 1;
	}

	.handskin-cart .wc-block-components-quantity-selector input,
	.handskin-cart .wc-block-components-quantity-selector button {
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
	}

	.handskin-cart .wc-block-components-quantity-selector__button--minus {
		grid-column: 2;
		border-left: 1px solid #d7d7d7;
	}

	.handskin-cart .wc-block-components-quantity-selector input {
		grid-column: 3;
	}

	.handskin-cart .wc-block-components-quantity-selector__button--plus {
		grid-column: 4;
		border-right: 1px solid #d7d7d7;
	}

	.handskin-cart.is-mobile .wc-block-cart-item__total,
	.handskin-cart .wc-block-cart-item__total {
		grid-column: 1 / 4 !important;
		grid-row: 5 !important;
		display: grid;
		grid-template-columns: 92px 1fr;
		gap: 14px;
		align-items: center;
		padding-top: 6px;
		text-align: left;
	}

	.handskin-cart .wc-block-cart-item__total::before {
		content: "Thành tiền";
	}

	html[lang^="en"] .handskin-cart .wc-block-cart-item__prices::before {
		content: "Unit price";
	}

	html[lang^="en"] .handskin-cart .wc-block-components-quantity-selector::before {
		content: "Quantity";
	}

	html[lang^="en"] .handskin-cart .wc-block-cart-item__total::before {
		content: "Total";
	}

	.handskin-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
		justify-items: start;
	}

	.handskin-cart.is-mobile .wc-block-cart-item__remove-link,
	.handskin-cart .wc-block-cart-item__remove-link {
		grid-column: 3 !important;
		grid-row: 1 !important;
		width: 32px;
		height: 32px;
	}

	.handskin-cart .wc-block-cart__sidebar {
		margin-top: 38px;
	}
}
