:root {
	--obalblue-pdp-blue: #073f98;
	--obalblue-pdp-blue-dark: #062f73;
	--obalblue-pdp-ink: #172033;
	--obalblue-pdp-muted: #66758c;
	--obalblue-pdp-line: #e3e9f1;
	--obalblue-pdp-soft: #f6f8fb;
	--obalblue-pdp-success: #118c61;
}

body.single-product {
	background: #fff;
}

body.single-product .site-content > .ast-container,
body.single-product .site-main,
body.single-product .ast-woocommerce-container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.single-product .content-area {
	width: 100%;
	margin: 0;
}

body.single-product #primary.content-area {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.single-product .site-content {
	padding-top: 0 !important;
}

.single-product .obalblue-pdp-breadcrumb {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 8px max(24px, calc((100vw - 1280px) / 2 + 24px));
	border: 0;
	border-bottom: 1px solid var(--obalblue-pdp-line);
	border-radius: 0;
	background: #fff;
	color: var(--obalblue-pdp-muted);
	font-size: 10px;
	line-height: 1.15;
}

.single-product .obalblue-pdp-breadcrumb .woocommerce-breadcrumb {
	margin: 0;
	color: inherit;
}

.single-product .obalblue-pdp-breadcrumb a {
	color: #52657f;
}

.single-product .obalblue-pdp-breadcrumb span {
	margin: 0 7px;
	color: #98a4b5;
}

.single-product div.product {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	color: var(--obalblue-pdp-ink);
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	float: none !important;
	width: 100% !important;
	max-width: none;
}

.single-product div.product .woocommerce-product-gallery {
	margin: 0 0 24px;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 14px;
	background: #fff;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport > .woocommerce-product-gallery__wrapper {
	border: 0;
	border-radius: 0;
}

