.wulove-faq-section {
	display: none !important;
}

.wulove-reviews-shell {
	visibility: hidden;
}

body.wulove-product-layout-ready .wulove-reviews-shell {
	visibility: visible;
}

.wulove-product-rating-summary[hidden] {
	display: none !important;
}

.wulove-summary-has-rating {
	margin-bottom: 10px !important;
}

.wulove-product-rating-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.4;
}

.wulove-rating-overview {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #253047;
	text-decoration: none;
}

.wulove-rating-overview strong {
	font-size: 17px;
	color: #111827;
}

.wulove-rating-overview > span:last-child,
.wulove-rating-write {
	color: #315f91;
}

.wulove-rating-write {
	padding-left: 14px;
	border-left: 1px solid #cfd5dc;
	font-weight: 600;
	text-decoration: none;
}

.wulove-rating-overview:hover > span:last-child,
.wulove-rating-write:hover {
	color: #173f6b;
	text-decoration: underline;
}

.wulove-rating-stars {
	position: relative;
	display: inline-block;
	color: #d7dce2;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 1;
}

.wulove-rating-stars > span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #ef8f19;
	white-space: nowrap;
}

.wulove-review-customer {
	color: #667085;
	font-style: normal;
}

.wulove-reviews-shell #review_form_wrapper {
	max-width: 760px;
	margin-top: 28px;
	padding: 24px;
	border: 1px solid #ded8ce;
	border-radius: 8px;
	background: #faf8f3;
}

.wulove-reviews-shell #review_form_wrapper #reply-title {
	display: block;
	margin-bottom: 12px;
	font-family: var(--font-display, Georgia, serif);
	font-size: 28px;
}

.wulove-review-open-note {
	margin: 0 0 18px;
	color: #667085;
	font-size: 14px;
}

.wulove-reviews-shell .comment-form-author,
.wulove-reviews-shell .comment-form-email,
.wulove-reviews-shell .comment-form-comment,
.wulove-reviews-shell .comment-form-rating {
	margin-bottom: 16px;
}

.wulove-reviews-shell .comment-form input[type="text"],
.wulove-reviews-shell .comment-form input[type="email"],
.wulove-reviews-shell .comment-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #cfc8bc;
	border-radius: 6px;
	background: #fff;
	font: inherit;
}

.wulove-reviews-shell .comment-form input[type="text"],
.wulove-reviews-shell .comment-form input[type="email"] {
	min-height: 46px;
	padding: 0 12px;
}

.wulove-reviews-shell .comment-form textarea {
	min-height: 130px;
	padding: 12px;
}

.wulove-reviews-shell .comment-form .submit {
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 6px;
	background: #111d3c;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.wulove-reviews-shell .comment-form .submit:hover {
	background: #202f56;
}

.wulove-approved-review-list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.wulove-approved-review {
	padding: 26px 0;
	border-top: 1px solid #e7e2d9;
}

.wulove-approved-review .comment_container {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 18px;
}

.wulove-approved-review .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.wulove-approved-review .comment-text {
	min-width: 0;
}

.wulove-approved-review .star-rating {
	margin-bottom: 8px;
}

.wulove-approved-review .meta {
	margin: 0 0 12px;
	color: #667085;
	font-size: 14px;
}

.wulove-approved-review .verified {
	color: #9a6719;
	font-style: normal;
}

.wulove-approved-review .description {
	color: #253047;
	font-size: 17px;
	line-height: 1.7;
}

.wulove-approved-review .description p:last-child {
	margin-bottom: 0;
}

.wulove-product-qa[hidden] {
	display: none !important;
}

.wulove-product-videos[hidden] {
	display: none !important;
}

.wulove-product-videos {
	padding: 68px 0;
	background: #f8f4ec;
	color: #111827;
}

.wulove-product-videos-inner {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

.wulove-product-videos-header {
	max-width: 760px;
	margin: 0 auto 30px;
	text-align: center;
}

.wulove-product-videos-header > p:first-child {
	margin: 0 0 8px;
	color: #b97918;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.wulove-product-videos-header h2 {
	margin: 0 0 10px;
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 500;
	line-height: 1.1;
}

.wulove-product-videos-header > p:last-child {
	margin: 0;
	color: #667085;
	font-size: 16px;
}

.wulove-product-videos-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.wulove-product-videos-grid[data-video-count="1"] {
	max-width: 900px;
	margin: 0 auto;
	grid-template-columns: 1fr;
}

.wulove-product-videos-grid[data-video-count="3"] .wulove-product-video-card:first-child {
	grid-column: 1 / -1;
}

.wulove-product-video-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dfd8cc;
	border-radius: 10px;
	background: #0e172b;
	box-shadow: 0 14px 34px rgba(17, 29, 60, .1);
}

.wulove-product-video-card video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #0e172b;
	object-fit: contain;
}

@media (max-width: 720px) {
	.wulove-product-videos {
		padding: 50px 0;
	}

	.wulove-product-videos-inner {
		width: min(100% - 28px, 1120px);
	}

	.wulove-product-videos-header {
		margin-bottom: 22px;
		text-align: left;
	}

	.wulove-product-videos-header > p:last-child {
		font-size: 15px;
	}

	.wulove-product-videos-grid,
	.wulove-product-videos-grid[data-video-count="3"] {
		grid-template-columns: 1fr;
	}

	.wulove-product-videos-grid[data-video-count="3"] .wulove-product-video-card:first-child {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.wulove-product-rating-summary {
		align-items: flex-start;
		gap: 10px;
	}

	.wulove-rating-overview {
		flex-wrap: wrap;
	}

	.wulove-rating-write {
		width: 100%;
		padding: 0;
		border-left: 0;
	}

	.wulove-reviews-shell #review_form_wrapper {
		padding: 18px;
	}

	.wulove-approved-review .comment_container {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 12px;
	}

	.wulove-approved-review .avatar {
		width: 44px;
		height: 44px;
	}
}

