/* =========================================================
   OHS — Product Editorial Hero Core
   Shared CSS Core — EN + AR — v1.0.2

   Buckets included:
   1) Activation + Page Integration
   2) Hero Info-Switch Module
   3) Hero Micro Trust Row Module
   4) Shared Responsive Rules

   Notes:
   - Activates only when .ohs-sp-hero-anchor.is-hero-live exists
   - Product-specific tone / fit dials stay OUT of this file
   - Product-local inline tokens may override module tokens inline
   - CTA row now uses Blocksy ct-cart-actions flex hard-lock
   ========================================================= */


/* =========================================================
   0) Non-visual activation marker
   ========================================================= */
.ohs-sp-hero-anchor {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	pointer-events: none !important;
}


/* =========================================================
   1) Shared module tokens / foundations
   Product-local inline tokens may override these
   ========================================================= */
.ohs-sp-hero-switch,
.ohs-sp-hero-trust {
	--ohs-sp-hero-radius-lg: 20px;
	--ohs-sp-hero-radius-md: 14px;
	--ohs-sp-hero-radius-sm: 999px;
}

/* Info-Switch defaults */
.ohs-sp-hero-switch {
	--ohs-sp-hero-tab-bg-1: #214f4a;
	--ohs-sp-hero-tab-bg-2: #173d3a;
	--ohs-sp-hero-tab-bg-hover-1: #295c56;
	--ohs-sp-hero-tab-bg-hover-2: #1d4a45;
	--ohs-sp-hero-tab-bg-active-1: #2c645e;
	--ohs-sp-hero-tab-bg-active-2: #214f4a;
	--ohs-sp-hero-tab-border: rgba(245, 234, 216, 0.22);
	--ohs-sp-hero-tab-border-strong: rgba(245, 234, 216, 0.38);
	--ohs-sp-hero-tab-text: #f5ead8;

	--ohs-sp-hero-panel-bg: #e4eeea;
	--ohs-sp-hero-panel-text: #1a433f;
	--ohs-sp-hero-panel-border: rgba(26, 67, 63, 0.16);
	--ohs-sp-hero-panel-shadow: 0 16px 34px rgba(23, 65, 61, 0.08);

	--ohs-sp-hero-proof-bg-1: #d7b488;
	--ohs-sp-hero-proof-bg-2: #cfa976;
	--ohs-sp-hero-proof-text: #171512;
	--ohs-sp-hero-proof-border: rgba(23, 21, 18, 0.10);
}

/* Trust Row defaults */
.ohs-sp-hero-trust {
	--ohs-sp-hero-trust-bg-1: #f6f0e6;
	--ohs-sp-hero-trust-bg-2: #f1eadf;
	--ohs-sp-hero-trust-text: #1f4f4a;
	--ohs-sp-hero-trust-border: rgba(31, 79, 74, 0.22);
	--ohs-sp-hero-trust-border-strong: rgba(31, 79, 74, 0.30);
	--ohs-sp-hero-trust-shadow: inset 0 0 0 1px rgba(31, 79, 74, 0.03);
}


/* =========================================================
   2) Activation + Page Integration Layer
   Activates only on upgraded products
   ========================================================= */

/* ---------- 2.1 Summary rhythm ---------- */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) {
	padding-top: 4px;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .product_title {
	margin: 0 0 10px;
	color: #111111;
	font-size: clamp(40px, 3.1vw, 54px);
	line-height: 1.04;
	letter-spacing: -0.02em;
	font-weight: 700;
	text-wrap: balance;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 0 0 14px;
	float: none;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-rating .star-rating {
	margin: 0;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-review-link {
	color: #4a7874;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-review-link:hover {
	color: #214f4a;
	text-decoration: underline;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .price {
	margin: 0 0 24px;
	color: #245c58;
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.15;
	font-weight: 700;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .price del {
	opacity: 0.55;
	margin-inline-end: 10px;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .price ins {
	text-decoration: none;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-details__short-description {
	margin: 0;
	max-width: none;
	width: 100%;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-details__short-description p {
	margin: 0;
	color: #346b67;
	font-size: 17px;
	line-height: 1.72;
	font-weight: 400;
}

/* ---------- 2.2 Arabic summary refinement ---------- */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live[data-lang="ar"]),
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live[data-lang="ar"]) .product_title,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live[data-lang="ar"]) .price,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live[data-lang="ar"]) .woocommerce-product-details__short-description,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live[data-lang="ar"]) .woocommerce-product-details__short-description p {
	text-align: right;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live[data-lang="ar"]) .product_title {
	letter-spacing: 0;
}

/* ---------- 2.3 CTA / cart layout ----------
   Targets simple-product cart layout only
   --------------------------------------------------------- */

/* Neutralize the outer form layout so Blocksy ct-cart-actions can drive the row */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form) {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)::before,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)::after {
	display: none !important;
	content: none !important;
}

.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	input[type="hidden"] {
	display: none !important;
}

/* Make ct-cart-actions the actual horizontal CTA row */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	div.ct-cart-actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 12px !important;
	width: 100% !important;
}

