#reviews-section.prod-reviews-section {
	margin-top: 56px;
	color: #475569;
}

#reviews-section #reviews > h2,
#reviews-section #reviews > hr {
	display: none;
}

#reviews-section #reviews {
	display: grid;
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	margin-bottom: 40px;
	background: #ffffff;
	box-sizing: border-box;
}

#reviews-section .reviews_left,
#reviews-section .reviews_right {
	display: block;
	width: 100%;
	margin: 0;
}

#reviews-section .reviews_left > table,
#reviews-section .reviews_left > table > tbody,
#reviews-section .reviews_left > table > tbody > tr,
#reviews-section .reviews_left > table > tbody > tr > td,
#reviews-section .reviews_right > table,
#reviews-section .reviews_right > table > tbody,
#reviews-section .reviews_right > table > tbody > tr,
#reviews-section .reviews_right > table > tbody > tr > td {
	display: block;
	width: 100%;
}

#reviews-section .reviews_right > table > tbody > tr > td {
	display: flex;
	justify-content: right;
	margin-bottom: 16px;
	flex-direction: column;
}

#reviews-section .reviews_left > table > tbody > tr > td {
	padding: 0 !important;
}

#reviews-section .reviews_left > table > tbody > tr > td + td {
	margin-top: 24px;
}

#reviews-section .star,
#reviews-section .star-empty {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	vertical-align: middle;
}

#reviews-section .star::before,
#reviews-section .star-empty::before {
	content: none !important;
}

#reviews-section .star {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2353641c' d='M12 2.75l2.85 5.78 6.38.93-4.61 4.5 1.09 6.35L12 17.31 6.29 20.31l1.09-6.35-4.61-4.5 6.38-.93L12 2.75z'/%3E%3C/svg%3E");
}

#reviews-section .star-empty {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e2e8f0' d='M12 2.75l2.85 5.78 6.38.93-4.61 4.5 1.09 6.35L12 17.31 6.29 20.31l1.09-6.35-4.61-4.5 6.38-.93L12 2.75z'/%3E%3Cpath fill='%23ffffff' d='M12 5.98l-1.98 4.02-.27.55-.61.09-4.44.65 3.21 3.13.44.43-.1.61-.76 4.42 3.97-2.09.54-.28.54.28 3.97 2.09-.76-4.42-.1-.61.44-.43 3.21-3.13-4.44-.65-.61-.09-.27-.55L12 5.98z'/%3E%3C/svg%3E");
}

#reviews-section #reviews_summary {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

#reviews-section #reviews_summary td {
	padding: 0;
}

#reviews-section #reviews_summary .star,
#reviews-section #reviews_summary .star-empty {
	width: 22px;
	height: 22px;
	background-size: 22px 22px;
}

#reviews-section #reviews_summary .summary_title {
	display: block;
	color: #53641c;
	font-size: 60px;
	font-weight: 800;
	line-height: 60px;
}

#reviews-section #reviews_summary .outof {
	display: block;
	margin-top: 6px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 18px;
	text-transform: uppercase;
}

#reviews-section #reviews_summary tr:nth-child(3) td {
	display: flex;
	justify-content: center;
	gap: 4px;
	padding: 14px 0 10px;
}

#reviews-section #reviews_summary tr:last-child td {
	color: #64748b;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}

#reviews-section #reviews_header {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#reviews-section #reviews_header .rh-row {
	display: grid;
	grid-template-columns: 16px 18px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	margin: 0;
	justify-content: initial;
}

#reviews-section #reviews_header .rh-row .item {
	margin: 0;
	min-width: 0;
	color: #1e293b;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

#reviews-section #reviews_header .rh-row .item:last-child {
	color: #475569;
	font-weight: 400;
}

#reviews-section #reviews_header .review_bar {
	height: 8px;
	background: #f1f5f9;
	border-radius: 999px;
	overflow: hidden;
}

#reviews-section #reviews_header .review_bar_value {
	height: 100%;
	background: #53641c;
	border-radius: inherit;
}

#reviews-section .reviews_right tr:nth-child(2),
#reviews-section .reviews_right tr:nth-child(4) {
	display: none;
}

#reviews-section .reviews_right tr:first-child td {
	text-align: center;
}

