.acwps-product-set,
.acwps-product-set * {
	box-sizing: border-box;
}

.acwps-product-set {
	width: 100%;
	max-width: 100%;
	margin: 1.25rem 0 1rem;
	font-size: 14px;
	line-height: 1.45;
	container-type: inline-size;
}

.acwps-product-set__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: .75rem;
	margin: 0 0 .65rem;
}

.acwps-product-set__heading h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.05rem !important;
	line-height: 1.35 !important;
	font-weight: 650;
}

.acwps-product-set__count {
	flex: 0 0 auto;
	font-size: .78rem;
	opacity: .72;
}

.acwps-product-list {
	display: grid;
	gap: .55rem;
	width: 100%;
	margin: 0;
	padding: 0;
}

.acwps-product-list__item {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: .7rem;
	align-items: center;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: .7rem;
	border: 1px solid rgba(20, 35, 30, .12);
	border-radius: 8px;
	background: #fff;
}

.acwps-product-list__image {
	width: 54px;
	height: 54px;
	min-width: 54px;
}

.acwps-product-list__image img {
	display: block;
	width: 54px !important;
	height: 54px !important;
	max-width: 54px !important;
	margin: 0 !important;
	object-fit: contain;
	border-radius: 5px;
}

.acwps-product-list__details {
	min-width: 0;
}

.acwps-product-list__topline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .55rem;
	align-items: start;
	min-width: 0;
}

.acwps-product-list__name,
.acwps-product-list__name a {
	min-width: 0;
	font-size: .88rem !important;
	line-height: 1.35 !important;
	font-weight: 600;
	text-decoration: none;
	word-break: normal !important;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.acwps-product-list__price,
.acwps-product-list__price * {
	font-size: .9rem !important;
	line-height: 1.35 !important;
	font-weight: 700 !important;
	white-space: nowrap;
}

.acwps-product-list__price del {
	display: block;
	font-size: .75rem !important;
	font-weight: 400 !important;
	opacity: .6;
}

.acwps-product-list__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .15rem .55rem;
	margin-top: .28rem;
	font-size: .72rem;
	line-height: 1.35;
	opacity: .72;
}

.acwps-product-list__stock.out-of-stock {
	font-weight: 650;
	opacity: 1;
}

.acwps-price-summary {
	margin-top: .65rem;
	padding: .65rem .75rem;
	border: 1px solid rgba(20, 35, 30, .14);
	border-radius: 8px;
	background: rgba(20, 80, 50, .035);
}

.acwps-price-summary__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: .2rem 0;
	font-size: .82rem;
}

.acwps-price-summary__discount {
	font-weight: 600;
}

.acwps-price-summary__total {
	margin-top: .28rem;
	padding-top: .55rem;
	border-top: 1px solid rgba(20, 35, 30, .12);
	font-size: 1rem;
	font-weight: 700;
}

.acwps-price-summary__total strong,
.acwps-price-summary__total strong * {
	font-size: 1.05rem !important;
	line-height: 1.2 !important;
}

.acwps-set-cart-form {
	display: flex !important;
	align-items: stretch;
	gap: .55rem;
	width: 100%;
	margin-top: .8rem !important;
	flex-wrap: wrap;
}

.acwps-set-cart-form .quantity {
	margin: 0 !important;
}

.acwps-set-cart-form .single_add_to_cart_button {
	min-height: 42px;
	white-space: normal;
}

.acwps-locked-quantity {
	display: inline-block;
	min-width: 2ch;
	text-align: center;
	font-weight: 600;
}

