:root {
	--lmg-green: #123f35;
	--lmg-green-dark: #0b2b25;
	--lmg-green-soft: #e6efea;
	--lmg-lime: #c4d94b;
	--lmg-orange: #d9772a;
	--lmg-red: #c4312f;
	--lmg-ink: #19312b;
	--lmg-muted: #61716c;
	--lmg-line: #d9e2dc;
	--lmg-paper: #ffffff;
	--lmg-warm: #fbfaf7;
}
.zoomImg { 
  cursor: zoom-in;
	background-color: var(--lmg-green);
}
#brx-content .woocommerce {
	color: var(--lmg-ink);
}

#brx-content .woocommerce a {
	color: var(--lmg-green);
}

#brx-content .woocommerce a:hover {
	color: var(--lmg-green-dark);
}
#brx-content .woocommerce a.button {
	color: white !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	margin: 0;
	width: 100%;
}

.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 {
	background: var(--lmg-paper);
	border: 1px solid var(--lmg-line);
	border-radius: 0;
	box-shadow: 0 0.35rem 1rem rgba(18, 63, 53, 0.07);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0 1rem 1rem;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 0 0.65rem 1.5rem rgba(18, 63, 53, 0.12);
	transform: translateY(-1px);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
	color: inherit;
}

.woocommerce ul.products li.product .brxe-product-image,
.woocommerce-page ul.products li.product .brxe-product-image {
	margin: 0 -1rem 1rem;
}

.woocommerce ul.products li.product .brxe-product-image img,
.woocommerce-page ul.products li.product .brxe-product-image img {
	aspect-ratio: 5 / 4;
	background: var(--lmg-green-soft);
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.woocommerce ul.products li.product .brxe-product-title,
.woocommerce-page ul.products li.product .brxe-product-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.4rem;
}

.woocommerce ul.products li.product .brxe-product-rating,
.woocommerce-page ul.products li.product .brxe-product-rating {
	margin-bottom: 0.65rem;
}

.woocommerce ul.products li.product .star-rating span:before,
.woocommerce-page ul.products li.product .star-rating span:before {
	color: var(--lmg-orange);
}