.single-product div.product .flex-control-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.single-product div.product .flex-control-thumbs li {
	width: 58px;
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.single-product div.product .flex-control-thumbs li img.flex-active {
	box-shadow: inset 0 0 0 2px var(--obalblue-pdp-blue);
}

.single-product div.product .ast-single-product-thumbnails {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.single-product div.product .ast-single-product-thumbnails .woocommerce-product-gallery-thumbnails__wrapper {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.single-product div.product .ast-single-product-thumbnails .ast-woocommerce-product-gallery__image {
	width: 62px !important;
	min-width: 62px;
	flex: 0 0 62px;
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
}

.single-product div.product .ast-single-product-thumbnails .ast-woocommerce-product-gallery__image.flex-active-slide {
	border-color: var(--obalblue-pdp-blue);
	box-shadow: inset 0 0 0 1px var(--obalblue-pdp-blue);
}

.single-product div.product .ast-single-product-thumbnails img {
	display: block;
	width: 100%;
	height: auto;
}

.single-product div.product .summary {
	margin: 0;
}

.single-product div.product .product_title {
	margin: 0 0 14px;
	color: var(--obalblue-pdp-ink);
	font-size: clamp(24px, 7vw, 32px);
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.single-product .obalblue-pdp-key-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0 0 12px;
	padding: 1px;
	border-radius: 10px;
	background: var(--obalblue-pdp-line);
	overflow: hidden;
}

.single-product .obalblue-pdp-key-spec {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	min-width: 0;
	align-items: center;
	gap: 8px;
	padding: 11px 12px;
	background: var(--obalblue-pdp-soft);
}

.single-product .obalblue-pdp-key-spec__copy {
	display: block;
	min-width: 0;
}

.single-product .obalblue-pdp-key-spec__label {
	display: block;
	margin: 0 0 2px;
	color: #70819a;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.single-product .obalblue-pdp-key-spec__icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #e3efff;
	color: #1762bb;
	place-self: center;
}

.single-product .obalblue-pdp-key-spec__icon .obalblue-pdp-icon {
	width: 14px;
	height: 14px;
}

.single-product .obalblue-pdp-key-spec__value {
	display: block;
	margin: 0;
	color: #29364a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.single-product .obalblue-pdp-profile {
	margin: 0 0 18px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--obalblue-pdp-line);
	color: #53647b;
	font-size: 14px;
	line-height: 1.55;
}

.single-product .obalblue-pdp-profile strong {
	color: var(--obalblue-pdp-blue);
}

.single-product .obalblue-pdp-profile p {
	display: inline;
	margin: 0;
}

.single-product div.product .summary > .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	margin: 0;
	color: var(--obalblue-pdp-ink);
	font-size: clamp(29px, 8vw, 38px);
	font-weight: 800;
	line-height: 1.15;
}

.single-product .obalblue-pdp-currency {
	color: var(--obalblue-pdp-muted);
	font-size: 12px;
	font-weight: 700;
}

.single-product div.product .summary > .price del {
	color: #78869a;
	font-size: 18px;
	font-weight: 500;
}

.single-product div.product .summary > .price ins {
	background: transparent;
	text-decoration: none;
}

.single-product div.product .summary > .price .woocommerce-price-suffix {
	margin-left: auto;
	color: #8390a3;
	font-size: 11px;
	font-weight: 600;
}

.single-product .obalblue-paypal-monthly-payment {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 46px;
	width: 100%;
	align-items: center !important;
	gap: 8px;
	margin: 8px 0 0 !important;
	padding: 8px 11px !important;
	border: 1px solid #d7e3f4;
	border-radius: 7px;
	background: #f3f7fd;
	color: #2d3a4c;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	flex-basis: 100%;
	text-align: left !important;
}

.single-product .obalblue-paypal-monthly-copy {
	display: flex;
	min-width: 0;
	align-items: center;
	align-self: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 4px;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: left;
	justify-self: start;
}

.single-product .obalblue-paypal-monthly-copy > :not(.obalblue-paypal-inline-logo) {
	display: inline;
	min-height: 0;
	line-height: inherit !important;
}

.single-product .obalblue-paypal-monthly-lead--mobile {
	display: none !important;
}

.single-product .obalblue-paypal-monthly-amount {
	color: #18243a;
	font-weight: 800;
}

.single-product .obalblue-paypal-interest {
	color: #5f6f85;
	font-size: 11px;
	font-weight: 650;
}

.single-product .obalblue-paypal-inline-logo {
	display: block;
	width: 52px;
	height: auto;
	margin: 0 2px;
	align-self: center;
}

.single-product .obalblue-paypal-details-trigger {
	display: inline-flex;
	min-height: 20px;
	align-items: center;
	align-self: center;
	margin-left: 0;
	padding: 2px 0;
	border: 0;
	background: transparent;
	color: var(--obalblue-pdp-blue);
	font-size: 11px;
	font-weight: 700;
	line-height: 1 !important;
	text-decoration: underline;
	cursor: pointer;
}

.single-product .obalblue-pdp-availability {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6px;
	margin: 10px 0 12px;
	font-size: 12px;
}

.single-product .obalblue-pdp-availability p {
	margin: 0;
}

.single-product .obalblue-pdp-stock {
	font-weight: 700;
}

.single-product .obalblue-pdp-stock span {
	margin-right: 4px;
	font-size: 10px;
}

.single-product .obalblue-pdp-stock.is-in-stock {
	color: var(--obalblue-pdp-success);
}

.single-product .obalblue-pdp-stock.is-backorder {
	color: #956400;
}

.single-product .obalblue-pdp-stock.is-out-of-stock {
	color: #b42318;
}

.single-product .obalblue-pdp-delivery {
	color: #5f7086;
	white-space: nowrap;
}

.single-product .obalblue-pdp-delivery-info {
	display: flex;
	min-width: 0;
	align-items: flex-end;
	flex-direction: column;
	gap: 2px;
	margin-left: auto;
	color: #5f7086;
	text-align: right;
}

.single-product .obalblue-pdp-shipping-cost {
	color: #74849a;
	font-size: 10px;
	line-height: 1.25;
}

.single-product div.product form.cart {
	display: flex;
	width: 100%;
	margin: 0 0 9px;
}

.single-product div.product.product-type-simple form.cart .quantity {
	display: none;
}

.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product form.cart button.single_add_to_cart_button {
	min-height: 52px;
	width: 100%;
	flex: 1 1 auto;
	justify-content: center;
	margin: 0;
	border-radius: 9px;
	background: var(--obalblue-pdp-blue);
	box-shadow: 0 4px 10px rgb(7 63 152 / 18%);
	font-size: 15px;
	font-weight: 750;
}

.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product div.product form.cart .single_add_to_cart_button:focus {
	background: var(--obalblue-pdp-blue-dark);
}

.single-product div.product form.cart .single_add_to_cart_button.disabled {
	box-shadow: none;
	opacity: 0.55;
}

.single-product div.product form.cart .variations {
	width: 100%;
	margin-bottom: 12px;
}

.single-product div.product form.cart.variations_form {
	display: block;
}

.single-product div.product form.cart.variations_form .single_variation_wrap {
	width: 100%;
}

.single-product .ast-stock-detail,
.single-product .ast-stock-avail,
.single-product .summary form.cart > .stock {
	display: none;
}

.single-product .obalblue-pdp-microcopy {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 18px;
	margin: 0 0 14px;
	color: #7a889c;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}

.single-product .obalblue-pdp-microcopy span::before {
	content: none;
}

.single-product .obalblue-pdp-microcopy span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.single-product .obalblue-pdp-microcopy .obalblue-pdp-icon {
	width: 14px;
	height: 14px;
	color: #7b8da4;
}

.single-product .obalblue-pdp-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 12px;
	margin: 0;
	padding: 14px;
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 10px;
	background: var(--obalblue-pdp-soft);
	list-style: none;
}

.single-product .obalblue-pdp-trust li {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	color: #34435a;
	font-size: 11px;
	line-height: 1.35;
}

.single-product .obalblue-pdp-trust__icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #dff5ec;
	color: var(--obalblue-pdp-success);
}