#reviews-section .write-a-review {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	border: 1px solid color-mix(in oklab, #53641c 20%, transparent);
	border-radius: 0.5rem !important;
	background: color-mix(in oklab, #53641c 5%, transparent);
	box-shadow: none;
	color: #53641c;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25rem;
	cursor: pointer;
}

#reviews-section .write-a-review:hover,
#reviews-section .write-a-review:focus-visible {
	background: color-mix(in oklab, #53641c 10%, transparent);
	outline: none;
}

#reviews-section .review_pictures_heading {
	margin: 24px 0 16px;
	color: #1e293b;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	display: block;
}

#reviews-section .blaze-slider.review_pictures {
	width: 100%;
	max-height: none;
	overflow: hidden;
}

#reviews-section #review_pictures h3 {
	display: none;
}

#reviews-section #review_pictures .review_img_container {
	display: flex;
	height: auto;
}

#reviews-section #review_pictures .review_img {
	width: 100%;
}

#reviews-section #review_pictures a,
#reviews-section #review_pictures .mz-figure {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
	background: #f8fafc;
}

#reviews-section #review_pictures a:hover {
	border-color: #53641c;
}

#reviews-section #review_pictures img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#reviews-section .review_pictures .product-slider-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 18px;
}

#reviews-section .review_pictures .product-slider-icons .blaze-prev,
#reviews-section .review_pictures .product-slider-icons .blaze-next {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	color: #475569;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#reviews-section .review_pictures .product-slider-icons .blaze-prev:hover,
#reviews-section .review_pictures .product-slider-icons .blaze-prev:focus-visible,
#reviews-section .review_pictures .product-slider-icons .blaze-next:hover,
#reviews-section .review_pictures .product-slider-icons .blaze-next:focus-visible {
	background: #53641c;
	border-color: #53641c;
	color: #ffffff;
	outline: none;
}

#reviews-section #review_recommended {
	display: block;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e2e8f0;
	width: 100%;
}

#reviews-section #review_recommended .recommendation-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	width: 100%;
}

#reviews-section #review_recommended .recommendation-score {
	display: block;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	color: #53641c;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 32px;
}

#reviews-section #review_recommended .recommendation-copy {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 18px;
	text-transform: uppercase;
}

#reviews-section #review_recommended .recommendation-copy strong,
#reviews-section #review_recommended .recommendation-copy span {
	display: block;
}

#reviews-section #review_recommended .recommendation-copy strong {
	margin-bottom: 4px;
	color: #1e293b;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}

#reviews-section #review_filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 8px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e2e8f0;
}

#reviews-section #review_filter .review_search_container {
	position: relative;
	flex: 1 1 240px;
	max-width: 320px;
}

#reviews-section #review_filter .search_term_input {
	width: 100%;
	min-height: 40px;
	padding: 10px 14px 10px 40px;
	border: 1px solid #d9e2ec;
	border-radius: 999px;
	background: #ffffff;
	color: #475569;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
}

#reviews-section #review_filter .search_term_input:focus {
	outline: none;
	border-color: #53641c;
	box-shadow: 0 0 0 3px rgba(83, 100, 28, 0.14);
}

#reviews-section #review_filter .review_search_container .search {
	position: absolute;
	left: 16px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin: 0 !important;
	transform: translateY(-50%);
	border: 2px solid #94a3b8;
	border-radius: 999px;
	pointer-events: none;
}

#reviews-section #review_filter .review_search_container .search::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -4px;
	width: 7px;
	height: 2px;
	background: #94a3b8;
	transform: rotate(45deg);
	transform-origin: center;
}

#reviews-section #review_filter .filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	margin-right: 16px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: none;
	color: #475569;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

#reviews-section #review_filter .filter:hover,
#reviews-section #review_filter .filter:focus-visible,
#reviews-section #review_filter .filter.active {
	border-bottom-color: #53641c;
	color: #1e293b;
	background: none;
	outline: none;
}

#reviews-section .review_pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin: 24px 0;
}

#reviews-section .review_pagination .filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 0;
	border-radius: 8px;
	background: none;
	color: #475569;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
}

#reviews-section .review_pagination .filter:hover,
#reviews-section .review_pagination .filter:focus-visible {
	background: #f1f5f9;
	color: #1e293b;
	outline: none;
}