.woocommerce ul.products li.product .brxe-product-price,
.woocommerce-page ul.products li.product .brxe-product-price {
	color: var(--lmg-green);
	font-size: 0.95rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.woocommerce ul.products li.product .brxe-product-add-to-cart,
.woocommerce-page ul.products li.product .brxe-product-add-to-cart {
	margin-top: auto;
}

.woocommerce ul.products li.product .add_to_cart_button.added,
.woocommerce-page ul.products li.product .add_to_cart_button.added {
	display: none;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
	background: var(--lmg-green);
	border: 1px solid var(--lmg-green);
	border-radius: 0.2rem;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.65rem 0.85rem;
	text-align: center;
	transition: background 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward:hover,
.woocommerce-page ul.products li.product .added_to_cart.wc-forward:hover {
	background: var(--lmg-green-dark);
	border-color: var(--lmg-green-dark);
	color: #fff;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .woocommerce-message .restore-item,
.woocommerce .woocommerce-info .restore-item,
.woocommerce .woocommerce-error .restore-item {
	background: var(--lmg-green);
	border: 1px solid var(--lmg-green);
	border-radius: 0.2rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.65rem 0.85rem;
	transition: background 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce .woocommerce-message .restore-item:hover,
.woocommerce .woocommerce-info .restore-item:hover,
.woocommerce .woocommerce-error .restore-item:hover {
	background: var(--lmg-green-dark);
	border-color: var(--lmg-green-dark);
	color: #fff;
}

.woocommerce span.onsale {
	background: var(--lmg-red);
	border-radius: 0;
	font-size: 0.75rem;
	font-weight: 700;
	left: 0.75rem;
	line-height: 1;
	min-height: auto;
	min-width: auto;
	padding: 0.55rem 0.65rem;
	top: 0.75rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	color: var(--lmg-muted);
	margin-bottom: 1.5rem;
}

.woocommerce table.shop_table {
	border-color: var(--lmg-line);
	border-radius: 0.2rem;
}


.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	background: #fff;
	border: 1px solid var(--lmg-line);
	border-left: 0.3rem solid var(--lmg-green);
	border-radius: 0.2rem;
	color: var(--lmg-ink);
}

.woocommerce .woocommerce-error {
	border-left-color: var(--lmg-red);
}

#brx-content .woocommerce a.checkout-button,
#brx-content .woocommerce a.woocommerce-button,
#brx-content .woocommerce a.view,
#brx-content .woocommerce a.download,
#brx-content .woocommerce a.pay,
#brx-content .woocommerce button#place_order,
#brx-content .woocommerce input#place_order,
#brx-content .woocommerce .woocommerce-form-login__submit,
#brx-content .woocommerce .woocommerce-form-register__submit,
#brx-content .woocommerce .woocommerce-MyAccount-content .button,
#brx-content .woocommerce .woocommerce-MyAccount-content button,
#brx-content .woocommerce .woocommerce-MyAccount-content input[type="submit"],
.add_to_cart_button {
	background: var(--lmg-green);
	border-color: var(--lmg-green);
	color: #fff !important;
}

#brx-content .woocommerce a.checkout-button:hover,
#brx-content .woocommerce a.woocommerce-button:hover,
#brx-content .woocommerce a.view:hover,
#brx-content .woocommerce a.download:hover,
#brx-content .woocommerce a.pay:hover,
#brx-content .woocommerce button#place_order:hover,
#brx-content .woocommerce input#place_order:hover,
#brx-content .woocommerce .woocommerce-form-login__submit:hover,
#brx-content .woocommerce .woocommerce-form-register__submit:hover,
#brx-content .woocommerce .woocommerce-MyAccount-content .button:hover,
#brx-content .woocommerce .woocommerce-MyAccount-content button:hover,
#brx-content .woocommerce .woocommerce-MyAccount-content input[type="submit"]:hover,
.add_to_cart_button:hover {
	background: var(--lmg-green-dark);
	border-color: var(--lmg-green-dark);
	color: #fff !important;
}

#brx-content .woocommerce a.checkout-button span,
#brx-content .woocommerce a.woocommerce-button span,
#brx-content .woocommerce a.view span,
#brx-content .woocommerce a.download span,
#brx-content .woocommerce a.pay span,
#brx-content .woocommerce .woocommerce-MyAccount-content .button span {
	color: inherit !important;
}

.woocommerce .quantity .qty {
	border: 1px solid var(--lmg-line);
	border-radius: 0.2rem;
	min-height: 2.8rem;
}

.woocommerce div.product .brxe-product-title {
	color: var(--lmg-green-dark);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.1;
	margin-bottom: 0.75rem;
}

.woocommerce div.product .brxe-product-price {
	color: var(--lmg-green);
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

.woocommerce div.product .brxe-product-gallery {
	background: var(--lmg-green-soft);
	border: 1px solid var(--lmg-line);
	border-radius: 0.35rem;
	overflow: hidden;
}

.woocommerce div.product .brxe-product-gallery img {
	background: var(--lmg-green-soft);
}

.woocommerce div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.25rem 0;
}

.woocommerce div.product form.cart .quantity {
	margin: 0;
}

.woocommerce div.product .brxe-product-tabs {
	border-top: 1px solid var(--lmg-line);
	margin-top: 2rem;
	padding-top: 1.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--lmg-line);
	margin-bottom: 1.25rem;
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	margin: 0 1.25rem 0 0;
	padding: 0.65rem 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: var(--lmg-lime);
}

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

@media (max-width: 767px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}
}

