:root {
	--lanza-accent: #E53D32;
	--lanza-accent-hover: #cc342a;
	--lanza-accent-soft: rgba(229, 61, 50, 0.1);
	--lanza-text: #18202a;
	--lanza-muted: #5f6b76;
	--lanza-border: #e7ecf1;
	--lanza-border-strong: #d7dfe7;
	--lanza-surface: #ffffff;
	--lanza-surface-soft: #f8fafc;
	--lanza-radius-lg: 24px;
	--lanza-radius-md: 18px;
	--lanza-radius-sm: 14px;
	--lanza-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.woocommerce-page,
.woocommerce {
	color: var(--lanza-text);
}

.woocommerce a,
.woocommerce-page a {
	color: var(--lanza-text);
}

.woocommerce a:hover,
.woocommerce-page a:hover {
	color: var(--lanza-accent);
}

.woocommerce .button,
.woocommerce-page .button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce a.button,
.woocommerce-page a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: var(--lanza-radius-sm);
	background: var(--lanza-accent);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	box-shadow: none;
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
	font-size: 15px;
	letter-spacing: -0.01em;
}

.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
	background: var(--lanza-accent-hover);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 24px rgba(229, 61, 50, 0.16);
}

.woocommerce .button:visited,
.woocommerce-page .button:visited,
.woocommerce a.button:visited,
.woocommerce-page a.button:visited,
.woocommerce button.button:visited,
.woocommerce-page button.button:visited {
	color: #fff;
}

.woocommerce .button.alt,
.woocommerce-page .button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt {
	background: var(--lanza-accent) !important;
	color: #fff !important;
}

.woocommerce .button:focus,
.woocommerce-page .button:focus,
.woocommerce button.button:focus,
.woocommerce-page button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page input.button:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(229, 61, 50, 0.14);
}

