.mmm-country-selector {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

.mmm-country-selector > label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
	color: inherit;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.mmm-country-selector select {
	width: auto !important;
	min-width: 125px;
	max-width: 185px;
	height: 34px !important;
	min-height: 34px !important;
	margin: 0 !important;
	padding: 3px 32px 3px 11px !important;
	border: 1px solid currentColor !important;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.22) !important;
	color: inherit !important;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: none !important;
	cursor: pointer;
}

.mmm-country-selector select:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 782px) {
	.mmm-country-selector > label {
		gap: 6px;
		font-size: 13px;
	}

	.mmm-country-selector select {
		min-width: 105px;
		max-width: 145px;
		height: 32px !important;
		min-height: 32px !important;
		padding-right: 27px !important;
	}
}

.woocommerce ul.products li.product .price,
body.woocommerce-shop .products .product .price,
body.post-type-archive-product .products .product .price,
body.tax-product_cat .products .product .price,
.elementor-widget-wc-archive-products .products .product .price,
.wc-block-grid__product .price,
.wp-block-woocommerce-product-template .price {
	display: block;
	margin: 4px 0 10px !important;
	color: #0d4f3f !important;
	font-family: inherit !important;
	font-size: clamp(30px, 1.45vw, 36px) !important;
	font-weight: 800 !important;
	letter-spacing: -0.035em;
	line-height: 1.05 !important;
	opacity: 1 !important;
	filter: none !important;
	-webkit-text-fill-color: #0d4f3f !important;
}

.woocommerce ul.products li.product .price .amount,
body.woocommerce-shop .products .product .price .amount,
body.post-type-archive-product .products .product .price .amount,
body.tax-product_cat .products .product .price .amount,
.elementor-widget-wc-archive-products .products .product .price .amount,
.wc-block-grid__product .price .amount,
.wp-block-woocommerce-product-template .price .amount,
.woocommerce ul.products li.product .price bdi,
.elementor-widget-wc-archive-products .products .product .price bdi {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	opacity: 1 !important;
	filter: none !important;
	-webkit-text-fill-color: #0d4f3f !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop .products .product .woocommerce-loop-product__title,
body.post-type-archive-product .products .product .woocommerce-loop-product__title,
body.tax-product_cat .products .product .woocommerce-loop-product__title,
.elementor-widget-wc-archive-products .products .product .woocommerce-loop-product__title,
.wc-block-grid__product-title,
.wp-block-woocommerce-product-template .wp-block-post-title {
	display: block;
	min-height: 2.45em;
	margin-bottom: 8px !important;
	line-height: 1.225 !important;
}

.woocommerce ul.products li.product.product-type-variable .price,
body.woocommerce-shop .products .product.product-type-variable .price,
.elementor-widget-wc-archive-products .product-type-variable .price {
	font-size: clamp(26px, 1.25vw, 32px) !important;
	letter-spacing: -0.025em;
}

.mmm-unit-price {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin-top: 2px;
	padding: 5px 12px;
	border: 1.5px solid #5f9189;
	border-radius: 999px;
	background: transparent;
	color: #4f827b;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
	white-space: nowrap;
}

.mmm-unit-price .amount,
.mmm-unit-price-suffix {
	color: inherit !important;
	font: inherit;
}

@media (max-width: 782px) {
	.woocommerce ul.products li.product .price,
	body.woocommerce-shop .products .product .price,
	body.post-type-archive-product .products .product .price,
	body.tax-product_cat .products .product .price,
	.elementor-widget-wc-archive-products .products .product .price,
	.wc-block-grid__product .price,
	.wp-block-woocommerce-product-template .price {
		font-size: 30px !important;
	}

	.woocommerce ul.products li.product.product-type-variable .price,
	body.woocommerce-shop .products .product.product-type-variable .price,
	.elementor-widget-wc-archive-products .product-type-variable .price {
		font-size: 24px !important;
	}

	.mmm-unit-price {
		padding: 4px 10px;
		font-size: 12px;
	}
}