/* Cart and checkout tables: preserve the site's readable body scale. */
#brx-content .woocommerce .shop_table thead th,
#brx-content .woocommerce .woocommerce-cart-form thead th,
#brx-content .woocommerce #order_review .shop_table thead th,
#brx-content .woocommerce .woocommerce-checkout-review-order-table thead th {
	background: var(--lmg-green-soft);
	border-bottom: 2px solid var(--lmg-green);
	color: var(--lmg-green-dark);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 1.15rem 1.25rem;
	text-transform: none;
}

#brx-content .woocommerce .shop_table thead th:first-child,
#brx-content .woocommerce .woocommerce-cart-form thead th:first-child,
#brx-content .woocommerce #order_review .shop_table thead th:first-child,
#brx-content .woocommerce .woocommerce-checkout-review-order-table thead th:first-child {
	padding-left: 1.5rem;
}

#brx-content .woocommerce .shop_table thead th:last-child,
#brx-content .woocommerce .woocommerce-cart-form thead th:last-child,
#brx-content .woocommerce #order_review .shop_table thead th:last-child,
#brx-content .woocommerce .woocommerce-checkout-review-order-table thead th:last-child {
	padding-right: 1.5rem;
}

#brx-content .woocommerce .shop_table tbody td,
#brx-content .woocommerce .woocommerce-cart-form tbody td,
#brx-content .woocommerce #order_review .shop_table tbody td,
#brx-content .woocommerce .woocommerce-checkout-review-order-table tbody td {
	font-size: 1.4rem;
	padding: 1.15rem 1.25rem;
}

#brx-content .woocommerce .shop_table tfoot th,
#brx-content .woocommerce .shop_table tfoot td,
#brx-content .woocommerce #order_review .shop_table tfoot th,
#brx-content .woocommerce #order_review .shop_table tfoot td,
#brx-content .woocommerce .woocommerce-checkout-review-order-table tfoot th,
#brx-content .woocommerce .woocommerce-checkout-review-order-table tfoot td {
	background: var(--lmg-green-soft);
	border-top: 1px solid var(--lmg-line);
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1rem 1.25rem;
}

#brx-content .woocommerce .cart_totals .shop_table tr th,
#brx-content .woocommerce .cart_totals .shop_table tr td {
	background: var(--lmg-green-soft);
	border-top: 1px solid var(--lmg-line);
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1.15rem 1.25rem;
}

#brx-content .woocommerce .cart_totals .shop_table tr:last-child th,
#brx-content .woocommerce .cart_totals .shop_table tr:last-child td {
	background: #dcebe4;
	color: var(--lmg-green-dark);
	font-size: 1.5rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

#brx-content .woocommerce .shop_table tfoot tr:last-child th,
#brx-content .woocommerce .shop_table tfoot tr:last-child td,
#brx-content .woocommerce #order_review .shop_table tfoot tr:last-child th,
#brx-content .woocommerce #order_review .shop_table tfoot tr:last-child td,
#brx-content .woocommerce .woocommerce-checkout-review-order-table tfoot tr:last-child th,
#brx-content .woocommerce .woocommerce-checkout-review-order-table tfoot tr:last-child td {
	background: #dcebe4;
	color: var(--lmg-green-dark);
	font-size: 1.5rem;
	padding-bottom: 1.15rem;
	padding-top: 1.15rem;
}

#brx-content .woocommerce .cart_totals {
	padding: 1.25rem 1.5rem 1.5rem;
}

#brx-content .woocommerce .cart_totals h2,
#brx-content .woocommerce #order_review_heading {
	font-size: clamp(1.6rem, 2.5vw, 2rem);
	line-height: 1.15;
	margin: 0 0 1rem;
}