.single-product .obalblue-pdp-trust__icon .obalblue-pdp-icon {
	width: 13px;
	height: 13px;
}

.single-product .obalblue-pdp-trust__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.single-product .obalblue-pdp-trust__copy strong {
	color: #29364a;
	font-size: 11px;
	font-weight: 750;
}

.single-product .obalblue-pdp-trust__copy small {
	margin-top: 1px;
	color: #78879b;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.3;
}

.single-product .obalblue-pdp-icon {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.single-product .obalblue-pdp-section,
.single-product .obalblue-pdp-whatsapp {
	clear: both;
	width: 100%;
	max-width: 920px;
	margin: 22px auto 0;
}

.single-product .obalblue-pdp-details {
	width: 100%;
	padding-bottom: 44px;
	background: #f5f8fc;
	box-shadow: 0 0 0 100vmax #f5f8fc;
	clip-path: inset(0 -100vmax);
}

.single-product .obalblue-pdp-section {
	padding-top: 22px;
	border-top: 0;
}

.single-product .obalblue-pdp-section h2,
.single-product .obalblue-pdp-full-specs summary {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 12px;
	color: #26344a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.single-product .obalblue-pdp-section h2::before,
.single-product .obalblue-pdp-full-specs summary::before {
	content: "";
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: var(--obalblue-pdp-blue);
}

.single-product .obalblue-pdp-richtext {
	padding: 18px;
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 9px;
	background: #fff;
	color: #46566d;
	font-size: 14px;
	line-height: 1.6;
}

.single-product .obalblue-pdp-richtext > :last-child {
	margin-bottom: 0;
}

.single-product .obalblue-pdp-richtext ul,
.single-product .obalblue-pdp-richtext ol {
	margin-left: 20px;
}

.single-product .obalblue-pdp-full-specs details > summary {
	justify-content: flex-start;
	cursor: pointer;
	list-style: none;
}

.single-product .obalblue-pdp-full-specs details > summary::-webkit-details-marker {
	display: none;
}

.single-product .obalblue-pdp-full-specs details > summary::after {
	content: "+";
	margin-left: auto;
	color: var(--obalblue-pdp-blue);
	font-size: 21px;
	font-weight: 500;
}

.single-product .obalblue-pdp-full-specs details > summary::before {
	margin-right: 0;
}

.single-product .obalblue-pdp-full-specs details[open] > summary::after {
	content: "−";
}

.single-product .obalblue-pdp-spec-table {
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 9px;
	overflow: hidden;
}

.single-product .obalblue-pdp-spec-table table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
}

.single-product .obalblue-pdp-spec-table th,
.single-product .obalblue-pdp-spec-table td {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid var(--obalblue-pdp-line);
	vertical-align: top;
	text-align: left;
}

.single-product .obalblue-pdp-spec-table tr:last-child th,
.single-product .obalblue-pdp-spec-table tr:last-child td {
	border-bottom: 0;
}

.single-product .obalblue-pdp-spec-table th {
	width: 38%;
	color: #728198;
	font-weight: 650;
}

.single-product .obalblue-pdp-spec-table tbody tr:nth-child(odd) > * {
	background: #f1f4f8 !important;
}

.single-product .obalblue-pdp-spec-table tbody tr:nth-child(even) > * {
	background: #fff !important;
}

.single-product .obalblue-pdp-spec-table td {
	color: #35445a;
	font-weight: 600;
}

.single-product .obalblue-pdp-faq details {
	margin: 0 0 8px;
	border: 1px solid var(--obalblue-pdp-line);
	border-radius: 8px;
	background: #fff;
}

.single-product .obalblue-pdp-faq summary {
	position: relative;
	padding: 13px 38px 13px 13px;
	color: #34435a;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.single-product .obalblue-pdp-faq summary::-webkit-details-marker {
	display: none;
}

.single-product .obalblue-pdp-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 14px;
	color: #75849a;
	font-size: 18px;
	transform: translateY(-50%);
}

