/* WooCommerce alignment with the UOMO / Surfside markup */

.woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notice,
.woocommerce-store-notice,
.coupon-error-notice,
.wc-block-components-notice-banner,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-NoticeGroup .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
body:not(.wp-admin) .notice.notice-success,
body:not(.wp-admin) .notice.notice-error,
body:not(.wp-admin) .notice.notice-warning,
body:not(.wp-admin) .notice.notice-info {
	position: relative;
	display: block;
	width: auto;
	margin: 0 0 1.25rem !important;
	padding: 1rem 3rem 1rem 3.65rem !important;
	border: 1px solid transparent !important;
	border-top: 1px solid transparent !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
	background: #f7f7f5 !important;
	color: #222 !important;
	font-family: Jost, sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.45;
	list-style: none !important;
	outline: none !important;
	word-wrap: break-word;
	animation: commerce-notice-in 0.35s ease;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-notice::before,
.woocommerce-store-notice::before,
.coupon-error-notice::before,
.wc-block-components-notice-banner::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-message::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-error::before,
body:not(.wp-admin) .notice.notice-success::before,
body:not(.wp-admin) .notice.notice-error::before,
body:not(.wp-admin) .notice.notice-warning::before,
body:not(.wp-admin) .notice.notice-info::before {
	content: "" !important;
	font-family: inherit !important;
	display: block !important;
	position: absolute !important;
	top: 0.75rem;
	left: 0.95rem;
	width: 2rem;
	height: 2rem;
	margin: 0 !important;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.9rem;
	line-height: 0 !important;
	color: transparent !important;
}

.woocommerce-message,
.woocommerce-notice--success,
.wc-block-components-notice-banner.is-success,
body:not(.wp-admin) .notice.notice-success {
	background: #f3faf5 !important;
	border-color: #cfe9d6 !important;
	color: #14532d !important;
}

.woocommerce-message::before,
.woocommerce-notice--success::before,
.wc-block-components-notice-banner.is-success::before,
body:not(.wp-admin) .notice.notice-success::before {
	background-color: #16a34a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.woocommerce-info,
.woocommerce-notice--info,
.woocommerce-store-notice,
.wc-block-components-notice-banner.is-info,
body:not(.wp-admin) .notice.notice-info {
	background: #f3f7fb !important;
	border-color: #c9dcea !important;
	color: #1e3a5f !important;
}

.woocommerce-info::before,
.woocommerce-notice--info::before,
.woocommerce-store-notice::before,
.wc-block-components-notice-banner.is-info::before,
body:not(.wp-admin) .notice.notice-info::before {
	background-color: #2563eb;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='12' y1='11' x2='12' y2='16'/%3E%3Ccircle cx='12' cy='8' r='0.8' fill='%23fff' stroke='none'/%3E%3C/svg%3E");
}

.woocommerce-error,
.woocommerce-notice--error,
.coupon-error-notice,
.wc-block-components-notice-banner.is-error,
body:not(.wp-admin) .notice.notice-error {
	background: #fdf4f4 !important;
	border-color: #efc9c9 !important;
	color: #7f1d1d !important;
}

.woocommerce-error::before,
.woocommerce-notice--error::before,
.coupon-error-notice::before,
.wc-block-components-notice-banner.is-error::before,
body:not(.wp-admin) .notice.notice-error::before {
	background-color: #dc2626;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='12' y1='8' x2='12' y2='13'/%3E%3Ccircle cx='12' cy='16.5' r='0.8' fill='%23fff' stroke='none'/%3E%3C/svg%3E");
}

body:not(.wp-admin) .notice.notice-warning,
.wc-block-components-notice-banner.is-warning {
	background: #fff8eb !important;
	border-color: #f1d9a4 !important;
	color: #7a4b00 !important;
}

body:not(.wp-admin) .notice.notice-warning::before,
.wc-block-components-notice-banner.is-warning::before {
	background-color: #d97706;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 9v4'/%3E%3Ccircle cx='12' cy='16.5' r='0.8' fill='%23fff' stroke='none'/%3E%3Cpath d='M10.3 4.7L2.8 18a2 2 0 001.7 3h15a2 2 0 001.7-3L13.7 4.7a2 2 0 00-3.4 0z'/%3E%3C/svg%3E");
}

.coupon-error-notice {
	margin-top: 0.65rem !important;
	margin-bottom: 0 !important;
	padding: 0.7rem 1rem 0.7rem 3.15rem !important;
	font-size: 0.85rem;
	box-shadow: none;
}

.coupon-error-notice::before {
	top: 0.55rem;
	left: 0.7rem;
	width: 1.65rem;
	height: 1.65rem;
	background-size: 0.75rem;
}

.wc-block-components-notice-banner > svg,
.woocommerce-message > svg,
.woocommerce-info > svg,
.woocommerce-error > svg {
	display: none !important;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-notice a,
.wc-block-components-notice-banner a,
body:not(.wp-admin) .notice a {
	color: inherit !important;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.wc-block-components-notice-banner .button {
	float: none !important;
	display: inline-flex !important;
	align-items: center;
	margin: 0.15rem 0 0.15rem 0.75rem !important;
	padding: 0.4rem 0.95rem !important;
	border-radius: 999px !important;
	background: #222 !important;
	color: #fff !important;
	font-size: 0.72rem !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.wc-block-components-notice-banner .button:hover {
	background: #000 !important;
	color: #fff !important;
}

.woocommerce-error li,
.wc-block-components-notice-banner li {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 0 0.2rem !important;
}

.woocommerce-error li:last-child,
.wc-block-components-notice-banner li:last-child {
	margin-bottom: 0 !important;
}

.woocommerce-store-notice {
	position: relative !important;
	top: auto;
	left: auto;
	right: auto;
	z-index: 20;
	max-width: 1440px;
	margin: 0.75rem auto 0 !important;
	padding-right: 3rem !important;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	color: inherit !important;
}

.commerce-notice__close,
body:not(.wp-admin) .notice-dismiss {
	position: absolute !important;
	top: 50%;
	right: 0.7rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: currentColor;
	opacity: 0.55;
	cursor: pointer;
	line-height: 1;
	box-shadow: none;
}

.commerce-notice__close:hover,
.commerce-notice__close:focus,
body:not(.wp-admin) .notice-dismiss:hover,
body:not(.wp-admin) .notice-dismiss:focus {
	opacity: 1;
	background: rgba(0, 0, 0, 0.06);
	outline: none;
}

body:not(.wp-admin) .notice-dismiss::before {
	position: static;
	width: auto;
	height: auto;
	background: none;
	color: currentColor !important;
}

.commerce-notice--hide {
	opacity: 0;
	transform: translateY(-8px);
	max-height: 0 !important;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden;
	pointer-events: none;
	box-shadow: none;
	border-width: 0 !important;
	transition: opacity 0.28s ease, transform 0.28s ease, margin 0.28s ease, padding 0.28s ease, max-height 0.28s ease;
}

@keyframes commerce-notice-in {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-notice,
	.woocommerce-store-notice,
	.coupon-error-notice,
	.wc-block-components-notice-banner,
	body:not(.wp-admin) .notice,
	.commerce-notice--hide {
		animation: none;
		transition: none;
	}
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: #222;
	color: #fff;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #000;
	color: #fff;
}

.woocommerce .quantity .qty {
	width: 60px;
}

.product-single__addtocart .qty-control {
	margin-right: 1rem;
}

.product-single form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.woocommerce div.product form.cart .button.btn-addtocart {
	background: #222;
	color: #fff;
	padding: 0.85rem 2rem;
	text-transform: uppercase;
}

.woocommerce-ordering {
	margin: 0;
}

.woocommerce-ordering select {
	border: 0;
	background: transparent;
	padding-right: 1.5rem;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 0.5rem;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0.4rem 0.75rem;
}

.aside.cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: min(420px, 100%);
	height: 100%;
	background: #fff;
	z-index: 1050;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	box-shadow: none;
	padding: 1.5rem;
	overflow: auto;
}

.aside.cart-drawer.aside_visible {
	transform: translateX(0);
}

.aside.cart-drawer .aside-header {
	margin-bottom: 1.5rem;
}

.aside.cart-drawer ul.woocommerce-mini-cart,
.aside.cart-drawer ul.cart_list,
.aside.cart-drawer ul.product_list_widget {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.aside.cart-drawer .woocommerce-mini-cart-item,
.aside.cart-drawer ul.cart_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	list-style: none !important;
	margin: 0 0 1.25rem;
	padding: 0 1.5rem 1.25rem 0;
	border-bottom: 1px solid #eee;
}

.aside.cart-drawer .woocommerce-mini-cart-item::marker,
.aside.cart-drawer ul.cart_list li::marker {
	content: none;
	display: none;
}

.aside.cart-drawer .woocommerce-mini-cart-item a.remove,
.aside.cart-drawer .remove_from_cart_button {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #767676 !important;
	font-size: 1.25rem;
	line-height: 1;
	text-decoration: none !important;
	z-index: 2;
}

.aside.cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex: 1 1 auto;
	min-width: 0;
	padding-right: 0.5rem;
	color: #222 !important;
	font-weight: 500;
	text-decoration: none !important;
}

.aside.cart-drawer .woocommerce-mini-cart-item img,
.aside.cart-drawer ul.cart_list li img {
	float: none !important;
	flex: 0 0 5rem;
	width: 5rem !important;
	max-width: 5rem !important;
	height: 5rem !important;
	margin: 0 !important;
	object-fit: cover;
}

.aside.cart-drawer .woocommerce-mini-cart-item .quantity {
	width: 100%;
	margin-top: 0.35rem;
	padding-left: 6rem;
	color: #767676;
	font-size: 0.9rem;
}

.aside.cart-drawer .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0 1.25rem;
	padding-top: 0.25rem;
	border-top: 0;
	font-weight: 600;
}

.aside.cart-drawer .woocommerce-mini-cart__buttons {
	display: flex;
	gap: 0.75rem;
	margin: 0;
}

.aside.cart-drawer .woocommerce-mini-cart__buttons a.button,
.aside.cart-drawer .woocommerce-mini-cart__buttons a {
	flex: 1 1 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.85rem 1rem;
	background: #222;
	color: #fff !important;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.aside.cart-drawer .woocommerce-mini-cart__buttons a.checkout {
	background: #000;
}

.aside.cart-drawer .woocommerce-mini-cart__empty-message {
	margin: 2rem 0;
	color: #767676;
}

.woocommerce ul.products {
	display: contents;
}

.products-grid.row > .product-card-wrapper {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.products-grid .product-card,
.product-card_style3,
.related-products .product-card-wrapper,
.related-products .product-card {
	width: 100%;
	min-width: 0;
}

.related-products {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
}

.related-products .col {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.woocommerce .pc__img-wrapper,
.pc__img-wrapper {
	display: block;
	position: relative;
	height: 0;
	padding-top: 121.212122%;
	overflow: hidden;
	width: 100%;
}

.woocommerce .pc__img-wrapper .pc__img-link,
.pc__img-wrapper > .pc__img-link,
.pc__img-wrapper .swiper-container {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
}

.pc__img-wrapper .swiper-wrapper,
.pc__img-wrapper .swiper-slide {
	height: 100%;
}

.pc__img-wrapper .swiper-slide .pc__img-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.woocommerce .pc__img-wrapper img,
.woocommerce img.pc__img,
.pc__img-wrapper img.pc__img,
.product-card img.pc__img {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	object-fit: cover;
}

.shop-sidebar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.shop-sidebar .widget ul li a {
	display: block;
	padding: 0.25rem 0;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-account .form-row input.input-text,
.woocommerce-account input.input-text,
.login-form input.input-text,
.register-form input.input-text {
	height: 48px;
	border: 1px solid #e4e4e4;
	border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul.account-nav,
ul.account-nav {
	list-style: none;
	padding: 0;
}

ul.account-nav li {
	margin-bottom: 0.5rem;
}

ul.account-nav li.is-active a,
ul.account-nav li a:hover {
	color: #222;
}

.woocommerce table.shop_table {
	border: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: #eee;
}

.cart-table .qty-control {
	width: 90px;
}

.woocommerce-cart-form .cart-table-footer {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1rem;
}

.checkout-form .col2-set {
	width: 100%;
}

.shop-checkout .checkout-form {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.shop-checkout .billing-info__wrapper,
.shop-checkout #customer_details {
	flex: 1 1 55%;
}

.shop-checkout .checkout__totals-wrapper,
.shop-checkout #order_review {
	flex: 1 1 35%;
}

.woocommerce-order .order-complete__message {
	text-align: center;
	margin-bottom: 2rem;
}

.woocommerce form .form-row {
	margin-bottom: 1rem;
}

.star-rating {
	overflow: hidden;
}

.pc__btn-wl {
	display: none !important;
}

.add-to-wishlist {
	display: none !important;
}

body.woocommerce-page .site,
body.commerce-theme {
	background: #fff;
}

body.gradient-bg {
	background: linear-gradient(180deg, #f8f4ef 0%, #fff 40%);
}

.woocommerce-mini-cart__buttons a.button {
	display: inline-block;
	margin-right: 0.5rem;
	margin-top: 0.75rem;
}

.search-no-results .page-content,
.error404 .page-content {
	padding: 4rem 0;
}

.commerce-empty-state {
	padding: 2rem 0 4rem;
	text-align: center;
	color: #767676;
}

.order_details .woocommerce-table__product-name a, .woocommerce-orders-table__cell-order-number a, .woocommerce-Address a.edit {
	color: #c32929;
}

.product-card__price ins .woocommerce-Price-amount, 
.woocommerce-Price-amount.amount, 
.woocommerce ul#shipping_method .amount {
	font-weight: 500;
}

.product-card__price del {
	margin-right: 0.625rem;
	color: var(--bs-secondary);
	text-decoration: line-through;
}

.product-card__price del .woocommerce-Price-amount,
.product-single__price del .woocommerce-Price-amount.amount {
	opacity: 0.75;
	font-size: 95%;
	font-weight: initial;
}

.product-card__price ins,
.product-single__price ins {
	text-decoration: none;
}

.woocommerce-Price-amount.amount {
	color: var(--bs-primary);
}

.product-card .product-card__price .woocommerce-Price-amount.amount,
.product-card .product-card__price ins .woocommerce-Price-amount.amount {
	color: var(--commerce-pc-price-color, #767676);
}

.product-card .product-card__price del,
.product-card .product-card__price del .woocommerce-Price-amount.amount {
	color: var(--bs-secondary);
}

.commerce-back-link, .commerce-back-link__orders {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	color: #222;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.commerce-back-link svg {
	width: 0.7rem;
	height: 1rem;
	flex-shrink: 0;
}

.commerce-back-link__orders:hover,
.commerce-back-link__orders:focus,
.commerce-back-link:hover,
.commerce-back-link:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
	.shopping-cart {
		gap: 1.5rem;
	}

	.shopping-cart .cart-table__wrapper {
		padding-top: 1.25rem;
	}

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

	.woocommerce table.cart-table.shop_table tr,
	.woocommerce-page table.cart-table.shop_table tr,
	.shopping-cart .cart-table tbody tr {
		display: grid !important;
		grid-template-columns: 4.5rem minmax(0, 1fr) auto;
		grid-template-areas:
			"thumb name remove"
			"thumb qty subtotal";
		column-gap: 0.85rem;
		row-gap: 0.45rem;
		align-items: start;
		padding: 1rem 0;
		background: transparent !important;
	}

	.woocommerce table.cart-table.shop_table tr td,
	.woocommerce-page table.cart-table.shop_table tr td,
	.shopping-cart .cart-table tbody td {
		display: block !important;
		float: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left !important;
		background: transparent !important;
		border: 0 !important;
		clear: none !important;
	}

	.woocommerce .shopping-cart .cart-table tbody td:nth-child(1),
	.shopping-cart .cart-table tbody td:nth-child(1) {
		grid-area: thumb;
	}

	.woocommerce .shopping-cart .cart-table tbody td:nth-child(2),
	.shopping-cart .cart-table tbody td:nth-child(2) {
		grid-area: name;
		min-width: 0;
		padding-right: 0.5rem !important;
	}

	.woocommerce .shopping-cart .cart-table tbody td:nth-child(3),
	.woocommerce-page .shopping-cart .cart-table tbody td:nth-child(3) {
		display: none !important;
	}

	.woocommerce .shopping-cart .cart-table tbody td:nth-child(4),
	.shopping-cart .cart-table tbody td:nth-child(4) {
		grid-area: qty;
		align-self: end;
	}

	.woocommerce .shopping-cart .cart-table tbody td:nth-child(5),
	.shopping-cart .cart-table tbody td:nth-child(5) {
		grid-area: subtotal;
		align-self: end;
		text-align: right !important;
	}

	.woocommerce .shopping-cart .cart-table tbody td:nth-child(6),
	.woocommerce .shopping-cart .cart-table tbody td.product-remove,
	.shopping-cart .cart-table tbody td:nth-child(6) {
		grid-area: remove;
		justify-self: end;
	}

	.shopping-cart .cart-table tbody td .shopping-cart__subtotal {
		float: none;
		display: block;
		margin: 0;
		white-space: nowrap;
	}

	.shopping-cart .cart-table tbody td .remove-cart {
		position: static;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 1.5rem;
		height: 1.5rem;
	}

	.shopping-cart__product-item {
		display: block;
		gap: 0;
	}

	.shopping-cart__product-item img {
		width: 4.5rem !important;
		height: 4.5rem !important;
		object-fit: cover;
	}

	.shopping-cart__product-item__detail h4 {
		font-size: 0.95rem;
		line-height: 1.3;
		padding-right: 0.25rem;
	}

	.shopping-cart .cart-table .qty-control {
		width: 5.5rem;
		margin: 0;
	}

	.shopping-cart .cart-table .qty-control__number {
		border: 1px solid #e4e4e4;
		height: 2.25rem;
		min-width: 0;
		padding: 0 1.35rem;
		font-size: 0.9rem;
	}

	.shopping-cart .cart-table .qty-control__reduce,
	.shopping-cart .cart-table .qty-control__increase {
		width: 1.35rem;
		line-height: 2.25rem;
		transform: none;
		top: 0;
	}

	.shopping-cart .cart-table-footer {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
		padding-top: 1rem;
	}

	.shopping-cart .cart-table-footer .coupon {
		width: 100%;
		max-width: 100%;
		position: relative;
	}

	.shopping-cart .cart-table-footer .form-control {
		width: 100%;
		height: 3.25rem;
		padding-right: 8.75rem;
	}

	.shopping-cart .cart-table-footer .coupon .btn-link {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		padding: 0 1rem;
		border: 0;
		background: transparent;
		white-space: nowrap;
	}

	.woocommerce table.cart-totals.shop_table_responsive tr td::before,
	.woocommerce-page table.cart-totals.shop_table_responsive tr td::before {
		content: none !important;
		display: none !important;
	}

	.woocommerce table.cart-totals.shop_table tr,
	.woocommerce-page table.cart-totals.shop_table tr {
		display: table-row !important;
	}

	.woocommerce table.cart-totals.shop_table th,
	.woocommerce table.cart-totals.shop_table td,
	.woocommerce-page table.cart-totals.shop_table th,
	.woocommerce-page table.cart-totals.shop_table td {
		display: table-cell !important;
		text-align: left !important;
		float: none !important;
		width: auto !important;
	}

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