#brx-content .woocommerce .cart_totals .shop_table,
#brx-content .woocommerce #order_review .shop_table {
	margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
	#brx-content .woocommerce .shop_table thead th,
	#brx-content .woocommerce .woocommerce-cart-form thead th,
	#brx-content .woocommerce #order_review .shop_table thead th,
	#brx-content .woocommerce .woocommerce-checkout-review-order-table thead th,
	#brx-content .woocommerce .shop_table tbody td,
	#brx-content .woocommerce .woocommerce-cart-form tbody td,
	#brx-content .woocommerce #order_review .shop_table tbody td,
	#brx-content .woocommerce .woocommerce-checkout-review-order-table tbody td {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	#brx-content .woocommerce .shop_table thead th:first-child,
	#brx-content .woocommerce .woocommerce-cart-form thead th:first-child,
	#brx-content .woocommerce #order_review .shop_table thead th:first-child,
	#brx-content .woocommerce .woocommerce-checkout-review-order-table thead th:first-child {
		padding-left: 1rem;
	}

	#brx-content .woocommerce .shop_table thead th:last-child,
	#brx-content .woocommerce .woocommerce-cart-form thead th:last-child,
	#brx-content .woocommerce #order_review .shop_table thead th:last-child,
	#brx-content .woocommerce .woocommerce-checkout-review-order-table thead th:last-child {
		padding-right: 1rem;
	}
}

.lmg-archive-page,
.lmg-product-page {
	background: var(--lmg-warm);
}

.lmg-archive-hero,
.lmg-product-header {
	border-bottom: 1px solid var(--lmg-line);
	color: var(--lmg-ink);
	padding: clamp(1.5rem, 3vw, 2.25rem) 1.25rem;
	position: relative;
}

.lmg-archive-hero::after,
.lmg-product-header::after {
	background: var(--lmg-lime);
	bottom: 0;
	content: '';
	height: 0.2rem;
	left: 0;
	position: absolute;
	width: min(8rem, 24%);
}

.lmg-archive-hero .brxe-post-title,
.lmg-product-header .brxe-product-title {
	color: var(--lmg-ink);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
	max-width: 52rem;
}

.lmg-archive-hero .woocommerce-breadcrumb,
.lmg-product-header .woocommerce-breadcrumb {
	color: var(--lmg-muted);
	margin-top: 0.65rem;
}

.lmg-archive-hero .woocommerce-breadcrumb a,
.lmg-product-header .woocommerce-breadcrumb a {
	color: var(--lmg-green);
}

.lmg-product-notices {
	clear: both;
	display: block !important;
	margin-inline: auto;
	max-width: none !important;
	width: 100%;
}

.lmg-product-notices > .brxe-container {
	/* display: block !important;
	max-width: none !important;
	width: 100%; */
}

.lmg-product-notices .woocommerce-notices-wrapper {
	margin: 0;
	width: 100%;
}

.lmg-product-notices .woocommerce-notices-wrapper > * {
	margin: 0 0 1rem;
	width: 100%;
}

.lmg-archive-toolbar__controls {
	background: var(--lmg-paper);
	border-bottom: 2px solid var(--lmg-lime);
	border-top: 1px solid var(--lmg-line);
	gap: 1rem;
	padding: 0.85rem 1rem;
}

.lmg-archive-toolbar__controls .woocommerce-result-count {
	margin: 0 auto 0 0;
}

.lmg-archive-toolbar__controls .woocommerce-ordering,
.lmg-archive-toolbar__controls .woocommerce-ordering select {
	margin: 0;
}

.lmg-archive-toolbar__controls:empty,
.lmg-archive-toolbar:has(.lmg-archive-toolbar__controls:empty) {
	display: none;
}