.single-product .obalblue-pdp-faq details[open] summary::after {
	content: "−";
}

.single-product .obalblue-pdp-faq details p {
	margin: 0;
	padding: 0 13px 14px;
	color: #596a80;
	font-size: 13px;
	line-height: 1.55;
}

.single-product .obalblue-pdp-whatsapp {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	justify-items: center;
	gap: 9px;
	padding: 28px 18px 24px;
	border-top: 1px solid var(--obalblue-pdp-line);
	background: #f7f9fc;
	text-align: center;
}

.single-product .obalblue-pdp-whatsapp__icon {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	border-radius: 50%;
	background: #d5fae9;
	color: #07875e;
}

.single-product .obalblue-pdp-whatsapp__content {
	display: block;
	min-width: 0;
}

.single-product .obalblue-pdp-whatsapp__icon .obalblue-pdp-icon {
	width: 18px;
	height: 18px;
	fill: #07875e;
	stroke: #07875e;
}

.single-product .obalblue-pdp-whatsapp h2 {
	margin: 0 0 3px;
	color: #29364a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.single-product .obalblue-pdp-whatsapp p {
	max-width: 470px;
	margin: 0 auto 12px;
	color: #718097;
	font-size: 12px;
	line-height: 1.45;
}

.single-product .obalblue-pdp-whatsapp__button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 10px 20px;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	background: #fff;
	color: #425169;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.single-product .obalblue-pdp-whatsapp__button:hover,
.single-product .obalblue-pdp-whatsapp__button:focus-visible {
	border-color: var(--obalblue-pdp-blue);
	background: #eef5ff;
	color: var(--obalblue-pdp-blue);
	text-decoration: none;
}

.single-product .obalblue-pdp-sticky-cart {
	display: none;
}

