.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-pdp-product-info {
	--fnf-info-accent: #d94f78;
	--fnf-info-accent-soft: #fff1f5;
	--fnf-info-ink: #17171a;
	--fnf-info-muted: #65676d;
	--fnf-info-line: rgba(29, 29, 31, 0.09);
	--fnf-info-wash: #fff8fa;
	background: #fff;
	border: 1px solid var(--fnf-info-line);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--fnf-info-ink);
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.fnf-pdp-product-info *,
.fnf-pdp-product-info *::before,
.fnf-pdp-product-info *::after {
	box-sizing: border-box;
}

.fnf-pdp-product-info__row {
	align-items: start;
	border-top: 1px solid var(--fnf-info-line);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(148px, 220px) minmax(0, 1fr);
	margin: 0;
	padding: 14px 16px;
}

.fnf-pdp-product-info__row:first-child {
	border-top: 0;
}

.fnf-pdp-product-info__label {
	align-items: center;
	color: var(--fnf-info-ink);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.25;
	min-width: 0;
	text-transform: none;
}

.fnf-pdp-product-info__label > span:last-child {
	min-width: 0;
	hyphens: auto;
	overflow-wrap: normal;
	word-break: normal;
}

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

.fnf-pdp-product-info__icon svg {
	display: block;
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 22px;
}

.fnf-pdp-product-info__value {
	color: var(--fnf-info-ink);
	font-size: 14px;
	line-height: 1.48;
	min-width: 0;
	overflow-wrap: anywhere;
	text-transform: none;
}

.fnf-pdp-product-info__value p {
	margin: 0;
}

.fnf-pdp-product-info__value strong {
	color: var(--fnf-info-ink);
	font-weight: 800;
}

.fnf-pdp-product-info__nutrition {
	display: grid;
	gap: 6px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.fnf-pdp-product-info__nutrition-pair {
	align-items: baseline;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 24px;
}

.fnf-pdp-product-info__nutrition dt,
.fnf-pdp-product-info__nutrition dd {
	margin: 0;
}

.fnf-pdp-product-info__nutrition dt {
	color: var(--fnf-info-ink);
	font-weight: 800;
	text-transform: none;
}

.fnf-pdp-product-info__nutrition dd {
	color: var(--fnf-info-ink);
	font-variant-numeric: tabular-nums;
	text-align: right;
	text-transform: none;
	white-space: nowrap;
}

.fnf-pdp-product-info__nutrition-table-wrap {
	margin: 0;
	max-width: 100%;
	overflow-x: auto;
}

.fnf-pdp-product-info__nutrition-table {
	border: 0;
	border-collapse: collapse;
	color: var(--fnf-info-ink);
	font-size: 13.5px;
	line-height: 1.25;
	margin: 0;
	max-width: 500px;
	table-layout: fixed;
	text-transform: none;
	width: 100%;
}

.fnf-pdp-product-info__nutrition-table th,
.fnf-pdp-product-info__nutrition-table td {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(29, 29, 31, 0.07);
	letter-spacing: 0;
	padding: 7px 10px;
	text-transform: none;
	vertical-align: top;
}

.fnf-pdp-product-info__nutrition-table tbody tr:last-child th,
.fnf-pdp-product-info__nutrition-table tbody tr:last-child td {
	border-bottom: 0;
}

.fnf-pdp-product-info__nutrition-table thead th {
	border-bottom: 2px solid rgba(217, 79, 120, 0.22);
	box-shadow: inset 0 -2px 0 rgba(217, 79, 120, 0.22);
	color: var(--fnf-info-ink);
	font-size: 12.5px;
	font-weight: 900;
	line-height: 1.2;
	padding-bottom: 9px;
	white-space: nowrap;
}

.fnf-pdp-product-info__nutrition-table th:first-child {
	padding-left: 0;
	text-align: left;
	width: 42%;
}

.fnf-pdp-product-info__nutrition-table th:not(:first-child),
.fnf-pdp-product-info__nutrition-table td {
	text-align: right;
}

.fnf-pdp-product-info__nutrition-table tbody th {
	color: var(--fnf-info-ink);
	font-weight: 800;
	overflow-wrap: anywhere;
}

.fnf-pdp-product-info__nutrition-table td {
	color: var(--fnf-info-ink);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.fnf-pdp-product-info__chips {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
}

.fnf-pdp-product-info__chip {
	background: var(--fnf-info-accent-soft);
	border: 1px solid rgba(217, 79, 120, 0.08);
	border-radius: 6px;
	color: #bd3f66;
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 9px;
	text-decoration: none;
}

.fnf-pdp-product-info__chip:hover {
	background: #ffe7ef;
	color: #9f2d52;
}

.fnf-pdp-product-info__row--notice {
	background: var(--fnf-info-wash);
}

.fnf-pdp-product-info__row--notice .fnf-pdp-product-info__value {
	color: #3f3438;
}

.fnf-pdp-product-info__row.is-caution .fnf-pdp-product-info__value {
	color: #6f2f40;
	font-weight: 700;
}

.fnf-pdp-product-info__row.is-positive .fnf-pdp-product-info__value {
	color: #20723a;
	font-weight: 800;
}

.fnf-pdp-product-info-bundle {
	display: grid;
	gap: 12px;
	margin: 12px 0;
	width: 100%;
}

.fnf-pdp-product-info-bundle__product {
	background: var(--fnf-info-wash, #fff8fa);
	border: 1px solid var(--fnf-info-line, rgba(29, 29, 31, 0.09));
	border-radius: 8px;
	overflow: hidden;
}

.fnf-pdp-product-info-bundle__summary {
	align-items: center;
	background-color: var(--fnf-info-wash, #fff8fa);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	list-style: none;
	min-height: 58px;
	padding: 17px 20px;
	transition: background-color 160ms ease, border-color 160ms ease;
	width: 100%;
}

.fnf-pdp-product-info-bundle__summary::-webkit-details-marker {
	display: none;
}

.fnf-pdp-product-info-bundle__summary:hover {
	background-color: #fff2f6;
}

.fnf-pdp-product-info-bundle__product[open] .fnf-pdp-product-info-bundle__summary {
	border-bottom: 1px solid var(--fnf-info-line, rgba(29, 29, 31, 0.09));
}

.fnf-pdp-product-info-bundle__title {
	background: transparent;
	color: var(--fnf-info-ink, #17171a);
	display: block;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	min-width: 0;
	text-transform: none;
}

.fnf-pdp-product-info-bundle__chevron {
	border-color: var(--fnf-info-accent, #df4f7b);
	border-style: solid;
	border-width: 0 2.5px 2.5px 0;
	display: block;
	flex: 0 0 auto;
	height: 10px;
	margin-left: auto;
	margin-right: 4px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 10px;
}

.fnf-pdp-product-info-bundle__product[open] .fnf-pdp-product-info-bundle__chevron {
	transform: rotate(-135deg);
}

.fnf-pdp-product-info-bundle__product:not([open]) > .fnf-pdp-product-info--bundle-child {
	display: none;
}

.fnf-pdp-product-info--bundle-child {
	background: #fff;
	border: 0;
	border-radius: 0;
}

.fnf-pdp-product-info--bundle-child .fnf-pdp-product-info__row {
	padding: 12px 14px;
}

.fnf-pdp-product-info--bundle-child .fnf-pdp-product-info__row:first-child {
	border-top: 0;
}

@media (max-width: 700px) {
	.fnf-pdp-product-info {
		border-radius: 8px;
	}

	.fnf-pdp-product-info__row {
		gap: 8px;
		grid-template-columns: minmax(154px, 44%) minmax(0, 1fr);
		padding: 11px 12px;
	}

	.fnf-pdp-product-info__row--ingredients,
	.fnf-pdp-product-info__row--chips,
	.fnf-pdp-product-info__row--nutrition,
	.fnf-pdp-product-info__row--nutrition-table,
	.fnf-pdp-product-info__row--text,
	.fnf-pdp-product-info__row--notice {
		grid-template-columns: 1fr;
	}

	.fnf-pdp-product-info__label {
		font-size: 13.5px;
		gap: 8px;
	}

	.fnf-pdp-product-info__icon {
		flex-basis: 22px;
		height: 22px;
		width: 22px;
	}

	.fnf-pdp-product-info__icon svg {
		height: 20px;
		width: 20px;
	}

	.fnf-pdp-product-info__value {
		font-size: 13.5px;
		line-height: 1.43;
	}

	.fnf-pdp-product-info__nutrition {
		gap: 4px 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fnf-pdp-product-info__nutrition-pair {
		gap: 6px;
		min-height: 21px;
	}

	.fnf-pdp-product-info__nutrition dt,
	.fnf-pdp-product-info__nutrition dd {
		font-size: 12.5px;
		line-height: 1.25;
	}

	.fnf-pdp-product-info__nutrition-table {
		font-size: 12.5px;
	}

	.fnf-pdp-product-info__nutrition-table th,
	.fnf-pdp-product-info__nutrition-table td {
		padding: 6px 6px;
	}

	.fnf-pdp-product-info__nutrition-table th:first-child {
		width: 44%;
	}

	.fnf-pdp-product-info__nutrition-table thead th {
		font-size: 12px;
		padding-bottom: 8px;
	}

	.fnf-pdp-product-info__chips {
		gap: 6px;
	}

	.fnf-pdp-product-info__chip {
		font-size: 12px;
		padding: 4px 8px;
	}

	.fnf-pdp-product-info-bundle {
		gap: 10px;
		margin: 10px 0;
	}

	.fnf-pdp-product-info-bundle__summary {
		min-height: 54px;
		padding: 15px 14px;
	}

	.fnf-pdp-product-info-bundle__title {
		font-size: 14px;
	}

	.fnf-pdp-product-info--bundle-child .fnf-pdp-product-info__row {
		padding: 11px 12px;
	}
}

.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%;
	}
}

@media (min-width: 850px) {
	body.single-product .fnf-shop-reviews__card {
		flex: 0 0 372px !important;
		width: 372px !important;
	}
}

body.single-product #accordion-description-label::before,
body.single-product #accordion-additional_information-label::before,
body.single-product #accordion-reviews-label::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	content: "" !important;
	display: inline-block;
	height: 20px;
	margin-right: 0;
	vertical-align: baseline;
	width: 25px;
}

body.single-product #accordion-description-label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M3.2 8.4 7.2 3.9h10.6l4 4.5-9.3 12.3L3.2 8.4Z' stroke='%231d1d1f' stroke-width='1.15' stroke-linejoin='round'/%3E%3Cpath d='M3.2 8.4h18.6M8.4 8.4l4.1 12.3 4.1-12.3M7.2 3.9l1.2 4.5 4.1-4.5 4.1 4.5 1.2-4.5' stroke='%231d1d1f' stroke-width='1.05' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.single-product #accordion-additional_information-label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M6.5 3.6h8.2l3.8 3.8v14H6.5V3.6Z' stroke='%231d1d1f' stroke-width='1.15' stroke-linejoin='round'/%3E%3Cpath d='M14.6 3.8v4h4M9 11h7M9 14.5h7M9 18h5' stroke='%231d1d1f' stroke-width='1.05' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.single-product #accordion-reviews-label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M5.2 6.2c0-1.5 1.2-2.7 2.7-2.7h9.2c1.5 0 2.7 1.2 2.7 2.7v6.5c0 1.5-1.2 2.7-2.7 2.7H12l-4.5 4v-4H7.9c-1.5 0-2.7-1.2-2.7-2.7V6.2Z' stroke='%231d1d1f' stroke-width='1.15' stroke-linejoin='round'/%3E%3Cpath d='M9 8.4h7M9 11.4h4.8' stroke='%231d1d1f' stroke-width='1.05' stroke-linecap='round'/%3E%3C/svg%3E");
}

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

body.single-product #accordion-reviews .accordion-inner {
	padding: 0;
}

body.single-product #accordion-reviews-label.active,
body.single-product #accordion-reviews-label[aria-expanded="true"] {
	margin-bottom: 0 !important;
}

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

.fnf-pdp-product-reviews__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 20px;
	width: 100%;
}