.lmg-product-details .products {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lmg-product-card {
	background: var(--lmg-paper);
	border-color: var(--lmg-line);
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 0.75rem 2rem rgba(18, 63, 53, 0.1);
}

.lmg-product-card:hover {
	box-shadow: 0 1.1rem 2.5rem rgba(18, 63, 53, 0.18);
}

.lmg-product-card__image {
	background: var(--lmg-green);
	margin: 0;
}

.lmg-product-card__image img[src*="woocommerce-placeholder"] {
	content: url("../../images/placeholder-medium.jpg");
}

.lmg-product-card__content {
	background: var(--lmg-paper);
	border-top: 1px solid var(--lmg-line);
	display: grid;
	flex: 1;
	gap: 0.3rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(1rem, 2vw, 1.35rem);
}

.lmg-product-card__content:not(:has(.brxe-product-rating)) {
	grid-template-rows: auto auto 1fr;
}

.lmg-product-card__content:has(.brxe-product-rating) {
	grid-template-rows: auto auto auto 1fr;
}

.lmg-product-card .brxe-post-title,
.lmg-product-card .woocommerce-loop-product__title,
.lmg-product-card .lmg-short-location,
.lmg-product-card .brxe-product-rating {
	grid-column: 1 / -1;
}

.lmg-product-card .brxe-post-title,
.lmg-product-card .woocommerce-loop-product__title {
	color: var(--lmg-green-dark);
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 0.45rem;
}

.lmg-product-card .brxe-post-title a,
.lmg-product-card .woocommerce-loop-product__title a {
	color: inherit;
}

.lmg-product-card .lmg-short-location {
	color: var(--lmg-muted);
	font-size: 1.4rem;
	line-height: 1.35;
	margin: 0 0 0.55rem;
}

.lmg-product-card .brxe-product-rating {
	margin: 0 0 0.7rem;
}

.lmg-product-card .brxe-product-rating:not(:has(.star-rating)) {
	display: none;
}

.lmg-product-card .star-rating span:before {
	color: var(--lmg-orange);
}

.lmg-product-card .lmg-product-badges {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
}

.lmg-product-card .woocommerce-product-details__short-description,
.lmg-product-card .brxe-product-short-description {
	display: none;
}

.lmg-product-card .brxe-product-price {
	align-self: start;
	margin-top: auto;
	padding-top: 1rem;
}

.lmg-product-card .brxe-product-price .price {
	color: var(--lmg-green);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.lmg-product-card .brxe-product-add-to-cart {
	align-self: end;
	margin-top: 10px;
}

.lmg-product-summary p.stock.in-stock {
	background: var(--lmg-green-soft);
	border: 1px solid var(--lmg-line);
	border-left: 0.3rem solid var(--lmg-lime);
	color: var(--lmg-green-dark);
	display: inline-flex;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 1rem 0;
	max-width: 100%;
	padding: 0.7rem 0.9rem;
	border-radius: 0.2rem;
}

.lmg-product-badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
}

.lmg-product-badge {
	background: var(--lmg-lime);
	border-radius: 0;
	color: var(--lmg-green-dark);
	border-left: 0.25rem solid var(--lmg-orange);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.90rem 1.35rem;
	text-transform: uppercase;
}

.lmg-product-badge--event {
	background: var(--lmg-green-dark);
	border-left-color: var(--lmg-lime);
	color: #fff;
}

.lmg-product-card__sale {
	background: var(--lmg-red);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.55rem 0.7rem;
	text-transform: uppercase;
}

.lmg-product-layout {
	clear: both;
	display: block !important;
	max-width: 1100px;
	margin-inline: auto;
	width: 95%;
}

.lmg-product-layout > .brx-grid {
	align-items: start;
	display: grid !important;
	gap: clamp(1.25rem, 3vw, 2.5rem) !important;
	grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr) !important;
	margin-inline: auto;
	width: 100%;
}

.lmg-product-gallery-column,
.lmg-product-summary {
	min-width: 0;
}

.lmg-product-gallery-column .brxe-product-gallery {
	background: var(--lmg-green);
	box-shadow: 0 1rem 2.5rem rgba(18, 63, 53, 0.1);
	width: 100%;
}

.lmg-product-gallery-column .woocommerce-product-gallery {
	opacity: 1 !important;
}