@media (max-width: 768px) {
	body.single-product {
		padding-bottom: calc(82px + env(safe-area-inset-bottom));
	}

	.single-product div.product {
		padding-right: 14px;
		padding-left: 14px;
	}

	.single-product .obalblue-paypal-monthly-payment {
		min-height: 50px;
		padding: 8px 10px !important;
	}

	.single-product .obalblue-paypal-monthly-copy {
		row-gap: 2px;
	}

	.single-product .obalblue-paypal-monthly-lead--desktop {
		display: none !important;
	}

	.single-product .obalblue-paypal-monthly-lead--mobile {
		display: inline !important;
	}

	.single-product .obalblue-paypal-inline-logo {
		width: 46px;
	}

	.single-product .obalblue-pdp-breadcrumb {
		display: none;
	}

	.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 16px;
	}

	.single-product div.product .woocommerce-product-gallery__image > a > img {
		width: 100%;
		max-height: 260px;
		object-fit: contain;
	}

	.single-product div.product .product_title {
		margin-bottom: 10px;
	}

	.single-product .obalblue-pdp-key-specs {
		margin-bottom: 10px;
	}

	.single-product .obalblue-pdp-key-spec {
		padding: 9px 10px;
	}

	.single-product .obalblue-pdp-profile {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.single-product .obalblue-pdp-sticky-cart.is-visible {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
		border-top: 1px solid #dfe5ed;
		background: rgb(255 255 255 / 96%);
		box-shadow: 0 -5px 16px rgb(20 35 60 / 10%);
		backdrop-filter: blur(8px);
	}

	.single-product .obalblue-pdp-sticky-copy {
		display: flex;
		min-width: 0;
		flex: 1 1 auto;
		flex-direction: column;
	}

	.single-product .obalblue-pdp-sticky-title {
		overflow: hidden;
		color: #68778c;
		font-size: 10px;
		line-height: 1.2;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.single-product .obalblue-pdp-sticky-copy strong {
		color: var(--obalblue-pdp-ink);
		font-size: 17px;
		line-height: 1.25;
	}

	.single-product .obalblue-pdp-sticky-cart button {
		min-height: 45px;
		max-width: 178px;
		flex: 0 1 48%;
		padding: 8px 13px;
		border: 0;
		border-radius: 8px;
		background: var(--obalblue-pdp-blue);
		color: #fff;
		font-size: 12px;
		font-weight: 750;
		line-height: 1.2;
	}

	.single-product .obalblue-pdp-sticky-cart button:disabled {
		opacity: 0.5;
	}
}

@media (min-width: 769px) {
	.single-product div.product {
		display: grid;
		grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
		gap: 28px 48px;
		align-items: start;
		padding-top: 18px;
		padding-bottom: 0;
	}

	.single-product div.product .woocommerce-product-gallery__image > a {
		display: flex;
		aspect-ratio: 4 / 3;
		align-items: center;
		justify-content: center;
		background: #fff;
	}

	.single-product div.product .woocommerce-product-gallery__image > a > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.single-product div.product .onsale {
		position: absolute;
		top: 30px;
		left: 34px;
		z-index: 4;
	}

	.single-product div.product .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1;
		margin: 0;
	}

	.single-product div.product .summary {
		grid-column: 2;
		grid-row: 1;
	}

	.single-product .obalblue-pdp-section,
	.single-product .obalblue-pdp-whatsapp,
	.single-product .obalblue-pdp-details {
		grid-column: 1 / -1;
		margin-top: 0;
	}

	.single-product .obalblue-pdp-section {
		padding-top: 30px;
	}

	.single-product .obalblue-pdp-details {
		padding-bottom: 64px;
	}

	.single-product .obalblue-pdp-details > .obalblue-pdp-section + .obalblue-pdp-section {
		margin-top: 18px;
	}

	.single-product .obalblue-pdp-details > .obalblue-pdp-whatsapp {
		margin-top: 44px;
	}

	.single-product div.product .product_title {
		font-size: clamp(30px, 2.35vw, 38px);
	}

	.single-product .obalblue-pdp-whatsapp {
		grid-template-columns: 42px minmax(0, 1fr) auto;
		justify-items: start;
		gap: 16px;
		padding: 24px 28px;
		border: 1px solid var(--obalblue-pdp-line);
		border-radius: 10px;
		background: #fff;
		text-align: left;
	}

	.single-product .obalblue-pdp-whatsapp__icon {
		width: 42px;
		height: 42px;
	}

	.single-product .obalblue-pdp-whatsapp p {
		margin: 0;
	}

	.single-product .obalblue-pdp-whatsapp__button {
		grid-column: auto;
		white-space: nowrap;
	}

	.single-product .obalblue-pdp-richtext {
		padding: 26px 28px;
	}

	.single-product .obalblue-pdp-spec-table table {
		font-size: 14px;
	}

	.single-product .obalblue-pdp-spec-table th,
	.single-product .obalblue-pdp-spec-table td {
		padding: 12px 14px;
	}
}

@media (min-width: 769px) and (max-width: 980px) {
	.single-product div.product {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
		gap: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-product *,
	.single-product *::before,
	.single-product *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