.fnf-pdp-product-reviews__header {
	margin: 0 0 24px;
	text-align: left;
}

.fnf-pdp-product-reviews__heart {
	color: var(--fnf-product-reviews-accent);
	display: inline-flex;
	height: 21px;
	margin: 0 0 8px;
	width: 21px;
}

.fnf-pdp-product-reviews__heart svg {
	display: block;
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.fnf-pdp-product-reviews__header h2 {
	color: #3a1823;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 9px;
	text-transform: none;
}

.fnf-pdp-product-reviews__summary {
	align-items: center;
	color: #3a1823;
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	font-weight: 800;
	gap: 9px;
	justify-content: flex-start;
	line-height: 1.25;
}

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

.fnf-pdp-product-reviews__summary strong {
	color: #42464d;
	font-weight: 800;
}

.fnf-pdp-customer-photos {
	margin: 0 0 28px;
	overflow: visible;
}

.fnf-pdp-customer-photos__track {
	cursor: grab;
	display: flex;
	gap: 14px;
	margin: 0 -20px;
	-ms-overflow-style: none;
	overflow-x: auto;
	padding: 2px 20px 12px;
	scroll-padding-left: 20px;
	scroll-padding-right: 20px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.fnf-pdp-customer-photos__track::after {
	content: "";
	flex: 0 0 20px;
}

.fnf-pdp-customer-photos__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.fnf-pdp-customer-photos__track::-webkit-scrollbar {
	display: none;
}

.fnf-pdp-customer-photos__item {
	appearance: none;
	background: #fff;
	border: 1px solid var(--fnf-product-reviews-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(29, 29, 31, 0.06);
	cursor: pointer;
	flex: 0 0 clamp(168px, 18vw, 228px);
	margin: 0;
	overflow: hidden;
	padding: 0;
	scroll-snap-align: start;
}

.fnf-pdp-customer-photos__image {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fnf-pdp-product-reviews #reviews.woocommerce-Reviews {
	display: block;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.fnf-pdp-product-reviews #comments,
.fnf-pdp-product-reviews #review_form_wrapper {
	flex-basis: 100%;
	float: none;
	max-width: none;
	padding: 0;
	width: 100%;
}

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

.fnf-pdp-product-reviews .commentlist {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fnf-pdp-product-reviews .commentlist > li.review {
	background: #fff;
	border: 1px solid var(--fnf-product-reviews-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(29, 29, 31, 0.06);
	margin: 0;
	padding: 18px 18px 16px;
}

.fnf-pdp-product-reviews .commentlist > li.review[hidden] {
	display: none !important;
}

.fnf-pdp-product-reviews .comment_container,
.fnf-pdp-product-reviews .review-item {
	align-items: stretch;
	display: block;
}

.fnf-pdp-product-reviews .comment_container > .flex-col:first-child {
	display: none;
}

.fnf-pdp-product-reviews .comment-text {
	border: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.fnf-pdp-product-reviews .star-rating {
	color: var(--fnf-product-reviews-accent);
	font-size: 18px;
	line-height: 1;
	margin: 0 0 12px;
	order: 1;
}

.fnf-pdp-product-reviews .description {
	color: var(--fnf-product-reviews-ink);
	font-size: 15px;
	line-height: 1.55;
	order: 2;
}

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

.fnf-pdp-product-review__meta {
	align-items: center;
	border-top: 1px solid var(--fnf-product-reviews-border);
	color: var(--fnf-product-reviews-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px 12px;
	line-height: 1.25;
	margin: 16px 0 0;
	order: 3;
	padding: 13px 0 0;
}

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

.fnf-pdp-product-review__status {
	align-items: center;
	color: var(--fnf-product-reviews-muted);
	display: inline-flex;
	gap: 7px;
	margin-left: auto;
	white-space: nowrap;
}

.fnf-pdp-product-review__status.is-verified {
	color: var(--fnf-product-reviews-accent);
	font-weight: 800;
}

.fnf-pdp-product-review__status.is-team-reply {
	color: #42464d;
	font-weight: 700;
}

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

.fnf-pdp-product-review__check svg {
	display: block;
	fill: currentColor;
	height: 11px;
	width: 11px;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies > li.comment {
	background: #f7f7f7 !important;
	border: 1px solid rgba(29, 29, 31, 0.06) !important;
	border-left: 4px solid var(--fnf-product-reviews-accent) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	margin: 0 0 0 14px !important;
	padding: 22px 24px 18px !important;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .description {
	font-size: 15px;
	line-height: 1.6;
	padding: 0;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .description p {
	margin: 0 0 9px;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .description p:last-child {
	margin-bottom: 0;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .fnf-pdp-product-review__meta {
	background: rgba(255, 255, 255, 0.58) !important;
	border-top: 1px solid rgba(29, 29, 31, 0.08) !important;
	gap: 8px 14px;
	margin: 18px -8px -4px !important;
	padding: 14px 8px 4px !important;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .fnf-pdp-product-review__meta strong {
	color: #34363b;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .woocommerce-review__author::after {
	content: none !important;
	display: none !important;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .fnf-pdp-product-review__status.is-team-reply {
	background: rgba(223, 79, 123, 0.1);
	border-radius: 999px;
	color: #3a1823;
	font-weight: 800;
	padding: 6px 11px;
}

.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .verified,
.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .woocommerce-review__verified,
.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .woocommerce-review__verified-owner {
	display: none !important;
}

.fnf-pdp-product-reviews__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	margin: 24px 0 0;
}

.fnf-pdp-product-reviews__load {
	background: var(--fnf-product-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-pdp-product-reviews__load:hover,
.fnf-pdp-product-reviews__load:focus {
	background: #c9406a;
	color: #fff;
}

.fnf-pdp-product-reviews__more-voices {
	color: var(--fnf-product-reviews-accent);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.fnf-pdp-product-reviews__more-voices:hover,
.fnf-pdp-product-reviews__more-voices:focus {
	color: #c9406a;
	text-decoration: underline;
}

.fnf-pdp-product-reviews #review_form_wrapper {
	background: #fff;
	border: 1px solid var(--fnf-product-reviews-border);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(29, 29, 31, 0.06);
	margin: 24px 0 0;
	padding: 22px;
}

.fnf-pdp-product-reviews #reply-title {
	color: #3a1823;
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 18px;
	text-transform: none;
}

.fnf-pdp-product-reviews #commentform {
	display: grid;
	gap: 14px;
	margin: 0;
}

.fnf-pdp-product-reviews #commentform p {
	margin: 0;
}

.fnf-pdp-product-reviews #review_form p.stars {
	line-height: 1;
	margin: 10px 0 20px;
}

.fnf-pdp-product-reviews #review_form p.stars span {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.fnf-pdp-product-reviews #review_form p.stars a {
	border: 0 !important;
	color: transparent !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 30px !important;
	line-height: 1 !important;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
	text-indent: 0 !important;
	width: 28px !important;
}

.fnf-pdp-product-reviews #review_form p.stars a::before {
	color: #d9dce0;
	content: "★";
	display: block;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	height: 30px;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 28px;
}

.fnf-pdp-product-reviews #review_form p.stars span:hover a::before,
.fnf-pdp-product-reviews #review_form p.stars.selected a::before {
	color: var(--fnf-product-reviews-accent);
}

.fnf-pdp-product-reviews #review_form p.stars span:hover a:hover ~ a::before,
.fnf-pdp-product-reviews #review_form p.stars.selected a.active ~ a::before {
	color: #d9dce0;
}

.fnf-pdp-product-reviews #commentform textarea,
.fnf-pdp-product-reviews #commentform input[type="text"],
.fnf-pdp-product-reviews #commentform input[type="email"] {
	border: 1px solid rgba(29, 29, 31, 0.14);
	border-radius: 8px;
	box-shadow: none;
	font-size: 15px;
	min-height: 44px;
}

.fnf-pdp-product-reviews #commentform textarea {
	min-height: 140px;
}

.fnf-pdp-product-reviews #commentform .form-submit .submit {
	background: var(--fnf-product-reviews-accent);
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	min-height: 46px;
	padding: 0 26px;
}

.fnf-pdp-photo-lightbox {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 22px;
	position: fixed;
	z-index: 99999;
}

.fnf-pdp-photo-lightbox[aria-hidden="false"] {
	display: flex;
}

.fnf-pdp-lightbox-open {
	overflow: hidden;
}

.fnf-pdp-photo-lightbox__backdrop {
	background: rgba(17, 18, 23, 0.76);
	inset: 0;
	position: absolute;
}

.fnf-pdp-photo-lightbox__dialog {
	align-items: center;
	display: flex;
	justify-content: center;
	max-height: min(88vh, 860px);
	max-width: min(92vw, 820px);
	position: relative;
	width: auto;
	z-index: 1;
}

.fnf-pdp-photo-lightbox__image {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
	display: block;
	height: auto;
	max-height: min(88vh, 860px);
	max-width: min(92vw, 820px);
	object-fit: contain;
	width: auto;
}

.fnf-pdp-photo-lightbox__close,
.fnf-pdp-photo-lightbox__arrow {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(17, 18, 23, 0.18);
	color: #3a1823;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	height: 36px !important;
	justify-content: center;
	line-height: 1;
	margin: 0;
	max-height: 36px;
	max-width: 36px;
	min-height: 36px !important;
	min-width: 36px !important;
	padding: 0 !important;
	position: absolute;
	text-transform: none;
	touch-action: manipulation;
	transform: none;
	vertical-align: middle;
	white-space: nowrap;
	width: 36px !important;
	z-index: 2;
}

.fnf-pdp-photo-lightbox__close {
	right: -10px;
	top: -10px;
}

.fnf-pdp-photo-lightbox__arrow--prev {
	left: -16px;
}

.fnf-pdp-photo-lightbox__arrow--next {
	right: -16px;
}

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

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

	.fnf-pdp-product-reviews__header {
		text-align: left;
	}

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

	.fnf-pdp-product-reviews__summary {
		justify-content: flex-start;
		font-size: 19px;
	}

	.fnf-pdp-product-reviews__summary-stars {
		font-size: 21px;
	}

	.fnf-pdp-customer-photos__track {
		margin: 0 -16px;
		padding-left: 16px;
		padding-right: 16px;
		scroll-padding-left: 16px;
		scroll-padding-right: 16px;
	}

	.fnf-pdp-customer-photos__track::after {
		flex-basis: 16px;
	}

	.fnf-pdp-customer-photos__item {
		flex-basis: min(58vw, 220px);
	}

	.fnf-pdp-product-reviews .commentlist > li.review,
	.fnf-pdp-product-reviews #review_form_wrapper {
		padding: 16px 15px 15px;
	}

	.fnf-pdp-product-reviews .fnf-pdp-product-review-replies > li.comment {
		margin-left: 0 !important;
		padding: 18px 16px 15px !important;
	}

	.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .fnf-pdp-product-review__meta {
		margin: 16px -4px -2px !important;
		padding: 13px 4px 2px !important;
	}

	.fnf-pdp-product-reviews .fnf-pdp-product-review-replies .fnf-pdp-product-review__status.is-team-reply {
		justify-content: center;
		width: fit-content;
	}

	.fnf-pdp-product-review__meta {
		align-items: flex-start;
		display: grid;
	}

	.fnf-pdp-product-review__status {
		margin-left: 0;
	}

	.fnf-pdp-product-reviews__load {
		width: 100%;
	}

	.fnf-pdp-photo-lightbox {
		padding: 12px;
	}

	.fnf-pdp-photo-lightbox__dialog {
		max-height: calc(100dvh - 24px);
		max-width: calc(100vw - 24px);
	}

	.fnf-pdp-photo-lightbox__image {
		max-height: calc(100dvh - 84px);
		max-width: calc(100vw - 24px);
	}

	.fnf-pdp-photo-lightbox__close,
	.fnf-pdp-photo-lightbox__arrow {
		font-size: 21px;
		height: 32px !important;
		max-height: 32px;
		max-width: 32px;
		min-height: 32px !important;
		min-width: 32px !important;
		width: 32px !important;
	}

	.fnf-pdp-photo-lightbox__close {
		right: 4px;
		top: 4px;
	}

	.fnf-pdp-photo-lightbox__arrow--prev {
		left: 6px;
	}

	.fnf-pdp-photo-lightbox__arrow--next {
		right: 6px;
	}
}

.fnf-attribute-archive {
	--fnf-archive-accent: #f17e97;
	--fnf-archive-ink: #17181b;
	--fnf-archive-muted: #62646b;
	--fnf-archive-line: rgba(29, 29, 31, 0.08);
	--fnf-archive-soft: #fff7f9;
}

.fnf-attribute-archive .shop-page-title {
	display: none;
}

.fnf-attribute-archive .shop-page-title .shop-page-title {
	color: var(--fnf-archive-ink);
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: none;
}

.fnf-attribute-archive .shop-page-title .woocommerce-ordering {
	display: none !important;
}

.fnf-attribute-archive .shop-page-title .woocommerce-result-count {
	color: var(--fnf-archive-muted);
	font-size: 14px;
	margin: 0;
	text-align: right;
}

.fnf-attribute-archive .category-page-row {
	padding-top: 20px;
}

.fnf-attribute-archive .shop-container > .term-description {
	color: var(--fnf-archive-muted);
	font-size: 17px;
	line-height: 1.45;
	margin: 0 0 16px;
	max-width: 720px;
}

.fnf-attribute-archive .woocommerce-ordering {
	display: none !important;
}

.fnf-attribute-filters {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(29, 29, 31, 0.06);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(29, 29, 31, 0.06);
	box-sizing: border-box;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 0 24px;
	padding: 16px;
}

.fnf-attribute-filters--has-aside {
	grid-template-columns: minmax(0, 1fr) auto;
}

.fnf-attribute-filters__main {
	display: grid;
	gap: 13px;
	min-width: 0;
}

.fnf-attribute-filters__group {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: 154px minmax(0, 1fr);
}

.fnf-attribute-filters__check-row {
	display: grid;
	gap: 10px;
	grid-template-columns: 154px minmax(0, 1fr);
}

.fnf-attribute-filters__check-row::before {
	content: "";
}

.fnf-attribute-filters__label {
	color: var(--fnf-archive-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 32px;
	text-transform: uppercase;
	white-space: nowrap;
}

.fnf-attribute-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.fnf-attribute-filters__chip {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(29, 29, 31, 0.09);
	border-radius: 999px;
	color: var(--fnf-archive-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	line-height: 1.15;
	min-height: 32px;
	padding: 7px 11px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.fnf-attribute-filters__chip:hover,
.fnf-attribute-filters__chip.is-active {
	background: var(--fnf-archive-accent);
	border-color: var(--fnf-archive-accent);
	color: #fff;
}

.fnf-attribute-filters__count {
	align-items: center;
	background: rgba(29, 29, 31, 0.07);
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	height: 19px;
	justify-content: center;
	min-width: 19px;
	padding: 0 6px;
}

.fnf-attribute-filters__chip:hover .fnf-attribute-filters__count,
.fnf-attribute-filters__chip.is-active .fnf-attribute-filters__count {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
}

.fnf-attribute-filters__check {
	align-items: center;
	color: var(--fnf-archive-ink);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-self: start;
	line-height: 1.2;
	min-height: 28px;
	text-decoration: none;
	transition: color 160ms ease;
}

.fnf-attribute-filters__check:hover {
	color: var(--fnf-archive-accent);
}

.fnf-attribute-filters__check-box {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(29, 29, 31, 0.24);
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-flex;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.fnf-attribute-filters__check.is-active .fnf-attribute-filters__check-box {
	background: var(--fnf-archive-accent);
	border-color: var(--fnf-archive-accent);
}

.fnf-attribute-filters__check.is-active .fnf-attribute-filters__check-box::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	margin-top: -2px;
	transform: rotate(45deg);
	width: 5px;
}

.fnf-attribute-filters__aside {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
	min-width: 238px;
}

.fnf-attribute-filters__reset {
	align-items: center;
	background: var(--fnf-archive-ink) !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	min-height: 36px;
	padding: 0 12px !important;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.fnf-attribute-filters__reset {
	background: var(--fnf-archive-soft) !important;
	color: var(--fnf-archive-accent) !important;
	width: 100%;
}

.fnf-attribute-archive .products.row {
	align-items: stretch;
	row-gap: 22px;
}

.fnf-attribute-archive .products.row > .product-small.col {
	display: flex;
	margin-bottom: 0;
}

.fnf-attribute-archive .products.row > .product-small.col > .col-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.fnf-attribute-archive .product-small .product-small.box {
	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: 1 1 auto;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fnf-attribute-archive .has-equal-box-heights .box-image,
.fnf-attribute-archive .box-image {
	background: #fff;
	box-sizing: border-box;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 14px 16px 0 !important;
	position: relative;
	width: 100% !important;
}

.fnf-attribute-archive .box-image .image-fade_in_back,
.fnf-attribute-archive .box-image .image-none,
.fnf-attribute-archive .box-image > a {
	aspect-ratio: 1 / 0.86;
	display: block;
	min-height: 190px;
	position: relative;
	width: 100% !important;
}

.fnf-attribute-archive .box-image a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.fnf-attribute-archive .box-image img {
	display: block;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	width: 100%;
}

.fnf-attribute-archive .box-image img.back-image {
	height: 100%;
	object-fit: contain;
}

.fnf-attribute-card__badge {
	background: var(--fnf-archive-accent);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 9px;
	padding: 9px 13px;
	position: static;
	align-self: flex-start;
	text-transform: uppercase;
	z-index: 4;
}

.fnf-attribute-archive .box-text-products {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 6px 16px 24px !important;
	text-align: left !important;
}

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

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

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

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

.fnf-attribute-card__rating-text {
	white-space: nowrap;
}

.fnf-attribute-archive .box-text-products .title-wrapper {
	margin: 0;
}

.fnf-attribute-archive .box-text-products .product-title,
.fnf-attribute-archive .box-text-products .product-title a {
	color: var(--fnf-archive-ink);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}

.fnf-attribute-archive .box-text-products .product-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin-bottom: 8px;
	min-height: 2.32em;
	overflow: hidden;
}

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

.fnf-attribute-archive .box-text-products .price-wrapper {
	border-top: 1px solid var(--fnf-archive-line);
	margin-top: 12px;
	padding-bottom: 2px;
	padding-top: 13px;
}

.fnf-attribute-archive .box-text-products .price,
.fnf-attribute-archive .box-text-products .price .amount {
	color: var(--fnf-archive-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.24;
}

.fnf-attribute-archive .box-text-products .price del {
	color: #8f9198;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 1px;
	opacity: 0.9;
}

.fnf-attribute-archive .box-text-products .price del .amount {
	color: #8f9198;
	font-size: 13px;
}

.fnf-attribute-archive .box-text-products .price ins,
.fnf-attribute-archive .box-text-products .price ins .amount {
	color: #d92f45;
	display: block;
	text-decoration: none;
}

.fnf-attribute-archive .products.row > .product-small.col > .col-inner > .button,
.fnf-attribute-archive .products.row .add_to_cart_button,
.fnf-attribute-archive .products.row .added_to_cart {
	display: none !important;
}

@media (max-width: 1049px) {
	.fnf-attribute-filters {
		grid-template-columns: minmax(0, 1fr);
	}

	.fnf-attribute-filters__aside {
		align-items: flex-start;
		min-width: 0;
		width: 100%;
	}

	.fnf-attribute-filters__reset {
		max-width: 420px;
	}
}

@media (max-width: 849px) {
	.fnf-attribute-archive .category-page-row {
		padding-top: 14px;
	}

	.fnf-attribute-archive .shop-container > .term-description {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.fnf-attribute-filters {
		border-radius: 8px;
		box-shadow: 0 6px 18px rgba(29, 29, 31, 0.06);
		margin-bottom: 18px;
		padding: 14px;
	}

	.fnf-attribute-filters__group,
	.fnf-attribute-filters__check-row {
		gap: 7px;
		grid-template-columns: minmax(0, 1fr);
	}

	.fnf-attribute-filters__check-row::before {
		display: none;
	}

	.fnf-attribute-filters__label {
		line-height: 1.2;
	}

	.fnf-attribute-filters__chips {
		flex-wrap: nowrap;
		margin: 0 -14px;
		overflow-x: auto;
		padding: 0 14px 3px;
		scrollbar-width: none;
	}

	.fnf-attribute-filters__chips::-webkit-scrollbar {
		display: none;
	}

	.fnf-attribute-filters__chip {
		flex: 0 0 auto;
	}

	.fnf-attribute-archive .box-text-products {
		padding: 6px 13px 20px !important;
	}

	.fnf-attribute-card__rating {
		gap: 7px;
		justify-content: flex-start;
	}

	.fnf-attribute-card__stars {
		font-size: 14px;
	}

	.fnf-attribute-archive .box-text-products .product-title,
	.fnf-attribute-archive .box-text-products .product-title a {
		font-size: 15px;
	}

	.fnf-attribute-card__teaser {
		font-size: 13px;
	}

	.fnf-attribute-archive .box-text-products .price,
	.fnf-attribute-archive .box-text-products .price .amount {
		font-size: 14px;
	}
}

.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;
}

.fnf-pdp-cross-sells__price .wcpbc-price.loading {
	display: inline-block;
	min-height: 1.2em;
	min-width: 7ch;
}

@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;
}

body.single-product .fnf-pdp-fbt .fnf-pdp-fbt__check input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: #d4d4d4 !important;
	background-color: #d4d4d4 !important;
	border: 0 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color-scheme: light;
	cursor: pointer;
	display: block !important;
	height: 22px !important;
	margin: 0 !important;
	min-height: 22px !important;
	min-width: 22px !important;
	position: relative;
	width: 22px !important;
}

body.single-product .fnf-pdp-fbt .fnf-pdp-fbt__check input[type="checkbox"]:checked {
	background: var(--fnf-fbt-accent) !important;
	background-color: var(--fnf-fbt-accent) !important;
}

body.single-product .fnf-pdp-fbt .fnf-pdp-fbt__check input[type="checkbox"]: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;
}

body.single-product .fnf-pdp-fbt .fnf-pdp-fbt__check input[type="checkbox"]: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__price-skeleton {
	animation: fnf-pdp-price-skeleton 1.3s ease-in-out infinite;
	background: linear-gradient(90deg, rgba(241, 126, 151, 0.14), rgba(241, 126, 151, 0.28), rgba(241, 126, 151, 0.14));
	background-size: 220% 100%;
	border-radius: 999px;
	display: inline-block;
	height: 1em;
	min-width: 7.2ch;
	vertical-align: -0.12em;
}

.fnf-pdp-fbt__price del .fnf-pdp-fbt__price-skeleton {
	min-width: 6.2ch;
	opacity: 0.72;
}

.fnf-pdp-fbt__savings .fnf-pdp-fbt__price-skeleton {
	min-width: 15ch;
}

.fnf-pdp-fbt__bundle-price .fnf-pdp-fbt__price-skeleton {
	min-width: 8.6ch;
}

@keyframes fnf-pdp-price-skeleton {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fnf-pdp-fbt__price-skeleton {
		animation: 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 {
	align-items: center;
	background: rgba(241, 126, 151, 0.14);
	border: 1px solid rgba(241, 126, 151, 0.22);
	border-radius: 999px;
	color: var(--fnf-fbt-accent);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	grid-column: 1 / -1;
	justify-self: start;
	line-height: 1.25;
	padding: 5px 9px;
}

.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;
}

.single-product .upsells-wrapper.product-section {
	box-sizing: border-box;
	margin: 28px auto 34px;
	max-width: 800px;
	padding: 0 12px;
	width: 100%;
}

.single-product .upsells-wrapper.product-section .product-section-title-upsell {
	color: #3a1823;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 16px;
	padding: 0;
	text-align: center;
}

.single-product .upsells-wrapper.product-section .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none;
	width: 100%;
}

.single-product .upsells-wrapper.product-section .row > .col {
	padding-left: 6px;
	padding-right: 6px;
}

.single-product .upsells-wrapper.product-section .box-text-products {
	font-size: 13px;
}

.single-product .upsells-wrapper.product-section .add_to_cart_button {
	font-size: 12px;
	min-height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: normal;
}

@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) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
		gap: 4px 3px;
		margin-bottom: 10px;
	}

	.fnf-pdp-fbt__product {
		border-radius: 7px;
		padding: 7px 4px 8px;
	}

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

	body.single-product .fnf-pdp-fbt .fnf-pdp-fbt__check input[type="checkbox"] {
		height: 18px !important;
		min-height: 18px !important;
		min-width: 18px !important;
		width: 18px !important;
	}

	.fnf-pdp-fbt__image {
		margin: 0 auto 5px;
		max-width: 74px;
	}

	.fnf-pdp-fbt__name {
		font-size: 11px;
		line-height: 1.18;
		min-height: 2.36em;
	}

	.fnf-pdp-fbt__benefit {
		font-size: 11px;
		margin-top: 3px;
	}

	.fnf-pdp-fbt__price {
		font-size: 12px;
		gap: 2px 5px;
		padding-top: 6px;
	}

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

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

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

	.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: 42px !important;
	}
}