/* Quantity box */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	div.ct-cart-actions
	> div.quantity {
	display: flex !important;
	align-items: stretch !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 156px !important;
	min-width: 156px !important;
	max-width: 156px !important;
	flex: 0 0 156px !important;
	align-self: stretch !important;
	min-height: 60px !important;
}

/* Add to Cart button */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	div.ct-cart-actions
	> button.single_add_to_cart_button,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	div.ct-cart-actions
	> .single_add_to_cart_button {
	margin: 0 !important;
	flex: 1 1 auto !important;
	align-self: stretch !important;
	min-height: 60px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 14px;
	padding-inline: 26px;
	font-size: 17px;
	line-height: 1.1;
	font-weight: 600;
	white-space: nowrap !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	text-align: center !important;
	box-shadow: none;
}

/* Quantity inner controls fill the full row height */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	div.ct-cart-actions
	> div.quantity .quantity-button,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
	div.ct-product-add-to-cart
	form.cart:not(.variations_form):not(.grouped_form)
	div.ct-cart-actions
	> div.quantity input[type="number"] {
	height: 100% !important;
	min-height: 0 !important;
	align-self: stretch !important;
	box-sizing: border-box !important;
}

/* ---------- 2.4 Quieter secondary fragments ---------- */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .yith-wcwl-add-to-wishlist,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woosw-btn,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .compare,
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .product_meta {
	margin-top: 18px;
}

/* ---------- 2.5 Gallery shell ---------- */
.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery {
	--ohs-sp-hero-gallery-surface: #f7f7f2;
	--ohs-sp-hero-gallery-surface-2: #fcfcfa;
	--ohs-sp-hero-gallery-frame: rgba(27, 67, 63, 0.10);
	--ohs-sp-hero-gallery-frame-2: rgba(27, 67, 63, 0.06);
	--ohs-sp-hero-gallery-thumb-border: rgba(27, 67, 63, 0.14);
	--ohs-sp-hero-gallery-thumb-border-active: rgba(33, 79, 74, 0.34);
	--ohs-sp-hero-gallery-thumb-bg: #f8f8f5;
	--ohs-sp-hero-gallery-shadow: 0 10px 28px rgba(18, 39, 36, 0.04);

	background: linear-gradient(180deg, var(--ohs-sp-hero-gallery-surface-2) 0%, var(--ohs-sp-hero-gallery-surface) 100%);
	border: 1px solid var(--ohs-sp-hero-gallery-frame);
	border-radius: 28px;
	box-shadow: var(--ohs-sp-hero-gallery-shadow);
	padding: 18px 18px 16px;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .flex-viewport,
.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
	border: 1px solid var(--ohs-sp-hero-gallery-frame-2);
	border-radius: 24px;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .flex-viewport {
	padding: 24px;
	overflow: hidden;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs {
	margin-top: 14px;
	gap: 12px;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs li {
	border-radius: 18px;
	overflow: hidden;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs li img {
	background: var(--ohs-sp-hero-gallery-thumb-bg);
	border: 1px solid var(--ohs-sp-hero-gallery-thumb-border);
	border-radius: 18px;
	padding: 6px;
	opacity: 1;
	transition:
		border-color 0.22s ease,
		transform 0.22s ease,
		box-shadow 0.22s ease,
		background-color 0.22s ease;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs li img:hover {
	transform: translateY(-1px);
	border-color: rgba(33, 79, 74, 0.24);
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
	border-color: var(--ohs-sp-hero-gallery-thumb-border-active);
	box-shadow: 0 0 0 1px rgba(33, 79, 74, 0.06);
	background: #ffffff;
}

.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .onsale {
	margin: 14px;
	border-radius: 999px;
}

/* ---------- 2.6 Page canvas ---------- */
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live),
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) .site-content,
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) .site-main,
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) .content-area,
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) article.product {
	background-color: #f7f3ed !important;
}

/* ---------- 2.7 Hide visible stock line ---------- */
.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) p.stock.in-stock {
	display: none !important;
}

/* ---------- 2.8 Suppress lower Woo tabs ---------- */
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-tabs,
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) .wc-tabs-wrapper {
	display: none !important;
}

/* ---------- 2.9 Footer-boundary normalization ---------- */
body.single-product:has(.ohs-sp-hero-anchor.is-hero-live) main#main.site-main .ct-container-full[data-vertical-spacing="top:bottom"] {
	padding-bottom: 0 !important;
}


/* =========================================================
   3) Hero Info-Switch Module Layer
   ========================================================= */
