.fnf-pdp-benefit-stack {
	--fnf-pdp-accent: #f17e97;
	--fnf-pdp-ink: #1d1d1f;
	--fnf-pdp-muted: #4e4f52;
	margin: 6px 0 12px;
	width: 100%;
}

.fnf-pdp-main-claim {
	color: var(--fnf-pdp-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 6px;
	overflow-wrap: anywhere;
}

.fnf-pdp-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 4px;
	margin: 0;
	width: 100%;
}

.fnf-pdp-benefit {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--fnf-pdp-muted);
	display: flex;
	gap: 5px;
	min-height: 0;
	min-width: 0;
	padding: 0;
}

.fnf-pdp-benefit__icon {
	align-items: center;
	color: var(--fnf-pdp-accent);
	display: inline-flex;
	flex: 0 0 14px;
	height: 14px;
	justify-content: center;
	width: 14px;
}

.fnf-pdp-benefit__icon svg {
	display: block;
	fill: currentColor;
	height: 12px;
	width: 12px;
}

.fnf-pdp-benefit__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	min-width: 0;
	overflow-wrap: anywhere;
	text-transform: none;
}

.fnf-all-reviews {
	--fnf-all-reviews-accent: #df4f7b;
	--fnf-all-reviews-ink: #16171b;
	--fnf-all-reviews-muted: #6b6f76;
	--fnf-all-reviews-border: rgba(29, 29, 31, 0.08);
	--fnf-all-reviews-bg: #efefef;
	background: var(--fnf-all-reviews-bg);
	box-sizing: border-box;
	color: var(--fnf-all-reviews-ink);
	margin: 0 calc(50% - 50vw);
	padding: 42px 0 48px;
	width: 100vw;
}

.fnf-all-reviews *,
.fnf-all-reviews *::before,
.fnf-all-reviews *::after {
	box-sizing: border-box;
}

.fnf-all-reviews__inner {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
}

.fnf-all-reviews__header {
	margin: 0 0 22px;
	text-align: center;
}