#reviews-section .review_pagination .filter.active,
#reviews-section .review_pagination .filter.active:hover,
#reviews-section .review_pagination .filter.active:focus-visible {
	background: #53641c;
	color: #ffffff;
	font-weight: 700;
}

#reviews-section #reviews_container {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

#reviews-section #reviews_container > .reviews {
	padding-bottom: 32px;
	border-bottom: 1px solid #e2e8f0;
}

#reviews-section #reviews_container > .reviews:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

#reviews-section #reviews_container > .reviews > table,
#reviews-section #reviews_container > .reviews > table > tbody {
	display: block;
	width: 100%;
}

#reviews-section #reviews_container > .reviews > table > tbody > tr {
	display: flex;
	flex-direction: column;
	gap: 3px;
	align-items: stretch;
}

#reviews-section #reviews_container > .reviews > table > tbody > tr > td {
	display: block;
	width: 100%;
	padding: 0;
}

#reviews-section #reviews_container .reviews_summary {
	width: 100%;
	margin: 0 !important;
}

#reviews-section #reviews_container .reviews_summary tbody {
	display: flex;
	align-items: center;
	gap: 10px;
}

#reviews-section #reviews_container .reviews_summary tr:has(.summary_title),
#reviews-section #reviews_container .reviews_summary tr:has(.outof) {
	display: none;
}

#reviews-section #reviews_container .reviews_summary tr:nth-child(3) td {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0;
}

#reviews-section #reviews_container .reviews_summary tr:last-child td {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	color: #1e293b;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	text-transform: none;
	white-space: nowrap;
}

#reviews-section #reviews_container .check-mark {
	color: #53641c;
}

#reviews-section #reviews_container .title {
	display: block;
	margin: 0 0 4px;
	color: #1e293b;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}

#reviews-section #reviews_container .reviewer,
#reviews-section #reviews_container span[style*="font-size: 12px"] {
	display: inline-block;
	color: #475569 !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 16px;
	text-transform: uppercase;
}

#reviews-section #reviews_container .reviewer {
	margin-right: 8px;
}

#reviews-section #reviews_container .review_images {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
}

#reviews-section #reviews_container .review_images a,
#reviews-section #reviews_container .review_images .mz-figure,
#reviews-section #reviews_container .review_images .fl-gallery,
#reviews-section #reviews_container .review_images .MagicZoom {
	display: block;
	flex: 0 0 96px;
	width: 96px !important;
	height: 96px !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	float: none !important;
	border-radius: 8px;
	overflow: hidden;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

#reviews-section #reviews_container .review_images img {
	width: 100%;
	height: 100%;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
}

#reviews-section #reviews_container .helpful {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

#reviews-section #reviews_container .helpful br {
	display: none;
}

#reviews-section #reviews_container .vote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0 !important;
	border: 1px solid #d9e2ec;
	border-radius: 999px;
	background: #ffffff;
	color: #64748b;
	cursor: pointer;
}

#reviews-section #reviews_container .vote:hover,
#reviews-section #reviews_container .vote:focus-visible {
	border-color: #53641c;
	color: #53641c;
	outline: none;
}

#reviews-section #reviews_container .result {
	min-width: 10px;
	color: #475569;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

#reviews-section #reviews_container .review_response {
	margin-top: 18px;
	padding: 16px 18px;
	background: #f6f8ef;
	border: 1px solid #e4e9d4;
	border-radius: 12px;
	color: #475569;
	font-size: 14px;
	line-height: 22px;
}

#reviews-section #reviews_container .review_response .genericon-chat {
	margin-right: 8px;
	color: #53641c;
}

@media screen and (max-width: 960px) {
	#reviews-section #reviews {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}
}

@media screen and (max-width: 768px) {
	#reviews-section.prod-reviews-section {
		margin-top: 40px;
	}

	#reviews-section #reviews {
		padding: 24px;
	}

	#reviews-section #reviews_container > .reviews > table > tbody > tr {
		grid-template-columns: minmax(0, 1fr);
	}

	#reviews-section #review_filter {
		align-items: stretch;
	}

	#reviews-section #review_filter .review_search_container {
		max-width: none;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 640px) {
	#reviews-section #reviews_summary .summary_title {
		font-size: 48px;
		line-height: 48px;
	}

	#reviews-section #review_recommended .recommendation-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	#reviews-section #review_filter .filter {
		margin-right: 14px;
	}
}
