/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

body,
#page,
#site-content {
	background-color: #f7f9fc;
}

.mstahel-best-sellers {
	--mstahel-navy: #06286b;
	--mstahel-orange: #ff9900;
	--mstahel-border: #e5e7eb;
	--mstahel-muted: #6b7280;
	background: #f7f9fc;
	border: 1px solid var(--mstahel-border);
	border-radius: 12px;
	color: #111827;
	padding: 24px;
}

.mstahel-best-sellers * {
	box-sizing: border-box;
}

.mstahel-best-sellers__layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(270px, .78fr);
	gap: 20px;
}

.mstahel-best-sellers__product {
	background: #fff;
	border: 1px solid var(--mstahel-border);
	border-radius: 10px;
	overflow: hidden;
}

.mstahel-best-sellers__featured {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 340px;
}

.mstahel-best-sellers__featured-content {
	display: flex;
	flex-direction: column;
	padding: 28px;
}

.mstahel-best-sellers__badge {
	align-self: flex-start;
	background: #ffb22c;
	border-radius: 999px;
	color: #503000;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 10px;
}

.mstahel-best-sellers h3 {
	font-size: 16px;
	line-height: 1.45;
	margin: 14px 0 6px;
}

.mstahel-best-sellers h3 a {
	color: var(--mstahel-navy);
}

.mstahel-best-sellers__featured h3 {
	font-size: 23px;
	margin-top: 18px;
}

.mstahel-best-sellers__featured-content > p {
	color: var(--mstahel-muted);
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.mstahel-best-sellers__featured-footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	padding-top: 24px;
}

.mstahel-best-sellers__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
}

.mstahel-best-sellers__price del {
	color: var(--mstahel-muted);
	font-size: 12px;
}

.mstahel-best-sellers__price strong {
	color: var(--mstahel-navy);
	font-size: 16px;
}

.mstahel-best-sellers__featured .mstahel-best-sellers__price {
	align-items: flex-start;
	flex-direction: column;
}

.mstahel-best-sellers__featured .mstahel-best-sellers__price strong {
	font-size: 25px;
}

.mstahel-best-sellers__featured-media {
	background: #f4f2f8;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 24px;
}

.mstahel-best-sellers__featured-media img {
	height: 100%;
	max-height: 290px;
	object-fit: contain;
	width: 100%;
}

.mstahel-best-sellers__list {
	display: grid;
	gap: 14px;
}

.mstahel-best-sellers__list-item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) 38px;
	align-items: center;
	gap: 12px;
	min-height: 104px;
	padding: 10px;
}

.mstahel-best-sellers__thumb {
	background: #f3f4f6;
	border-radius: 7px;
	display: block;
	height: 76px;
	overflow: hidden;
}

.mstahel-best-sellers__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mstahel-best-sellers__item-content {
	min-width: 0;
}

