/**
 * Карточка товара — слой смолы на бетоне.
 * Подключается только на single-product.
 */

body.em-store.single-product {
	background: var(--em-surface);
}

body.em-store.single-product #main-content.wd-content-layout {
	padding: 28px 0 72px;
}

body.em-store.single-product .single-product-page > .container,
body.em-store.single-product .product-tabs-inner.container,
body.em-store.single-product .related-and-upsells.container {
	max-width: var(--em-max) !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--em-pad) !important;
	padding-right: var(--em-pad) !important;
}

body.em-store.single-product .single-product-page > .container {
	margin-bottom: 0 !important;
}

body.em-store.single-product .product-image-summary-inner {
	--wd-gap-lg: 28px;
	align-items: start;
}

body.em-store.single-product .summary-inner {
	--wd-bottom-gap: 14px;
	padding-top: 2px;
}

body.em-store.single-product .summary-inner.wd-set-mb > * {
	margin-bottom: 14px !important;
}

body.em-store.single-product .summary-inner.wd-set-mb > *:last-child {
	margin-bottom: 0 !important;
}

/* Breadcrumbs — тихая тропа, без названия товара */
body.em-store.single-product .single-breadcrumbs-wrapper {
	margin: 0 0 10px;
}

body.em-store.single-product .wd-breadcrumbs,
body.em-store.single-product .woocommerce-breadcrumb {
	font-size: 13px;
	line-height: 1.45;
	color: var(--em-muted);
	white-space: normal;
}

body.em-store.single-product .wd-breadcrumbs a,
body.em-store.single-product .woocommerce-breadcrumb a {
	color: var(--em-muted);
	text-decoration: none;
}

body.em-store.single-product .wd-breadcrumbs a:hover,
body.em-store.single-product .woocommerce-breadcrumb a:hover {
	color: var(--em-pour);
}

body.em-store.single-product .product_title {
	margin: 0;
	color: var(--em-resin);
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.03em;
	hyphens: none;
}

body.em-store.single-product .summary-inner > .price {
	margin: 0;
	color: var(--em-pour) !important;
	font-family: "Geologica", sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

body.em-store.single-product .em-price-from {
	margin-right: 4px;
	color: var(--em-muted) !important;
	font-size: 15px;
	font-weight: 600;
}

body.em-store.single-product .summary-inner > .woocommerce-product-details__short-description {
	display: none;
}

body.em-store.single-product .woocommerce-product-details__short-description,
body.em-store.single-product .woocommerce-product-details__short-description p {
	margin: 0;
	max-width: 46ch;
	color: var(--em-ink);
	font-size: 16px;
	line-height: 1.7;
}

body.em-store.single-product .woocommerce-product-details__short-description p + p {
	margin-top: 8px;
}

/* Ключевые свойства — только набор, без рамок */
.em-spec-chips {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 4px 0 8px;
	padding: 0;
	list-style: none;
}

.em-spec-chips__item {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.em-spec-chips__label {
	color: var(--em-muted);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.em-spec-chips__value {
	color: var(--em-resin);
	font-family: "Geologica", sans-serif;
	font-size: clamp(16px, 1.35vw, 20px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.15;
	overflow-wrap: break-word;
}

/* Фасовка */
body.em-store.single-product .variations {
	width: 100%;
	margin: 4px 0 0;
	border: 0;
}

body.em-store.single-product .variations tbody,
body.em-store.single-product .variations tr,
body.em-store.single-product .variations th,
body.em-store.single-product .variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
}

body.em-store.single-product .variations .label label {
	display: block;
	margin: 0 0 6px;
	color: var(--em-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.em-store.single-product .variations .label label::after {
	content: none !important;
}

body.em-store.single-product .variations select,
body.em-store.single-product .variations .wd-select-wrap,
body.em-store.single-product .variations .select2-container,
body.em-store.single-product .variations .select2-container .select2-selection {
	width: 100% !important;
	max-width: none !important;
}

body.em-store.single-product .variations select {
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--em-border);
	border-radius: 4px;
	background: #fff;
	color: var(--em-ink);
	font-family: "Manrope", sans-serif;
	font-size: 15px;
}

body.em-store.single-product .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--em-muted);
	font-size: 13px;
}

body.em-store.single-product form.variations_form .single_variation_wrap {
	margin-top: 16px;
}

body.em-store.single-product .woocommerce-variation-price {
	margin-bottom: 10px;
}

body.em-store.single-product .woocommerce-variation-add-to-cart,
body.em-store.single-product form.cart:not(.variations_form) {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

body.em-store.single-product .quantity {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	height: 48px;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--em-border);
	border-radius: 4px;
	background: #fff;
}

body.em-store.single-product .quantity .minus,
body.em-store.single-product .quantity .plus,
body.em-store.single-product .quantity .wd-qty-btn,
body.em-store.single-product .quantity button {
	width: 40px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--em-resin);
	box-shadow: none;
}

body.em-store.single-product .quantity input.qty,
body.em-store.single-product .quantity .qty {
	width: 48px !important;
	min-width: 48px;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none;
	font-family: "Geologica", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: var(--em-ink);
}

body.em-store.single-product .single_add_to_cart_button,
body.em-store.single-product button.single_add_to_cart_button {
	flex: 1 1 auto;
	min-height: 48px !important;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--em-pour) !important;
	color: #fff !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	box-shadow: none !important;
}