.single-product .iconic-woothumbs-all-images-wrap {
	position: relative;
}

.fnf-pdp-gallery-badge {
	background: var(--fnf-cross-accent, #f17e97);
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(241, 126, 151, 0.22);
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 12px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	text-align: center;
	text-transform: uppercase;
	top: 16px;
	z-index: 30;
}

.fnf-pdp-gallery-badge--rotating {
	align-items: center;
	display: inline-flex;
	min-width: max-content;
}

.fnf-pdp-gallery-badge__text {
	opacity: 0;
	transition: opacity 180ms ease;
	white-space: nowrap;
}

.fnf-pdp-gallery-badge__text.is-active {
	opacity: 1;
}

html.fnf-pdp-gallery-zoom-open,
body.fnf-pdp-gallery-zoom-open {
	overflow: hidden;
}

.fnf-pdp-gallery-zoom {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	min-height: 100vh;
	min-height: 100dvh;
	overflow: hidden;
	position: fixed;
	touch-action: none;
	z-index: 100000;
}

.fnf-pdp-gallery-zoom[aria-hidden="false"] {
	display: flex;
}

.fnf-pdp-gallery-zoom__backdrop {
	-webkit-backdrop-filter: blur(18px) saturate(1.08);
	backdrop-filter: blur(18px) saturate(1.08);
	background: rgba(255, 255, 255, 0.28);
	inset: 0;
	position: absolute;
}

.fnf-pdp-gallery-zoom__viewport {
	align-items: center;
	cursor: grab;
	display: flex;
	height: min(76dvh, 760px);
	justify-content: center;
	overflow: hidden;
	position: relative;
	touch-action: none;
	width: 100vw;
	z-index: 1;
}

.fnf-pdp-gallery-zoom__viewport.is-dragging {
	cursor: grabbing;
}

.fnf-pdp-gallery-zoom__image {
	-webkit-user-drag: none;
	display: block;
	flex: 0 0 auto;
	height: 100%;
	max-height: none;
	max-width: none;
	pointer-events: none;
	transform: translate3d(var(--fnf-pdp-gallery-zoom-x, 0), 0, 0);
	user-select: none;
	width: auto;
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	.fnf-pdp-gallery-badge__text {
		transition: none;
	}
}

@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):not(.fnf-pdp-gallery-neighbors-ready) .iconic-woothumbs-images-wrap::before,
	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-ready):not(.fnf-pdp-gallery-neighbors-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):not(.fnf-pdp-gallery-neighbors-ready) .iconic-woothumbs-images-wrap::before {
		left: 0;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap:not(.fnf-pdp-gallery-ready):not(.fnf-pdp-gallery-neighbors-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;
		clear: both;
		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;
	}

	body.fnf-pdp-mobile-gallery .iconic-woothumbs-all-images-wrap.fnf-pdp-gallery-neighbors-ready .iconic-woothumbs-images__slide img {
		filter: none !important;
		opacity: 1 !important;
	}

	.fnf-pdp-gallery-badge {
		padding: 5px 8px;
		right: 38px;
		top: 12px;
		z-index: 35;
	}

	.fnf-pdp-gallery-bubbles {
		align-items: center;
		clear: both;
		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;
	}

	.fnf-pdp-gallery-zoom__viewport {
		height: min(74dvh, 700px);
	}
}