.mstahel-best-sellers__item-content h3 {
	display: -webkit-box;
	font-size: 13px;
	margin: 0 0 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mstahel-best-sellers__cart.button {
	background: var(--mstahel-orange);
	border: 0;
	border-radius: 7px;
	color: var(--mstahel-navy);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 20px;
	font-weight: 800;
	height: 44px;
	line-height: 1;
	margin: 0;
	min-width: 44px;
	padding: 0 14px;
	text-decoration: none;
}

.mstahel-best-sellers__cart.button:hover {
	background: #ea8500;
	color: #041b4a;
}

.mstahel-best-sellers__list-item .mstahel-best-sellers__cart.button {
	background: #eef1f7;
	border-radius: 50%;
	color: var(--mstahel-navy);
	height: 38px;
	min-width: 38px;
	padding: 0;
	width: 38px;
}

.mstahel-best-sellers__list-item .mstahel-best-sellers__cart.button:hover {
	background: var(--mstahel-orange);
}

.mstahel-best-sellers__cart b {
	font-size: 13px;
}

@media (max-width: 991px) {
	.mstahel-best-sellers__layout {
		grid-template-columns: 1fr;
	}

	.mstahel-best-sellers__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mstahel-best-sellers__list-item {
		grid-template-columns: 68px minmax(0, 1fr) 38px;
	}
}

@media (max-width: 767px) {
	.mstahel-best-sellers {
		border-radius: 8px;
		padding: 14px;
	}

	.mstahel-best-sellers__featured {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.mstahel-best-sellers__featured-media {
		grid-row: 1;
		height: 260px;
		padding: 18px;
	}

	.mstahel-best-sellers__featured-content {
		padding: 20px;
	}

	.mstahel-best-sellers__featured h3 {
		font-size: 20px;
	}

	.mstahel-best-sellers__featured-footer {
		margin-top: 18px;
		padding-top: 0;
	}

	.mstahel-best-sellers__list {
		display: grid;
		grid-auto-columns: minmax(260px, 82vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.mstahel-best-sellers__list-item {
		scroll-snap-align: start;
	}
}

@media (max-width: 420px) {
	.mstahel-best-sellers__featured-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.mstahel-best-sellers__featured .mstahel-best-sellers__cart {
		width: 100%;
	}
}

mark,
ins {
	background: transparent;
}

a.product-loop-button-atc.em-button:is(.product_type_simple, .product_type_variable) {
	width: 100%;
}

/* Mstahel CRO single product. */
.mstahel-product-page {
	--msp-navy: #06286b;
	--msp-navy-deep: #041b4a;
	--msp-orange: #ff9900;
	--msp-orange-hover: #ea8500;
	--msp-bg: #f7f9fc;
	--msp-surface: #fff;
	--msp-soft: #f4f3f9;
	--msp-text: #111827;
	--msp-muted: #6b7280;
	--msp-border: #e5e7eb;
	--msp-success: #16a34a;
	--msp-radius: 16px;
	--msp-radius-small: 12px;
	background: var(--msp-bg);
	color: var(--msp-text);
	font-family: Cairo, Tajawal, Arial, sans-serif;
	margin-bottom: 0;
	padding-bottom: 56px;
}

.mstahel-product-page *,
.mstahel-product-page *::before,
.mstahel-product-page *::after {
	box-sizing: border-box;
}

.mstahel-product-page__container {
	margin: 0 auto;
	max-width: 1280px;
	padding: 22px 24px 0;
}

.mstahel-product-page .woocommerce-breadcrumb {
	color: var(--msp-muted);
	font-size: 13px;
	margin: 0 0 22px;
}

.mstahel-product-page .woocommerce-breadcrumb a {
	color: var(--msp-muted);
}

.mstahel-product-page .woocommerce-breadcrumb a:hover {
	color: var(--msp-orange-hover);
}

.mstahel-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
	gap: 44px;
	margin-bottom: 42px;
}

.mstahel-product-gallery {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	gap: 14px;
	min-width: 0;
}

.mstahel-product-gallery__main {
	background: var(--msp-surface);
	border: 1px solid var(--msp-border);
	border-radius: 8px;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.mstahel-product-gallery__main > a {
	cursor: zoom-in;
	display: block;
	height: 100%;
}

.mstahel-product-lightbox {
	background: transparent;
	border: 0;
	height: 92vh;
	margin: auto;
	max-height: 920px;
	max-width: 1100px;
	overflow: visible;
	padding: 48px 64px;
	width: 94vw;
}

.mstahel-product-lightbox[open] {
	display: grid;
	place-items: center;
}

.mstahel-product-lightbox::backdrop {
	background: rgba(4, 27, 74, .92);
}

.mstahel-product-lightbox img {
	background: #fff;
	border-radius: 8px;
	display: block;
	max-height: calc(92vh - 96px);
	max-width: 100%;
	object-fit: contain;
}

.mstahel-product-lightbox__close,
.mstahel-product-lightbox__nav {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: var(--msp-navy);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: absolute;
	width: 44px;
}

.mstahel-product-lightbox__close {
	right: 10px;
	top: 10px;
}

.mstahel-product-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
}

.mstahel-product-lightbox__nav--prev {
	left: 10px;
}

.mstahel-product-lightbox__nav--next {
	right: 10px;
}

.mstahel-product-gallery__main-image {
	aspect-ratio: 1 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mstahel-product-gallery__badge {
	background: var(--msp-orange);
	border-radius: 999px;
	color: var(--msp-navy-deep);
	font-size: 12px;
	font-weight: 800;
	padding: 6px 11px;
	position: absolute;
	right: 14px;
	top: 14px;
}

.mstahel-product-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 72px;
}

.mstahel-product-gallery__thumb {
	background: var(--msp-surface);
	border: 1px solid var(--msp-border);
	border-radius: 7px;
	cursor: pointer;
	height: 72px;
	overflow: hidden;
	padding: 0;
	transition: border-color .2s ease, opacity .2s ease;
	width: 72px;
}

.mstahel-product-gallery__thumb:not(.is-active) {
	opacity: .7;
}

.mstahel-product-gallery__thumb.is-active,
.mstahel-product-gallery__thumb:hover {
	border-color: var(--msp-navy);
	opacity: 1;
}

.mstahel-product-gallery__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mstahel-product-summary {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mstahel-product-summary__title {
	color: var(--msp-navy);
	font-size: clamp(28px, 2.3vw, 38px);
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
}

.mstahel-product-rating {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	color: var(--msp-muted);
	font-size: 13px;
	margin-bottom: 16px;
}

.mstahel-product-rating .star-rating {
	color: #ffb22c;
	margin: 0;
}

.mstahel-product-benefits {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.mstahel-product-benefits li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 15px;
	line-height: 1.65;
}

.mstahel-product-benefits li span {
	background: #e8f7ec;
	border-radius: 50%;
	color: var(--msp-success);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	height: 22px;
	margin-top: 2px;
	min-width: 22px;
}

.mstahel-product-purchase-notice {
	align-items: flex-start;
	background: #fff8eb;
	border: 1px solid #ffd99a;
	border-inline-start: 3px solid var(--msp-orange);
	border-radius: 7px;
	color: var(--msp-navy-deep);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
	line-height: 1.7;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.mstahel-product-purchase-notice b {
	align-items: center;
	background: var(--msp-orange);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 20px;
	height: 20px;
	justify-content: center;
}

.mstahel-product-stock {
	align-items: center;
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	border-radius: 7px;
	color: #166534;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 9px;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.mstahel-product-stock > span {
	background: currentColor;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.mstahel-product-stock.is-out-of-stock {
	background: #fff1f2;
	border-color: #fecdd3;
	color: #9f1239;
}

.mstahel-product-price {
	background: var(--msp-surface);
	border: 1px solid var(--msp-border);
	border-radius: 8px;
	margin-bottom: 18px;
	padding: 17px;
}

.mstahel-product-price__row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
}

.mstahel-product-price__row strong {
	color: var(--msp-navy);
	font-size: 26px;
	font-weight: 800;
}

.mstahel-product-price__row del {
	color: var(--msp-muted);
	font-size: 14px;
}

.mstahel-product-price__row > span {
	background: #ffdad6;
	border-radius: 5px;
	color: #93000a;
	font-size: 12px;
	font-weight: 800;
	margin-inline-start: auto;
	padding: 5px 8px;
}

.mstahel-product-price > p {
	color: var(--msp-success);
	font-size: 13px;
	font-weight: 700;
	margin: 5px 0 0;
}

.mstahel-product-purchase form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
}

.mstahel-product-offers {
	margin-bottom: 18px;
}

.mstahel-product-offers > h2 {
	color: var(--msp-navy);
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 10px;
}

.mstahel-product-offers .dynamic-pricing-discounts--grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	overflow: visible;
	padding-top: 8px;
}

.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {
	background: #fff;
	border: 1px solid var(--msp-border);
	border-radius: 7px;
	min-width: 0;
	padding: 18px 10px 14px;
	width: auto;
}

.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item.active {
	background: var(--msp-soft);
	border-color: var(--msp-orange);
	box-shadow: 0 0 0 1px var(--msp-orange);
}

.mstahel-product-offers .dynamic-pricing-discounts-item__popular {
	--em-popular-bg-color: var(--msp-orange);
}

.mstahel-product-offers .dynamic-pricing-discounts-item__discount {
	background: var(--msp-orange);
	color: var(--msp-navy-deep);
	font-weight: 800;
}

.mstahel-product-offers__single .dynamic-pricing-discounts-item__discount {
	background: var(--msp-navy);
	color: #fff;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__form {
	color: var(--msp-navy);
	font-weight: 800;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__price {
	white-space: nowrap;
}

.mstahel-product-purchase form.cart .variations,
.mstahel-product-purchase form.cart .single_variation_wrap,
.mstahel-product-purchase form.cart .woocommerce-variation-add-to-cart,
.mstahel-product-purchase form.cart .ecomus-product-atc-group {
	width: 100%;
}

.mstahel-product-purchase form.cart .ecomus-product-atc-group {
	display: flex;
	align-items: center;
	gap: 14px;
}

.mstahel-product-purchase form.cart .variations {
	border: 0;
	margin-bottom: 10px;
}

.mstahel-product-purchase form.cart .variations th,
.mstahel-product-purchase form.cart .variations td {
	border: 0;
	padding: 6px 0;
}

.mstahel-product-purchase form.cart .variations label,
.mstahel-product-purchase .quantity__label {
	color: var(--msp-text);
	font-size: 13px;
	font-weight: 700;
}

.mstahel-product-purchase .quantity__label,
.mstahel-product-purchase .em-product-item__data {
	display: none;
}

.mstahel-product-purchase .em-product-quantity {
	flex: 0 0 122px;
}

#product-order:has(.mstahel-product-offers) .em-product-quantity {
	display: none;
}

.single-product div.product .mstahel-product-purchase .ecomus-product-atc-group .quantity {
	--em-quantity-height: 52px;
	background: var(--msp-surface);
	border: 1px solid #d9dee8;
	border-radius: 999px;
	margin: 0;
}

.mstahel-product-purchase .single_add_to_cart_button,
.mstahel-product-purchase .em-buy-now-button {
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
}

.single-product div.product .mstahel-product-purchase .single_add_to_cart_button {
	--em-button-bg-color: var(--msp-navy);
	--em-button-bg-color-hover: var(--msp-navy-deep);
	--em-button-color: #fff;
	--em-button-color-hover: #fff;
	border: 1px solid var(--msp-navy-deep);
	box-shadow: 0 5px 0 var(--msp-navy-deep);
	flex: 1;
	margin: 0 0 5px;
	max-width: none;
}

.mstahel-product-purchase .single_add_to_cart_button .divide,
.mstahel-product-purchase .single_add_to_cart_button .price {
	display: none;
}

.mstahel-product-purchase .em-buy-now-button {
	--em-button-bg-color: #fc9a24;
	--em-button-bg-color-hover: #fc9a24;
	--em-button-color: #041b4a;
	--em-button-color-hover: #041b4a;
	border: 1px solid #df8300;
	box-shadow: 0 6px 0 #cf7600;
	font-size: 17px;
	margin-top: 20px;
	min-height: 58px;
	width: 100%;
}

.mstahel-product-purchase .em-buy-now-button .ecomus-svg-icon {
	display: none;
}

.mstahel-product-purchase .single_add_to_cart_button:active,
.mstahel-product-purchase .em-buy-now-button:active {
	box-shadow: none;
	transform: translateY(5px);
}

.single-product div.product .mstahel-product-purchase form.cart .product-featured-icons,
.single-product div.product .mstahel-product-purchase form.cart .ecomus-product-extra-link {
	display: none;
}

.mstahel-product-delivery {
	border-top: 1px solid var(--msp-border);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	font-size: 13px;
	padding-top: 16px;
}

.mstahel-product-delivery strong {
	color: var(--msp-navy);
	width: 100%;
}

.mstahel-product-delivery span {
	color: var(--msp-muted);
}

.mstahel-product-trust {
	background: transparent;
	border: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 220px));
	justify-content: center;
	gap: 18px;
	margin-bottom: 48px;
	padding: 18px 12px 26px;
}

.mstahel-product-trust > div {
	align-items: center;
	background: var(--msp-navy);
	border: 1px solid rgb(255 255 255 / 16%);
	border-radius: 14px;
	box-shadow: 0 6px 0 var(--msp-navy-deep), 0 12px 24px rgb(4 27 74 / 14%);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 112px;
	padding: 18px 14px;
	position: relative;
	text-align: center;
}

.mstahel-product-trust > div:nth-child(1) {
	transform: rotate(-2deg);
}

.mstahel-product-trust > div:nth-child(2) {
	transform: rotate(1.5deg);
}

.mstahel-product-trust > div:nth-child(3) {
	transform: rotate(-1deg);
}

.mstahel-product-trust > div::after {
	background: var(--msp-orange);
	border: 2px solid #fff;
	border-radius: 50%;
	content: "";
	height: 10px;
	inset-inline-start: 10px;
	position: absolute;
	top: 9px;
	width: 10px;
}

.mstahel-product-trust b {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	height: 26px;
	line-height: 1;
	width: 26px;
}

.mstahel-product-trust span {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.mstahel-product-media-section {
	background: var(--msp-surface);
	margin-bottom: 48px;
	padding: 30px;
}

.mstahel-product-media-section__heading {
	margin-bottom: 22px;
}

.mstahel-product-media-section__heading h2 {
	color: var(--msp-navy);
	font-size: 28px;
	font-weight: 800;
	margin: 5px 0 0;
}

.mstahel-product-media-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mstahel-product-ugc .mstahel-product-media-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mstahel-product-media-card {
	background: #fff;
	border: 1px solid var(--msp-border);
	border-radius: 8px;
	min-width: 0;
	overflow: hidden;
}

.mstahel-product-media-card video {
	aspect-ratio: 16 / 9;
	background: #050b18;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mstahel-product-ugc .mstahel-product-media-card video {
	aspect-ratio: 9 / 16;
}

.mstahel-product-media-card__content {
	padding: 14px 16px 16px;
}

.mstahel-product-media-card__content h3 {
	color: var(--msp-navy);
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 5px;
}

.mstahel-product-media-card__content p {
	color: var(--msp-muted);
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
}

.mstahel-product-story {
	background: var(--msp-surface);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
	margin-bottom: 48px;
	padding: 30px;
}

.mstahel-product-story--reverse .mstahel-product-story__content {
	order: 2;
}

.mstahel-product-story h2,
.mstahel-product-guide h2,
.mstahel-product-description h2,
.mstahel-product-faq h2 {
	color: var(--msp-navy);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.35;
	margin: 6px 0 14px;
}

.mstahel-product-section-kicker {
	color: var(--msp-orange-hover);
	font-size: 13px;
	font-weight: 800;
}

.mstahel-product-story__content > div {
	color: var(--msp-muted);
	font-size: 16px;
	line-height: 1.9;
}

.mstahel-product-story figure {
	margin: 0;
}

.mstahel-product-story figure img {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mstahel-product-guides {
	margin-inline: auto;
	margin-bottom: 48px;
	max-width: 960px;
}

.mstahel-product-guide {
	background: transparent;
	border: 0;
	padding: 0;
}

.mstahel-product-guide h2 {
	color: var(--msp-navy);
	font-size: 30px;
	margin: 0 0 22px;
	text-align: center;
}

.mstahel-product-guide ul,
.mstahel-product-guide ol {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
}

.mstahel-product-guide ul {
	list-style: none;
}

.mstahel-product-guide ul li::before {
	color: var(--msp-success);
	content: "✓";
	font-weight: 900;
	margin-inline-end: 9px;
}

.mstahel-product-guide ol {
	counter-reset: mstahel-step;
	list-style: none;
}

.mstahel-product-guide ol li {
	align-items: center;
	background: var(--msp-surface);
	border: 1px solid #d9dee8;
	border-radius: 16px;
	box-shadow: 0 4px 14px rgb(4 27 74 / 6%);
	counter-increment: mstahel-step;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 3px 14px;
	min-height: 78px;
	padding: 14px 18px;
}

.mstahel-product-guide ol li::before {
	background: var(--msp-navy);
	border: 3px solid var(--msp-orange);
	border-radius: 50%;
	color: #fff;
	content: counter(mstahel-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-row: 1 / 3;
	font-size: 16px;
	font-weight: 800;
	height: 40px;
	width: 40px;
}

.mstahel-product-guide ol strong {
	color: var(--msp-navy-deep);
	font-size: 15px;
}

.mstahel-product-guide ol span {
	color: var(--msp-muted);
	font-size: 14px;
	line-height: 1.7;
}

.mstahel-product-description,
.mstahel-product-faq {
	background: var(--msp-surface);
	margin-bottom: 48px;
	padding: 28px;
}

.mstahel-product-specifications {
	background: var(--msp-surface);
	border: 1px solid var(--msp-border);
	border-radius: 8px;
	margin-bottom: 48px;
	padding: 28px;
}

.mstahel-product-specifications h2,
.mstahel-product-reviews > h2 {
	color: var(--msp-navy);
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 20px;
}

.mstahel-product-specifications dl {
	border: 1px solid var(--msp-border);
	border-bottom: 0;
	margin: 0;
}

.mstahel-product-specifications dl > div {
	border-bottom: 1px solid var(--msp-border);
	display: grid;
	grid-template-columns: minmax(140px, .4fr) 1fr;
}

.mstahel-product-specifications dt,
.mstahel-product-specifications dd {
	margin: 0;
	padding: 13px 16px;
}

.mstahel-product-specifications dt {
	background: var(--msp-soft);
	color: var(--msp-navy);
	font-weight: 800;
}

.mstahel-product-specifications dd {
	color: var(--msp-muted);
}

.mstahel-product-description > div {
	color: var(--msp-muted);
	line-height: 1.85;
}

.mstahel-product-faq__list {
	display: grid;
	gap: 10px;
}

.mstahel-product-faq details {
	border: 1px solid var(--msp-border);
	border-radius: 7px;
}

.mstahel-product-faq summary {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	list-style: none;
	padding: 15px 17px;
}

.mstahel-product-faq summary::-webkit-details-marker {
	display: none;
}

.mstahel-product-faq details[open] summary span {
	transform: rotate(180deg);
}

.mstahel-product-faq details > div {
	color: var(--msp-muted);
	line-height: 1.8;
	padding: 0 17px 15px;
}

.mstahel-product-final-cta {
	align-items: center;
	background: var(--msp-navy);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
	padding: 26px 30px;
}

.mstahel-product-final-cta h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	margin: 0 0 5px;
}

.mstahel-product-final-cta p {
	color: rgba(255, 255, 255, .78);
	margin: 0;
}

.mstahel-product-final-cta__action {
	align-items: center;
	display: flex;
	gap: 18px;
}

.mstahel-product-final-cta__action strong {
	font-size: 20px;
	white-space: nowrap;
}

.mstahel-product-final-cta__action .button {
	background: var(--msp-orange);
	border-radius: 7px;
	color: var(--msp-navy-deep);
	font-weight: 800;
	min-width: 170px;
	text-align: center;
}

.mstahel-product-reviews {
	background: var(--msp-surface);
	margin-bottom: 48px;
	padding: 30px;
}

.mstahel-product-reviews__summary {
	align-items: center;
	border: 1px solid var(--msp-border);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 180px 1fr;
	margin-bottom: 28px;
	padding: 22px;
}

.mstahel-product-reviews__score {
	align-items: center;
	border-inline-end: 1px solid var(--msp-border);
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mstahel-product-reviews__score > strong {
	color: var(--msp-navy);
	font-size: 42px;
	line-height: 1;
}

.mstahel-product-reviews .star-rating {
	color: #ffb22c;
	margin: 0;
}

.mstahel-product-reviews__score > span {
	color: var(--msp-muted);
	font-size: 12px;
}

.mstahel-product-reviews__distribution {
	display: grid;
	gap: 7px;
	padding-inline-start: 28px;
}

.mstahel-product-reviews__distribution > div {
	align-items: center;
	display: grid;
	font-size: 12px;
	grid-template-columns: 38px 1fr 24px;
	gap: 9px;
}

.mstahel-product-reviews__distribution i {
	background: var(--msp-border);
	border-radius: 999px;
	height: 7px;
	overflow: hidden;
}

.mstahel-product-reviews__distribution b {
	background: #ffb22c;
	display: block;
	height: 100%;
}

.mstahel-product-reviews .woocommerce-Reviews-title {
	display: none;
}

.mstahel-product-reviews .commentlist {
	display: grid;
	gap: 20px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.mstahel-product-reviews .commentlist > li {
	background: #fff;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(4, 27, 74, .08);
	padding: 28px;
}

.mstahel-product-reviews .comment_container {
	display: block;
	margin: 29px;
	position: relative;
}

.star-rating .user-rating {
	color: gold;
}

.mstahel-product-reviews .avatar {
	border-radius: 50%;
	bottom: 0;
	height: 48px;
	inset-inline-start: 0;
	position: absolute;
	width: 48px;
}

.mstahel-product-reviews .comment-text {
	border: 0 !important;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
}

.mstahel-product-reviews .comment-text .star-rating {
	order: 1;
	align-self: flex-start;
	font-size: 18px;
	margin-bottom: 20px;
}

.mstahel-product-reviews .description {
	order: 2;
	color: var(--msp-text);
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 22px;
}

.mstahel-product-reviews .description p {
	margin: 0;
}

.mstahel-product-reviews .meta {
	order: 4;
	align-content: center;
	color: var(--msp-muted);
	display: grid;
	line-height: 1.5;
	margin: 0 !important;
	min-height: 48px;
	padding-inline-start: 60px;
}

.mstahel-product-reviews .woocommerce-review__author {
	color: var(--msp-text);
	font-size: 17px;
	font-weight: 800;
}

.mstahel-product-reviews .woocommerce-review__dash {
	display: none;
}

.mstahel-product-reviews .woocommerce-review__published-date {
	font-size: 13px;
}

.mstahel-review-photo {
	order: 3;
	margin: 0 0 22px;
}

.mstahel-review-photo img {
	border-radius: 14px;
	display: block;
	height: 140px;
	object-fit: cover;
	width: 140px;
}

.mstahel-product-review-screenshots {
	background: #fff;
	border-radius: 16px;
	padding: 30px;
}

.mstahel-product-review-screenshots__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mstahel-product-review-screenshots__heading h2 {
	color: var(--msp-navy);
	font-size: 30px;
	font-weight: 800;
	margin: 0;
}

.mstahel-product-review-screenshots__controls {
	display: flex;
	gap: 8px;
}

.mstahel-product-review-screenshots__controls button {
	align-items: center;
	background: var(--msp-navy);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.mstahel-product-review-screenshots__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mstahel-product-review-screenshots__track::-webkit-scrollbar {
	display: none;
}

.mstahel-product-review-screenshots__card {
	background: #f7f9fc;
	border: 1px solid var(--msp-border);
	border-radius: 14px;
	display: grid;
	flex: 0 0 calc((100% - 32px) / 3);
	margin: 0;
	min-height: 320px;
	overflow: hidden;
	place-items: center;
	scroll-snap-align: start;
}

.mstahel-product-review-screenshots__card img {
	display: block;
	height: auto;
	max-height: 440px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 767px) {
	.mstahel-product-review-screenshots {
		padding: 20px 16px;
	}

	.mstahel-product-review-screenshots__heading h2 {
		font-size: 24px;
	}

	.mstahel-product-review-screenshots__controls {
		align-items: center;
		flex: 0 0 auto;
	}

	.mstahel-product-review-screenshots__controls button {
		flex: 0 0 36px;
		font-size: 17px;
		height: 36px;
		line-height: 1;
		margin: 0;
		min-height: 36px;
		min-width: 36px;
		width: 36px;
	}

	.mstahel-product-review-screenshots__card {
		flex-basis: 88%;
		min-height: 260px;
	}
}

.mstahel-product-reviews .comment-respond {
	background: var(--msp-soft);
	border-radius: 8px;
	padding: 22px;
}

.mstahel-product-reviews .comment-reply-title {
	color: var(--msp-navy);
	font-size: 20px;
	font-weight: 800;
}

.mstahel-product-reviews .comment-form textarea,
.mstahel-product-reviews .comment-form input[type="text"],
.mstahel-product-reviews .comment-form input[type="email"] {
	background: #fff;
	border: 1px solid var(--msp-border);
	border-radius: 7px;
}

.mstahel-product-reviews .form-submit .submit {
	background: var(--msp-orange);
	border: 0;
	border-radius: 7px;
	color: var(--msp-navy-deep);
	font-weight: 800;
}

.mstahel-product-related {
	background: var(--msp-surface);
	padding: 30px;
}

.mstahel-product-related .related > h2 {
	color: var(--msp-navy);
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}

@media (max-width: 991px) {
	.mstahel-product-hero {
		gap: 26px;
	}

	.mstahel-product-story {
		gap: 24px;
		padding: 22px;
	}

	.mstahel-product-media-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mstahel-product-ugc .mstahel-product-media-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.mstahel-product-page {
		padding-bottom: 82px;
	}

	.mstahel-product-page__container {
		padding: 0;
	}

	.mstahel-product-page .woocommerce-breadcrumb {
		font-size: 11px;
		margin: 0;
		padding: 12px 16px;
	}

	.mstahel-product-hero {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 0;
	}

	.mstahel-product-gallery {
		align-items: stretch;
		background: var(--msp-surface);
		flex-direction: column;
		gap: 0;
	}

	.mstahel-product-gallery__main {
		border: 0;
		border-radius: 0;
	}

	.mstahel-product-gallery__thumbs {
		flex-direction: row;
		gap: 8px;
		overflow-x: auto;
		padding: 12px 16px;
		width: 100%;
	}

	.mstahel-product-gallery__thumb,
	.mstahel-product-gallery__thumb img {
		height: 62px;
		min-width: 62px;
		width: 62px;
	}

	.mstahel-product-lightbox {
		height: 100dvh;
		padding: 54px 12px;
		width: 100vw;
	}

	.mstahel-product-lightbox img {
		max-height: calc(100dvh - 108px);
	}

	.mstahel-product-lightbox__nav {
		height: 40px;
		width: 40px;
	}

	.mstahel-product-lightbox__nav--prev {
		left: 16px;
	}

	.mstahel-product-lightbox__nav--next {
		right: 16px;
	}

	.mstahel-product-summary {
		background: var(--msp-surface);
		padding: 17px 16px 22px;
	}

	.mstahel-product-summary__title {
		font-size: 25px;
	}

	.mstahel-product-price__row strong {
		font-size: 23px;
	}

	.mstahel-product-purchase form.cart .variations select {
		min-height: 44px;
		width: 100%;
	}

	.mstahel-product-purchase .em-product-quantity {
		flex-basis: 132px;
	}

	.mstahel-product-purchase form.cart .quantity {
		width: 132px;
	}

	.mstahel-product-purchase form.cart .quantity .qty {
		width: calc(100% - 76px);
	}

	.mstahel-product-trust {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		justify-content: center;
		margin: 8px 0;
		padding: 20px 4px 26px;
	}

	.mstahel-product-trust > div {
		min-height: 90px;
		padding: 12px 4px;
	}

	.mstahel-product-trust > div:nth-child(1) {
		transform: rotate(-1.5deg);
	}

	.mstahel-product-trust > div:nth-child(2) {
		transform: rotate(1.5deg);
	}

	.mstahel-product-trust > div:nth-child(3) {
		transform: rotate(-1deg);
	}

	.mstahel-product-trust b {
		font-size: 17px;
		height: 20px;
		width: 20px;
	}

	.mstahel-product-trust span {
		font-size: 10px;
		line-height: 1.4;
	}

	.mstahel-product-story,
	.mstahel-product-story--reverse {
		display: flex;
		flex-direction: column-reverse;
		gap: 18px;
		margin: 8px 0;
		padding: 24px 16px;
	}

	.mstahel-product-story--reverse .mstahel-product-story__content {
		order: initial;
	}

	.mstahel-product-story h2,
	.mstahel-product-description h2,
	.mstahel-product-faq h2,
	.mstahel-product-specifications h2,
	.mstahel-product-media-section__heading h2,
	.mstahel-product-reviews > h2 {
		font-size: 23px;
	}

	.mstahel-product-story__content > div {
		font-size: 14px;
	}

	.mstahel-product-guides {
		grid-template-columns: 1fr;
		gap: 8px;
		margin: 8px 0 24px;
	}

	.mstahel-product-guide,
	.mstahel-product-description,
	.mstahel-product-faq,
	.mstahel-product-specifications,
	.mstahel-product-media-section,
	.mstahel-product-reviews,
	.mstahel-product-related {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		margin: 0;
		padding: 24px 16px;
	}

	.mstahel-product-guide + .mstahel-product-guide,
	.mstahel-product-description,
	.mstahel-product-faq,
	.mstahel-product-specifications,
	.mstahel-product-media-section,
	.mstahel-product-reviews,
	.mstahel-product-related {
		border-top: 8px solid var(--msp-bg);
	}

	.mstahel-product-guide {
		background: transparent;
		border: 0;
		padding: 24px 16px 28px;
	}

	.mstahel-product-guide h2 {
		font-size: 24px;
		margin-bottom: 18px;
		text-align: center;
	}

	.mstahel-product-guide ol {
		gap: 10px;
	}

	.mstahel-product-guide ol li {
		border-radius: 14px;
		grid-template-columns: 38px 1fr;
		gap: 2px 10px;
		min-height: 70px;
		padding: 12px;
	}

	.mstahel-product-guide ol li::before {
		font-size: 14px;
		height: 36px;
		width: 36px;
	}

	.mstahel-product-guide ol strong {
		font-size: 14px;
	}

	.mstahel-product-guide ol span {
		font-size: 12px;
	}

	.mstahel-product-media-grid,
	.mstahel-product-ugc .mstahel-product-media-grid {
		grid-auto-columns: minmax(260px, 84vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.mstahel-product-ugc .mstahel-product-media-grid {
		grid-auto-columns: minmax(220px, 72vw);
	}

	.mstahel-product-media-card {
		scroll-snap-align: start;
	}

	.mstahel-product-related .related > h2 {
		font-size: 23px;
	}

	.mstahel-product-specifications dl > div {
		grid-template-columns: 118px 1fr;
	}

	.mstahel-product-specifications dt,
	.mstahel-product-specifications dd {
		font-size: 13px;
		padding: 11px 12px;
	}

	.mstahel-product-final-cta {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		margin: 8px 0 0;
		padding: 24px 16px;
	}

	.mstahel-product-final-cta h2 {
		font-size: 22px;
	}

	.mstahel-product-final-cta__action {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.mstahel-product-final-cta__action .button {
		min-width: 0;
		width: 100%;
	}

	.mstahel-product-reviews__summary {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 18px;
	}

	.mstahel-product-reviews__score {
		border-bottom: 1px solid var(--msp-border);
		border-inline-end: 0;
		padding-bottom: 18px;
	}

	.mstahel-product-reviews__distribution {
		padding: 0;
	}

	.mstahel-product-reviews .comment_container {
		display: block;
	}

	.mstahel-product-reviews .avatar {
		height: 48px;
		width: 48px;
	}

	.mstahel-review-photo img {
		height: 110px;
		width: 110px;
	}

	#ecomus-sticky-add-to-cart {
		background: white;
		border-top: 1px solid var(--msp-border);
		box-shadow: 0 -4px 16px rgba(4, 27, 74, .09);
		padding: 9px 0;
	}

	#ecomus-sticky-add-to-cart .em-container {
		padding: 0 12px;
	}

	#ecomus-sticky-add-to-cart .ecomus-sticky-atc__title {
		font-size: 11px;
		max-width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#ecomus-sticky-add-to-cart .ecomus-sticky-atc__price {
		color: var(--msp-navy);
		font-size: 13px;
		font-weight: 800;
	}

	#ecomus-sticky-add-to-cart .single_add_to_cart_button,
	#ecomus-sticky-add-to-cart .em-add-to-cart-options {
		--em-button-bg-color: var(--msp-orange);
		--em-button-bg-color-hover: var(--msp-orange-hover);
		--em-button-color: var(--msp-navy-deep);
		border-radius: 7px;
		min-height: 42px;
	}
}

@media (max-width: 420px) {
	.mstahel-product-offers .dynamic-pricing-discounts--grid {
		grid-template-columns: 1fr;
		overflow-x: visible;
		padding-bottom: 5px;
	}

}

.mstahel-product-gallery__main,
.mstahel-product-summary,
.mstahel-product-trust,
.mstahel-product-media-section,
.mstahel-product-story,
.mstahel-product-guide,
.mstahel-product-description,
.mstahel-product-faq,
.mstahel-product-specifications,
.mstahel-product-final-cta,
.mstahel-product-reviews,
.mstahel-product-related {
	border-radius: var(--msp-radius);
}

.mstahel-product-gallery__main,
.mstahel-product-media-card,
.mstahel-product-story figure img,
.mstahel-product-specifications dl {
	overflow: hidden;
}

.mstahel-product-purchase-notice,
.mstahel-product-stock,
.mstahel-product-price,
.mstahel-product-gallery__thumb,
.mstahel-product-media-card,
.mstahel-product-story figure img,
.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item,
.mstahel-product-purchase select,
.mstahel-product-specifications dl,
.mstahel-product-faq details,
.mstahel-product-final-cta__action .button,
.mstahel-product-reviews__summary,
.mstahel-product-reviews .comment-respond,
.mstahel-product-reviews .comment-form textarea,
.mstahel-product-reviews .comment-form input,
.mstahel-product-reviews .form-submit .submit,
.mstahel-review-photo img {
	border-radius: var(--msp-radius-small);
}

#ecomus-sticky-add-to-cart .single_add_to_cart_button:not(.em-add-to-cart-options) {
	--em-button-bg-color: #fc9a24;
	--em-button-bg-color-hover: #fc9a24;
	--em-button-color: #041b4a;
	--em-button-color-hover: #041b4a;
	background-color: #fc9a24 !important;
	border: 1px solid #df8300;
	border-radius: 999px;
	box-shadow: 0 5px 0 #cf7600 !important;
	color: #041b4a !important;
	font-weight: 800;
	min-height: 52px;
}

#ecomus-sticky-add-to-cart .em-add-to-cart-options {
	border-radius: 12px;
}

.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {
	align-items: center;
	background: #fffaf0;
	border: 2px dashed var(--msp-orange);
	border-radius: var(--msp-radius);
	cursor: pointer;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	padding: 14px 16px;
	transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item:hover {
	background: #fff;
	transform: translateY(-1px);
}

.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item.active {
	background: #fff;
	border-color: var(--msp-navy);
	border-style: solid;
	box-shadow: 0 0 0 2px rgba(255, 153, 0, .18);
}

.mstahel-product-offers .dynamic-pricing-discounts-item__summary {
	align-items: center;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	gap: 10px;
	min-width: 0;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__quantity {
	accent-color: var(--msp-orange);
	height: 16px;
	margin: 0;
	width: 16px;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__form {
	color: var(--msp-navy);
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__form::after {
	color: var(--msp-muted);
	content: "اختار الكمية المناسبة ليك";
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-top: 2px;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__discount {
	background: var(--msp-orange);
	border-radius: 999px;
	color: var(--msp-navy-deep);
	font-size: 12px;
	font-weight: 800;
	padding: 5px 10px;
	white-space: nowrap;
}

.mstahel-product-offers__single .dynamic-pricing-discounts-item__discount {
	background: var(--msp-navy);
	color: #fff;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__price {
	justify-content: flex-start;
	min-width: 88px;
	text-align: start;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__price > .price {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__price ins,
.mstahel-product-offers .dynamic-pricing-discounts-item__price > .price > .amount {
	color: var(--msp-navy);
	font-size: 18px;
	font-weight: 800;
	order: -1;
	text-decoration: none;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__price del {
	color: var(--msp-muted);
	font-size: 11px;
	font-weight: 600;
	margin-top: 3px;
}

.mstahel-product-offers .dynamic-pricing-discounts-item__popular {
	left: 50%;
	right: auto;
	top: -10px;
	transform: translateX(-50%);
}

@media (max-width: 420px) {
	.mstahel-product-offers .dynamic-pricing-discounts--grid .dynamic-pricing-discounts-item {
		gap: 8px;
		padding: 12px;
	}

	.mstahel-product-offers .dynamic-pricing-discounts-item__summary {
		grid-template-columns: 16px minmax(0, 1fr) auto;
		gap: 7px;
	}

	.mstahel-product-offers .dynamic-pricing-discounts-item__form {
		font-size: 14px;
	}

	.mstahel-product-offers .dynamic-pricing-discounts-item__form::after {
		font-size: 10px;
	}

	.mstahel-product-offers .dynamic-pricing-discounts-item__discount {
		font-size: 10px;
		padding: 4px 7px;
	}

	.mstahel-product-offers .dynamic-pricing-discounts-item__price {
		min-width: 76px;
	}

	.mstahel-product-offers .dynamic-pricing-discounts-item__price ins,
	.mstahel-product-offers .dynamic-pricing-discounts-item__price > .price > .amount {
		font-size: 15px;
	}
}