body.em-store.single-product .single_add_to_cart_button:hover {
	background: var(--em-pour-hover) !important;
}

body.em-store.single-product .wd-buy-now-btn {
	display: none !important;
}

/* Доверие и контакт — закрывают пустоту колонки */
.em-buy-aside {
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
}

.em-buy-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.em-buy-facts li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--em-ink);
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
}

.em-buy-facts li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-top: 1px;
	background-color: var(--em-pour);
	-webkit-mask: var(--em-ico) center / contain no-repeat;
	mask: var(--em-ico) center / contain no-repeat;
}

.em-buy-facts__ship::before { --em-ico: url("assets/icons/truck.svg?v=2"); }
.em-buy-facts__pay::before { --em-ico: url("assets/icons/card.svg"); }
.em-buy-facts__help::before { --em-ico: url("assets/icons/phone.svg?v=2"); }

.em-buy-aside__contacts {
	margin: 0;
	color: var(--em-muted);
	font-size: 13px;
	line-height: 1.5;
}

.em-buy-aside__contacts a {
	color: var(--em-resin);
	font-weight: 600;
	text-decoration: none;
}

.em-buy-aside__contacts a:hover {
	color: var(--em-pour);
}

body.em-store.single-product .product_meta {
	display: none;
}

body.em-store.single-product .product_meta a {
	color: var(--em-resin);
	text-decoration: none;
}

body.em-store.single-product .product_meta a:hover {
	color: var(--em-pour);
}

body.em-store.single-product .product_meta .sku_wrapper {
	display: none;
}

/* Галерея */
body.em-store.single-product .woocommerce-product-gallery {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--em-border);
	border-radius: 4px;
	background: var(--em-concrete);
}

body.em-store.single-product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

body.em-store.single-product .woocommerce-product-gallery--without-images .wd-nav-arrows,
body.em-store.single-product .woocommerce-product-gallery--without-images .wd-gallery-thumb,
body.em-store.single-product .woocommerce-product-gallery--without-images .woocommerce-product-gallery__trigger,
body.em-store.single-product .woocommerce-product-gallery--without-images .wd-carousel-pagin {
	display: none !important;
}

body.em-store.single-product .woocommerce-product-gallery--without-images .woocommerce-product-gallery__image {
	position: relative;
	min-height: 0;
	aspect-ratio: 5 / 4;
	background: #0E2A26;
}

body.em-store.single-product .woocommerce-product-gallery--without-images img,
body.em-store.single-product .woocommerce-product-gallery--without-images a {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	opacity: 0 !important;
	pointer-events: none;
}