.lmg-product-summary {
	background: var(--lmg-paper);
	border-left: 0.35rem solid var(--lmg-lime);
	position: relative;
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.lmg-product-summary:has(.lmg-product-badges) {
	padding-top: clamp(3.6rem, 5vw, 4.5rem);
}

.lmg-product-summary .brxe-product-title {
	color: var(--lmg-green-dark);
	font-size: clamp(1.65rem, 3vw, 2.65rem);
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 0.45rem;
}

.lmg-product-summary .lmg-product-badges {
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.lmg-product-summary .lmg-short-location {
	color: var(--lmg-muted);
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 0.9rem;
}

.lmg-product-summary .brxe-product-rating {
	margin-bottom: 0.8rem;
}

.lmg-product-summary .star-rating span:before{
	color: var(--lmg-orange);
}

.lmg-product-summary .price {
	color: var(--lmg-green);
	font-size: 1.8rem;
	font-weight: 700;
	margin: 1rem 0;
}

.lmg-product-summary .woocommerce-product-details__short-description {
  padding-top: 1rem;
  padding-bottom: 1rem;
	color: var(--lmg-muted);
	line-height: 1.7;
}

.lmg-product-summary .product_meta {
	border-top: 1px solid var(--lmg-line);
	color: var(--lmg-muted);
	font-size: 1.3rem;
	line-height: 1.7;
	margin-top: 1.5rem;
	padding-top: 1rem;
}

.lmg-product-details {
	background: var(--lmg-paper);
	border-top: 1px solid var(--lmg-line);
	box-shadow: 0 -0.75rem 2rem rgba(18, 63, 53, 0.04);
	margin-top: clamp(2rem, 5vw, 4rem);
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.lmg-product-tabs {
	border-bottom: 1px solid var(--lmg-line);
	margin-top: 0;
	padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.lmg-product-details .woocommerce-tabs ul.tabs {
	align-items: flex-end;
	display: flex;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.lmg-product-details .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0.75rem 0;
}

.lmg-product-details .woocommerce-tabs ul.tabs li a {
	color: var(--lmg-muted);
	font-weight: 700;
}

.lmg-product-details .woocommerce-tabs ul.tabs li.active a {
	color: var(--lmg-green-dark);
}

.lmg-product-details #reviews {
	color: var(--lmg-ink);
	margin-inline: auto;
	max-width: 72rem;
}

.lmg-product-details #reviews #comments > h2,
.lmg-product-details #reviews #review_form_wrapper h3 {
	color: var(--lmg-green-dark);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.2;
	margin: 0 0 1rem;
}

.lmg-product-details #reviews #comments {
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.lmg-product-details #reviews .woocommerce-noreviews {
	background: var(--lmg-green-soft);
	border: 1px solid var(--lmg-line);
	color: var(--lmg-muted);
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
}

.lmg-product-details #reviews .commentlist {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.lmg-product-details #reviews .commentlist li.review {
	background: var(--lmg-paper);
	border: 1px solid var(--lmg-line);
	border-left: 0.3rem solid var(--lmg-lime);
	margin: 0 0 0.85rem;
	padding: 1rem 1.15rem;
}

.lmg-product-details #reviews .comment-text {
	border: 0;
	margin: 0;
	padding: 0;
}

.lmg-product-details #reviews .comment-text p.meta {
	color: var(--lmg-muted);
	margin: 0 0 0.55rem;
}

.lmg-product-details #reviews .star-rating,
.lmg-product-details #reviews .star-rating::before,
.lmg-product-details #reviews .star-rating span::before,
.lmg-product-details #reviews p.stars a,
.lmg-product-details #reviews p.stars a::before {
	color: var(--lmg-orange);
}

.lmg-product-details #review_form_wrapper {
	background: var(--lmg-warm);
	border: 1px solid var(--lmg-line);
	border-top: 0.3rem solid var(--lmg-green);
	margin: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.lmg-product-details #review_form_wrapper form {
	display: grid;
	gap: 0 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lmg-product-details #review_form_wrapper form > p,