.ohs-sp-hero-switch {
	position: relative;
	margin: 26px 0 28px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__tab {
	appearance: none;
	margin: 0;
	padding: 11px 18px;
	min-height: 46px;
	border-radius: var(--ohs-sp-hero-radius-sm);
	border: 1px solid var(--ohs-sp-hero-tab-border);
	background: linear-gradient(180deg, var(--ohs-sp-hero-tab-bg-1) 0%, var(--ohs-sp-hero-tab-bg-2) 100%);
	color: var(--ohs-sp-hero-tab-text);
	cursor: pointer;
	font-size: 14px;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: 0;
	box-shadow: 0 8px 18px rgba(10, 31, 29, 0.08);
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease,
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__tab:hover {
	border-color: var(--ohs-sp-hero-tab-border-strong);
	background: linear-gradient(180deg, var(--ohs-sp-hero-tab-bg-hover-1) 0%, var(--ohs-sp-hero-tab-bg-hover-2) 100%);
	color: var(--ohs-sp-hero-tab-text);
	transform: translateY(-1px);
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__tab.is-active,
.ohs-sp-hero-switch .ohs-sp-hero-switch__tab[aria-selected="true"] {
	background: linear-gradient(180deg, var(--ohs-sp-hero-tab-bg-active-1) 0%, var(--ohs-sp-hero-tab-bg-active-2) 100%);
	border-color: var(--ohs-sp-hero-tab-border-strong);
	color: var(--ohs-sp-hero-tab-text);
	box-shadow:
		inset 0 0 0 1px rgba(245, 234, 216, 0.05),
		0 10px 20px rgba(10, 31, 29, 0.10);
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__panel-wrap {
	background: var(--ohs-sp-hero-panel-bg);
	border: 1px solid var(--ohs-sp-hero-panel-border);
	border-radius: var(--ohs-sp-hero-radius-lg);
	box-shadow: var(--ohs-sp-hero-panel-shadow);
	padding: 22px 24px;
	min-height: 164px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__panel {
	color: var(--ohs-sp-hero-panel-text);
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__panel[hidden] {
	display: none !important;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__panel p,
.ohs-sp-hero-switch .ohs-sp-hero-switch__panel li {
	margin: 0;
	color: var(--ohs-sp-hero-panel-text);
	font-size: 15px;
	line-height: 1.78;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__panel p + p {
	margin-top: 10px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__list li {
	position: relative;
	padding-inline-start: 18px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__list li::before {
	content: "";
	position: absolute;
	top: 0.82em;
	inset-inline-start: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ohs-sp-hero-panel-text);
	transform: translateY(-50%);
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__proof-item {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 11px 12px;
	border-radius: 16px;
	border: 1px solid var(--ohs-sp-hero-proof-border);
	background: linear-gradient(180deg, var(--ohs-sp-hero-proof-bg-1) 0%, var(--ohs-sp-hero-proof-bg-2) 100%);
	box-shadow: 0 6px 14px rgba(96, 69, 33, 0.06);
}

.ohs-sp-hero-switch .ohs-sp-hero-switch__proof-text {
	display: block;
	color: var(--ohs-sp-hero-proof-text);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
}

/* Shared Arabic / RTL-safe module behavior */
.ohs-sp-hero-switch[dir="rtl"] .ohs-sp-hero-switch__tab {
	text-align: center;
}

.ohs-sp-hero-switch[dir="rtl"] .ohs-sp-hero-switch__panel,
.ohs-sp-hero-switch[dir="rtl"] .ohs-sp-hero-switch__panel p,
.ohs-sp-hero-switch[dir="rtl"] .ohs-sp-hero-switch__panel li,
.ohs-sp-hero-switch[dir="rtl"] .ohs-sp-hero-switch__list {
	text-align: right;
}


/* =========================================================
   4) Hero Micro Trust Row Module Layer
   ========================================================= */
.ohs-sp-hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 18px 0 6px;
}

.ohs-sp-hero-trust .ohs-sp-hero-trust__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: var(--ohs-sp-hero-radius-sm);
	border: 1px solid var(--ohs-sp-hero-trust-border);
	background: linear-gradient(180deg, var(--ohs-sp-hero-trust-bg-1) 0%, var(--ohs-sp-hero-trust-bg-2) 100%);
	box-shadow: var(--ohs-sp-hero-trust-shadow);
}

.ohs-sp-hero-trust .ohs-sp-hero-trust__text {
	display: block;
	color: var(--ohs-sp-hero-trust-text);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	white-space: nowrap;
}

.ohs-sp-hero-trust + * {
	margin-top: 18px;
}


/* =========================================================
   5) Shared responsive rules
   ========================================================= */
@media (max-width: 1024px) {
	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .product_title {
		font-size: clamp(34px, 4vw, 44px);
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .price {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-details__short-description p {
		font-size: 16px;
	}

	.ohs-sp-hero-switch {
		margin: 22px 0 24px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__panel-wrap {
		min-height: 154px;
		padding: 18px 18px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__proof {
		grid-template-columns: 1fr;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__proof-item {
		justify-content: center;
		text-align: center;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
		div.ct-product-add-to-cart
		form.cart:not(.variations_form):not(.grouped_form)
		div.ct-cart-actions {
		gap: 10px !important;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
		div.ct-product-add-to-cart
		form.cart:not(.variations_form):not(.grouped_form)
		div.ct-cart-actions
		> div.quantity {
		width: 132px !important;
		min-width: 132px !important;
		max-width: 132px !important;
		flex: 0 0 132px !important;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery {
		border-radius: 24px;
		padding: 16px 16px 14px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .flex-viewport {
		border-radius: 20px;
		padding: 18px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs {
		margin-top: 12px;
		gap: 10px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs li img {
		border-radius: 16px;
	}
}

@media (max-width: 767px) {
	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) {
		padding-top: 0;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .product_title {
		font-size: 32px;
		line-height: 1.08;
		margin-bottom: 8px;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-rating {
		gap: 8px 10px;
		margin-bottom: 12px;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-review-link {
		font-size: 14px;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .price {
		margin-bottom: 18px;
		font-size: 24px;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-details__short-description {
		max-width: none;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-details__short-description p {
		font-size: 15px;
		line-height: 1.68;
	}

	.ohs-sp-hero-switch {
		margin: 18px 0 22px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__tabs {
		gap: 8px;
		justify-content: center;
		margin-bottom: 12px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__tab {
		flex: 0 0 calc(50% - 4px);
		min-height: 42px;
		text-align: center;
		padding: 10px 12px;
		font-size: 13px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__tab:last-child {
		margin-inline: auto;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__panel-wrap {
		min-height: 0;
		padding: 16px 15px;
		border-radius: 18px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__panel p,
	.ohs-sp-hero-switch .ohs-sp-hero-switch__panel li {
		font-size: 14px;
		line-height: 1.7;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__proof {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 12px;
	}

	.ohs-sp-hero-switch .ohs-sp-hero-switch__proof-item {
		min-height: 0;
		justify-content: center;
		text-align: center;
		padding: 10px 12px;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
		div.ct-product-add-to-cart
		form.cart:not(.variations_form):not(.grouped_form)
		div.ct-cart-actions {
		gap: 10px !important;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
		div.ct-product-add-to-cart
		form.cart:not(.variations_form):not(.grouped_form)
		div.ct-cart-actions
		> div.quantity {
		width: 132px !important;
		min-width: 132px !important;
		max-width: 132px !important;
		flex: 0 0 132px !important;
		min-height: 56px !important;
	}

	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
		div.ct-product-add-to-cart
		form.cart:not(.variations_form):not(.grouped_form)
		div.ct-cart-actions
		> button.single_add_to_cart_button,
	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live)
		div.ct-product-add-to-cart
		form.cart:not(.variations_form):not(.grouped_form)
		div.ct-cart-actions
		> .single_add_to_cart_button {
		min-height: 56px !important;
		padding-inline: 16px;
		font-size: 16px;
	}

	.ohs-sp-hero-trust {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin: 16px 0 4px;
		align-items: stretch;
	}

	.ohs-sp-hero-trust .ohs-sp-hero-trust__item {
		min-height: 54px;
		justify-content: center;
		text-align: center;
		border-radius: 12px;
		padding: 9px 8px;
		border: 1px solid var(--ohs-sp-hero-trust-border-strong);
		background: linear-gradient(180deg, var(--ohs-sp-hero-trust-bg-1) 0%, var(--ohs-sp-hero-trust-bg-2) 100%);
		box-shadow: var(--ohs-sp-hero-trust-shadow);
	}

	.ohs-sp-hero-trust .ohs-sp-hero-trust__text {
		white-space: normal;
		font-size: 12px;
		line-height: 1.25;
		text-align: center;
		text-wrap: balance;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery {
		border-radius: 20px;
		padding: 12px 12px 10px;
		margin-bottom: 16px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .flex-viewport,
	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		border-radius: 18px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery .flex-viewport {
		padding: 14px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs {
		margin-top: 10px;
		gap: 8px;
	}

	.single-product div.product:has(.ohs-sp-hero-anchor.is-hero-live) .woocommerce-product-gallery ol.flex-control-thumbs li img {
		border-radius: 14px;
		padding: 4px;
	}
}

@media (max-width: 380px) {
	.single-product div.product .summary.entry-summary:has(.ohs-sp-hero-anchor.is-hero-live) .product_title {
		font-size: 29px;
		line-height: 1.04;
	}
}