body.em-store.single-product .woocommerce-product-gallery--without-images .woocommerce-product-gallery__image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(720px 280px at 100% 0%, rgba(196, 92, 38, 0.32), transparent 55%),
		linear-gradient(160deg, #0E2A26 0%, #12352F 52%, #1A4A42 100%);
}

body.em-store.single-product .woocommerce-product-gallery--without-images .woocommerce-product-gallery__image::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 44%;
	left: 50%;
	width: 48px;
	height: 48px;
	transform: translate(-50%, -50%);
	background-color: var(--em-pour);
	-webkit-mask: url("assets/icons/layers.svg") center / contain no-repeat;
	mask: url("assets/icons/layers.svg") center / contain no-repeat;
}

.em-photo-mark {
	position: absolute;
	z-index: 3;
	right: 24px;
	bottom: 24px;
	left: 24px;
	pointer-events: none;
	color: var(--em-on-dark);
}

.em-photo-mark span {
	display: block;
	font-family: "Geologica", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.em-photo-mark small {
	display: block;
	margin-top: 4px;
	color: var(--em-on-dark-muted);
	font-size: 13px;
	letter-spacing: 0.02em;
}

/* Описание и Характеристики — главы, не вкладки */
body.em-store.single-product .product-tabs-wrapper,
body.em-store.single-product .product-tabs-inner,
body.em-store.single-product .em-product-story {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent;
}

body.em-store.single-product .woocommerce-tabs,
body.em-store.single-product .wd-nav-tabs-wrapper,
body.em-store.single-product .wd-accordion-title {
	display: none !important;
}

.em-product-story {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.em-product-section--specs {
	padding: 40px 0 12px;
	border: 0;
}

.em-product-section--desc {
	padding: 36px 0 12px;
	border: 0;
}

body.em-store.single-product .product-image-summary-wrap,
body.em-store.single-product .product-image-summary,
body.em-store.single-product .product-image-summary-inner,
body.em-store.single-product .single-product-page > .container,
body.em-store.single-product .summary-inner,
body.em-store.single-product .summary.entry-summary {
	border: 0 !important;
	box-shadow: none !important;
}

body.em-store.single-product .product-tabs-wrapper::before,
body.em-store.single-product .product-tabs-wrapper::after,
body.em-store.single-product .em-product-section--desc::before,
body.em-store.single-product .em-product-section--desc::after {
	content: none !important;
	display: none !important;
}

.em-product-section__head {
	margin: 0 0 28px;
}

.em-product-section--specs .em-product-section__head,
.em-product-section--desc .em-product-section__head {
	margin: 0 0 16px;
}

.em-product-section__title {
	margin: 0;
	max-width: none;
	color: var(--em-resin);
	font-family: "Geologica", sans-serif;
	font-size: clamp(34px, 4.4vw, 52px);
	font-weight: 600;
	font-optical-sizing: auto;
	letter-spacing: -0.045em;
	line-height: 0.96;
	text-wrap: balance;
}

.em-product-section--desc .em-product-section__prose {
	display: block;
	max-width: none;
}

.em-product-section__lead {
	margin: 0 0 10px;
	color: var(--em-resin);
	font-family: "Geologica", sans-serif;
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.4;
	text-wrap: pretty;
}

.em-product-section__prose p {
	margin: 0 0 0.65em;
	color: var(--em-ink);
	font-size: 15px;
	line-height: 1.5;
	max-width: none;
}

.em-product-section__prose p:last-child {
	margin-bottom: 0;
}

.em-product-section__prose h2 {
	margin: 1em 0 0.4em;
	color: var(--em-resin);
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.em-product-section__prose h2:first-child {
	margin-top: 0;
}

.em-product-section__prose h3 {
	margin: 0.8em 0 0.25em;
	color: var(--em-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.em-product-section__prose ul {
	margin: 0 0 0.7em;
	padding-left: 1.15em;
}

.em-product-section__prose li {
	margin: 0 0 0.2em;
	color: var(--em-ink);
	font-size: 15px;
	line-height: 1.45;
}

.em-product-section__prose a {
	color: #12352F;
	text-decoration: underline;
}

.em-product-section__prose table.em-factory-table,
.em-product-section__prose table {
	width: 100%;
	margin: 0.4em 0 1em;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.4;
}

.em-product-section__prose table th,
.em-product-section__prose table td {
	padding: 8px 10px;
	border-bottom: 1px solid color-mix(in srgb, var(--em-ink) 12%, transparent);
	text-align: left;
	vertical-align: top;
}

.em-product-section__prose table th {
	color: var(--em-muted);
	font-weight: 600;
	width: 42%;
}

.em-product-section__prose table tr:last-child th,
.em-product-section__prose table tr:last-child td {
	border-bottom: 0;
}

.em-product-section__specs {
	max-width: 100%;
}

body.em-store.single-product .em-product-section--specs .wd-single-attrs.wd-style-table table.shop_attributes,
body.em-store.single-product .em-product-section--specs table.woocommerce-product-attributes {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 0;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	height: auto !important;
	border: 0 !important;
	background: transparent;
}

body.em-store.single-product .em-product-section--specs table.shop_attributes tbody {
	display: contents;
}

body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item {
	display: flex !important;
	align-items: baseline !important;
	justify-content: space-between !important;
	gap: 12px 20px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 7px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(18, 53, 47, 0.08) !important;
	background: transparent !important;
}

body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item:last-child,
body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item:nth-last-child(2):nth-child(odd) {
	border-bottom: 0 !important;
}

body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item__label,
body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item__value {
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item__label,
body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item__label .wd-attr-name {
	flex: 1 1 auto;
	color: var(--em-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item__value {
	flex: 0 1 auto;
	max-width: 58% !important;
	color: var(--em-resin);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.015em;
	text-align: right !important;
}

body.em-store.single-product .em-product-section--specs .wd-term-sep {
	color: var(--em-muted);
	font-weight: 400;
}

/* Похожие */
body.em-store.single-product .related-and-upsells {
	margin-top: 24px;
	padding-top: 64px;
	padding-bottom: 8px;
	border-top: 1px solid var(--em-border);
}

body.em-store.single-product .related.products > h3,
body.em-store.single-product .related.products .slider-title,
body.em-store.single-product .related .wd-el-title,
body.em-store.single-product .related-products .wd-el-title,
body.em-store.single-product .related-products .title,
body.em-store.single-product .upsells > h3 {
	margin: 0 0 28px;
	padding: 0;
	color: var(--em-resin);
	font-family: "Geologica", sans-serif;
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1;
	text-transform: none;
}

body.em-store.single-product .related-products .wd-el-title::after {
	content: none;
}

body.em-store.single-product .related-products .wd-products {
	--wd-col: 3 !important;
	--wd-col-lg: 3 !important;
	--wd-col-md: 2 !important;
	--wd-col-sm: 1 !important;
}

body.em-store.single-product .related-products .wd-product,
body.em-store.single-product .related-products .product-grid-item {
	border: 1px solid var(--em-border);
	border-radius: 4px;
	background: var(--em-surface);
	overflow: hidden;
}

body.em-store.single-product .related-products .wd-product-thumb {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background:
		radial-gradient(240px 120px at 100% 0%, rgba(196, 92, 38, 0.28), transparent 55%),
		linear-gradient(160deg, #0E2A26 0%, #12352F 52%, #1A4A42 100%);
}

body.em-store.single-product .related-products .wd-product-thumb:has(img.woocommerce-placeholder)::after,
body.em-store.single-product .related-products .wd-product-img-link:has(img.woocommerce-placeholder)::after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	transform: translate(-50%, -50%);
	background-color: var(--em-pour);
	-webkit-mask: url("assets/icons/layers.svg") center / contain no-repeat;
	mask: url("assets/icons/layers.svg") center / contain no-repeat;
	pointer-events: none;
}

body.em-store.single-product .related-products img.woocommerce-placeholder {
	opacity: 0 !important;
}

body.em-store.single-product .related-products .wd-product-thumb img:not(.woocommerce-placeholder) {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.em-store.single-product .related-products .wrapp-swatches,
body.em-store.single-product .related-products .wd-more-desc,
body.em-store.single-product .related-products .star-rating,
body.em-store.single-product .related-products .wd-product-cats,
body.em-store.single-product .related-products .wrap-wishlist-button,
body.em-store.single-product .related-products .wrap-quickview-button,
body.em-store.single-product .related-products .out-of-stock,
body.em-store.single-product .related-products .wd-product-labels,
body.em-store.single-product .related-products .product-labels {
	display: none !important;
}

body.em-store.single-product .related-products .product-information {
	padding: 14px 16px 16px;
	text-align: left;
}

body.em-store.single-product .related-products .wd-entities-title,
body.em-store.single-product .related-products .wd-entities-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.6em;
	margin: 0 0 6px;
	color: var(--em-resin) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3;
	text-align: left;
	text-transform: none !important;
}

body.em-store.single-product .related-products .wrapp-product-price,
body.em-store.single-product .related-products .price {
	justify-content: flex-start;
	text-align: left;
}

body.em-store.single-product .related-products .price,
body.em-store.single-product .related-products .woocommerce-Price-amount {
	font-size: 16px !important;
}

body.em-store.single-product .related-and-upsells:not(:has(.related, .upsells, .wd-products, ul.products)) {
	display: none;
}

@media (max-width: 900px) {
	body.em-store.single-product .em-product-section--specs .wd-single-attrs.wd-style-table table.shop_attributes,
	body.em-store.single-product .em-product-section--specs table.woocommerce-product-attributes {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item:nth-last-child(2):nth-child(odd) {
		border-bottom: 1px solid rgba(18, 53, 47, 0.08) !important;
	}

	.em-spec-chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.em-buy-facts {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.em-store.single-product .product_title {
		max-width: none;
	}

	body.em-store.single-product .related-products .wd-products {
		--wd-col: 2 !important;
		--wd-col-md: 2 !important;
	}
}

@media (max-width: 700px) {
	body.em-store.single-product #main-content.wd-content-layout {
		padding: 16px 0 48px;
	}

	.em-product-section--specs {
		padding: 28px 0 4px;
	}

	.em-product-section--desc {
		padding: 28px 0 4px;
	}

	.em-product-section__head,
	.em-product-section--specs .em-product-section__head,
	.em-product-section--desc .em-product-section__head {
		margin-bottom: 12px;
	}

	.em-product-section__title {
		max-width: none;
		font-size: 32px;
	}

	.em-product-section__lead {
		font-size: 16px;
	}

	body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 2px !important;
		padding: 8px 0 !important;
	}

	body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item:nth-last-child(2):nth-child(odd) {
		border-bottom: 1px solid rgba(18, 53, 47, 0.08) !important;
	}

	body.em-store.single-product .em-product-section--specs .woocommerce-product-attributes-item__value {
		max-width: none !important;
		text-align: left !important;
	}

	body.em-store.single-product .woocommerce-variation-add-to-cart,
	body.em-store.single-product form.cart:not(.variations_form) {
		flex-direction: row;
		gap: 10px;
	}

	body.em-store.single-product .quantity {
		width: auto;
		flex: 0 0 auto;
	}

	body.em-store.single-product .single_add_to_cart_button,
	body.em-store.single-product button.single_add_to_cart_button {
		width: auto !important;
		flex: 1 1 auto;
	}

	body.em-store.single-product .product-tabs-wrapper {
		margin-top: 8px !important;
	}

	body.em-store.single-product .related-products .wd-products {
		--wd-col: 1 !important;
		--wd-col-sm: 1 !important;
	}
}