.lmg-product-details #review_form_wrapper form > .comment-form-rating,
.lmg-product-details #review_form_wrapper form > .comment-form-comment,
.lmg-product-details #review_form_wrapper form > .comment-notes,
.lmg-product-details #review_form_wrapper form > .comment-form-cookies-consent,
.lmg-product-details #review_form_wrapper form > .form-submit {
	grid-column: 1 / -1;
}

.lmg-product-details #review_form_wrapper form > .comment-form-author,
.lmg-product-details #review_form_wrapper form > .comment-form-email {
	grid-column: span 1;
}

.lmg-product-details #review_form_wrapper .comment-form-rating {
	margin: 0;
}

.lmg-product-details #review_form_wrapper .comment-form-rating label {
	color: var(--lmg-green-dark);
	display: block;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.lmg-product-details #review_form_wrapper p.stars {
	display: inline-block;
	margin: 0;
}

.lmg-product-details #review_form_wrapper p.stars a {
	color: var(--lmg-orange);
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.lmg-product-details #review_form_wrapper .comment-form-author,
.lmg-product-details #review_form_wrapper .comment-form-email,
.lmg-product-details #review_form_wrapper .comment-form-comment {
	margin-bottom: 1rem;
}

.lmg-product-details #review_form_wrapper input[type='text'],
.lmg-product-details #review_form_wrapper input[type='email'],
.lmg-product-details #review_form_wrapper textarea {
	background: var(--lmg-paper);
	border: 1px solid var(--lmg-line);
	border-radius: 0.2rem;
	box-sizing: border-box;
	color: var(--lmg-ink);
	padding: 0.7rem 0.8rem;
	width: 100%;
}

.lmg-product-details #review_form_wrapper textarea {
	min-height: 8rem;
	resize: vertical;
}

.lmg-product-details #review_form_wrapper .form-submit {
	margin: 0;
}

.lmg-product-details #review_form_wrapper .form-submit input[type='submit'] {
	background: var(--lmg-green);
	border: 1px solid var(--lmg-green);
	border-radius: 0.2rem;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.7rem 1rem;
}

.lmg-product-details #review_form_wrapper .form-submit input[type='submit']:hover {
	background: var(--lmg-green-dark);
	border-color: var(--lmg-green-dark);
}

.lmg-product-details .products {
	margin-top: 1.5rem;
}

@media (max-width: 767px) {
	.lmg-archive-hero,
	.lmg-product-header {
		padding: 1.5rem 1rem;
	}

	.lmg-product-layout > .brx-grid {
		grid-template-columns: 1fr !important;
	}

	.lmg-archive-toolbar__controls {
		align-items: stretch;
		flex-direction: column;
	}

	.lmg-archive-toolbar__controls .woocommerce-result-count {
		margin: 0;
	}

	.lmg-product-summary {
		border-left: 0;
		border-top: 0.35rem solid var(--lmg-lime);
	}

	.lmg-product-details .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lmg-product-card__content {
		align-content: start;
		grid-template-columns: 1fr;
		grid-template-rows: none;
		padding: 1rem;
	}

	.lmg-product-card .brxe-product-price,
	.lmg-product-card .brxe-product-add-to-cart {
		grid-column: 1 / -1;
		width: 100%;
	}

	.lmg-product-card .brxe-product-price {
		padding-top: 0.65rem;
	}

	.lmg-product-card .brxe-product-add-to-cart .button,
	.lmg-product-card .brxe-product-add-to-cart a.button {
		display: block;
		width: 100%;
	}

	.lmg-product-details #review_form_wrapper form {
		grid-template-columns: 1fr;
	}

	.lmg-product-details #review_form_wrapper form > .comment-form-author,
	.lmg-product-details #review_form_wrapper form > .comment-form-email {
		grid-column: 1 / -1;
	}
}

@media (max-width: 520px) {
	.lmg-product-details .products {
		grid-template-columns: 1fr;
	}
}