.woocommerce .input-text,
.woocommerce-page .input-text,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="password"],
.woocommerce-page textarea,
.woocommerce-page select {
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid var(--lanza-border-strong);
	border-radius: 16px;
	background: #fff;
	color: var(--lanza-text);
	box-shadow: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.woocommerce textarea,
.woocommerce-page textarea {
	min-height: 140px;
	padding-top: 14px;
}

.woocommerce .input-text:focus,
.woocommerce-page .input-text:focus,
.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.woocommerce-page input:focus,
.woocommerce-page textarea:focus,
.woocommerce-page select:focus {
	border-color: rgba(229, 61, 50, 0.48);
	outline: none;
	box-shadow: 0 0 0 4px rgba(229, 61, 50, 0.1);
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
	min-width: 82px;
	text-align: center;
	font-weight: 700;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
.lanza-quote-notice,
.lanza-quote-success,
.lanza-quote-error {
	margin-bottom: 18px;
	padding: 15px 18px;
	border: 1px solid var(--lanza-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.lanza-quote-success,
.lanza-quote-notice {
	border-color: rgba(23, 157, 98, 0.18);
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.lanza-quote-error,
.lanza-quote-notice-error {
	border-color: rgba(204, 52, 42, 0.18);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
	border-color: #EA1B25;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
	border-radius: 14px;
	margin-bottom: 14px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px !important;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px !important;
	padding: 0 !important;
	color: var(--lanza-text);
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	font-size: 15px;
	color: #EA1B25;
	font-weight: 700;
	margin-bottom: 14px;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .lanza-loop-view-product,
.woocommerce-page ul.products li.product .lanza-loop-view-product {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	padding: 12px 14px !important;
	font-size: 13px !important;
	font-weight: 600;
	margin-top: auto;
}

/* ── Single Product Hero: Flex layout 40/60 ── */
body.theme-hello-elementor.single-product .product,
body.theme-hello-elementor.single-product div.product,
.single-product .product,
.single-product div.product {
	max-width: 100% !important;
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.single-product div.product div.images {
	width: 40% !important;
	flex: 0 0 40%;
	float: none !important;
}

.single-product div.product div.summary {
	width: 60% !important;
	flex: 0 0 60%;
	float: none !important;
	padding-left: 28px;
}

.single-product form.cart,
.single-product .woocommerce-product-details__short-description,
.single-product .elementor-widget-container,
.single-product .elementor-shortcode {
	max-width: 100% !important;
	width: 100% !important;
}

/* ── Product Gallery ── */
body.theme-hello-elementor.single-product div.product .woocommerce-product-gallery,
.single-product div.product .woocommerce-product-gallery {
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
	box-shadow: var(--lanza-shadow);
	padding: 14px;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	max-width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.theme-hello-elementor.single-product div.product .woocommerce-product-gallery img,
.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	max-height: 600px;
	object-fit: contain;
	border-radius: 12px;
}

/* ── Summary Column ── */
body.theme-hello-elementor.single-product div.product .summary,
.single-product div.product .summary {
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
	padding: 28px 30px;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

.single-product div.product .product_title {
	margin-bottom: 8px;
	color: var(--lanza-text);
	font-size: clamp(24px, 2.8vw, 34px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 600;
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin-bottom: 16px;
	color: var(--lanza-accent);
	font-size: clamp(24px, 2.6vw, 30px);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 16px;
	padding: 0 0 16px;
	border: 0;
	border-bottom: 1px solid var(--lanza-border);
	border-radius: 0;
	background: transparent;
	color: var(--lanza-muted);
	line-height: 1.65;
	font-size: 14px;
}

/* ── Benefits Block ── */
.lanza-product-benefits {
	margin-bottom: 16px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.lanza-benefits-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.lanza-benefits-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--lanza-text);
}

.lanza-benefits-icon {
	flex: 0 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.lanza-benefits-text {
	flex: 1;
	font-weight: 500;
}

/* ── Hide rating / reviews ── */
.single-product div.product .woocommerce-product-rating,
.single-product div.product .woocommerce-review-link,
.single-product #reviews,
.single-product .star-rating {
	display: none !important;
}

/* ── Cart Form ── */
body.theme-hello-elementor.single-product div.product form.cart,
.single-product div.product form.cart {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	padding: 20px 22px;
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
}

body.theme-hello-elementor.single-product div.product form.cart::after,
.single-product div.product form.cart::after {
	display: none !important;
}

body.theme-hello-elementor.single-product div.product form.cart .variations,
.single-product div.product form.cart .variations {
	margin: 0;
	width: 100%;
}

body.theme-hello-elementor.single-product div.product form.variations_form,
.single-product div.product form.variations_form {
	display: block !important;
}

body.theme-hello-elementor.single-product div.product form.variations_form .woocommerce-variation-add-to-cart,
.single-product div.product form.variations_form .woocommerce-variation-add-to-cart {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin-top: 8px;
}

/* ── Variations Table ── */
body.theme-hello-elementor.single-product div.product form.cart table.variations,
.single-product div.product form.cart table.variations {
	margin: 0 0 18px;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations tbody,
.single-product div.product form.cart table.variations tbody {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations tr,
.single-product div.product form.cart table.variations tr {
	display: block;
	padding: 16px 18px;
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-sm);
	background: #fff;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations td.value,
body.theme-hello-elementor.single-product div.product form.cart table.variations th.label,
.single-product div.product form.cart table.variations td.value,
.single-product div.product form.cart table.variations th.label {
	width: 100% !important;
	display: block !important;
	padding: 0 !important;
	border: 0;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations th.label,
.single-product div.product form.cart table.variations th.label {
	margin-bottom: 8px;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations th.label label,
.single-product div.product form.cart table.variations th.label label {
	margin: 0;
	display: flex;
	align-items: center;
	min-height: 0;
	width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	color: var(--lanza-text);
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations select,
.single-product div.product form.cart table.variations select {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid var(--lanza-border-strong);
	border-radius: 12px;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235f6b76' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px 8px;
	padding-right: 44px;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations select:hover,
.single-product div.product form.cart table.variations select:hover {
	border-color: var(--lanza-accent);
}

body.theme-hello-elementor.single-product div.product form.cart table.variations select:focus,
.single-product div.product form.cart table.variations select:focus {
	border-color: var(--lanza-accent);
	box-shadow: 0 0 0 3px rgba(229, 61, 50, 0.12);
	outline: none;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations td.value,
.single-product div.product form.cart table.variations td.value {
	display: block !important;
	gap: 0;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations td.value .reset_variations,
.single-product div.product form.cart table.variations td.value .reset_variations {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	color: var(--lanza-muted);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.18s ease;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations td.value .reset_variations:hover,
.single-product div.product form.cart table.variations td.value .reset_variations:hover {
	color: var(--lanza-accent);
}

.single-product div.product form.cart .quantity,
body.theme-hello-elementor.single-product div.product form.cart .quantity {
	margin: 0 !important;
}

.single-product div.product form.cart .single_add_to_cart_button {
	min-height: 52px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

body.theme-hello-elementor.single-product div.product form.variations_form .woocommerce-variation-add-to-cart .quantity,
.single-product div.product form.variations_form .woocommerce-variation-add-to-cart .quantity {
	margin: 0 !important;
}

body.theme-hello-elementor.single-product div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	margin: 0 !important;
	background: var(--lanza-accent) !important;
	color: #fff !important;
}

.single-product div.product form.cart .single_add_to_cart_button.is-loading {
	opacity: 0.88;
	transform: scale(0.985);
	box-shadow: 0 0 0 5px rgba(229, 61, 50, 0.08);
}

.single-product div.product form.cart .single_add_to_cart_button.is-success {
	background: #1f9d62;
	box-shadow: 0 14px 24px rgba(31, 157, 98, 0.16);
}

.single-product div.product form.cart .single_add_to_cart_button::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.96);
	box-shadow: 0 0 0 0 rgba(229, 61, 50, 0.18);
	transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.single-product div.product form.cart .single_add_to_cart_button.is-loading::after,
.single-product div.product form.cart .single_add_to_cart_button.is-success::after {
	opacity: 1;
	transform: scale(1.02);
	box-shadow: 0 0 0 8px rgba(229, 61, 50, 0.08);
}

.lanza-quote-notice a {
	color: var(--lanza-accent);
	font-weight: 700;
	text-decoration: none;
}

.lanza-quote-notice a:hover {
	color: var(--lanza-accent-hover);
}

.lanza-greenhouse-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid var(--lanza-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.lanza-field-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lanza-greenhouse-price,
.lanza-greenhouse-summary,
.lanza-field-note {
	grid-column: 1 / -1;
}

.lanza-field-group label {
	font-size: 14px;
	font-weight: 700;
	color: var(--lanza-text);
}

.lanza-field-note {
	margin: 0;
	padding: 16px 18px;
	border-radius: 16px;
	background: var(--lanza-surface-soft);
	color: var(--lanza-muted);
	font-size: 14px;
	line-height: 1.65;
}

.lanza-greenhouse-price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-top: 4px;
}

.lanza-greenhouse-price-label {
	color: var(--lanza-muted);
	font-size: 14px;
}

.lanza-greenhouse-price-value {
	color: var(--lanza-text);
	font-size: 20px;
}

.lanza-greenhouse-summary {
	display: grid;
	gap: 10px;
	padding: 16px 18px;
	border: 1px solid var(--lanza-border);
	border-radius: 18px;
	background: var(--lanza-surface-soft);
}

.lanza-greenhouse-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: var(--lanza-muted);
	font-size: 14px;
}

.lanza-greenhouse-summary-row strong {
	color: var(--lanza-text);
}

.lanza-greenhouse-summary-total {
	padding-top: 10px;
	border-top: 1px solid var(--lanza-border);
}

.lanza-greenhouse-summary-total strong {
	font-size: 18px;
}

/* ── Quote Card ── */
.lanza-quote-card {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin-top: 18px;
	padding: 18px 20px;
	border: 1px solid rgba(229, 61, 50, 0.12);
	border-left: 4px solid var(--lanza-accent);
	border-radius: var(--lanza-radius-sm);
	background: #fff;
}

.lanza-quote-card-icon {
	flex: 0 0 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(229, 61, 50, 0.08);
}

.lanza-quote-card-body {
	flex: 1;
	min-width: 0;
}

.lanza-quote-card-title {
	margin: 0 0 4px;
	color: var(--lanza-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.lanza-quote-card-text {
	margin: 0;
	color: var(--lanza-muted);
	font-size: 13px;
	line-height: 1.5;
}

.lanza-quote-card-btn {
	flex: 0 0 auto;
	min-height: 42px !important;
	padding: 0 18px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	border-radius: 10px !important;
	background: var(--lanza-accent) !important;
	color: #fff !important;
	border: 0 !important;
	white-space: nowrap;
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.lanza-quote-card-btn:hover {
	background: var(--lanza-accent-hover) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(229, 61, 50, 0.22);
}

/* ── Tabs ── */
.single-product .woocommerce-tabs,
.single-product .related.products {
	width: 100%;
	flex: 0 0 100%;
	padding: 24px;
	margin-top: 24px;
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
	box-shadow: var(--lanza-shadow);
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px !important;
	padding: 0 !important;
	border-bottom: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--lanza-surface-soft) !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 10px 18px !important;
	color: var(--lanza-text) !important;
	font-weight: 600 !important;
	font-size: 14px;
	transition: color 0.18s ease;
}

.single-product .woocommerce-tabs ul.tabs li.active {
	background: var(--lanza-accent) !important;
	box-shadow: none;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}

.single-product .woocommerce-Tabs-panel {
	padding-top: 16px;
	color: var(--lanza-muted);
	line-height: 1.75;
	font-size: 15px;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .related.products > h2 {
	margin: 0 0 18px;
	color: var(--lanza-text);
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 700;
}

/* ── Specs Cards (reemplaza tabla de atributos) ── */
.single-product .woocommerce-Tabs-panel table.shop_attributes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 14px;
	border: 0;
	background: transparent;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes tbody {
	display: contents;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes tr {
	display: flex;
	flex-direction: column;
	padding: 18px 16px;
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-sm);
	background: var(--lanza-surface);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
	gap: 4px;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes th {
	display: block;
	width: 100% !important;
	padding: 0 !important;
	border: 0;
	background: transparent;
	color: var(--lanza-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes td {
	display: block;
	width: 100% !important;
	padding: 0 !important;
	border: 0;
	color: var(--lanza-text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes td p {
	margin: 0;
	padding: 0;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes tr:last-child th,
.single-product .woocommerce-Tabs-panel table.shop_attributes tr:last-child td {
	border: 0;
}

.single-product .woocommerce-Tabs-panel table.shop_attributes .alt th,
.single-product .woocommerce-Tabs-panel table.shop_attributes .alt td {
	background: transparent;
}

/* ── Related Products ── */
.related ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px !important;
	margin: 0;
}

.related ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid var(--lanza-border);
	border-radius: 18px;
	background: #fff;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.related ul.products li.product a img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 14px;
	margin-bottom: 6px !important;
	background: var(--lanza-surface-soft);
	transition: transform 0.4s ease;
}

.related ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px !important;
	line-height: 1.35;
	font-weight: 600;
	margin-bottom: 4px !important;
	padding: 0 !important;
	color: var(--lanza-text);
}

.related ul.products li.product .price {
	font-size: 14px !important;
	margin-bottom: 10px !important;
	color: var(--lanza-accent);
	font-weight: 600;
}

.related ul.products li.product .button {
	width: 100%;
	padding: 12px 12px !important;
	border-radius: 10px;
	font-size: 13px !important;
	font-weight: 600;
	margin-top: auto;
}

.related ul.products li.product:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
	border-color: var(--lanza-accent);
}

.related ul.products li.product:hover a img {
	transform: scale(1.06);
}

.related ul.products li.product .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}

.related ul.products li.product .woocommerce-loop-product__title a:hover {
	color: var(--lanza-accent);
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
	display: grid;
	gap: 24px;
}

body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-cart .site-main > .woocommerce,
body.woocommerce-cart .woocommerce {
	max-width: 1320px;
	margin: 0 auto;
}

body.woocommerce-cart .woocommerce-cart-form {
	margin: 0;
	padding: 28px;
	border: 1px solid var(--lanza-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: var(--lanza-shadow);
}

body.woocommerce-cart .cart-collaterals {
	margin: 0;
	align-self: start;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout .shop_table,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
	box-shadow: var(--lanza-shadow);
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout .shop_table {
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-cart table.shop_table {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
	padding: 16px 18px;
	border-color: var(--lanza-border);
}

body.woocommerce-cart table.shop_table thead th {
	padding: 0 0 20px;
	color: var(--lanza-text);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

body.woocommerce-cart table.shop_table tbody td,
body.woocommerce-cart table.shop_table tbody th {
	padding: 28px 20px;
	border-top: 1px solid var(--lanza-border);
	border-bottom: 0;
	vertical-align: top;
}

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

body.woocommerce-cart table.shop_table .product-thumbnail img {
	width: 92px;
	padding: 6px;
	border: 1px solid var(--lanza-border);
	border-radius: 18px;
	background: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
	padding: 22px;
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
	box-shadow: var(--lanza-shadow);
}

.woocommerce-cart .shop_table .product-name a,
.woocommerce-page .shop_table .product-name a {
	color: var(--lanza-text);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.woocommerce-cart .shop_table .product-name a:hover,
.woocommerce-page .shop_table .product-name a:hover {
	color: var(--lanza-accent);
}

.woocommerce-cart .shop_table .product-price,
.woocommerce-cart .shop_table .product-total,
.woocommerce-page .shop_table .product-price,
.woocommerce-page .shop_table .product-total {
	font-size: 20px;
	font-weight: 700;
	color: var(--lanza-text);
}

.woocommerce-cart .shop_table .product-name,
.woocommerce-page .shop_table .product-name {
	font-size: 16px;
	line-height: 1.8;
}

body.woocommerce-cart table.shop_table .product-name {
	padding-right: 36px;
}

.woocommerce-cart .shop_table .product-name .variation,
.woocommerce-page .shop_table .product-name .variation,
.woocommerce-cart .shop_table .product-name small,
.woocommerce-page .shop_table .product-name small {
	font-size: 16px;
	line-height: 1.75;
	color: var(--lanza-muted);
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 30px !important;
	border-radius: 28px;
	background: #fff;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-page .cart_totals table.shop_table th,
.woocommerce-page .cart_totals table.shop_table td {
	font-size: 18px !important;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-page .cart_totals .order-total th,
.woocommerce-page .cart_totals .order-total td {
	font-size: 19px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-cart .cart_totals a.checkout-button,
.woocommerce-page .cart_totals a.checkout-button {
	background: var(--lanza-accent) !important;
	background-color: var(--lanza-accent) !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: 0 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 58px !important;
	padding: 0 22px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-align: center !important;
	border-radius: 14px !important;
	text-decoration: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt:hover,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
.woocommerce-cart .cart_totals a.checkout-button:hover,
.woocommerce-page .cart_totals a.checkout-button:hover {
	background: var(--lanza-accent-hover) !important;
	background-color: var(--lanza-accent-hover) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt:visited,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:visited,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt:visited,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:visited,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button *,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt *,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward *,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button *,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt *,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward *,
.woocommerce-cart .cart_totals a.checkout-button,
.woocommerce-page .cart_totals a.checkout-button,
.woocommerce-cart .cart_totals a.checkout-button:visited,
.woocommerce-page .cart_totals a.checkout-button:visited,
.woocommerce-cart .cart_totals a.checkout-button *,
.woocommerce-page .cart_totals a.checkout-button * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-page .cart_totals .checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: var(--lanza-accent) !important;
	color: #fff !important;
	border: 0 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 54px !important;
	padding: 0 22px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-align: center !important;
	border-radius: 14px !important;
}

.woocommerce-cart .cart_totals .checkout-button:hover,
.woocommerce-page .cart_totals .checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background: var(--lanza-accent-hover) !important;
	color: #fff !important;
}

.woocommerce-cart .cart_totals .checkout-button *,
.woocommerce-page .cart_totals .checkout-button *,
.woocommerce-checkout #payment #place_order *,
.woocommerce-page #payment #place_order *,
.woocommerce-cart .cart_totals .checkout-button:visited,
.woocommerce-page .cart_totals .checkout-button:visited,
.woocommerce-checkout #payment #place_order:visited,
.woocommerce-page #payment #place_order:visited {
	color: #fff !important;
}

.woocommerce-cart .cart_totals,
.woocommerce-page .cart_totals {
	padding: 26px !important;
	background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
.woocommerce-page .cart_totals .wc-proceed-to-checkout {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table,
.woocommerce-page .cart_totals table.shop_table {
	margin-bottom: 22px !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-page .cart_totals table.shop_table th,
.woocommerce-page .cart_totals table.shop_table td {
	padding: 14px 0 !important;
	border-color: var(--lanza-border) !important;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-page .cart_totals .order-total th,
.woocommerce-page .cart_totals .order-total td {
	padding-top: 18px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.woocommerce-cart .cart_totals .order-total .amount,
.woocommerce-page .cart_totals .order-total .amount,
.woocommerce-checkout #order_review .order-total .amount,
.woocommerce-checkout .woocommerce-checkout-review-order .order-total .amount {
	color: var(--lanza-text) !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

body.woocommerce-cart .product-subtotal .amount,
body.woocommerce-cart .product-price .amount,
body.woocommerce-cart .product-total .amount {
	font-size: 22px;
	font-weight: 700;
	color: var(--lanza-text);
}

body.woocommerce-cart .product-quantity {
	min-width: 164px;
}

body.woocommerce-cart .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border: 1px solid var(--lanza-border-strong);
	border-radius: 18px;
	background: #fff;
}

body.woocommerce-cart .quantity .qty {
	min-width: 64px;
	min-height: 56px;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	font-size: 20px;
	font-weight: 700;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #f5f7fa !important;
	color: var(--lanza-text) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.woocommerce-cart .product-remove a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px !important;
	border-radius: 12px !important;
	background: rgba(229, 61, 50, 0.06) !important;
	color: var(--lanza-accent) !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.woocommerce-cart .product-remove a.remove:hover {
	background: rgba(229, 61, 50, 0.12) !important;
	color: var(--lanza-accent-hover) !important;
	transform: translateY(-1px);
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals,
.woocommerce-cart table.shop_table {
	border-radius: var(--lanza-radius-lg);
}

.woocommerce-cart table.shop_table td.actions {
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
	color: var(--lanza-text);
	font-size: 24px;
	letter-spacing: -0.02em;
}

.woocommerce-checkout #payment,
.woocommerce-page .woocommerce-checkout-payment {
	border: 1px solid var(--lanza-border);
	border-radius: var(--lanza-radius-lg);
	background: #fff;
	box-shadow: var(--lanza-shadow);
}

.woocommerce-checkout form.checkout,
.woocommerce-page.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	gap: 28px;
	align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-page.woocommerce-checkout #customer_details {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	display: grid;
	gap: 22px;
}

.woocommerce-checkout .col2-set,
.woocommerce-page.woocommerce-checkout .col2-set {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-page.woocommerce-checkout .col2-set .col-1,
.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
	width: 100% !important;
	float: none !important;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-page.woocommerce-checkout #order_review_heading,
.woocommerce-page.woocommerce-checkout #order_review {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-page.woocommerce-checkout .woocommerce-additional-fields {
	padding: 22px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table {
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table td {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-page .select2-container--default .select2-selection--single {
	min-height: 50px;
	border: 1px solid var(--lanza-border-strong);
	border-radius: 16px;
	display: flex;
	align-items: center;
	padding: 0 16px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.2;
	padding-left: 0;
	color: var(--lanza-text);
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 12px;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-page .woocommerce-checkout-payment ul.payment_methods {
	border-color: var(--lanza-border);
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-page .woocommerce-checkout-payment div.payment_box {
	background: rgba(229, 61, 50, 0.04);
	color: var(--lanza-text);
}

.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-page .woocommerce-checkout-payment div.payment_box::before {
	border-bottom-color: rgba(229, 61, 50, 0.04);
}

.woocommerce-checkout #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:visited,
.woocommerce-page #payment #place_order:visited {
	background: var(--lanza-accent) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: var(--lanza-accent-hover) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 14px;
	color: var(--lanza-text);
	text-decoration: none;
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--lanza-accent-soft);
	color: var(--lanza-accent);
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 24px;
}

.lanza-header-icons {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.lanza-header-widget {
	flex: 0 0 auto;
}

.lanza-quote-widget,
.lanza-cart-widget {
	position: relative;
	display: inline-flex;
	border: 1px solid var(--lanza-border);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.lanza-quote-widget-link,
.lanza-cart-widget-link {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 0 18px 0 16px;
	color: var(--lanza-text);
	text-decoration: none;
}

.lanza-quote-widget-main,
.lanza-cart-widget-main {
	display: none;
}

.lanza-quote-widget-icon-wrap,
.lanza-cart-widget-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
}

.lanza-quote-widget-icon,
.lanza-cart-widget-icon {
	font-size: 22px;
	line-height: 1;
	color: var(--lanza-text);
}

.lanza-quote-count,
.lanza-cart-count {
	position: absolute;
	top: -10px;
	right: -12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--lanza-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(229, 61, 50, 0.22);
}

.lanza-quote-widget:hover,
.lanza-cart-widget:hover {
	border-color: rgba(229, 61, 50, 0.18);
	box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.lanza-quote-page {
	display: grid;
	gap: 24px;
	margin: 28px 0;
	color: #111827;
}

.lanza-quote-panel,
.lanza-quote-list,
.lanza-quote-form-wrap,
.lanza-quote-total,
.lanza-quote-empty {
	border: 1px solid var(--lanza-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--lanza-shadow);
}

.lanza-quote-panel {
	overflow: hidden;
}

.lanza-quote-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 28px 30px;
	border-top: 4px solid var(--lanza-accent);
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.lanza-quote-hero span {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--lanza-accent);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.lanza-quote-hero h2 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: 0;
}

.lanza-quote-hero p {
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.65;
}

.lanza-quote-pdf-button,
.lanza-form-actions .button {
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid var(--lanza-accent) !important;
	border-radius: 8px !important;
	background: var(--lanza-accent) !important;
	color: #fff !important;
	font-weight: 800;
	box-shadow: 0 12px 22px rgba(229, 61, 50, 0.18);
	text-decoration: none;
}

.lanza-quote-pdf-button:hover,
.lanza-form-actions .button:hover {
	border-color: var(--lanza-accent-hover) !important;
	background: var(--lanza-accent-hover) !important;
	color: #fff !important;
}

.lanza-quote-list {
	overflow: hidden;
}

.lanza-quote-list-header {
	padding: 28px 30px 20px;
	border-bottom: 1px solid var(--lanza-border);
}

.lanza-quote-list-header h3,
.lanza-quote-form-wrap h3 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 24px;
	line-height: 1.2;
}

.lanza-quote-list-header p,
.lanza-quote-empty p {
	margin: 0;
	color: var(--lanza-muted);
	font-size: 15px;
	line-height: 1.7;
}

.lanza-quote-table {
	width: 100%;
	border-collapse: collapse;
}

.lanza-quote-table thead {
	background: #fbfcfd;
}

.lanza-quote-table th,
.lanza-quote-table td {
	padding: 18px 24px;
	border-bottom: 1px solid var(--lanza-border);
	color: #111827;
	text-align: left;
	vertical-align: top;
}

.lanza-quote-table th {
	color: var(--lanza-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.lanza-quote-table tbody tr:last-child td {
	border-bottom: 0;
}

.lanza-quote-attributes {
	margin: 0;
	padding-left: 18px;
	color: var(--lanza-muted);
	line-height: 1.7;
}

.lanza-quote-qty-input {
	width: 96px;
	font-weight: 700;
}

.lanza-quote-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(229, 61, 50, 0.18);
	border-radius: 14px;
	background: #fff;
	color: var(--lanza-accent);
	font-weight: 700;
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.lanza-quote-remove:hover {
	border-color: var(--lanza-accent);
	background: rgba(229, 61, 50, 0.06);
	color: var(--lanza-accent-hover);
}

.lanza-quote-remove.is-loading,
.lanza-quote-qty-input:disabled {
	opacity: 0.65;
	pointer-events: none;
}

.lanza-quote-form-wrap {
	padding: 34px;
	border-top: 4px solid var(--lanza-accent);
}

.lanza-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.lanza-form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lanza-form-field label {
	font-weight: 700;
	color: #111827;
}

.lanza-form-field input,
.lanza-form-field textarea {
	width: 100%;
	border: 1px solid #d7dfe7;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	box-shadow: none;
}

.lanza-form-field input:focus,
.lanza-form-field textarea:focus {
	border-color: rgba(229, 61, 50, 0.55);
	box-shadow: 0 0 0 4px rgba(229, 61, 50, 0.1);
	outline: none;
}

.lanza-form-field-full {
	grid-column: 1 / -1;
}

.lanza-form-actions {
	margin-top: 22px;
}

.lanza-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.lanza-quote-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
}

.lanza-quote-total-label {
	color: var(--lanza-muted);
	font-size: 15px;
	font-weight: 600;
}

.lanza-quote-total-value {
	color: #111827;
	font-size: 28px;
	line-height: 1;
}

.lanza-quote-empty {
	padding: 28px 30px;
}

@media (max-width: 992px) {

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (max-width: 960px) {

	.single-product div.product {
		flex-direction: column;
	}

	.single-product div.product div.images,
	.single-product div.product div.summary {
		width: 100% !important;
		flex: 0 0 100%;
		float: none !important;
		padding-left: 0;
	}

	.single-product div.product div.images {
		margin-bottom: 18px;
	}

	.single-product div.product .summary,
	.single-product .woocommerce-tabs,
	.single-product .related.products,
	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 18px;
	}

	.single-product div.product .summary {
		padding: 22px !important;
	}

	.single-product div.product .product_title {
		font-size: 24px !important;
	}

	.single-product div.product p.price,
	.single-product div.product span.price {
		font-size: 26px !important;
	}

	body.theme-hello-elementor.single-product div.product .woocommerce-product-gallery img,
	.single-product div.product .woocommerce-product-gallery img {
		max-height: 380px;
	}

	body.theme-hello-elementor.single-product div.product form.cart,
	.single-product div.product form.cart {
		padding: 18px;
	}

	.lanza-quote-card {
		flex-wrap: wrap;
	}

	.lanza-quote-card-btn {
		width: 100%;
	}

	.lanza-form-grid {
		grid-template-columns: 1fr;
	}

	.lanza-greenhouse-fields {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout form.checkout,
	.woocommerce-page.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .woocommerce-cart-form {
		padding: 22px;
	}
}

@media (max-width: 768px) {

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 12px;
		border-radius: 14px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px !important;
	}

	.woocommerce ul.products li.product .price {
		font-size: 14px !important;
	}

	.single-product div.product .product_title {
		font-size: 24px !important;
	}

	.single-product div.product p.price,
	.single-product div.product span.price {
		font-size: 26px !important;
	}

	.single-product div.product .product_title {
		font-size: 22px !important;
	}

	.single-product div.product p.price,
	.single-product div.product span.price {
		font-size: 24px !important;
	}

	.single-product div.product .summary {
		padding: 18px !important;
	}

	body.theme-hello-elementor.single-product div.product form.cart table.variations tr,
	.single-product div.product form.cart table.variations tr {
		padding: 14px 16px;
	}

	.single-product .woocommerce-Tabs-panel table.shop_attributes {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.single-product .woocommerce-Tabs-panel table.shop_attributes td {
		font-size: 17px;
	}

	.lanza-quote-card {
		flex-direction: column;
		text-align: center;
		padding: 18px;
	}

	.lanza-quote-card-btn {
		width: 100%;
	}

	.related ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px !important;
	}

	.related ul.products li.product {
		padding: 14px !important;
	}

	.lanza-greenhouse-price,
	.lanza-greenhouse-summary-row,
	.lanza-quote-total {
		flex-direction: column;
		align-items: flex-start;
	}

	.lanza-quote-list-header,
	.lanza-quote-form-wrap,
	.lanza-quote-total,
	.lanza-quote-hero,
	.lanza-quote-empty {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lanza-quote-hero {
		display: block;
	}

	.lanza-quote-pdf-button {
		width: 100%;
		margin-top: 18px;
	}

	.lanza-quote-table,
	.lanza-quote-table thead,
	.lanza-quote-table tbody,
	.lanza-quote-table tr,
	.lanza-quote-table th,
	.lanza-quote-table td {
		display: block;
		width: 100%;
	}

	.lanza-quote-table thead {
		display: none;
	}

	.lanza-quote-table td {
		padding: 12px 20px;
	}

	body.woocommerce-cart .woocommerce-cart-form {
		padding: 18px;
		border-radius: 22px;
	}

	body.woocommerce-cart table.shop_table .product-thumbnail {
		width: auto;
	}

	body.woocommerce-cart table.shop_table tbody td,
	body.woocommerce-cart table.shop_table tbody th {
		padding: 18px 0;
	}

	body.woocommerce-cart .shop_table .product-name a,
	body.woocommerce-cart .product-subtotal .amount,
	body.woocommerce-cart .product-price .amount,
	body.woocommerce-cart .product-total .amount {
		font-size: 18px;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	.lanza-quote-page,
	.lanza-quote-page * {
		visibility: visible !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.lanza-quote-page {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff !important;
	}

	.lanza-quote-panel,
	.lanza-quote-form-wrap,
	.lanza-quote-remove,
	.lanza-quote-pdf-button,
	.lanza-form-actions {
		display: none !important;
	}

	.lanza-quote-list,
	.lanza-quote-total,
	.lanza-quote-empty {
		border: 1px solid #000 !important;
		border-radius: 0 !important;
		background: #fff !important;
	}

	.lanza-quote-table th,
	.lanza-quote-table td {
		border-color: #000 !important;
	}

	.lanza-quote-table {
		display: table !important;
		width: 100% !important;
		border-collapse: collapse !important;
	}

	.lanza-quote-table thead {
		display: table-header-group !important;
	}

	.lanza-quote-table tbody {
		display: table-row-group !important;
	}

	.lanza-quote-table tr {
		display: table-row !important;
	}

	.lanza-quote-table th,
	.lanza-quote-table td {
		display: table-cell !important;
		width: auto !important;
		padding: 10px !important;
	}
}

/* Overrides finales para Hello Elementor y WooCommerce en producto/carrito. */
body.theme-hello-elementor.single-product div.product form.cart table.variations th.label,
body.theme-hello-elementor.single-product div.product form.cart table.variations td.label,
.single-product div.product form.cart table.variations th.label,
.single-product div.product form.cart table.variations td.label {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
}

body.theme-hello-elementor.single-product div.product form.cart table.variations th.label label,
body.theme-hello-elementor.single-product div.product form.cart table.variations td.label label,
.single-product div.product form.cart table.variations th.label label,
.single-product div.product form.cart table.variations td.label label {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	margin: 0 !important;
	text-align: left !important;
	justify-content: flex-start !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form {
	display: block !important;
	padding: 34px !important;
	border: 1px solid var(--lanza-border) !important;
	border-radius: 28px !important;
	background: #fff !important;
	box-shadow: var(--lanza-shadow) !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart thead th,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart thead th {
	padding: 0 0 22px !important;
	color: var(--lanza-text) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	border: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart tbody tr,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart tbody tr {
	background: transparent !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart tbody td,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart tbody th,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart tbody td,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form table.shop_table.shop_table_responsive.cart tbody th {
	padding: 30px 20px !important;
	border-top: 1px solid var(--lanza-border) !important;
	border-bottom: 0 !important;
	vertical-align: top !important;
	background: transparent !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
	width: 92px !important;
	padding: 6px !important;
	border: 1px solid var(--lanza-border) !important;
	border-radius: 18px !important;
	background: #fff !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-name a,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-name a {
	color: var(--lanza-text) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-name a:hover,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
	color: var(--lanza-accent) !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-name,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-name {
	font-size: 16px !important;
	line-height: 1.8 !important;
	padding-right: 36px !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal,
body.woocommerce-cart .woocommerce-cart-form .product-total,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-subtotal,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-total {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--lanza-text) !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-price .amount,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount,
body.woocommerce-cart .woocommerce-cart-form .product-total .amount,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-price .amount,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-subtotal .amount,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-total .amount {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: var(--lanza-text) !important;
}

body.woocommerce-cart .woocommerce-cart-form .quantity,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .quantity {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 6px !important;
	border: 1px solid var(--lanza-border-strong) !important;
	border-radius: 18px !important;
	background: #fff !important;
}

body.woocommerce-cart .woocommerce-cart-form .quantity .qty,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .quantity .qty {
	min-width: 64px !important;
	min-height: 56px !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--lanza-text) !important;
}

body.woocommerce-cart .woocommerce-cart-form .quantity .minus,
body.woocommerce-cart .woocommerce-cart-form .quantity .plus,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .quantity .minus,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .quantity .plus {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #f5f7fa !important;
	color: var(--lanza-text) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 12px !important;
	background: rgba(229, 61, 50, 0.06) !important;
	color: var(--lanza-accent) !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover,
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover {
	background: rgba(229, 61, 50, 0.12) !important;
	color: var(--lanza-accent-hover) !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 30px !important;
	border: 1px solid var(--lanza-border) !important;
	border-radius: 28px !important;
	background: #fff !important;
	box-shadow: var(--lanza-shadow) !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2,
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 20px !important;
	color: var(--lanza-text) !important;
	font-size: 28px !important;
	line-height: 1.1 !important;
	letter-spacing: -0.02em !important;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td,
body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table td {
	padding: 14px 0 !important;
	font-size: 18px !important;
	border-color: var(--lanza-border) !important;
}

body.woocommerce-cart .cart_totals .order-total .amount,
body.woocommerce-page.woocommerce-cart .cart_totals .order-total .amount {
	color: var(--lanza-text) !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout {
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
body.woocommerce-cart .cart_totals a.checkout-button,
body.woocommerce-page.woocommerce-cart .cart_totals a.checkout-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 58px !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: #E53D32 !important;
	background-color: #E53D32 !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-decoration: none !important;
	text-shadow: none !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-align: center !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt:hover,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
body.woocommerce-cart .cart_totals a.checkout-button:hover,
body.woocommerce-page.woocommerce-cart .cart_totals a.checkout-button:hover {
	background: #cc342a !important;
	background-color: #cc342a !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button *,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button *,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt *,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward *,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button *,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button *,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt *,
body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward *,
body.woocommerce-cart .cart_totals a.checkout-button,
body.woocommerce-cart .cart_totals a.checkout-button:visited,
body.woocommerce-cart .cart_totals a.checkout-button *,
body.woocommerce-page.woocommerce-cart .cart_totals a.checkout-button,
body.woocommerce-page.woocommerce-cart .cart_totals a.checkout-button:visited,
body.woocommerce-page.woocommerce-cart .cart_totals a.checkout-button * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* v3.1 product quantity and quotation UX */
.single-product div.product form.cart .quantity.lanza-qty-stepper,
body.theme-hello-elementor.single-product div.product form.cart .quantity.lanza-qty-stepper,
.lanza-quote-qty-stepper {
	display: grid !important;
	grid-template-columns: 42px minmax(84px, 1fr) 42px;
	align-items: center;
	width: min(100%, 220px);
	min-height: 48px;
	margin: 0 !important;
	border: 1px solid #dbe3ec;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.single-product div.product form.cart .quantity.lanza-qty-stepper input.qty,
body.theme-hello-elementor.single-product div.product form.cart .quantity.lanza-qty-stepper input.qty,
.lanza-quote-qty-stepper .lanza-quote-qty-input {
	width: 100% !important;
	min-width: 72px;
	height: 48px;
	padding: 0 8px !important;
	border: 0 !important;
	border-left: 1px solid #edf1f5 !important;
	border-right: 1px solid #edf1f5 !important;
	background: #fff !important;
	color: #111827 !important;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	box-shadow: none !important;
	-moz-appearance: textfield;
}

.single-product div.product form.cart .quantity.lanza-qty-stepper input.qty::-webkit-outer-spin-button,
.single-product div.product form.cart .quantity.lanza-qty-stepper input.qty::-webkit-inner-spin-button,
.lanza-quote-qty-stepper .lanza-quote-qty-input::-webkit-outer-spin-button,
.lanza-quote-qty-stepper .lanza-quote-qty-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.lanza-qty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 48px;
	padding: 0;
	border: 0;
	background: #f8fafc;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease;
}

.lanza-qty-button:hover,
.lanza-qty-button:focus {
	background: rgba(229, 61, 50, 0.08);
	color: var(--lanza-accent);
	outline: none;
}

body.theme-hello-elementor.single-product div.product form.cart,
.single-product div.product form.cart {
	grid-template-columns: 1fr !important;
}

.single-product div.product form.cart .quantity.lanza-qty-stepper,
body.theme-hello-elementor.single-product div.product form.cart .quantity.lanza-qty-stepper {
	width: min(100%, 220px);
	margin-bottom: 4px !important;
}

.single-product div.product form.cart .single_add_to_cart_button,
body.theme-hello-elementor.single-product div.product form.cart .single_add_to_cart_button {
	width: 100% !important;
	min-height: 56px !important;
	padding: 14px 24px !important;
	border-radius: 14px !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	letter-spacing: 0.01em;
	background: var(--lanza-accent) !important;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(229, 61, 50, 0.25);
	transition: all 0.2s ease;
}

.single-product div.product form.cart .single_add_to_cart_button:hover,
body.theme-hello-elementor.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: var(--lanza-accent-hover) !important;
	color: #fff !important;
	box-shadow: 0 14px 30px rgba(229, 61, 50, 0.35);
	transform: translateY(-2px);
}

@media (max-width: 760px) {

	body.theme-hello-elementor.single-product div.product form.variations_form .woocommerce-variation-add-to-cart,
	.single-product div.product form.variations_form .woocommerce-variation-add-to-cart {
		flex-direction: column;
		align-items: stretch;
	}

	.single-product div.product form.cart .quantity.lanza-qty-stepper,
	body.theme-hello-elementor.single-product div.product form.cart .quantity.lanza-qty-stepper,
	.single-product div.product form.cart .single_add_to_cart_button,
	body.theme-hello-elementor.single-product div.product form.cart .single_add_to_cart_button {
		width: 100% !important;
		max-width: 100%;
	}

	.single-product div.product form.cart .single_add_to_cart_button,
	body.theme-hello-elementor.single-product div.product form.cart .single_add_to_cart_button {
		min-height: 50px !important;
	}
}

@media (max-width: 480px) {

	.single-product div.product .summary {
		padding: 14px !important;
	}

	.single-product div.product .product_title {
		font-size: 20px !important;
	}

	.single-product div.product p.price,
	.single-product div.product span.price {
		font-size: 22px !important;
	}

	.single-product .woocommerce-Tabs-panel table.shop_attributes {
		grid-template-columns: 1fr;
	}

	.related ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px !important;
	}

	.related ul.products li.product {
		padding: 10px !important;
	}

	.lanza-quote-card {
		padding: 14px;
		gap: 10px;
	}

	.lanza-quote-card-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.lanza-quote-card-title {
		font-size: 14px;
	}

	.lanza-quote-card-text {
		font-size: 12px;
	}
}