.fnf-all-reviews__eyebrow {
	color: var(--fnf-all-reviews-accent);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.fnf-all-reviews__header h2 {
	color: var(--fnf-all-reviews-ink);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
	text-transform: none;
}

.fnf-all-reviews__summary {
	align-items: center;
	color: var(--fnf-all-reviews-ink);
	display: flex;
	font-size: 16px;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	margin: 0 0 7px;
}

.fnf-all-reviews__summary-stars {
	color: var(--fnf-all-reviews-accent);
	display: inline-flex;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.fnf-all-reviews__summary strong {
	font-size: 17px;
	font-weight: 800;
}

.fnf-all-reviews__header p {
	color: var(--fnf-all-reviews-muted);
	font-size: 16px;
	line-height: 1.45;
	margin: 0 auto;
	max-width: 680px;
}

.fnf-all-reviews__list {
	display: grid;
	gap: 12px;
}

.fnf-all-reviews__card {
	background: #fff;
	border: 1px solid var(--fnf-all-reviews-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(29, 29, 31, 0.06);
	padding: 18px 18px 16px;
}

.fnf-all-reviews__card-head {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	justify-content: space-between;
	margin: 0 0 12px;
}

.fnf-all-reviews__stars {
	color: #d8dadd;
	display: inline-flex;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.fnf-all-reviews__stars .is-active {
	color: var(--fnf-all-reviews-accent);
}

.fnf-all-reviews__product {
	color: var(--fnf-all-reviews-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	max-width: 100%;
}

.fnf-all-reviews__product a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(223, 79, 123, 0.38);
	text-underline-offset: 3px;
}

.fnf-all-reviews__product a:hover {
	color: var(--fnf-all-reviews-accent);
}

.fnf-all-reviews__text {
	color: var(--fnf-all-reviews-ink);
	font-size: 15px;
	line-height: 1.55;
}

.fnf-all-reviews__text p {
	margin: 0;
}

.fnf-all-reviews__text p + p {
	margin-top: 10px;
}

.fnf-all-reviews__meta {
	align-items: flex-end;
	border-top: 1px solid var(--fnf-all-reviews-border);
	color: var(--fnf-all-reviews-muted);
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
	gap: 9px 13px;
	justify-content: space-between;
	line-height: 1.25;
	margin: 16px 0 0;
	padding: 13px 0 0;
}

.fnf-all-reviews__person {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	min-width: 0;
}

.fnf-all-reviews__meta strong {
	color: var(--fnf-all-reviews-ink);
	font-size: 15px;
	font-weight: 800;
}

.fnf-all-reviews__verified {
	align-items: center;
	color: var(--fnf-all-reviews-accent);
	display: inline-flex;
	gap: 7px;
	font-weight: 800;
	margin-left: auto;
	white-space: nowrap;
}

.fnf-all-reviews__check {
	align-items: center;
	background: var(--fnf-all-reviews-accent);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.fnf-all-reviews__check svg {
	display: block;
	fill: currentColor;
	height: 11px;
	width: 11px;
}

.fnf-all-reviews__date {
	color: var(--fnf-all-reviews-muted);
}

.fnf-all-reviews__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 24px 0 0;
	text-align: center;
}

.fnf-all-reviews__button {
	background: var(--fnf-all-reviews-accent);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(223, 79, 123, 0.22);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	min-height: 46px;
	padding: 13px 24px;
	text-transform: none;
}

.fnf-all-reviews__button:hover,
.fnf-all-reviews__button:focus {
	background: #c9406a;
	color: #fff;
}

.fnf-all-reviews__button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.fnf-all-reviews__status,
.fnf-all-reviews__empty {
	color: var(--fnf-all-reviews-muted);
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.fnf-all-reviews__status.is-error {
	color: #b42342;
	font-weight: 700;
}

@media (max-width: 600px) {
	.fnf-all-reviews {
		padding: 34px 0 40px;
	}

	.fnf-all-reviews__inner {
		padding: 0 16px;
	}

	.fnf-all-reviews__header {
		margin-bottom: 18px;
		text-align: left;
	}

	.fnf-all-reviews__summary {
		justify-content: flex-start;
	}

	.fnf-all-reviews__header h2 {
		font-size: 30px;
	}

	.fnf-all-reviews__card {
		padding: 16px 15px 15px;
	}

	.fnf-all-reviews__card-head {
		display: grid;
		gap: 9px;
		justify-content: stretch;
	}

	.fnf-all-reviews__text {
		font-size: 14px;
	}

	.fnf-all-reviews__date {
		margin-left: 0;
	}

	.fnf-all-reviews__button {
		width: 100%;
	}
}

.fnf-pdp-cross-sells {
	--fnf-cross-accent: #f17e97;
	--fnf-cross-accent-strong: #f17e97;
	--fnf-cross-ink: #17181b;
	--fnf-cross-muted: #62646b;
	--fnf-cross-soft: #fff7f9;
	background:
		linear-gradient(90deg, rgba(241, 126, 151, 0.08), rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.96) 72%, rgba(241, 126, 151, 0.08));
	color: var(--fnf-cross-ink);
	margin: 30px calc(50% - 50vw) 28px;
	overflow: hidden;
	padding: 30px 0 38px;
	position: relative;
	width: 100vw;
}

.fnf-pdp-cross-sells__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1460px;
	padding: 0 clamp(18px, 3.2vw, 42px);
	position: relative;
	width: 100%;
}

.fnf-pdp-cross-sells__header {
	margin: 0 0 12px;
}

.fnf-pdp-cross-sells__header h2 {
	align-items: center;
	color: var(--fnf-cross-ink);
	display: flex;
	font-size: 32px;
	font-weight: 800;
	gap: 14px;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 6px;
	text-transform: none;
}

.fnf-pdp-cross-sells__header p {
	color: var(--fnf-cross-muted);
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
}

.fnf-pdp-cross-sells__heart {
	color: var(--fnf-cross-accent);
	display: inline-flex;
	flex: 0 0 auto;
	height: 30px;
	width: 30px;
}

.fnf-pdp-cross-sells__heart svg {
	display: block;
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 100%;
}

.fnf-pdp-cross-sells__viewport {
	overflow: visible;
}

.fnf-pdp-cross-sells__track {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	-ms-overflow-style: none;
	overflow-x: auto;
	overflow-y: visible;
	padding: 10px 2px 16px;
	scroll-padding-left: 2px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.fnf-pdp-cross-sells__track::-webkit-scrollbar {
	display: none;
}

.fnf-pdp-cross-sells__card {
	background: #fff;
	border: 1px solid rgba(29, 29, 31, 0.05);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(29, 29, 31, 0.08);
	box-sizing: border-box;
	display: flex;
	flex: 0 0 calc((100% - 80px) / 5);
	flex-direction: column;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

.fnf-pdp-cross-sells__image-link {
	color: inherit;
	display: block;
	padding: 14px 16px 0;
	position: relative;
	text-decoration: none;
}

.fnf-pdp-cross-sells__image {
	align-items: center;
	aspect-ratio: 1 / 0.86;
	display: flex;
	justify-content: center;
	width: 100%;
}

.fnf-pdp-cross-sells__image img {
	display: block;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	width: 100%;
}

.fnf-pdp-cross-sells__badge {
	background: var(--fnf-cross-accent);
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 9px 13px;
	position: absolute;
	right: 16px;
	text-transform: uppercase;
	top: 16px;
	z-index: 2;
}

.fnf-pdp-cross-sells__content {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	padding: 6px 16px 16px;
}

.fnf-pdp-cross-sells__rating {
	align-items: center;
	color: var(--fnf-cross-muted);
	display: flex;
	font-size: 13px;
	gap: 8px;
	line-height: 1.2;
	margin: 0 0 10px;
	min-height: 16px;
}

.fnf-pdp-cross-sells__stars {
	color: #dedfe3;
	display: inline-block;
	flex: 0 0 auto;
	font-size: 16px;
	height: 1em;
	line-height: 1;
	position: relative;
	width: 5.2em;
}

.fnf-pdp-cross-sells__stars::before,
.fnf-pdp-cross-sells__stars span::before {
	content: "★★★★★";
	left: 0;
	letter-spacing: 0;
	position: absolute;
	top: 0;
}

.fnf-pdp-cross-sells__stars span {
	color: var(--fnf-cross-accent);
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.fnf-pdp-cross-sells__rating-text {
	white-space: nowrap;
}

.fnf-pdp-cross-sells__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--fnf-cross-ink);
	display: -webkit-box;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 8px;
	min-height: 2.24em;
	overflow: hidden;
	text-decoration: none;
}

.fnf-pdp-cross-sells__name:hover {
	color: var(--fnf-cross-accent-strong);
}

.fnf-pdp-cross-sells__teaser {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--fnf-cross-muted);
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.35;
	margin: 0 0 11px;
	min-height: 2.7em;
	overflow: hidden;
}

.fnf-pdp-cross-sells__bottom {
	align-items: end;
	border-top: 1px solid rgba(29, 29, 31, 0.07);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 0;
	padding-top: 13px;
}

.fnf-pdp-cross-sells__price {
	color: var(--fnf-cross-ink);
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.24;
	min-width: 0;
}

.fnf-pdp-cross-sells__price del {
	color: #8f9198;
	display: block;
	font-size: 13px;
	font-weight: 600;
	opacity: 0.9;
}

.fnf-pdp-cross-sells__price ins {
	color: var(--fnf-cross-accent-strong);
	text-decoration: none;
}

.fnf-pdp-cross-sells__cart {
	align-items: center;
	background: var(--fnf-cross-accent) !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 18px rgba(199, 66, 100, 0.24) !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 52px;
	height: 52px;
	justify-content: center;
	margin: 0;
	min-height: 52px;
	padding: 0 !important;
	transition: transform 160ms ease, opacity 160ms ease;
	width: 52px;
}

.fnf-pdp-cross-sells__cart svg {
	display: block;
	fill: currentColor;
	height: 28px;
	width: 28px;
}

.fnf-pdp-cross-sells__cart:hover {
	transform: translateY(-1px);
}

.fnf-pdp-cross-sells__cart.is-loading {
	cursor: wait;
	opacity: 0.72;
}

.fnf-pdp-cross-sells__cart.is-added {
	background: #77a464 !important;
	box-shadow: 0 8px 18px rgba(119, 164, 100, 0.24) !important;
}

.fnf-pdp-cross-sells .added_to_cart {
	display: none !important;
}

.fnf-pdp-cross-sells__controls {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	margin: 0;
}

.fnf-pdp-cross-sells:not(.fnf-pdp-cross-sells--overflowing) .fnf-pdp-cross-sells__controls {
	display: none;
}

.fnf-pdp-cross-sells__dots {
	align-items: center;
	display: flex;
	gap: 18px;
	grid-column: 2;
	justify-content: center;
	min-height: 42px;
}

.fnf-pdp-cross-sells__dot {
	background: #d8d9dd !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	cursor: pointer;
	display: block;
	height: 14px;
	margin: 0;
	min-height: 0;
	padding: 0 !important;
	transition: background-color 160ms ease, transform 160ms ease;
	width: 14px;
}

.fnf-pdp-cross-sells__dot.is-active {
	background: var(--fnf-cross-accent-strong) !important;
	transform: scale(1.05);
}

.fnf-pdp-cross-sells__arrows {
	display: flex;
	gap: 16px;
	grid-column: 3;
	justify-content: flex-end;
}

.fnf-pdp-cross-sells__arrow {
	align-items: center;
	background: #fff !important;
	border: 1px solid rgba(199, 66, 100, 0.25) !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 20px rgba(29, 29, 31, 0.12) !important;
	color: var(--fnf-cross-accent-strong) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 44px;
	height: 64px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 64px;
	padding: 0 0 5px !important;
	transition: opacity 160ms ease, transform 160ms ease;
	width: 64px;
}

.fnf-pdp-cross-sells__arrow:hover {
	transform: translateY(-1px);
}

.fnf-pdp-cross-sells__arrow:disabled {
	cursor: default;
	opacity: 0.32 !important;
	transform: none;
}

.fnf-pdp-cross-sells__notice {
	margin-top: 14px;
}

.fnf-pdp-cross-sells__notice:empty {
	display: none;
}

.fnf-pdp-cross-sells__notice .woocommerce-error,
.fnf-pdp-cross-sells__notice .woocommerce-message,
.fnf-pdp-cross-sells__notice .woocommerce-info {
	margin: 0;
}

body.single-product.fnf-pdp-has-cross-sell-slider aside.widget.widget-upsell,
body.single-product.fnf-pdp-has-cross-sell-slider .up-sells.upsells.products.upsells-wrapper {
	display: none !important;
}

@media (max-width: 1199px) {
	.fnf-pdp-cross-sells__card {
		flex-basis: calc((100% - 60px) / 4);
	}
}

@media (min-width: 850px) {
	.fnf-pdp-cross-sells__controls {
		display: flex;
		justify-content: center;
	}

	.fnf-pdp-cross-sells__dots {
		grid-column: auto;
	}

	.fnf-pdp-cross-sells__arrows {
		position: absolute;
		right: clamp(18px, 3.2vw, 42px);
		top: 50%;
		transform: translateY(-20%);
	}
}

@media (max-width: 849px) {
	.fnf-pdp-cross-sells {
		margin-bottom: 22px;
		margin-top: 26px;
		padding: 26px 0 34px;
	}

	.fnf-pdp-cross-sells__inner {
		padding-left: 28px;
		padding-right: 0;
	}

	.fnf-pdp-cross-sells__header {
		padding-right: 28px;
	}

	.fnf-pdp-cross-sells__header h2 {
		font-size: 25px;
		gap: 12px;
		text-transform: uppercase;
	}

	.fnf-pdp-cross-sells__header p {
		font-size: 17px;
	}

	.fnf-pdp-cross-sells__heart {
		height: 28px;
		width: 28px;
	}

	.fnf-pdp-cross-sells__track {
		gap: 16px;
		padding-bottom: 20px;
		padding-right: 28px;
	}

	.fnf-pdp-cross-sells__card {
		flex-basis: min(68vw, 312px);
		min-height: 0;
	}

	.fnf-pdp-cross-sells__content {
		padding: 6px 16px 16px;
	}

	.fnf-pdp-cross-sells__rating {
		justify-content: center;
		text-align: center;
	}

	.fnf-pdp-cross-sells__name {
		font-size: 18px;
		text-align: center;
	}

	.fnf-pdp-cross-sells__teaser {
		font-size: 14px;
		text-align: center;
	}

	.fnf-pdp-cross-sells__bottom {
		padding-top: 13px;
	}

	.fnf-pdp-cross-sells__price {
		font-size: 18px;
	}

	.fnf-pdp-cross-sells__cart {
		flex-basis: 52px;
		height: 52px;
		min-height: 52px;
		width: 52px;
	}

	.fnf-pdp-cross-sells__cart svg {
		height: 28px;
		width: 28px;
	}

	.fnf-pdp-cross-sells__controls {
		box-sizing: border-box;
		grid-template-columns: minmax(0, 1fr) auto;
		padding-right: 28px;
	}

	.fnf-pdp-cross-sells__dots {
		gap: 18px;
		grid-column: 1;
		justify-content: flex-end;
	}

	.fnf-pdp-cross-sells__arrows {
		grid-column: 2;
	}
}

@media (max-width: 480px) {
	.fnf-pdp-cross-sells__inner {
		padding-left: 20px;
	}

	.fnf-pdp-cross-sells__header {
		padding-right: 20px;
	}

	.fnf-pdp-cross-sells__header h2 {
		font-size: 22px;
	}

	.fnf-pdp-cross-sells__header p {
		font-size: 16px;
	}

	.fnf-pdp-cross-sells__track {
		gap: 14px;
		padding-right: 20px;
	}

	.fnf-pdp-cross-sells__card {
		flex-basis: min(68vw, 278px);
		min-height: 0;
	}

	.fnf-pdp-cross-sells__badge {
		font-size: 12px;
		padding: 9px 12px;
	}

	.fnf-pdp-cross-sells__rating {
		font-size: 12px;
		margin-bottom: 14px;
	}

	.fnf-pdp-cross-sells__stars {
		font-size: 15px;
		width: 5.1em;
	}

	.fnf-pdp-cross-sells__name {
		font-size: 17px;
	}

	.fnf-pdp-cross-sells__teaser {
		font-size: 13px;
	}

	.fnf-pdp-cross-sells__price {
		font-size: 17px;
	}

	.fnf-pdp-cross-sells__cart {
		flex-basis: 50px;
		height: 50px;
		min-height: 50px;
		width: 50px;
	}

	.fnf-pdp-cross-sells__cart svg {
		height: 27px;
		width: 27px;
	}

	.fnf-pdp-cross-sells__controls {
		gap: 14px;
		padding-right: 24px;
	}

	.fnf-pdp-cross-sells__dots {
		gap: 13px;
	}

	.fnf-pdp-cross-sells__dot {
		height: 12px;
		width: 12px;
	}

	.fnf-pdp-cross-sells__arrow {
		font-size: 38px;
		height: 58px;
		min-height: 58px;
		width: 58px;
	}
}

.fnf-pdp-fbt {
	--fnf-fbt-accent: #f17e97;
	--fnf-fbt-accent-dark: #3a1823;
	--fnf-fbt-ink: #1d1d1f;
	--fnf-fbt-muted: #666;
	--fnf-fbt-border: rgba(241, 126, 151, 0.28);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--fnf-fbt-ink);
	margin: 18px auto 8px;
	max-width: 800px;
	padding: 0;
	width: 100%;
}

.fnf-pdp-fbt__header {
	margin: 0 0 18px;
	text-align: center;
}

.fnf-pdp-fbt__header h3 {
	align-items: center;
	color: var(--fnf-fbt-ink);
	display: flex;
	font-size: 22px;
	font-weight: 900;
	gap: 18px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.fnf-pdp-fbt__header h3::before,
.fnf-pdp-fbt__header h3::after {
	background: #f8c9d3;
	content: "";
	display: block;
	flex: 1 1 96px;
	height: 2px;
	max-width: 152px;
	opacity: 0.72;
}

.fnf-pdp-fbt__header p {
	color: var(--fnf-fbt-muted);
	font-size: 14px;
	line-height: 1.25;
	margin: 0;
}

.fnf-pdp-fbt__products {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
	gap: 10px;
	margin: 0 0 16px;
}

.fnf-pdp-fbt__product {
	background: #fff;
	border: 1px solid var(--fnf-fbt-border);
	border-radius: 8px;
	box-shadow: 0 5px 14px rgba(29, 29, 31, 0.03);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 11px 10px 12px;
	position: relative;
	text-align: center;
}

label.fnf-pdp-fbt__product {
	cursor: pointer;
}

.fnf-pdp-fbt__check {
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 2;
}

.fnf-pdp-fbt__check input {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: #d4d4d4 !important;
	border: 0 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0;
	position: relative;
	width: 22px;
}

.fnf-pdp-fbt__check input:checked {
	background: var(--fnf-fbt-accent) !important;
}

.fnf-pdp-fbt__check input:checked::after {
	border: solid #fff;
	border-width: 0 4px 4px 0;
	content: "";
	height: 13px;
	left: 8px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 7px;
}

.fnf-pdp-fbt__check input:disabled {
	cursor: default;
	opacity: 1;
}

.fnf-pdp-fbt__image {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	margin: 2px auto 9px;
	max-width: min(150px, 82%);
	width: 100%;
}

.fnf-pdp-fbt__image img {
	display: block;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	width: 100%;
}

.fnf-pdp-fbt__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--fnf-fbt-ink);
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	min-height: 2.5em;
	overflow: hidden;
	overflow-wrap: anywhere;
}

.fnf-pdp-fbt__benefit {
	color: var(--fnf-fbt-muted);
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fnf-pdp-fbt__price {
	align-items: baseline;
	color: var(--fnf-fbt-ink);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 800;
	gap: 2px 8px;
	justify-content: center;
	line-height: 1.2;
	margin-top: auto;
	padding-top: 10px;
}

.fnf-pdp-fbt__price del {
	color: #8f8f8f;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.9;
}

.fnf-pdp-fbt__price ins {
	color: var(--fnf-fbt-accent);
	text-decoration: none;
}

.fnf-pdp-fbt__plus {
	align-items: center;
	color: var(--fnf-fbt-accent);
	display: flex;
	font-size: 30px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
}

.fnf-pdp-fbt__deal {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fnf-fbt-border);
	border-radius: 8px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
	padding: 12px 16px;
}

.fnf-pdp-fbt__summary {
	align-items: center;
	display: grid;
	gap: 3px 10px;
	grid-template-columns: auto auto;
	justify-content: start;
	margin: 0;
	min-width: 0;
	padding: 0;
	text-align: left;
}

.fnf-pdp-fbt__summary-label {
	color: var(--fnf-fbt-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.fnf-pdp-fbt__bundle-price {
	color: var(--fnf-fbt-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
}

.fnf-pdp-fbt__summary-divider {
	background: var(--fnf-fbt-border);
	display: none;
	height: 24px;
	margin: 0 10px;
	width: 1px;
}

.fnf-pdp-fbt__savings {
	color: var(--fnf-fbt-accent);
	font-size: 13px;
	font-weight: 700;
	grid-column: 1 / -1;
	line-height: 1.25;
}

.fnf-pdp-fbt__button {
	align-items: center;
	border-radius: 999px;
	display: flex !important;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	/* Flatsome button defaults add margin and tall line-height inside this compact deal bar. */
	line-height: 1.1 !important;
	margin: 0 !important;
	min-height: 44px !important;
	padding: 10px 18px;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

.fnf-pdp-fbt__button.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.fnf-pdp-fbt__button.is-added,
.fnf-pdp-fbt__button.is-added:disabled {
	cursor: default;
	opacity: 1;
	pointer-events: none;
}

.fnf-pdp-fbt__notice {
	font-size: 13px;
	line-height: 1.35;
	margin-top: 10px;
}

.fnf-pdp-fbt__notice:empty {
	display: none;
}

.fnf-pdp-fbt__notice .woocommerce-error,
.fnf-pdp-fbt__notice .woocommerce-message,
.fnf-pdp-fbt__notice .woocommerce-info {
	margin: 0;
}

.fnf-pdp-fbt .added_to_cart,
.fnf-pdp-fbt .wc-forward {
	display: none;
}

.fnf-pdp-fbt-original-marker {
	display: none !important;
}

@media (min-width: 850px) {
	.fnf-pdp-fbt--desktop-relocated {
		margin: 18px auto 24px;
	}

	.fnf-pdp-fbt__deal {
		grid-template-columns: minmax(0, 1fr) 280px;
	}

	.fnf-pdp-fbt__savings {
		white-space: nowrap;
	}
}

@media (max-width: 849px) {
	.fnf-pdp-benefit-stack {
		margin-bottom: 10px;
	}

	.fnf-pdp-fbt {
		margin-top: 16px;
		padding: 0;
	}

	.fnf-pdp-fbt__header {
		margin-bottom: 14px;
	}

	.fnf-pdp-fbt__header h3 {
		font-size: 18px;
		gap: 10px;
		margin-bottom: 7px;
	}

	.fnf-pdp-fbt__header h3::before,
	.fnf-pdp-fbt__header h3::after {
		flex-basis: 40px;
		max-width: 78px;
	}

	.fnf-pdp-fbt__products {
		grid-template-columns: minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr);
		gap: 5px 4px;
		margin-bottom: 14px;
	}

	.fnf-pdp-fbt__product {
		padding: 9px 5px 10px;
	}

	.fnf-pdp-fbt__check {
		left: 7px;
		top: 7px;
	}

	.fnf-pdp-fbt__check input {
		height: 20px;
		width: 20px;
	}

	.fnf-pdp-fbt__image {
		margin-bottom: 7px;
		max-width: 92px;
	}

	.fnf-pdp-fbt__name {
		font-size: 12px;
	}

	.fnf-pdp-fbt__plus {
		font-size: 24px;
	}

	.fnf-pdp-fbt__deal {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 11px;
	}

	.fnf-pdp-fbt__summary {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.fnf-pdp-fbt__savings {
		justify-self: center;
	}

	.fnf-pdp-fbt__button {
		min-height: 46px !important;
	}
}

@media (max-width: 767px) {
	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap .iconic-woothumbs-thumbnails-wrap {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		opacity: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images-wrap {
		overflow: hidden;
		position: relative;
		width: 100% !important;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-ready) .iconic-woothumbs-images-wrap::before,
	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-ready) .iconic-woothumbs-images-wrap::after {
		background: #f0f1f3;
		border-radius: 8px;
		bottom: 0;
		content: "";
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 22px;
		z-index: 5;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-ready) .iconic-woothumbs-images-wrap::before {
		left: 0;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-ready) .iconic-woothumbs-images-wrap::after {
		right: 0;
	}

	body.fnf-pdp-mobile-gallery .fnf-pdp-gallery-bubbles-placeholder,
	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-placeholder-ready):not(.fnf-pdp-gallery-bubbles-ready)::after {
		background:
			linear-gradient(#c7c8ce, #c7c8ce) 0 5px / 34px 7px no-repeat,
			linear-gradient(#d8d8dc, #d8d8dc) 45px 5px / 22px 7px no-repeat,
			linear-gradient(#d8d8dc, #d8d8dc) 78px 5px / 22px 7px no-repeat,
			linear-gradient(#d8d8dc, #d8d8dc) 111px 5px / 22px 7px no-repeat,
			linear-gradient(#d8d8dc, #d8d8dc) 144px 5px / 22px 7px no-repeat,
			linear-gradient(#d8d8dc, #d8d8dc) 177px 5px / 22px 7px no-repeat;
		content: "";
		display: block;
		height: 18px;
		margin: 10px auto 2px;
		width: 199px;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap.fnf-pdp-gallery-bubbles-ready .fnf-pdp-gallery-bubbles-placeholder {
		display: none;
	}

	.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images:not(.slick-initialized) {
		box-sizing: border-box;
		display: flex;
		gap: 8px;
		overflow: hidden;
		padding-left: 26px !important;
		padding-right: 26px !important;
		width: 100%;
	}

	.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images:not(.slick-initialized) > .iconic-woothumbs-images__slide {
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0 4px;
	}

	.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images:not(.slick-initialized) .iconic-woothumbs-images__image,
	.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images:not(.slick-initialized) .iconic-woothumbs-images__slide img {
		border-radius: 8px;
	}

	.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images.slick-initialized .slick-list {
		box-sizing: border-box;
		padding-left: 26px !important;
		padding-right: 26px !important;
	}

	.single-product .iconic-woothumbs-all-images-wrap.fnf-pdp-gallery-ready .slick-track {
		align-items: stretch;
		display: flex;
	}

	.single-product .iconic-woothumbs-all-images-wrap.fnf-pdp-gallery-ready .iconic-woothumbs-images__slide {
		height: auto;
		padding: 0 4px;
	}

	.single-product .iconic-woothumbs-all-images-wrap.fnf-pdp-gallery-ready .iconic-woothumbs-images__image,
	.single-product .iconic-woothumbs-all-images-wrap.fnf-pdp-gallery-ready .iconic-woothumbs-images__slide img {
		border-radius: 8px;
	}

	.fnf-pdp-gallery-bubbles {
		align-items: center;
		display: flex;
		gap: 7px;
		justify-content: center;
		margin: 10px auto 2px;
		min-height: 18px;
		width: 100%;
	}

	.fnf-pdp-gallery-bubble {
		background: #d8d8dc;
		border: 0;
		border-radius: 999px;
		box-shadow: none;
		display: block;
		height: 7px;
		margin: 0;
		min-height: 0;
		padding: 0;
		transition: background-color 160ms ease, width 160ms ease;
		width: 7px;
	}

	.fnf-pdp-gallery-bubble.is-active {
		background: #6f7078;
		width: 34px;
	}
}

@media (max-width: 480px) {
	.fnf-pdp-benefit__label {
		font-size: 11.5px;
	}

	.fnf-pdp-fbt {
		padding: 0;
	}

	.fnf-pdp-fbt__header h3 {
		font-size: 16px;
		gap: 8px;
	}

	.fnf-pdp-fbt__header p {
		font-size: 13px;
	}

	.fnf-pdp-fbt__products {
		grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
		gap: 4px;
	}

	.fnf-pdp-fbt__image {
		max-width: 82px;
	}

	.fnf-pdp-fbt__name {
		font-size: 11.5px;
	}

	.fnf-pdp-fbt__benefit {
		font-size: 10px;
	}

	.fnf-pdp-fbt__price,
	.fnf-pdp-fbt__summary-label,
	.fnf-pdp-fbt__savings {
		font-size: 12px;
	}

	.fnf-pdp-fbt__price {
		gap: 2px 5px;
		padding-top: 8px;
	}

	.fnf-pdp-fbt__price del {
		font-size: 10px;
	}

	.fnf-pdp-fbt__bundle-price {
		font-size: 18px;
	}

	.fnf-pdp-fbt__button {
		font-size: 12px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* PDP product info conversion stack spacing. */
.single-product .custom-product-page {
	--fnf-space-xxs: 4px;
	--fnf-space-xs: 8px;
	--fnf-space-sm: 12px;
	--fnf-space-md: 16px;
	--fnf-space-lg: 24px;
	--fnf-space-xl: 32px;
	--fnf-pdp-rating-title: 16px;
	--fnf-pdp-title-claim: 6px;
	--fnf-pdp-claim-benefits: 8px;
	--fnf-pdp-benefits-price: 16px;
	--fnf-pdp-price-code: 24px;
	--fnf-pdp-code-variants: 22px;
	--fnf-pdp-form-gap: 18px;
	--fnf-pdp-bundle-button-extra: 8px;
	--fnf-pdp-button-trust: 14px;
}

.single-product .custom-product-page .col.medium-5.small-12.large-5 > .col-inner {
	max-width: 600px;
}

.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child {
	margin-bottom: var(--fnf-pdp-rating-title);
}

.single-product .custom-product-page .product-title-container {
	margin: 0 0 var(--fnf-pdp-title-claim);
}

.single-product .custom-product-page .product-title-container h1.product-title {
	font-size: 38px;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 !important;
}

body.single-product .custom-product-page .star-rating,
body.single-product .custom-product-page .star-rating::before,
body.single-product .custom-product-page .star-rating span::before {
	font-family: Arial, sans-serif !important;
	letter-spacing: 0;
}

body.single-product .custom-product-page .star-rating::before,
body.single-product .custom-product-page .star-rating span::before {
	content: "★★★★★" !important;
}

body.single-product .custom-product-page .star-rating::before {
	color: #d8d8dc;
}

body.single-product .custom-product-page .star-rating span::before {
	color: #f17e97;
}

.single-product .custom-product-page .fnf-pdp-benefit-stack {
	margin: 0 0 var(--fnf-pdp-benefits-price);
}

.single-product .custom-product-page .fnf-pdp-main-claim {
	font-size: 16px;
	line-height: 1.28;
	margin: 0 0 var(--fnf-pdp-claim-benefits);
}

.single-product .custom-product-page .fnf-pdp-benefits {
	column-gap: 18px;
	row-gap: 6px;
}

.single-product .custom-product-page .fnf-pdp-benefit {
	align-items: flex-start;
	line-height: 1.25;
}

.single-product .custom-product-page .fnf-pdp-benefit__icon {
	margin-top: 1px;
}

.single-product .custom-product-page .product-price-container,
.single-product .custom-product-page .product-price-container p.price,
.single-product .custom-product-page .price-wrapper {
	margin: 0;
}

.single-product .custom-product-page .product-price-container + .gap-element {
	display: none;
}

/* Flatsome prints ID-scoped padding on this generated row; this scoped override keeps PDP controls aligned. */
.single-product .custom-product-page .row:has(.product-price-container) > .col > .col-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.single-product .custom-product-page .add-to-cart-container .fnf-copy-code-wrap {
	margin: var(--fnf-pdp-price-code) 0 0;
}

.single-product .custom-product-page .add-to-cart-container .fnf-copy-code {
	margin-bottom: 0;
	min-height: 46px;
	padding: 12px 20px;
}

.single-product .custom-product-page .add-to-cart-container form.cart {
	margin-bottom: 0;
	margin-top: var(--fnf-pdp-code-variants);
}

.single-product .custom-product-page .add-to-cart-container form.cart.variations_form {
	column-gap: var(--fnf-pdp-form-gap);
	row-gap: var(--fnf-pdp-form-gap);
}

.single-product .custom-product-page .add-to-cart-container form.cart table.variations,
.single-product .custom-product-page .add-to-cart-container form.cart .ff-delivery-eta-placement {
	margin: 0;
}

.single-product .custom-product-page .add-to-cart-container form.cart table.variations select {
	height: auto;
	min-height: 48px;
	padding-left: 18px;
	padding-right: 18px;
}

.single-product .custom-product-page .add-to-cart-container form.cart .bis-widget {
	margin: 0 0 var(--fnf-pdp-bundle-button-extra);
}

.single-product .custom-product-page .product-trust-svg {
	margin-top: var(--fnf-pdp-button-trust);
}

@media (min-width: 850px) {
	.single-product .custom-product-page {
		--fnf-pdp-rating-title: 22px;
		--fnf-pdp-title-claim: 10px;
		--fnf-pdp-claim-benefits: 12px;
		--fnf-pdp-benefits-price: 18px;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 > .col-inner {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: 0;
		/* UX Builder prints product-specific ID padding after plugin CSS; this keeps the desktop info stack off the gallery edge. */
		padding-left: 32px !important;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner {
		padding-top: 0 !important;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child {
		align-items: flex-start;
		flex-wrap: nowrap;
		gap: 10px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col {
		flex-basis: auto;
		padding: 0;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col.medium-2 {
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col.rating {
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
		width: auto;
	}

	/* UX Builder adds ID-scoped padding to the rating columns; desktop needs one compact baseline row. */
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col > .col-inner {
		margin: 0 !important;
		padding: 0 !important;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .woocommerce-product-rating,
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .star-rating,
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .rating .text p {
		margin: 0;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .rating .text p {
		line-height: 1.25;
	}

	.single-product .custom-product-page .fnf-pdp-benefits {
		row-gap: 8px;
	}
}

@media (max-width: 849px) {
	.single-product .custom-product-page {
		--fnf-pdp-rating-title: 16px;
		--fnf-pdp-title-claim: 6px;
		--fnf-pdp-claim-benefits: 10px;
		--fnf-pdp-benefits-price: 20px;
		--fnf-pdp-price-code: 26px;
		--fnf-pdp-code-variants: 24px;
		--fnf-pdp-form-gap: 18px;
		--fnf-pdp-bundle-button-extra: 8px;
		--fnf-pdp-button-trust: 14px;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 > .col-inner {
		box-sizing: border-box;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	/* Flatsome adds ID-scoped inner padding/row widths in UX Builder output; this keeps the mobile PDP stack on one content rail. */
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner {
		box-sizing: border-box;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child {
		align-items: center;
		flex-wrap: nowrap;
		gap: 6px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col {
		flex-basis: auto;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col.medium-2 {
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col.rating {
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
		width: auto;
	}

	/* UX Builder prints ID-scoped padding/margins for this rating row; the compact mobile row needs to override them. */
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child > .col > .col-inner {
		margin: 0 !important;
		padding: 0 !important;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .woocommerce-product-rating,
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .star-rating {
		margin: 0;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .star-rating {
		font-size: 13px;
		line-height: 1;
	}

	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .rating .text,
	.single-product .custom-product-page .col.medium-5.small-12.large-5 .col.small-12.large-12 > .col-inner > .row-full-width:first-child .rating .text p {
		font-size: 12px;
		line-height: 1.15;
		margin: 0;
		white-space: nowrap;
	}

	.single-product .custom-product-page .row:has(.product-price-container) {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.single-product .custom-product-page .iconic-woothumbs-all-images-wrap {
		margin-bottom: 18px;
	}

	.single-product .custom-product-page .product-title-container h1.product-title {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 1.03;
	}

	.single-product .custom-product-page .fnf-pdp-main-claim {
		font-size: 19px;
		line-height: 1.25;
	}

	.single-product .custom-product-page .fnf-pdp-benefits {
		column-gap: 14px;
		row-gap: 8px;
	}

	.single-product .custom-product-page .add-to-cart-container .fnf-copy-code {
		min-height: 48px;
		padding: 13px 18px;
	}

	/* Theme select height uses stronger product-page rules; this lets the mobile minimum tap target win. */
	.single-product .custom-product-page .add-to-cart-container form.cart table.variations select {
		height: auto !important;
		min-height: 58px !important;
	}
}

@media (max-width: 379px) {
	.single-product .custom-product-page .product-title-container h1.product-title {
		font-size: 30px;
	}

	.single-product .custom-product-page .fnf-pdp-benefits {
		grid-template-columns: 1fr;
	}
}