@container (max-width: 330px) {
	.acwps-product-list__topline {
		grid-template-columns: 1fr;
		gap: .2rem;
	}

	.acwps-product-list__price,
	.acwps-product-list__price * {
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.acwps-product-set {
		font-size: 13px;
	}

	.acwps-product-list__item {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: .55rem;
		padding: .6rem;
	}

	.acwps-product-list__image,
	.acwps-product-list__image img {
		width: 48px !important;
		height: 48px !important;
		max-width: 48px !important;
		min-width: 48px;
	}
}

/* Version 1.2.0: clearer savings and purchase flow. */
.acwps-price-summary__message,
.acwps-saving-message {
	display: block;
	margin: .55rem 0 0;
	padding: .55rem .65rem;
	border-radius: 7px;
	background: #edf8f1;
	color: #155b38;
	font-size: .78rem !important;
	font-weight: 650;
	line-height: 1.45 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.acwps-cart-item-set-badge {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-top: .35rem;
	padding: .22rem .5rem;
	border-radius: 999px;
	background: #edf8f1;
	color: #155b38;
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.25;
	white-space: normal;
}

.acwps-cart-savings {
	display: grid;
	gap: .65rem;
	margin: 0 0 1rem;
}

.acwps-cart-savings__card {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: .7rem;
	align-items: start;
	padding: .85rem;
	border: 1px solid #cfe8d9;
	border-radius: 10px;
	background: #f6fcf8;
	box-shadow: 0 5px 18px rgba(20, 55, 38, .05);
}

.acwps-cart-savings__icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #155b38;
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
}

.acwps-cart-savings__content {
	min-width: 0;
}

.acwps-cart-savings__content strong,
.acwps-cart-savings__content span {
	display: block;
	min-width: 0;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.acwps-cart-savings__content strong {
	font-size: .88rem;
	line-height: 1.35;
}

.acwps-cart-savings__content span {
	margin-top: .15rem;
	color: #155b38;
	font-size: .78rem;
	font-weight: 600;
	line-height: 1.4;
}

.acwps-cart-savings--mini-cart {
	margin: .65rem 0;
	padding: 0 .15rem;
}

.acwps-cart-savings--mini-cart .acwps-cart-savings__card {
	padding: .7rem;
	box-shadow: none;
}

.acwps-cart-savings--mini-cart .acwps-cart-savings__content strong {
	display: none;
}

/* Classic WooCommerce cart. */
.woocommerce-cart .woocommerce-cart-form table.shop_table {
	border-collapse: separate !important;
	border-spacing: 0 10px !important;
	border: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
	padding: .7rem .85rem !important;
	border: 0 !important;
	font-size: .78rem !important;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form tr.cart_item > td {
	padding: .9rem .75rem !important;
	border-top: 1px solid rgba(20, 35, 30, .1) !important;
	border-bottom: 1px solid rgba(20, 35, 30, .1) !important;
	background: #fff;
	vertical-align: middle !important;
}

.woocommerce-cart .woocommerce-cart-form tr.cart_item > td:first-child {
	border-left: 1px solid rgba(20, 35, 30, .1) !important;
	border-radius: 10px 0 0 10px;
}

.woocommerce-cart .woocommerce-cart-form tr.cart_item > td:last-child {
	border-right: 1px solid rgba(20, 35, 30, .1) !important;
	border-radius: 0 10px 10px 0;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
	width: 72px !important;
	height: 72px !important;
	max-width: 72px !important;
	object-fit: contain;
	border-radius: 8px;
	background: #f8f8f6;
}

.woocommerce-cart .woocommerce-cart-form .product-name,
.woocommerce-cart .woocommerce-cart-form .product-name a {
	min-width: 0;
	font-size: .92rem !important;
	line-height: 1.4 !important;
	font-weight: 650;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.woocommerce-cart .woocommerce-cart-form .product-price,
.woocommerce-cart .woocommerce-cart-form .product-subtotal {
	font-weight: 700;
	white-space: nowrap;
}

.woocommerce-cart .woocommerce-cart-form .wc-item-meta,
.woocommerce-cart .woocommerce-cart-form dl.variation {
	margin: .45rem 0 0 !important;
	font-size: .75rem !important;
	line-height: 1.4 !important;
}

.woocommerce-cart .woocommerce-cart-form .wc-item-meta li,
.woocommerce-cart .woocommerce-cart-form dl.variation dt,
.woocommerce-cart .woocommerce-cart-form dl.variation dd {
	float: none !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.woocommerce-cart .cart_totals {
	padding: 1rem;
	border: 1px solid rgba(20, 35, 30, .11);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(20, 35, 30, .06);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	min-height: 48px;
	border-radius: 8px !important;
	font-size: .95rem !important;
	font-weight: 750 !important;
	line-height: 1.3 !important;
}

/* Standard WooCommerce mini-cart and theme drawers. */
.widget_shopping_cart_content,
.woocommerce-mini-cart,
.woocommerce-mini-cart-item,
.elementor-menu-cart__main,
.elementor-menu-cart__products,
.elementor-menu-cart__product {
	box-sizing: border-box;
}

.woocommerce-mini-cart-item.acwps-set-cart-item,
.widget_shopping_cart .woocommerce-mini-cart-item.acwps-set-cart-item {
	min-width: 0;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
	border-bottom: 1px solid rgba(20, 35, 30, .1);
}

.woocommerce-mini-cart-item.acwps-set-cart-item > a:not(.remove),
.woocommerce-mini-cart-item.acwps-set-cart-item .product-title,
.woocommerce-mini-cart-item.acwps-set-cart-item .product-name,
.woocommerce-mini-cart-item.acwps-set-cart-item .product-name a {
	min-width: 0 !important;
	max-width: 100% !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
	font-size: .84rem !important;
	line-height: 1.4 !important;
}

.woocommerce-mini-cart-item.acwps-set-cart-item img {
	width: 58px !important;
	height: 58px !important;
	max-width: 58px !important;
	object-fit: contain;
	border-radius: 7px;
	background: #f8f8f6;
}

.woocommerce-mini-cart-item.acwps-set-cart-item .quantity {
	display: block;
	margin-top: .3rem;
	font-size: .78rem !important;
	font-weight: 650;
}

.woocommerce-mini-cart-item.acwps-set-cart-item dl.variation,
.woocommerce-mini-cart-item.acwps-set-cart-item .wc-item-meta,
.elementor-menu-cart__product dl.variation,
.elementor-menu-cart__product .wc-item-meta {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: .4rem 0 0 !important;
	padding: 0 !important;
	font-size: .72rem !important;
	line-height: 1.4 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

.woocommerce-mini-cart-item.acwps-set-cart-item dl.variation dt,
.woocommerce-mini-cart-item.acwps-set-cart-item dl.variation dd,
.woocommerce-mini-cart-item.acwps-set-cart-item .wc-item-meta li,
.elementor-menu-cart__product dl.variation dt,
.elementor-menu-cart__product dl.variation dd,
.elementor-menu-cart__product .wc-item-meta li {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 .2rem !important;
	padding: 0 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

.woocommerce-mini-cart-item.acwps-set-cart-item dl.variation dt,
.elementor-menu-cart__product dl.variation dt {
	font-weight: 700;
}

.woocommerce-mini-cart-item.acwps-set-cart-item .acwps-saving-message,
.elementor-menu-cart__product .acwps-saving-message {
	margin-top: .3rem;
	padding: .45rem .5rem;
	font-size: .7rem !important;
}

.widget_shopping_cart .woocommerce-mini-cart__total,
.elementor-menu-cart__subtotal {
	padding: .85rem 0 !important;
	border-top: 1px solid rgba(20, 35, 30, .12) !important;
	border-bottom: 1px solid rgba(20, 35, 30, .12) !important;
	font-size: .92rem !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons,
.elementor-menu-cart__footer-buttons {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: .55rem !important;
	width: 100% !important;
	margin: .7rem 0 0 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button,
.elementor-menu-cart__footer-buttons .elementor-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 0 !important;
	min-height: 44px;
	margin: 0 !important;
	padding: .65rem .45rem !important;
	border-radius: 8px !important;
	font-size: .82rem !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: center;
	white-space: normal !important;
}

/* Elementor menu cart: prevent the product-information column from collapsing. */
.elementor-menu-cart__main {
	width: min(92vw, 420px) !important;
}

.elementor-menu-cart__product {
	display: grid !important;
	grid-template-columns: 68px minmax(0, 1fr) 24px !important;
	grid-template-areas:
		"image name remove"
		"image price remove" !important;
	column-gap: .7rem !important;
	row-gap: .2rem !important;
	align-items: start !important;
	min-width: 0 !important;
	padding: .75rem 0 !important;
}

.elementor-menu-cart__product .elementor-menu-cart__product-image {
	grid-area: image !important;
	width: 68px !important;
	min-width: 68px !important;
}

.elementor-menu-cart__product .elementor-menu-cart__product-image img {
	width: 68px !important;
	height: 68px !important;
	max-width: 68px !important;
	object-fit: contain;
	border-radius: 7px;
}

.elementor-menu-cart__product .elementor-menu-cart__product-name {
	grid-area: name !important;
	min-width: 0 !important;
	max-width: 100% !important;
}

.elementor-menu-cart__product .elementor-menu-cart__product-name,
.elementor-menu-cart__product .elementor-menu-cart__product-name a {
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
	font-size: .84rem !important;
	line-height: 1.4 !important;
}

.elementor-menu-cart__product .elementor-menu-cart__product-price {
	grid-area: price !important;
	min-width: 0 !important;
	font-size: .78rem !important;
	line-height: 1.35 !important;
}

.elementor-menu-cart__product .elementor-menu-cart__product-remove {
	grid-area: remove !important;
}

/* Modern related-product cards on product pages. */
.single-product .related.products,
.single-product .upsells.products {
	clear: both;
	width: 100%;
	margin-top: 2.25rem !important;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
	margin: 0 0 1rem !important;
	font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
	word-break: normal !important;
}

.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after,
.single-product .upsells.products ul.products::before,
.single-product .upsells.products ul.products::after {
	display: none !important;
}

.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
	display: flex !important;
	flex-direction: column !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: .75rem !important;
	border: 1px solid rgba(20, 35, 30, .1);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(20, 35, 30, .06);
	transition: transform .18s ease, box-shadow .18s ease;
	overflow: hidden;
}

.single-product .related.products ul.products li.product:hover,
.single-product .upsells.products ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 0 11px 28px rgba(20, 35, 30, .1);
}

.single-product .related.products ul.products li.product > a.woocommerce-LoopProduct-link,
.single-product .upsells.products ul.products li.product > a.woocommerce-LoopProduct-link {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column !important;
	min-width: 0 !important;
	text-decoration: none !important;
}

.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	margin: 0 0 .75rem !important;
	object-fit: contain;
	border-radius: 9px;
	background: #f7f7f4;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box !important;
	min-height: 2.8em;
	margin: 0 0 .55rem !important;
	padding: 0 !important;
	overflow: hidden !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: .92rem !important;
	font-weight: 650 !important;
	line-height: 1.4 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price {
	display: block !important;
	margin: auto 0 .65rem !important;
	font-size: .9rem !important;
	font-weight: 750 !important;
	line-height: 1.35 !important;
	white-space: normal !important;
}

.single-product .related.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 40px;
	margin: 0 !important;
	padding: .6rem .5rem !important;
	border-radius: 8px !important;
	font-size: .8rem !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: center;
	white-space: normal !important;
}

.acwps-checkout-saving-row th,
.acwps-checkout-saving-row td {
	vertical-align: top !important;
}

.acwps-checkout-saving-row .acwps-saving-message {
	margin: 0;
}

@media (max-width: 1024px) {
	.single-product .related.products ul.products,
	.single-product .upsells.products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.single-product .related.products ul.products,
	.single-product .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: .75rem !important;
	}

	.single-product .related.products ul.products li.product,
	.single-product .upsells.products ul.products li.product {
		padding: .6rem !important;
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table {
		border-spacing: 0 8px !important;
	}

	.woocommerce-cart .woocommerce-cart-form tr.cart_item > td {
		border-left: 1px solid rgba(20, 35, 30, .1) !important;
		border-right: 1px solid rgba(20, 35, 30, .1) !important;
		border-radius: 0 !important;
	}

	.woocommerce-cart .woocommerce-cart-form tr.cart_item > td:first-child {
		border-radius: 10px 10px 0 0 !important;
	}

	.woocommerce-cart .woocommerce-cart-form tr.cart_item > td:last-child {
		border-radius: 0 0 10px 10px !important;
	}
}

@media (max-width: 420px) {
	.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
	.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
		font-size: .82rem !important;
	}

	.widget_shopping_cart .woocommerce-mini-cart__buttons,
	.elementor-menu-cart__footer-buttons {
		grid-template-columns: 1fr 1fr !important;
	}
}

/* Version 1.3.0: product tabs and classic checkout refinements. */
body.acwps-product-set-page .woocommerce-tabs.wc-tabs-wrapper {
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 2rem 0 0 !important;
	padding: 0 !important;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs {
	display: flex !important;
	align-items: flex-end;
	gap: .4rem;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1rem !important;
	padding: 0 0 .15rem !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(20, 35, 30, .14) !important;
	list-style: none !important;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs::before,
body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs::after {
	display: none !important;
	content: none !important;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li {
	display: block !important;
	flex: 0 0 auto;
	float: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px 8px 0 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	list-style: none !important;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li::before,
body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li::after {
	display: none !important;
	content: none !important;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li a {
	display: block !important;
	min-height: 42px;
	padding: .68rem .9rem !important;
	border-radius: 8px 8px 0 0;
	color: inherit !important;
	font-size: .84rem !important;
	font-weight: 650 !important;
	line-height: 1.3 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color .16s ease, color .16s ease;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li a:hover,
body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li a:focus-visible {
	background: rgba(20, 80, 50, .08) !important;
	outline: 2px solid transparent;
}

body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li.active a {
	background: #145c38 !important;
	color: #fff !important;
}

body.acwps-product-set-page .woocommerce-tabs .panel.wc-tab {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 1.15rem 1.25rem !important;
	border: 1px solid rgba(20, 35, 30, .11);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(20, 35, 30, .045);
	font-size: .94rem;
	line-height: 1.7;
}

body.acwps-product-set-page .woocommerce-tabs .panel.wc-tab > :first-child {
	margin-top: 0 !important;
}

body.acwps-product-set-page .woocommerce-tabs .panel.wc-tab > :last-child {
	margin-bottom: 0 !important;
}

body.acwps-product-set-page .woocommerce-tabs .panel.wc-tab h2:first-child {
	margin: 0 0 .8rem !important;
	font-size: 1.2rem !important;
	line-height: 1.3 !important;
}

/* Version 1.3.1: theme-safe classic checkout refinements.
 *
 * The plugin deliberately does not set floats, grid columns, page widths or
 * max-widths for the checkout structure. The active theme remains responsible
 * for the desktop column layout, preventing narrow or cropped checkout pages.
 */
body.woocommerce-checkout.acwps-has-product-set form.checkout.woocommerce-checkout,
body.woocommerce-checkout.acwps-has-product-set form.checkout #customer_details,
body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review_heading,
body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout.woocommerce-checkout {
	width: 100%;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review {
	padding: 1rem !important;
	border: 1px solid rgba(20, 35, 30, .12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(20, 35, 30, .065);
}

body.woocommerce-checkout.acwps-has-product-set #customer_details .col-1,
body.woocommerce-checkout.acwps-has-product-set #customer_details .col-2 {
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom: 1rem !important;
	padding: 1.15rem !important;
	border: 1px solid rgba(20, 35, 30, .11);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(20, 35, 30, .045);
}

body.woocommerce-checkout.acwps-has-product-set #customer_details h3,
body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review_heading {
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
	font-size: clamp(1.2rem, 2vw, 1.5rem) !important;
	line-height: 1.3 !important;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout .form-row {
	margin-bottom: .85rem !important;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout .form-row label {
	display: block;
	margin-bottom: .35rem;
	font-size: .86rem;
	font-weight: 650;
	line-height: 1.35;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout input.input-text,
body.woocommerce-checkout.acwps-has-product-set form.checkout textarea,
body.woocommerce-checkout.acwps-has-product-set form.checkout select,
body.woocommerce-checkout.acwps-has-product-set form.checkout .select2-selection {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(20, 35, 30, .28) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-size: .9rem !important;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout input.input-text,
body.woocommerce-checkout.acwps-has-product-set form.checkout textarea,
body.woocommerce-checkout.acwps-has-product-set form.checkout select {
	padding: .7rem .8rem !important;
}

body.woocommerce-checkout.acwps-has-product-set form.checkout input.input-text:focus,
body.woocommerce-checkout.acwps-has-product-set form.checkout textarea:focus,
body.woocommerce-checkout.acwps-has-product-set form.checkout select:focus,
body.woocommerce-checkout.acwps-has-product-set form.checkout .select2-container--open .select2-selection {
	border-color: #145c38 !important;
	outline: 2px solid rgba(20, 92, 56, .12) !important;
	outline-offset: 1px;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table {
	width: 100% !important;
	max-width: 100%;
	margin: 0 0 1rem !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	table-layout: auto;
	background: transparent;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table thead th {
	padding: .65rem .35rem !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(20, 35, 30, .13) !important;
	font-size: .74rem !important;
	font-weight: 750 !important;
	letter-spacing: .03em;
	text-transform: uppercase;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table th.product-name,
body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table td.product-name {
	width: auto !important;
	min-width: 0;
	padding-right: .75rem !important;
	text-align: left !important;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table th.product-total,
body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table td.product-total {
	width: 1% !important;
	min-width: 90px;
	text-align: right !important;
	white-space: nowrap;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table tbody td {
	padding: .78rem .35rem !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(20, 35, 30, .09) !important;
	vertical-align: top !important;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table .product-name,
body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table .product-name a {
	min-width: 0;
	font-size: .84rem !important;
	font-weight: 650;
	line-height: 1.45 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

body.woocommerce-checkout.acwps-has-product-set #order_review .product-quantity {
	font-size: .76rem;
	font-weight: 700;
	white-space: nowrap;
}

body.woocommerce-checkout.acwps-has-product-set #order_review .acwps-cart-item-set-badge {
	display: inline-flex;
	margin: .35rem 0 0;
	padding: .2rem .42rem;
	font-size: .66rem;
}

.acwps-checkout-component-note {
	display: block;
	margin-top: .2rem;
	color: rgba(20, 35, 30, .62);
	font-size: .7rem;
	font-weight: 500;
	line-height: 1.35;
}

body.woocommerce-checkout.acwps-has-product-set #order_review dl.variation,
body.woocommerce-checkout.acwps-has-product-set #order_review .wc-item-meta {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: .3rem 0 0 !important;
	padding: 0 !important;
	font-size: .7rem !important;
	line-height: 1.4 !important;
}

body.woocommerce-checkout.acwps-has-product-set #order_review dl.variation dt,
body.woocommerce-checkout.acwps-has-product-set #order_review dl.variation dd,
body.woocommerce-checkout.acwps-has-product-set #order_review .wc-item-meta li {
	float: none !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

.acwps-checkout-set-summary-row > td {
	padding: 0 0 .8rem !important;
	border: 0 !important;
}

.acwps-checkout-set-summaries {
	display: grid;
	gap: .65rem;
	width: 100%;
}

.acwps-checkout-set-summary {
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	padding: .8rem;
	border: 1px solid #cfe8d9;
	border-radius: 10px;
	background: #f7fcf8;
}

.acwps-checkout-set-summary__topline,
.acwps-checkout-set-summary__price {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .75rem;
	align-items: baseline;
}

.acwps-checkout-set-summary__eyebrow,
.acwps-checkout-set-summary__count {
	font-size: .67rem;
	line-height: 1.3;
}

.acwps-checkout-set-summary__eyebrow {
	color: #145c38;
	font-weight: 800;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.acwps-checkout-set-summary__count {
	color: rgba(20, 35, 30, .65);
	text-align: right;
}

.acwps-checkout-set-summary__name {
	display: block;
	margin: .35rem 0 .45rem;
	font-size: .84rem;
	line-height: 1.4;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.acwps-checkout-set-summary__price {
	padding-top: .4rem;
	border-top: 1px solid rgba(20, 80, 50, .12);
	font-size: .78rem;
}

.acwps-checkout-set-summary__price strong {
	font-size: .9rem;
	white-space: nowrap;
}

.acwps-checkout-set-summary .acwps-saving-message {
	margin: .5rem 0 0;
	padding: .45rem .55rem;
	font-size: .7rem !important;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table tfoot th,
body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table tfoot td {
	padding: .65rem .35rem !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(20, 35, 30, .1) !important;
	font-size: .84rem !important;
}

body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table tfoot td {
	text-align: right !important;
	font-weight: 700;
	white-space: nowrap;
}

body.woocommerce-checkout.acwps-has-product-set #payment {
	margin-top: .5rem;
	border-radius: 10px !important;
	background: #f7f7f5 !important;
}

body.woocommerce-checkout.acwps-has-product-set #payment ul.payment_methods {
	margin: 0 !important;
	padding: .9rem !important;
	border-bottom: 1px solid rgba(20, 35, 30, .1) !important;
	list-style: none !important;
}

body.woocommerce-checkout.acwps-has-product-set #payment .place-order {
	padding: .9rem !important;
}

body.woocommerce-checkout.acwps-has-product-set #place_order {
	width: 100% !important;
	min-height: 50px;
	margin: .6rem 0 0 !important;
	padding: .8rem 1rem !important;
	border-radius: 9px !important;
	font-size: .95rem !important;
	font-weight: 750 !important;
	line-height: 1.3 !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout.acwps-has-product-set form.checkout #customer_details,
	body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review_heading,
	body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review {
		float: none !important;
		width: 100% !important;
	}

	body.woocommerce-checkout.acwps-has-product-set form.checkout #order_review {
		padding: .85rem !important;
	}

	body.acwps-product-set-page .woocommerce-tabs ul.tabs.wc-tabs li a {
		min-height: 40px;
		padding: .62rem .75rem !important;
		font-size: .78rem !important;
	}

	body.acwps-product-set-page .woocommerce-tabs .panel.wc-tab {
		padding: .9rem !important;
	}
}

@media (max-width: 420px) {
	body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table th.product-total,
	body.woocommerce-checkout.acwps-has-product-set #order_review table.shop_table td.product-total {
		min-width: 76px;
	}

	.acwps-checkout-set-summary__topline {
		grid-template-columns: 1fr;
		gap: .25rem;
	}

	.acwps-checkout-set-summary__count {
		text-align: left;
	}
}

/* Version 1.4.0: quick checkout controls. No checkout columns or page widths are forced. */
.acwps-set-cart-form {
	display: block !important;
	width: 100%;
	max-width: 100%;
	margin-top: .9rem !important;
}

.acwps-purchase-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: .65rem;
	align-items: stretch;
	width: 100%;
}

.acwps-purchase-row .quantity {
	display: flex !important;
	align-items: stretch;
	margin: 0 !important;
}

.acwps-purchase-row .quantity .qty {
	width: 64px !important;
	min-width: 64px;
	height: 48px !important;
	min-height: 48px;
	margin: 0 !important;
	border-radius: 8px !important;
	text-align: center;
}

.acwps-purchase-actions {
	display: grid;
	gap: .55rem;
	min-width: 0;
}

.acwps-purchase-actions--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acwps-purchase-actions--one {
	grid-template-columns: minmax(0, 1fr);
}

.acwps-set-cart-form .acwps-action-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-width: 0;
	min-height: 48px !important;
	margin: 0 !important;
	padding: .75rem 1rem !important;
	border-radius: 8px !important;
	font-size: .92rem !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: center;
	white-space: normal !important;
	transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.acwps-set-cart-form .acwps-action-button--add {
	background: #fff !important;
	color: #124c32 !important;
	border: 1px solid #124c32 !important;
}

.acwps-set-cart-form .acwps-action-button--buy {
	background: #124c32 !important;
	color: #fff !important;
	border: 1px solid #124c32 !important;
}

.acwps-set-cart-form .acwps-action-button:hover:not(:disabled),
.acwps-set-cart-form .acwps-action-button:focus-visible:not(:disabled) {
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(18, 76, 50, .16);
}

.acwps-set-cart-form .acwps-action-button:disabled {
	cursor: wait;
	opacity: .68;
}

.acwps-purchase-assurance {
	display: flex;
	flex-wrap: wrap;
	gap: .3rem 1rem;
	margin-top: .6rem;
	color: rgba(20, 35, 30, .72);
	font-size: .72rem;
	line-height: 1.4;
}

.acwps-form-status {
	display: none;
	margin-top: .65rem;
	padding: .65rem .75rem;
	border-radius: 8px;
	font-size: .8rem;
	font-weight: 600;
	line-height: 1.4;
}

.acwps-form-status:not(:empty) {
	display: block;
}

.acwps-form-status--success {
	background: #edf8f1;
	color: #155b38;
}

.acwps-form-status--error {
	background: #fff1f0;
	color: #8a211a;
}

/* Keep block-checkout metadata compact when WooCommerce renders set details. */
.wc-block-components-product-details .acwps-saving-message,
.wc-block-components-order-summary-item .acwps-saving-message {
	margin: .35rem 0 0;
	padding: .45rem .55rem;
	font-size: .72rem !important;
}

@media (max-width: 620px) {
	.acwps-purchase-row {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.acwps-purchase-actions--two {
		grid-template-columns: minmax(0, 1fr);
	}

	.acwps-purchase-row .quantity .qty {
		width: 58px !important;
		min-width: 58px;
	}

	.acwps-set-cart-form .acwps-action-button {
		min-height: 46px !important;
		padding: .7rem .75rem !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.acwps-set-cart-form .acwps-action-button {
		transition: none;
	}
}