.wulove-product-qa {
	padding: 64px 0;
	background: #fff;
	color: #111827;
}

.wulove-qa-inner {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

.wulove-qa-header {
	max-width: 760px;
	margin-bottom: 28px;
}

.wulove-qa-eyebrow {
	margin: 0 0 8px;
	color: #b97918;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wulove-qa-header h2 {
	margin: 0 0 10px;
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 500;
	line-height: 1.1;
}

.wulove-qa-header > p:last-child,
.wulove-qa-meta,
.wulove-qa-no-answer,
.wulove-qa-moderation-note,
.wulove-qa-file-help,
.wulove-qa-optional {
	color: #667085;
}

.wulove-qa-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
	margin-bottom: 20px;
}

.wulove-qa-search input,
.wulove-qa-form input[type="text"],
.wulove-qa-form input[type="email"],
.wulove-qa-form textarea,
.wulove-qa-form input[type="file"] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d8d2c8;
	border-radius: 6px;
	background: #fff;
	color: #111827;
	font: inherit;
}

.wulove-qa-search input,
.wulove-qa-form input[type="text"],
.wulove-qa-form input[type="email"] {
	min-height: 48px;
	padding: 0 14px;
}

.wulove-qa-form textarea {
	padding: 12px 14px;
	resize: vertical;
}

.wulove-qa-form input[type="file"] {
	margin-top: 8px;
	padding: 10px;
}

.wulove-qa-primary,
.wulove-qa-answer-toggle {
	min-height: 48px;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
}

.wulove-qa-primary {
	padding: 0 22px;
	background: #111d3c;
	color: #fff;
}

.wulove-qa-primary:hover,
.wulove-qa-primary:focus-visible {
	background: #202f56;
}

.wulove-qa-form {
	margin: 0 0 24px;
	padding: 22px;
	border: 1px solid #d8d2c8;
	border-radius: 6px;
	background: #faf8f3;
}

.wulove-qa-form[hidden] {
	display: none !important;
}

.wulove-qa-form h3 {
	margin: 0 0 18px;
	font-size: 22px;
}

.wulove-qa-form label {
	display: block;
	margin-bottom: 16px;
	font-weight: 600;
}

.wulove-qa-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.wulove-qa-consent {
	display: flex !important;
	gap: 10px;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 400 !important;
}

.wulove-qa-consent input {
	margin-top: 3px;
}

.wulove-qa-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.wulove-qa-file-help,
.wulove-qa-moderation-note,
.wulove-qa-signed-in {
	margin: -9px 0 16px;
	font-size: 13px;
}

.wulove-qa-notice {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-left: 3px solid #2f855a;
	background: #edf8f2;
}

.wulove-qa-notice.is-warning {
	border-left-color: #b97918;
	background: #fff8e8;
}

.wulove-qa-list {
	display: grid;
	gap: 16px;
}

.wulove-qa-card {
	padding: 24px;
	border: 1px solid #ddd8cf;
	border-radius: 6px;
	background: #fff;
}

.wulove-qa-question,
.wulove-qa-answer {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
}

.wulove-qa-question h3 {
	margin: 0 0 8px;
	font-size: 19px;
	line-height: 1.4;
}

.wulove-qa-letter {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: #111d3c;
	color: #fff;
	font-weight: 800;
}

.wulove-qa-letter.is-answer {
	background: #e9a83e;
	color: #111827;
}

.wulove-qa-answers {
	margin: 18px 0 12px 48px;
	padding-left: 16px;
	border-left: 2px solid #eee8de;
}

.wulove-qa-answer + .wulove-qa-answer {
	margin-top: 18px;
}

.wulove-qa-answer p {
	margin: 0 0 7px;
	line-height: 1.65;
}

.wulove-qa-meta {
	margin: 0 !important;
	font-size: 13px;
}

.wulove-qa-seller-badge {
	display: inline-block;
	margin-left: 5px;
	padding: 2px 7px;
	border-radius: 999px;
	background: #111d3c;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.wulove-qa-answer-toggle {
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #111d3c;
	background: #fff;
	color: #111d3c;
}

.wulove-qa-answer-form {
	margin: 16px 0 0;
}

.wulove-qa-media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 180px));
	gap: 10px;
	margin-top: 14px;
}

.wulove-qa-media-grid img,
.wulove-qa-media-grid video {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	object-fit: cover;
	background: #f3f4f6;
}

.wulove-qa-empty,
.wulove-qa-no-results {
	padding: 32px;
	border: 1px dashed #d8d2c8;
	text-align: center;
}

.wulove-qa-empty h3 {
	margin: 0 0 8px;
}

@media (max-width: 700px) {
	.wulove-product-qa {
		padding: 48px 0;
	}

	.wulove-qa-inner {
		width: min(100% - 32px, 1120px);
	}

	.wulove-qa-toolbar,
	.wulove-qa-form-row {
		grid-template-columns: 1fr;
	}

	.wulove-qa-card,
	.wulove-qa-form {
		padding: 18px;
	}

	.wulove-qa-answers {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
}