@media (min-width: 768px) {
	.fnf-pdp-gallery-zoom {
		display: none !important;
	}
}

@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;
}

body.single-product .custom-product-page .col.rating .text a[href="#tab-reviews"] {
	cursor: pointer;
	text-decoration: none;
}

body.single-product .custom-product-page .col.rating .text a[href="#tab-reviews"] u {
	border-bottom: 1px dashed currentColor;
	text-decoration: none;
}

.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);
}

.fnf-pdp-sticky-atc {
	display: none;
}

@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;
	}

	body.single-product.fnf-pdp-sticky-atc-mode-always .custom-product-page .add-to-cart-container form.cart .quantity,
	body.single-product.fnf-pdp-sticky-atc-mode-always .custom-product-page .add-to-cart-container form.cart .woocommerce-variation-add-to-cart,
	body.single-product.fnf-pdp-sticky-atc-mode-always .custom-product-page .add-to-cart-container form.cart .single_add_to_cart_button,
	body.single-product.fnf-pdp-sticky-atc-mode-always .custom-product-page .add-to-cart-container form.cart button[name="add-to-cart"],
	body.single-product.fnf-pdp-sticky-atc-mode-always .custom-product-page .add-to-cart-container form.cart input[type="submit"] {
		display: none !important;
	}

	body.single-product .fnf-pdp-sticky-atc {
		--fnf-sticky-atc-accent: #f17e97;
		--fnf-sticky-atc-reserve: 96px;
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		background: rgba(255, 255, 255, 0.82);
		border-top: 1px solid rgba(241, 126, 151, 0.18);
		box-shadow: 0 -10px 26px rgba(31, 31, 35, 0.08);
		box-sizing: border-box;
		display: block;
		left: 0;
		opacity: 0;
		padding: 8px 14px calc(8px + env(safe-area-inset-bottom, 0px));
		pointer-events: none;
		position: fixed;
		right: 0;
		bottom: 0;
		transform: translateY(110%);
		transition: opacity 180ms ease, transform 180ms ease;
		z-index: 9994;
	}

	body.single-product .fnf-pdp-sticky-atc.is-visible {
		opacity: 1;
		transform: translateY(0);
	}

	body.single-product.fnf-pdp-sticky-atc-active {
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}

	body.single-product.fnf-pdp-sticky-atc-active.fnf-pdp-sticky-atc-fbt-compact {
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}

	body.single-product .fnf-pdp-sticky-atc__inner {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 680px;
		padding-right: 0;
		transition: padding-right 180ms ease;
		width: 100%;
	}

	body.single-product .fnf-pdp-sticky-atc--cart-space .fnf-pdp-sticky-atc__inner {
		padding-right: var(--fnf-sticky-atc-reserve);
	}

	body.single-product .fnf-pdp-sticky-atc__actions {
		display: block;
		width: 100%;
	}

	body.single-product .fnf-pdp-sticky-atc__success-actions {
		display: none;
		gap: 8px;
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		width: 100%;
	}

	body.single-product .fnf-pdp-sticky-atc--post-success .fnf-pdp-sticky-atc__actions {
		display: none;
	}

	body.single-product .fnf-pdp-sticky-atc--post-success .fnf-pdp-sticky-atc__success-actions {
		display: grid;
	}

	body.single-product .fnf-pdp-sticky-atc .added_to_cart,
	body.single-product .fnf-pdp-sticky-atc .wc-forward {
		display: none !important;
	}

	body.single-product .fnf-pdp-sticky-atc__button {
		align-items: center;
		background: var(--fnf-sticky-atc-accent);
		border: 0;
		border-radius: 999px;
		box-shadow: 0 10px 22px rgba(241, 126, 151, 0.28);
		box-sizing: border-box;
		color: #fff;
		display: flex;
		font-size: 14px;
		font-weight: 900;
		gap: 10px;
		justify-content: center;
		letter-spacing: 0;
		line-height: 1.1;
		margin: 0 !important;
		min-height: 50px;
		padding: 10px 18px;
		pointer-events: auto;
		text-transform: none;
		width: 100%;
	}

	body.single-product .fnf-pdp-sticky-atc__fbt-button {
		align-items: center;
		background: var(--fnf-sticky-atc-accent);
		border: 0;
		border-radius: 999px;
		box-shadow: 0 10px 22px rgba(241, 126, 151, 0.28);
		box-sizing: border-box;
		color: #fff;
		display: none !important;
		font-size: 13px;
		font-weight: 900;
		justify-content: center;
		letter-spacing: 0;
		line-height: 1.1;
		margin: 0 !important;
		min-height: 50px;
		padding: 10px 13px;
		pointer-events: auto;
		text-align: center;
		text-transform: none;
		white-space: nowrap;
		width: 100%;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-button {
		align-items: center;
		background: #fff;
		border: 1px solid rgba(241, 126, 151, 0.42);
		border-radius: 999px;
		box-shadow: none;
		box-sizing: border-box;
		color: #3a1823;
		display: flex;
		font-size: 13px;
		font-weight: 900;
		gap: 7px;
		justify-content: center;
		letter-spacing: 0;
		line-height: 1.1;
		margin: 0 !important;
		min-height: 50px;
		padding: 10px 12px;
		pointer-events: auto;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		white-space: nowrap;
		width: 100%;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-button:hover,
	body.single-product .fnf-pdp-sticky-atc__nav-button:focus {
		background: #fff6f9;
		color: #3a1823;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-button--primary {
		background: var(--fnf-sticky-atc-accent);
		border-color: var(--fnf-sticky-atc-accent);
		box-shadow: 0 10px 22px rgba(241, 126, 151, 0.24);
		color: #fff;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-button--primary:hover,
	body.single-product .fnf-pdp-sticky-atc__nav-button--primary:focus {
		background: #ec6f8d;
		border-color: #ec6f8d;
		color: #fff;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-icon {
		align-items: center;
		display: inline-flex;
		flex: 0 0 18px;
		height: 18px;
		justify-content: center;
		width: 18px;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-icon svg {
		display: block;
		fill: none;
		height: 18px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2;
		width: 18px;
	}

	body.single-product .fnf-pdp-sticky-atc__nav-label {
		display: inline-block;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.single-product .fnf-pdp-sticky-atc__button:hover,
	body.single-product .fnf-pdp-sticky-atc__button:focus,
	body.single-product .fnf-pdp-sticky-atc__fbt-button:hover,
	body.single-product .fnf-pdp-sticky-atc__fbt-button:focus {
		background: #ec6f8d;
		color: #fff;
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact {
		padding-top: 8px;
		padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__actions {
		display: grid;
		gap: 8px;
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__button {
		background: #fff;
		border: 1px solid rgba(241, 126, 151, 0.42);
		box-shadow: none;
		color: #3a1823;
		font-size: 13px;
		gap: 0;
		min-height: 50px;
		padding: 10px 12px;
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__button:hover,
	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__button:focus {
		background: #fff6f9;
		color: #3a1823;
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__fbt-button {
		display: flex !important;
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__fbt-button:hover,
	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__fbt-button:focus {
		background: #ec6f8d;
		color: #fff;
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__price,
	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__divider,
	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__icon {
		display: none;
	}

	body.single-product .fnf-pdp-sticky-atc--fbt-compact .fnf-pdp-sticky-atc__button.is-loading .fnf-pdp-sticky-atc__icon {
		display: inline-flex;
	}

	body.single-product .fnf-pdp-sticky-atc__button:focus-visible {
		outline: 2px solid #111;
		outline-offset: 3px;
	}

	body.single-product .fnf-pdp-sticky-atc__fbt-button:focus-visible,
	body.single-product .fnf-pdp-sticky-atc__nav-button:focus-visible {
		outline: 2px solid #111;
		outline-offset: 3px;
	}

	body.single-product .fnf-pdp-sticky-atc__button.is-disabled,
	body.single-product .fnf-pdp-sticky-atc__button:disabled,
	body.single-product .fnf-pdp-sticky-atc__fbt-button:disabled {
		cursor: default;
		opacity: 0.58;
	}

	body.single-product .fnf-pdp-sticky-atc__button.is-loading:disabled,
	body.single-product .fnf-pdp-sticky-atc__button.is-success:disabled,
	body.single-product .fnf-pdp-sticky-atc__fbt-button.is-loading:disabled,
	body.single-product .fnf-pdp-sticky-atc__fbt-button.is-success:disabled {
		opacity: 1;
	}

	body.single-product .fnf-pdp-sticky-atc__button.is-loading:disabled,
	body.single-product .fnf-pdp-sticky-atc__fbt-button.is-loading:disabled {
		cursor: wait;
	}

	body.single-product .fnf-pdp-sticky-atc__button.is-success:disabled,
	body.single-product .fnf-pdp-sticky-atc__fbt-button.is-success:disabled {
		cursor: default;
	}

	body.single-product .fnf-pdp-sticky-atc__button.is-loading,
	body.single-product .fnf-pdp-sticky-atc__button.is-success {
		gap: 8px;
	}

	body.single-product .fnf-pdp-sticky-atc__button.is-loading .fnf-pdp-sticky-atc__price,
	body.single-product .fnf-pdp-sticky-atc__button.is-loading .fnf-pdp-sticky-atc__divider,
	body.single-product .fnf-pdp-sticky-atc__button.is-success .fnf-pdp-sticky-atc__price,
	body.single-product .fnf-pdp-sticky-atc__button.is-success .fnf-pdp-sticky-atc__divider {
		display: none;
	}

		body.single-product .fnf-pdp-sticky-atc__button.is-loading .fnf-pdp-sticky-atc__icon {
			flex: 0 0 19px;
			height: 19px;
			max-height: 19px;
			max-width: 19px;
			min-height: 19px;
			min-width: 19px;
			width: 19px;
		}

		body.single-product .fnf-pdp-sticky-atc__spinner {
			-webkit-animation: fnf-pdp-sticky-atc-spin 780ms linear infinite;
			animation: fnf-pdp-sticky-atc-spin 780ms linear infinite;
			aspect-ratio: 1 / 1;
			border: 2px solid currentColor;
			border-radius: 50%;
			border-right-color: transparent;
			box-sizing: border-box;
			display: inline-block;
			flex: 0 0 auto;
			height: 19px;
			line-height: 0;
			max-height: 19px;
			max-width: 19px;
			min-height: 19px;
			min-width: 19px;
			width: 19px;
			will-change: transform;
		}

		@-webkit-keyframes fnf-pdp-sticky-atc-spin {
			from {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			to {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}

		@keyframes fnf-pdp-sticky-atc-spin {
			from {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			to {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}

		body.single-product .fnf-pdp-sticky-atc__price {
			align-items: baseline;
			display: inline-flex;
			flex: 0 1 auto;
			font-size: 14px;
			font-weight: 900;
			line-height: 1;
			max-width: 118px;
			min-width: 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		body.single-product .fnf-pdp-sticky-atc__price--sale {
			align-items: flex-start;
			background: #fff;
			border-radius: 10px;
			color: #111;
			flex: 0 0 auto;
			flex-direction: column;
			font-size: 13px;
			gap: 1px;
			line-height: 1;
			max-width: 104px;
			overflow: visible;
			padding: 4px 8px;
			text-overflow: clip;
			white-space: normal;
		}

		body.single-product .fnf-pdp-sticky-atc__price del,
		body.single-product .fnf-pdp-sticky-atc__price .bis-external-price--compare {
			display: none;
		}

		body.single-product .fnf-pdp-sticky-atc__price--sale del,
		body.single-product .fnf-pdp-sticky-atc__price--sale .bis-external-price--compare {
			color: #111;
			display: block;
			font-size: 10px;
			font-weight: 800;
			line-height: 1;
			opacity: 1;
			order: 2;
			text-decoration: line-through;
			text-decoration-color: currentColor;
			white-space: nowrap;
		}

	body.single-product .fnf-pdp-sticky-atc__price .woocommerce-price-suffix,
	body.single-product .fnf-pdp-sticky-atc__price .price-suffix,
	body.single-product .fnf-pdp-sticky-atc__price .tax_label,
	body.single-product .fnf-pdp-sticky-atc__price .includes_tax {
		display: none;
	}

		body.single-product .fnf-pdp-sticky-atc__price ins,
		body.single-product .fnf-pdp-sticky-atc__price .bis-external-price--current {
			color: inherit;
			text-decoration: none;
		}

		body.single-product .fnf-pdp-sticky-atc__price--sale ins,
		body.single-product .fnf-pdp-sticky-atc__price--sale .bis-external-price--current {
			color: #c91435;
			display: block;
			font-size: 13px;
			font-weight: 900;
			line-height: 1;
			order: 1;
			white-space: nowrap;
		}

	body.single-product .fnf-pdp-sticky-atc__price .amount,
	body.single-product .fnf-pdp-sticky-atc__price bdi {
		color: inherit;
		white-space: nowrap;
	}

	body.single-product .fnf-pdp-sticky-atc__divider {
		background: rgba(255, 255, 255, 0.42);
		display: inline-block;
		flex: 0 0 1px;
		height: 20px;
	}

	body.single-product .fnf-pdp-sticky-atc__icon {
		align-items: center;
		display: inline-flex;
		flex: 0 0 21px;
		height: 21px;
		justify-content: center;
		width: 21px;
	}

	body.single-product .fnf-pdp-sticky-atc__icon svg {
		display: block;
		fill: none;
		height: 21px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2;
		width: 21px;
	}

	body.single-product .fnf-pdp-sticky-atc__label {
		display: inline-block;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@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;
	}

		body.single-product .fnf-pdp-sticky-atc {
			--fnf-sticky-atc-reserve: 86px;
			padding-left: 10px;
			padding-right: 10px;
		}

		body.single-product .fnf-pdp-sticky-atc--cart-space .fnf-pdp-sticky-atc__inner {
			padding-right: var(--fnf-sticky-atc-reserve);
		}

	body.single-product .fnf-pdp-sticky-atc__button {
		font-size: 13px;
		gap: 7px;
		padding-left: 12px;
		padding-right: 12px;
	}

		body.single-product .fnf-pdp-sticky-atc__price {
			font-size: 13px;
			max-width: 76px;
		}

		body.single-product .fnf-pdp-sticky-atc__price--sale {
			font-size: 12px;
			max-width: 96px;
			padding: 4px 7px;
		}

			body.single-product .fnf-pdp-sticky-atc__price--sale ins,
			body.single-product .fnf-pdp-sticky-atc__price--sale .bis-external-price--current {
				font-size: 12px;
			}

			body.single-product .fnf-pdp-sticky-atc__price--sale del,
			body.single-product .fnf-pdp-sticky-atc__price--sale .bis-external-price--compare {
				font-size: 9.5px;
			}

	body.single-product .fnf-pdp-sticky-atc__divider {
		display: none;
	}
}
