/* CW Review frontend styles v1.1.48 */
.cwr-wrap {
	--cwr-main: #239add;
	--cwr-second: #1e3b66;
	--cwr-black: #202020;
	--cwr-star-empty: #d5dee8;
	--cwr-star-mask: url("../images/cwr-star.svg");
	--cwr-thumb-up-mask: url("../images/cwr-thumb-up.svg");
	--cwr-thumb-down-mask: url("../images/cwr-thumb-down.svg");
	margin: 32px 0;
	color: var(--cwr-black);
	font-family: inherit;
}

.cwr-modal {
	--cwr-star-empty: #d5dee8;
	--cwr-star-mask: url("../images/cwr-star.svg");
	--cwr-thumb-up-mask: url("../images/cwr-thumb-up.svg");
	--cwr-thumb-down-mask: url("../images/cwr-thumb-down.svg");
	font-family: inherit;
}

.cwr-wrap * { box-sizing: border-box; }
.cwr-modal,
.cwr-modal * { box-sizing: border-box; }

/*
 * Keep the CW Reviews WooCommerce tab visible when themes force the first
 * product tab open. The class is added and removed by the lightweight tab guard
 * so user-initiated close/collapse actions remain respected.
 */
body.single-product #tab-cwr_reviews.cwr-is-forced-open,
body.single-product .woocommerce-tabs #tab-cwr_reviews.cwr-is-forced-open,
body.single-product .wc-tabs-wrapper #tab-cwr_reviews.cwr-is-forced-open {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	max-height: none !important;
}

body.single-product #tab-title-cwr_reviews.cwr-is-forced-open {
	visibility: visible;
}

@media (max-width: 900px) {
	body.single-product .cwr-wrap:not(.cwr-all-reviews-wrap)[data-mobile-per-page="4"] .cwr-grid > .cwr-card:nth-of-type(n+5) {
		display: none;
	}
}


.cwr-hero {
	border: 1px solid #e6eef7;
	border-radius: 22px;
	padding: 22px;
	background: linear-gradient(135deg, #fff, #f5fbff);
	box-shadow: 0 12px 30px rgba(30, 59, 102, .07);
	margin-bottom: 18px;
}

.cwr-widget-title {
	margin: 0 0 18px;
	text-align: center;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.15;
	color: var(--cwr-second);
}

.cwr-widget-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #dfeaf5;
	margin: 16px auto 0;
}

.cwr-summary {
	display: grid;
	grid-template-columns: minmax(170px, 1fr) auto minmax(280px, 2fr) auto minmax(170px, 1fr);
	align-items: center;
	gap: 18px;
}

.cwr-summary-separator {
	color: #c7d4e2;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	justify-self: center;
}

.cwr-summary-score {
	width: 100%;
	min-height: 190px;
	padding: 22px 16px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e6eef7;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	justify-self: start;
}

.cwr-summary-score strong {
	display: block;
	font-size: 48px;
	line-height: 1;
	color: var(--cwr-second);
}

.cwr-summary-score .cwr-stars {
	font-size: 27px;
	margin-top: 9px;
}

.cwr-summary-score .cwr-stars > .cwr-star,
.cwr-summary-score .cwr-stars > .cwr-star:last-child {
	display: inline-block !important;
	width: 1em !important;
	height: 1em !important;
	min-width: 1em !important;
	max-width: 1em !important;
	flex: 0 0 1em !important;
	font-size: inherit !important;
	line-height: 1 !important;
	transform: none !important;
}

.cwr-summary-score .cwr-stars > .cwr-star:before,
.cwr-summary-score .cwr-stars > .cwr-star:after,
.cwr-summary-score .cwr-stars > .cwr-star:last-child:before,
.cwr-summary-score .cwr-stars > .cwr-star:last-child:after {
	width: 100% !important;
	height: 100% !important;
	font-size: inherit !important;
	line-height: 1 !important;
	transform: none !important;
}

.cwr-summary-score .cwr-summary-count {
	display: block;
	color: #5c6c7e;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 9px;
	max-width: 170px;
}

.cwr-stars {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	line-height: 1;
}

.cwr-star {
	--cwr-star-fill: 0%;
	position: relative;
	display: inline-block;
	width: 1em !important;
	height: 1em !important;
	min-width: 1em !important;
	max-width: 1em !important;
	aspect-ratio: 1 / 1;
	line-height: 1;
	flex: 0 0 1em !important;
	vertical-align: -.12em;
	overflow: hidden;
	font-family: Arial, Helvetica, "Segoe UI Symbol", sans-serif;
	font-size: 1em;
	text-align: left;
	background: transparent !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	transform: none !important;
}

.cwr-star:before,
.cwr-star:after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	background-color: var(--cwr-star-empty, #d5dee8);
	-webkit-mask: var(--cwr-star-mask) center / contain no-repeat;
	mask: var(--cwr-star-mask) center / contain no-repeat;
	transform: none !important;
}

.cwr-star:after {
	background-color: var(--cwr-main, #239add);
	-webkit-clip-path: inset(0 calc(100% - var(--cwr-star-fill)) 0 0);
	clip-path: inset(0 calc(100% - var(--cwr-star-fill)) 0 0);
}

@supports not ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
	.cwr-star {
		background: transparent;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.cwr-star:before,
	.cwr-star:after {
		content: "★";
		position: absolute;
		inset: 0;
		display: block;
		width: 1em !important;
		height: 1em !important;
		background: transparent;
		-webkit-mask-image: none;
		mask-image: none;
		transform: none;
	}

	.cwr-star:before {
		color: var(--cwr-star-empty, #d5dee8);
	}

	.cwr-star:after {
		color: var(--cwr-main, #239add);
		overflow: hidden;
		-webkit-clip-path: inset(0 calc(100% - var(--cwr-star-fill)) 0 0);
		clip-path: inset(0 calc(100% - var(--cwr-star-fill)) 0 0);
	}
}

.cwr-star.cwr-star-fill-0,
.cwr-star.is-fill-0 { --cwr-star-fill: 0%; }
.cwr-star.cwr-star-fill-1 { --cwr-star-fill: 10%; }
.cwr-star.cwr-star-fill-2 { --cwr-star-fill: 20%; }
.cwr-star.cwr-star-fill-3 { --cwr-star-fill: 30%; }
.cwr-star.cwr-star-fill-4 { --cwr-star-fill: 40%; }
.cwr-star.cwr-star-fill-5 { --cwr-star-fill: 50%; }
.cwr-star.cwr-star-fill-6 { --cwr-star-fill: 60%; }
.cwr-star.cwr-star-fill-7 { --cwr-star-fill: 70%; }
.cwr-star.cwr-star-fill-8 { --cwr-star-fill: 80%; }
.cwr-star.cwr-star-fill-9 { --cwr-star-fill: 90%; }
.cwr-star.cwr-star-fill-10,
.cwr-star.is-fill-10 { --cwr-star-fill: 10%; }
.cwr-star.cwr-star-fill-20,
.cwr-star.is-fill-20 { --cwr-star-fill: 20%; }
.cwr-star.cwr-star-fill-30,
.cwr-star.is-fill-30 { --cwr-star-fill: 30%; }
.cwr-star.cwr-star-fill-40,
.cwr-star.is-fill-40 { --cwr-star-fill: 40%; }
.cwr-star.cwr-star-fill-50,
.cwr-star.is-fill-50 { --cwr-star-fill: 50%; }
.cwr-star.cwr-star-fill-60,
.cwr-star.is-fill-60 { --cwr-star-fill: 60%; }
.cwr-star.cwr-star-fill-70,
.cwr-star.is-fill-70 { --cwr-star-fill: 70%; }
.cwr-star.cwr-star-fill-80,
.cwr-star.is-fill-80 { --cwr-star-fill: 80%; }
.cwr-star.cwr-star-fill-90,
.cwr-star.is-fill-90 { --cwr-star-fill: 90%; }
.cwr-star.cwr-star-fill-100,
.cwr-star.is-fill-100 { --cwr-star-fill: 100%; }

.cwr-summary-photos {
	width: 100%;
	max-width: none;
	justify-self: center;
}

.cwr-photo-title {
	margin: 0 0 9px;
	color: #52657a;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
	white-space: nowrap;
}

.cwr-photo-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(58px, 1fr));
	gap: 8px;
	margin: 0;
	align-items: center;
	justify-content: stretch;
}

.cwr-strip-thumb,
.cwr-strip-view-all {
	position: relative;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	padding: 0;
	background: #e8eef5;
	cursor: pointer;
}

.cwr-strip-thumb img,
.cwr-strip-thumb video,
.cwr-strip-view-all-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cwr-strip-view-all {
	display: grid;
	place-items: center;
	text-align: center;
	background: #0f233a;
	border: 1px solid #d5e2ef;
	color: #fff;
	font-weight: 800;
	line-height: 1.15;
}

.cwr-strip-view-all-bg {
	position: absolute;
	inset: 0;
	opacity: .3;
	z-index: 0;
}

.cwr-strip-view-all:after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 35, 58, .42);
	z-index: 1;
}

.cwr-strip-view-all strong {
	position: relative;
	z-index: 2;
	font-size: 12px;
	padding: 0 5px;
}

.cwr-summary-action {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
}

.cwr-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.cwr-button {
	border: 1px solid #d5e2ef;
	background: #fff;
	color: var(--cwr-second);
	border-radius: 999px;
	padding: 11px 17px;
	font-weight: 700;
	cursor: pointer;
	line-height: 1.2;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.cwr-button:hover {
	border-color: var(--cwr-main);
	color: var(--cwr-main);
}

.cwr-button-primary {
	background: var(--cwr-main);
	border-color: var(--cwr-main);
	color: #fff;
}

.cwr-button-primary:hover {
	background: var(--cwr-second);
	border-color: var(--cwr-second);
	color: #fff;
}

.cwr-write-review-button {
	background: transparent;
	border-color: #dbe7f1;
	color: #52657a;
	font-size: 14px;
	font-weight: 600;
	box-shadow: none;
}

.cwr-write-review-button:hover,
.cwr-write-review-button:focus {
	background: #f8fbfe;
	border-color: #c9d9e8;
	color: var(--cwr-second);
	outline: 2px solid rgba(35, 154, 221, .18);
	outline-offset: 2px;
}

.cwr-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 16px 0 10px;
	scroll-margin-top: 90px;
}

.cwr-tabs {
	display: flex;
	gap: 8px;
	overflow: auto;
	padding-bottom: 2px;
	min-width: 0;
}

.cwr-tab {
	border: 1px solid #dbe7f1;
	background: #fff;
	color: var(--cwr-second);
	border-radius: 999px;
	padding: 12px 18px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
}

.cwr-tab.is-active {
	background: var(--cwr-second);
	border-color: var(--cwr-second);
	color: #fff;
}

.cwr-filter-row {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	flex: 0 0 auto;
}

.cwr-all-reviews-wrap .cwr-controls {
	justify-content: flex-end;
}

.cwr-all-reviews-wrap .cwr-filter-row {
	width: 100%;
}

.cwr-filter-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 178px;
	color: var(--cwr-second);
}

.cwr-filter-wrap:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-62%) rotate(45deg);
	pointer-events: none;
}

.cwr-filter {
	width: 178px;
	min-width: 0;
	height: 42px;
	border: 1px solid #dbe7f1;
	border-radius: 999px;
	padding: 0 42px 0 16px;
	background: #fff;
	color: var(--cwr-black);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	appearance: none;
	-webkit-appearance: none;
	background-image: none !important;
	box-shadow: none;
	text-align: left;
}

.cwr-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
	min-height: 100px;
}

.cwr-card {
	border: 1px solid #e1ebf5;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(30, 59, 102, .05);
	content-visibility: auto;
	contain-intrinsic-size: 430px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.cwr-card-media {
	position: relative;
	background: #edf4fb;
	aspect-ratio: 1.1 / 1;
	overflow: hidden;
}

.cwr-media-open,
.cwr-video-thumb {
	border: 0;
	background: transparent;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.cwr-card-media img,
.cwr-card-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease;
}

.cwr-card:hover .cwr-card-media img,
.cwr-card:hover .cwr-card-media video {
	transform: scale(1.035);
}

.cwr-play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(30, 59, 102, .86);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
}

.cwr-play-small {
	width: 28px;
	height: 28px;
	font-size: 11px;
}

.cwr-media-count {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: rgba(0, 0, 0, .64);
	color: #fff;
	border-radius: 999px;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 700;
}

.cwr-card-body {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.cwr-reviewer-row {
	--cwr-avatar-size: 36px;
	--cwr-avatar-font-size: 14px;
	--cwr-reviewer-name-size: 14px;
	--cwr-verified-size: 11px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.cwr-avatar {
	display: inline-grid;
	place-items: center;
	flex: 0 0 var(--cwr-avatar-size);
	width: var(--cwr-avatar-size);
	height: var(--cwr-avatar-size);
	border-radius: 50%;
	background: var(--cwr-avatar-bg, var(--cwr-main));
	color: var(--cwr-avatar-fg, #fff);
	font-size: var(--cwr-avatar-font-size);
	font-weight: 900;
	line-height: 1;
}

.cwr-reviewer {
	min-width: 0;
	max-height: var(--cwr-avatar-size);
	display: grid;
	align-content: center;
	gap: 0;
	overflow: hidden;
	line-height: 1;
}

.cwr-reviewer strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--cwr-second);
	font-size: var(--cwr-reviewer-name-size);
	font-weight: 800;
	line-height: 1.15;
}

.cwr-verified {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-top: 1px;
	overflow: hidden;
	color: #198754;
	font-size: var(--cwr-verified-size);
	font-weight: 500;
	line-height: 1.05;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cwr-verified-icon {
	display: inline-block;
	width: 1.16em;
	height: 1.16em;
	min-width: 1.16em;
	background: currentColor;
	-webkit-mask: url("../images/cwr-verified-buyer.svg") center/contain no-repeat;
	mask: url("../images/cwr-verified-buyer.svg") center/contain no-repeat;
	vertical-align: -.16em;
}

.cwr-verified-full,
.cwr-verified-short {
	align-items: center;
	gap: 3px;
	font-weight: 500;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.05;
}

.cwr-verified-full { display: inline-flex; }
.cwr-verified-short { display: none; }

.cwr-rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-width: 0;
	overflow: visible;
	color: #6b7c8e;
	font-size: 13px;
	flex-wrap: nowrap;
}

.cwr-rating-row .cwr-stars {
	flex: 0 0 auto;
	font-size: 16px;
}

.cwr-rating-row time {
	flex: 0 0 auto;
	margin-left: auto;
	padding-right: 1px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1;
}

.cwr-review-content {
	--cwr-review-line-height: 1.55em;
	--cwr-review-visible-lines: 6;
	color: #344459;
	line-height: 1.55;
	font-size: 14px;
	flex: 1;
}

.cwr-grid .cwr-card .cwr-review-content {
	min-height: calc(var(--cwr-review-line-height) * var(--cwr-review-visible-lines));
}

.cwr-review-content p { margin: 0; }

.cwr-review-content-collapsible,
.cwr-review-content-scrollable {
	--cwr-review-visible-lines: 6;
	--cwr-review-scroll-progress: 0%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: rgba(35, 154, 221, .72) rgba(219, 231, 241, .9);
}

.cwr-review-content-collapsible {
	max-height: calc(var(--cwr-review-line-height) * var(--cwr-review-visible-lines));
	padding-right: 12px;
	flex: 0 0 auto;
}

.cwr-review-content-scrollable.has-more {
	background:
		linear-gradient(
			to bottom,
			var(--cwr-main, #239add) 0,
			var(--cwr-main, #239add) var(--cwr-review-scroll-progress),
			#dbe7f1 var(--cwr-review-scroll-progress),
			#dbe7f1 100%
		) right center / 3px 100% no-repeat;
}

.cwr-review-content-scrollable.has-more::-webkit-scrollbar {
	width: 8px;
}

.cwr-review-content-scrollable.has-more::-webkit-scrollbar-track {
	background: rgba(219, 231, 241, .9);
	border-radius: 999px;
}

.cwr-review-content-scrollable.has-more::-webkit-scrollbar-thumb {
	background: rgba(35, 154, 221, .72);
	border-radius: 999px;
}

.cwr-review-content-collapsible.has-more {
	cursor: pointer;
}

.cwr-review-content-collapsible:focus,
.cwr-review-content-collapsible:focus-visible,
.cwr-review-content-scrollable:focus,
.cwr-review-content-scrollable:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.cwr-review-more,
.cwr-review-scroll-controls {
	display: none !important;
}

.cwr-product-mini {
	border-top: 1px solid #edf2f7;
	padding-top: 10px;
	margin-top: auto;
}

.cwr-grid .cwr-card .cwr-product-mini {
	margin-top: 0;
}

.cwr-product-mini a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	border-radius: 12px;
	text-decoration: none;
	color: var(--cwr-second);
	font-weight: 700;
	font-size: 13px;
	transition: background-color .15s ease, box-shadow .15s ease, color .15s ease, transform .15s ease;
}

.cwr-product-mini a:hover,
.cwr-product-mini a:focus-visible {
	background: #f8fbfe;
	box-shadow: inset 0 0 0 1px #dbe7f1;
	color: var(--cwr-main);
	outline: none;
	transform: translateY(-1px);
}

.cwr-product-mini a:focus-visible {
	box-shadow: inset 0 0 0 1px var(--cwr-main), 0 0 0 2px rgba(35, 154, 221, .18);
}

.cwr-product-mini a:hover .cwr-product-mini-title,
.cwr-product-mini a:focus-visible .cwr-product-mini-title,
.cwr-product-mini a:hover > span,
.cwr-product-mini a:focus-visible > span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.cwr-product-mini img {
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	height: 48px;
	flex: 0 0 48px;
	display: block;
	border-radius: 10px;
	object-fit: cover;
	transition: box-shadow .15s ease, transform .15s ease;
}

.cwr-product-mini a:hover img,
.cwr-product-mini a:focus-visible img {
	box-shadow: 0 6px 18px rgba(30, 59, 102, .14);
	transform: scale(1.035);
}

@media (prefers-reduced-motion: reduce) {
	.cwr-product-mini a,
	.cwr-product-mini img {
		transition: none;
	}

	.cwr-product-mini a:hover,
	.cwr-product-mini a:focus-visible,
	.cwr-product-mini a:hover img,
	.cwr-product-mini a:focus-visible img {
		transform: none;
	}
}

.cwr-product-mini-title,
.cwr-product-mini a > span {
	display: -webkit-box;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	line-height: 1.25;
	text-overflow: ellipsis;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cwr-votes {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-self: flex-end;
	gap: 8px;
	width: 100%;
	margin-top: auto;
}

.cwr-grid .cwr-card .cwr-votes {
	margin-top: auto;
}

.cwr-vote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 48px;
	min-height: 34px;
	border: 1px solid #e1ebf5;
	background: #f8fbfe;
	border-radius: 999px;
	padding: 7px 10px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #405266;
	transition: border-color .15s ease, background-color .15s ease, color .15s ease, transform .15s ease;
}

.cwr-vote[data-vote="up"] {
	color: var(--cwr-second);
}

.cwr-vote[data-vote="down"] {
	color: #657386;
}

.cwr-vote:hover,
.cwr-vote:focus-visible {
	border-color: currentColor;
	background: #fff;
	outline: none;
}

.cwr-vote:active {
	transform: translateY(1px);
}

.cwr-vote-icon {
	--cwr-vote-icon-mask: var(--cwr-thumb-up-mask);
	display: inline-block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	background-color: currentColor;
	-webkit-mask: var(--cwr-vote-icon-mask) center / contain no-repeat;
	mask: var(--cwr-vote-icon-mask) center / contain no-repeat;
}

.cwr-vote-icon-up {
	--cwr-vote-icon-mask: var(--cwr-thumb-up-mask);
}

.cwr-vote-icon-down {
	--cwr-vote-icon-mask: var(--cwr-thumb-down-mask);
}

.cwr-vote-count {
	min-width: 1ch;
	text-align: center;
}

.cwr-loader,
.cwr-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 30px;
	border: 1px dashed #dbe7f1;
	border-radius: 18px;
	color: #60758d;
	background: #fff;
}

.cwr-grid.is-loading {
	min-height: var(--cwr-loading-min-height, 100px);
	align-items: start;
}

.cwr-grid.is-loading .cwr-loader {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	min-height: var(--cwr-loading-min-height, 100px);
	padding-top: 30px;
}

.cwr-pagination.is-loading {
	visibility: hidden;
	pointer-events: none;
}

.cwr-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin: 18px 0;
}

.cwr-page {
	border: 1px solid #dbe7f1;
	background: #fff;
	border-radius: 10px;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 700;
	color: var(--cwr-second);
	line-height: 1;
}

.cwr-page.is-active {
	background: var(--cwr-main);
	border-color: var(--cwr-main);
	color: #fff;
}

.cwr-page[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

.cwr-page-mobile-break { display: none; }

.cwr-modal {
	display: none;
	position: fixed;
	z-index: 999999;
	inset: 0;
}

.cwr-modal.is-open { display: block; }

.cwr-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 18, 33, .72);
	backdrop-filter: blur(3px);
}

.cwr-modal-panel {
	position: relative;
	margin: 4vh auto;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
	max-height: 92vh;
	overflow: auto;
}

.cwr-modal-close {
	position: fixed;
	top: calc(4vh + 10px);
	right: 12px;
	z-index: 30;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	color: var(--cwr-second);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .16);
}

.cwr-modal-close:hover,
.cwr-modal-close:focus {
	color: var(--cwr-main);
	outline: 2px solid rgba(35, 154, 221, .25);
	outline-offset: 2px;
}

.cwr-modal-gallery .cwr-modal-close {
	right: calc((100vw - min(1080px, 94vw)) / 2 + 12px);
}

.cwr-modal-form .cwr-modal-close {
	right: calc((100vw - min(640px, 94vw)) / 2 + 12px);
}


.cwr-modal-gallery.is-open .cwr-gallery-panel,
.cwr-modal-gallery.is-open .cwr-gallery-stage,
.cwr-modal-gallery.is-open .cwr-gallery-image-zoom,
.cwr-modal-gallery.is-open .cwr-gallery-info,
.cwr-modal-gallery.is-open .cwr-lightbox-review {
	touch-action: pan-y;
}

.cwr-modal-gallery.is-open .cwr-gallery-thumbs {
	touch-action: pan-x;
}

.cwr-gallery-panel {
	width: min(1080px, 94vw);
	display: grid;
	grid-template-columns: 64px 1fr 64px;
	grid-template-areas:
		"prev stage next"
		". info ."
		". thumbs .";
	gap: 0;
	padding: 18px;
	background: #fff;
	color: var(--cwr-black);
	border: 1px solid #e6eef7;
}

.cwr-gallery-stage {
	grid-area: stage;
	min-height: min(68vh, 720px);
	display: grid;
	place-items: center;
	border-radius: 18px;
	overflow: hidden;
	background: #f4f8fc;
}

.cwr-gallery-stage img,
.cwr-gallery-stage video {
	max-width: 100%;
	max-height: 68vh;
	object-fit: contain;
}

.cwr-gallery-image-zoom {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: zoom-in;
}

.cwr-gallery-image-zoom img {
	pointer-events: none;
}

.cwr-gallery-arrow {
	align-self: center;
	justify-self: center;
	width: 46px;
	height: 70px;
	border: 1px solid #dbe7f1;
	border-radius: 14px;
	background: #fff;
	color: var(--cwr-second);
	font-size: 52px;
	cursor: pointer;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(30, 59, 102, .08);
}

.cwr-gallery-arrow:hover {
	border-color: var(--cwr-main);
	color: var(--cwr-main);
}

.cwr-gallery-prev { grid-area: prev; }
.cwr-gallery-next { grid-area: next; }

.cwr-gallery-info {
	grid-area: info;
	color: var(--cwr-black);
	padding: 14px 4px;
	min-width: 0;
}

.cwr-lightbox-review {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.cwr-lightbox-review .cwr-reviewer-row {
	--cwr-avatar-size: 40px;
	--cwr-avatar-font-size: 14px;
	--cwr-reviewer-name-size: 15px;
	--cwr-verified-size: 11px;
	align-items: center;
}

.cwr-lightbox-review .cwr-avatar {
	width: var(--cwr-avatar-size);
	height: var(--cwr-avatar-size);
	flex-basis: var(--cwr-avatar-size);
}

.cwr-lightbox-review .cwr-rating-row {
	justify-content: flex-start;
	gap: 12px;
}

.cwr-lightbox-review .cwr-rating-row .cwr-stars {
	font-size: 18px;
}

.cwr-lightbox-content {
	max-height: 35vh;
	overflow: auto;
	padding-right: 12px;
}

.cwr-gallery-info .cwr-product-mini {
	border-top: 1px solid #edf2f7;
	padding-top: 12px;
	margin-top: auto;
}

.cwr-gallery-info .cwr-product-mini img {
	width: 96px;
	min-width: 96px;
	max-width: 96px;
	height: 96px;
	flex-basis: 96px;
	display: block;
	border-radius: 14px;
	object-fit: cover;
}

.cwr-gallery-info .cwr-product-mini a span,
.cwr-gallery-info .cwr-product-mini-title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.cwr-gallery-thumbs {
	grid-area: thumbs;
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 8px 4px;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

.cwr-gallery-thumbs button {
	border: 2px solid transparent;
	border-radius: 10px;
	background: transparent;
	padding: 0;
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.cwr-gallery-thumbs button.is-active {
	border-color: var(--cwr-main);
	box-shadow: 0 0 0 1px var(--cwr-main);
}

.cwr-gallery-thumbs img,
.cwr-gallery-thumbs video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cwr-modal-image-viewer {
	z-index: 1000000;
}

.cwr-image-viewer-panel {
	position: relative;
	width: min(960px, 94vw);
	height: 92vh;
	height: 92dvh;
	margin: 4vh auto;
	margin: 4dvh auto;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
	overflow: hidden;
}

.cwr-modal-image-viewer .cwr-image-viewer-icon-close {
	top: calc(4vh + 12px);
	top: calc(4dvh + 12px);
	right: calc((100vw - min(960px, 94vw)) / 2 + 12px);
}

.cwr-image-viewer-stage {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	padding: 58px 16px 88px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	cursor: zoom-in;
	touch-action: pan-x pan-y;
	background: #f4f8fc;
}

.cwr-image-viewer-stage img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transform-origin: center center;
	transition: transform .18s ease;
	will-change: transform;
}

.cwr-modal-image-viewer.is-zoomed .cwr-image-viewer-stage {
	cursor: zoom-out;
}

.cwr-modal-image-viewer.is-zoomed .cwr-image-viewer-stage img {
	transform: scale(1.18);
}

.cwr-image-viewer-bottom-close {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 2;
	transform: translateX(-50%);
	min-width: 148px;
	min-height: 44px;
	background: #fff;
	border: 1px solid #dbe7f1;
	color: var(--cwr-second);
	box-shadow: 0 10px 30px rgba(30, 59, 102, .18);
}

.cwr-image-viewer-bottom-close:hover,
.cwr-image-viewer-bottom-close:focus {
	background: #fff;
	border-color: var(--cwr-main);
	color: var(--cwr-main);
}

.cwr-form-panel {
	width: min(640px, 94vw);
	padding: 22px;
}

.cwr-form-panel h3 {
	margin: 0 44px 10px 0;
	color: var(--cwr-second);
}

.cwr-review-form {
	display: grid;
	gap: 10px;
}

.cwr-form-product {
	margin: -2px 0 12px;
}

.cwr-form-product a,
.cwr-form-product {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: var(--cwr-second);
	text-decoration: none;
	font-weight: 800;
	font-size: 13px;
	line-height: 1.25;
}

.cwr-form-product img {
	width: 44px;
	min-width: 44px;
	max-width: 44px;
	height: 44px;
	display: block;
	border-radius: 10px;
	object-fit: cover;
	background: #edf4fb;
	flex: 0 0 44px;
}

.cwr-form-product .cwr-product-mini-title,
.cwr-form-product a > span,
.cwr-form-product > span {
	display: -webkit-box;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	line-height: 1.25;
	text-overflow: ellipsis;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cwr-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cwr-field { margin: 0; }

.cwr-field label {
	display: block;
	font-weight: 700;
	color: var(--cwr-second);
	margin-bottom: 5px;
}

.cwr-field input[type="text"],
.cwr-field input[type="email"],
.cwr-field textarea {
	width: 100%;
	border: 1px solid #d9e5ef;
	border-radius: 12px;
	padding: 10px 12px;
	font: inherit;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.cwr-field textarea {
	min-height: 112px;
	resize: vertical;
}

.cwr-field.is-invalid input[type="text"],
.cwr-field.is-invalid input[type="email"],
.cwr-field.is-invalid textarea,
.cwr-field.is-invalid .cwr-rating-input,
.cwr-field.is-invalid .cwr-dropzone {
	border-color: #dc2626;
	box-shadow: 0 0 0 2px rgba(220, 38, 38, .14);
}

.cwr-field.is-invalid label {
	color: #b91c1c;
}

.cwr-rating-input {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
}

.cwr-rating-input input {
	position: absolute;
	opacity: 0;
}

.cwr-rating-input label {
	display: inline-flex;
	margin: 0;
	cursor: pointer;
}

.cwr-rating-input label .cwr-star { font-size: 30px; }

.cwr-rating-input input:checked ~ label .cwr-star,
.cwr-rating-input label:hover .cwr-star,
.cwr-rating-input label:hover ~ label .cwr-star {
	--cwr-star-fill: 100%;
}

.cwr-dropzone {
	position: relative;
	border: 2px dashed #c9dae9;
	border-radius: 14px;
	background: #f7fbff;
	min-height: 74px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 14px 16px;
	color: #52657a;
	font-weight: 700;
}

.cwr-dropzone.is-dragover {
	border-color: var(--cwr-main);
	background: #ecf8ff;
}

.cwr-dropzone input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.cwr-dropzone-mobile { display: none; }

.cwr-file-list {
	font-size: 13px;
	color: #5a6c80;
	margin-top: 6px;
}

.cwr-form-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 4px;
}

.cwr-form-skip[hidden] {
	display: none !important;
}

.cwr-modal-form.is-multi-review .cwr-form-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	justify-items: stretch;
}

.cwr-modal-form.is-multi-review .cwr-form-actions .cwr-button {
	justify-content: center;
}

.cwr-modal-form.is-multi-review .cwr-form-skip {
	background: #fff;
	color: var(--cwr-second);
	border: 1px solid #dbe7f1;
	box-shadow: none;
}

.cwr-modal-form.is-multi-review .cwr-form-skip:hover,
.cwr-modal-form.is-multi-review .cwr-form-skip:focus {
	background: #fff;
	color: var(--cwr-main);
	border-color: var(--cwr-main);
}

.cwr-modal-form.is-verified-link .cwr-form-actions [data-cwr-close] {
	display: none;
}

.cwr-modal-form.has-backend-customer .cwr-form-customer-fields {
	display: none;
}

.cwr-review-form.is-submitting button[type="submit"] {
	cursor: wait;
	opacity: .78;
}

.cwr-modal-form.is-success .cwr-form-panel > h3,
.cwr-modal-form.is-success .cwr-form-product,
.cwr-modal-form.is-success .cwr-form-message,
.cwr-modal-form.is-success .cwr-review-form > .cwr-field,
.cwr-modal-form.is-success .cwr-form-customer-fields,
.cwr-modal-form.is-success .cwr-form-actions {
	display: none;
}

.cwr-form-success {
	display: grid;
	align-content: center;
	gap: 18px;
	justify-items: center;
	text-align: center;
	min-height: clamp(620px, 78vh, 900px);
	padding: 34px 10px;
}

.cwr-form-success[hidden] {
	display: none;
}

.cwr-form-success-message {
	margin: 0;
	color: var(--cwr-second);
	font-weight: 800;
	font-size: 18px;
	line-height: 1.45;
}

.cwr-form-success-close {
	min-width: 150px;
	background: #fff;
	color: var(--cwr-second);
	border: 1px solid #dbe7f1;
	box-shadow: 0 8px 24px rgba(30, 59, 102, .12);
}

.cwr-form-success-close:hover,
.cwr-form-success-close:focus {
	background: #fff;
	color: var(--cwr-main);
	border-color: var(--cwr-main);
}

.cwr-modal-form.is-verified-link .cwr-dropzone {
	border-color: var(--cwr-main);
	background: linear-gradient(135deg, #ffffff, #eef8ff);
	color: var(--cwr-second);
	box-shadow: 0 8px 24px rgba(35, 154, 221, .16);
}

.cwr-modal-form.is-verified-link .cwr-dropzone:hover,
.cwr-modal-form.is-verified-link .cwr-dropzone:focus-within {
	background: #eef8ff;
	box-shadow: 0 10px 28px rgba(35, 154, 221, .22);
}


.cwr-form-progress-message {
	margin: 0 34px 12px;
	padding: 11px 14px;
	border-radius: 12px;
	background: #f0f9ff;
	color: var(--cwr-second);
	font-weight: 800;
	text-align: center;
	border: 1px solid #dbeafe;
}

.cwr-form-progress-message[hidden] {
	display: none;
}

.cwr-form-message {
	font-weight: 700;
	color: var(--cwr-second);
}

.cwr-form-message.is-error {
	color: #dc2626;
}

.cwr-form-message.is-success {
	color: #198754;
}



/* Photo review slider shortcode. */
.cwr-photo-review-slider {
	--cwr-main: #239add;
	--cwr-second: #1e3b66;
	--cwr-black: #202020;
	--cwr-star-empty: #d5dee8;
	--cwr-star-mask: url("../images/cwr-star.svg");
	position: relative;
	margin: 36px 0;
	color: var(--cwr-black);
	font-family: inherit;
}

.cwr-photo-review-slider,
.cwr-photo-review-slider * {
	box-sizing: border-box;
}

.cwr-photo-slider-header {
	position: relative;
	margin: 0 auto 22px;
	text-align: center;
}

.cwr-photo-slider-header:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(520px, 82vw);
	height: 86px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 22% 50%, rgba(35, 154, 221, .18), transparent 42%),
		radial-gradient(circle at 78% 50%, rgba(30, 59, 102, .14), transparent 44%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.cwr-photo-slider-title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: clamp(30px, 5vw, 58px);
	line-height: .98;
	letter-spacing: -.045em;
	color: var(--cwr-second);
}

.cwr-photo-slider-title-line {
	display: block;
}

.cwr-photo-slider-title-line-main {
	font-weight: 950;
	background: linear-gradient(90deg, var(--cwr-second), var(--cwr-main), var(--cwr-second));
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--cwr-second);
	-webkit-text-fill-color: transparent;
}

.cwr-photo-slider-title-line-sub {
	margin-top: 4px;
	font-size: .72em;
	font-weight: 850;
	letter-spacing: -.025em;
	color: #4c6076;
}

.cwr-photo-slider-shell {
	position: relative;
}

.cwr-photo-slider-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
	cursor: grab;
	padding: 2px;
}

.cwr-photo-slider-viewport::-webkit-scrollbar {
	display: none;
}

.cwr-photo-slider-viewport.is-dragging {
	cursor: grabbing;
}


.cwr-photo-slider-track {
	display: flex;
	gap: 14px;
	align-items: stretch;
}

.cwr-photo-slider-slide {
	flex: 0 0 calc((100% - 42px) / 4);
	min-width: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	display: flex;
}

.cwr-photo-review-slider .cwr-card {
	width: 100%;
}

.cwr-photo-review-slider .cwr-card .cwr-review-content {
	min-height: calc(var(--cwr-review-line-height) * var(--cwr-review-visible-lines));
}

.cwr-photo-review-slider .cwr-card .cwr-votes {
	margin-top: auto;
}

.cwr-photo-review-slider .cwr-card .cwr-product-mini {
	margin-top: 0;
}

.cwr-photo-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(219, 231, 241, .95);
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	color: var(--cwr-second);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(30, 59, 102, .16);
	transform: translateY(-50%);
	transition: color .15s ease, border-color .15s ease, transform .15s ease, opacity .15s ease;
}

.cwr-photo-slider-arrow:hover,
.cwr-photo-slider-arrow:focus {
	border-color: var(--cwr-main);
	color: var(--cwr-main);
	outline: none;
	transform: translateY(-50%) scale(1.04);
}

.cwr-photo-slider-arrow[disabled] {
	opacity: .38;
	cursor: not-allowed;
	transform: translateY(-50%);
}

.cwr-photo-slider-prev {
	left: -52px;
}

.cwr-photo-slider-next {
	right: -52px;
}

.cwr-photo-slider-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 18px;
	margin-top: 16px;
	overflow: hidden;
}

.cwr-photo-slider-dots[hidden] {
	display: none;
}

.cwr-photo-slider-dot {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: #d8e5f0;
	cursor: pointer;
	transition: width .18s ease, background .18s ease, transform .18s ease;
	flex: 0 0 auto;
}

.cwr-photo-slider-dot.is-active {
	width: 28px;
	background: var(--cwr-main);
	transform: translateY(-1px);
}

.cwr-photo-slider-dots.is-compact-progress {
	gap: 0;
	overflow: visible;
}

.cwr-photo-slider-progress {
	--cwr-photo-slider-progress: 0%;
	--cwr-photo-slider-progress-fill-width: 0%;
	--cwr-photo-slider-progress-handle-left: 50%;
	--cwr-photo-slider-progress-handle-size: 22px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 18px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: #d8e5f0;
	box-shadow: inset 0 1px 2px rgba(30, 59, 102, .12);
	cursor: grab;
	overflow: visible;
	touch-action: pan-y;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.cwr-photo-slider-progress:active,
.cwr-photo-slider-progress.is-dragging {
	cursor: grabbing;
}

.cwr-photo-slider-progress:focus {
	outline: 2px solid var(--cwr-main);
	outline-offset: 3px;
}

.cwr-photo-slider-progress-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--cwr-photo-slider-progress-fill-width, var(--cwr-photo-slider-progress));
	max-width: 100%;
	border-radius: inherit;
	background: var(--cwr-main);
	transition: width .18s ease, opacity .18s ease;
}

.cwr-photo-slider-progress.is-at-start .cwr-photo-slider-progress-fill {
	width: 0;
	opacity: 0;
}

.cwr-photo-slider-progress-handle {
	position: absolute;
	top: 50%;
	left: var(--cwr-photo-slider-progress-handle-left, var(--cwr-photo-slider-progress));
	z-index: 2;
	width: var(--cwr-photo-slider-progress-handle-size);
	height: var(--cwr-photo-slider-progress-handle-size);
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--cwr-main);
	box-shadow: 0 3px 9px rgba(30, 59, 102, .24);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: left .18s ease, transform .18s ease, box-shadow .18s ease;
}

.cwr-photo-slider-progress:hover .cwr-photo-slider-progress-handle,
.cwr-photo-slider-progress:focus .cwr-photo-slider-progress-handle,
.cwr-photo-slider-progress.is-dragging .cwr-photo-slider-progress-handle {
	box-shadow: 0 4px 12px rgba(30, 59, 102, .3);
	transform: translate(-50%, -50%) scale(1.06);
}

.cwr-photo-slider-progress.is-dragging .cwr-photo-slider-progress-fill,
.cwr-photo-slider-progress.is-dragging .cwr-photo-slider-progress-handle {
	transition: none;
}

@media (max-width: 900px) {
	.cwr-photo-review-slider {
		--cwr-photo-slider-progress-width: min(210px, 45vw);
		--cwr-photo-slider-progress-half: min(105px, 22.5vw);
		--cwr-photo-slider-arrow-size: 38px;
		--cwr-photo-slider-arrow-gap: 14px;
		padding-bottom: 42px;
	}

	.cwr-photo-slider-header:before {
		width: min(440px, 74vw);
		height: 72px;
	}


	.cwr-photo-slider-track {
		gap: 10px;
	}

	.cwr-photo-slider-slide {
		flex-basis: calc((100% - 10px) / 2);
	}

	.cwr-photo-slider-arrow {
		top: auto;
		bottom: -56px;
		box-shadow: none;
		transform: none;
	}

	.cwr-photo-slider-arrow:hover,
	.cwr-photo-slider-arrow:focus {
		transform: scale(1.04);
	}

	.cwr-photo-slider-arrow[disabled] {
		transform: none;
	}

	.cwr-photo-slider-prev {
		left: max(10px, calc(50% - var(--cwr-photo-slider-progress-half) - var(--cwr-photo-slider-arrow-gap) - var(--cwr-photo-slider-arrow-size)));
	}

	.cwr-photo-slider-next {
		right: max(10px, calc(50% - var(--cwr-photo-slider-progress-half) - var(--cwr-photo-slider-arrow-gap) - var(--cwr-photo-slider-arrow-size)));
	}

	.cwr-photo-slider-dots {
		justify-content: center;
		width: var(--cwr-photo-slider-progress-width);
		max-width: 210px;
		min-height: 38px;
		margin: 18px auto 0;
		padding: 0 4px;
		overflow: hidden;
	}

	.cwr-photo-slider-dots.is-compact-progress {
		padding-inline: 0;
	}
}

@media (max-width: 640px) {
	.cwr-photo-review-slider {
		--cwr-photo-slider-progress-width: min(158px, 38vw);
		--cwr-photo-slider-progress-half: min(79px, 19vw);
		--cwr-photo-slider-arrow-size: 34px;
		--cwr-photo-slider-arrow-gap: 12px;
		margin: 28px 0;
	}

	.cwr-photo-slider-header {
		margin-bottom: 16px;
	}

	.cwr-photo-slider-header:before {
		width: min(320px, 68vw);
		height: 56px;
	}


	.cwr-photo-slider-title {
		font-size: clamp(28px, 11vw, 42px);
		line-height: 1.02;
	}

	.cwr-photo-slider-title-line-sub {
		font-size: .68em;
	}

	.cwr-photo-slider-arrow {
		top: auto;
		bottom: -50px;
		width: 34px;
		height: 34px;
		font-size: 28px;
		box-shadow: none;
		transform: none;
	}

	.cwr-photo-slider-arrow:hover,
	.cwr-photo-slider-arrow:focus {
		transform: scale(1.04);
	}

	.cwr-photo-slider-arrow[disabled] {
		transform: none;
	}

	.cwr-photo-slider-prev {
		left: max(8px, calc(50% - var(--cwr-photo-slider-progress-half) - var(--cwr-photo-slider-arrow-gap) - var(--cwr-photo-slider-arrow-size)));
	}

	.cwr-photo-slider-next {
		right: max(8px, calc(50% - var(--cwr-photo-slider-progress-half) - var(--cwr-photo-slider-arrow-gap) - var(--cwr-photo-slider-arrow-size)));
	}

	.cwr-photo-slider-dots {
		width: var(--cwr-photo-slider-progress-width);
		max-width: 158px;
		min-height: 34px;
		margin-top: 16px;
		padding: 0 3px;
	}

	.cwr-photo-slider-dots.is-compact-progress {
		padding-inline: 0;
	}

	.cwr-photo-slider-progress {
		height: 16px;
	}

	.cwr-photo-slider-progress {
		--cwr-photo-slider-progress-handle-size: 20px;
	}
}

@media (min-width: 901px) {
	.cwr-summary {
		grid-template-columns: minmax(170px, 220px) auto minmax(430px, 520px) auto minmax(170px, 220px);
		gap: 14px;
	}

	.cwr-summary-score {
		margin-top: 28px;
		justify-self: center;
		transform: translateX(24px);
	}

	.cwr-summary-action {
		justify-content: center;
		justify-self: center;
		transform: translateX(-18px);
	}

	.cwr-summary-photos {
		text-align: center;
		max-width: 520px;
	}

	.cwr-photo-title { text-align: center; }

	.cwr-photo-strip {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		grid-auto-rows: calc((190px - 6px) / 2);
		gap: 6px;
		align-content: center;
		justify-content: center;
		justify-items: stretch;
	}

	.cwr-strip-thumb,
	.cwr-strip-view-all {
		width: 100%;
		height: 100%;
		max-width: none;
		aspect-ratio: auto;
		border-radius: 12px;
	}

	.cwr-modal-gallery .cwr-modal-close {
		right: calc((100vw - min(1180px, 94vw)) / 2 + 12px);
	}

	.cwr-gallery-panel {
		width: min(1180px, 94vw);
		grid-template-columns: 48px minmax(0, 3fr) minmax(300px, 2fr) 48px;
		grid-template-areas:
			"prev stage info next"
			"thumbs thumbs thumbs thumbs";
		align-items: stretch;
		column-gap: 16px;
		row-gap: 14px;
	}

	.cwr-gallery-stage {
		min-height: 0;
		height: min(70vh, 720px);
	}

	.cwr-gallery-stage img,
	.cwr-gallery-stage video,
	.cwr-gallery-image-zoom {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: contain;
	}

	.cwr-gallery-info {
		align-self: stretch;
		overflow: auto;
		padding: 20px 6px 14px 4px;
		display: flex;
		flex-direction: column;
	}

	.cwr-lightbox-content {
		overflow: auto;
		line-height: 1.55;
	}

	.cwr-gallery-info .cwr-product-mini img {
		width: 104px;
		min-width: 104px;
		max-width: 104px;
		height: 104px;
		flex-basis: 104px;
	}

	.cwr-gallery-thumbs {
		width: 100%;
		justify-content: flex-start;
		padding-top: 10px;
	}

	.cwr-gallery-thumbs button {
		width: 76px;
		height: 76px;
		flex-basis: 76px;
	}
}

@media (max-width: 900px) {
	.cwr-summary {
		grid-template-columns: 1fr;
		display: flex;
		flex-wrap: wrap;
	}

	.cwr-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.cwr-photo-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-content: stretch;
	}

	.cwr-photo-strip .cwr-strip-thumb:nth-of-type(n+8) { display: none; }

	.cwr-gallery-panel {
		grid-template-columns: 42px 1fr 42px;
		grid-template-areas:
			"prev stage next"
			"info info info"
			"thumbs thumbs thumbs";
		width: 96vw;
		padding: 10px;
		row-gap: 10px;
	}

	.cwr-modal-gallery .cwr-modal-close {
		right: calc(2vw + 12px);
	}

	.cwr-gallery-arrow {
		width: 38px;
		height: 56px;
		font-size: 42px;
	}

	.cwr-gallery-stage { min-height: 54vh; }

	.cwr-gallery-stage img,
	.cwr-gallery-stage video {
		max-height: 54vh;
	}

	.cwr-gallery-info,
	.cwr-gallery-thumbs {
		width: 100%;
	}

	.cwr-gallery-thumbs button {
		width: 63px;
		height: 63px;
		flex-basis: 63px;
	}
}

@media (max-width: 640px) {
	.cwr-wrap { margin: 24px 0; }

	.cwr-hero {
		padding: 14px;
		border-radius: 18px;
	}

	.cwr-widget-title {
		margin-bottom: 14px;
		font-size: 24px;
	}

	.cwr-widget-title:after { display: none; }

	.cwr-summary {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.cwr-summary-separator { display: none; }

	.cwr-summary-score {
		order: 1;
		width: 100%;
		min-height: auto;
		flex: 0 1 auto;
		margin-top: 0;
		padding: 18px;
		transform: none;
	}

	.cwr-summary-score strong { font-size: 40px; }

	.cwr-summary-score .cwr-stars { font-size: 22px; }

	.cwr-summary-score .cwr-summary-count { max-width: none; }

	.cwr-summary-action {
		order: 2;
		width: 100%;
		justify-content: center;
		transform: none;
	}

	.cwr-summary-action .cwr-button {
		width: 100%;
		min-height: 44px;
	}

	.cwr-summary-photos {
		order: 3;
		max-width: none;
		width: 100%;
		flex: 0 1 auto;
	}

	.cwr-photo-title {
		margin-top: 0;
		text-align: left;
		white-space: normal;
	}

	.cwr-controls {
		align-items: stretch;
		flex-direction: column;
		scroll-margin-top: 72px;
	}

	.cwr-tabs {
		width: 100%;
		gap: 6px;
	}

	.cwr-tab { padding: 10px 14px; }

	.cwr-filter-row {
		justify-content: flex-end;
		width: 100%;
	}

	.cwr-filter-wrap { min-width: 154px; }

	.cwr-filter {
		width: 154px;
		height: 40px;
		line-height: 38px;
		font-size: 13px;
	}

	.cwr-card-body {
		padding: 10px;
		gap: 8px;
	}

	.cwr-reviewer-row {
		--cwr-avatar-size: 34px;
		--cwr-avatar-font-size: 13px;
		--cwr-reviewer-name-size: 12.5px;
		--cwr-verified-size: 10.5px;
		gap: 7px;
	}

	.cwr-lightbox-review .cwr-reviewer-row {
		--cwr-avatar-size: 38px;
		--cwr-avatar-font-size: 13.5px;
		--cwr-reviewer-name-size: 13px;
		--cwr-verified-size: 10.5px;
	}

	.cwr-card .cwr-review-content-collapsible {
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
		padding-right: 12px;
		scrollbar-gutter: stable;
	}

	.cwr-card .cwr-review-content {
		flex: 0 0 auto;
	}

	.cwr-card .cwr-verified-full,
	.cwr-lightbox-review .cwr-verified-full { display: none; }

	.cwr-card .cwr-verified-short,
	.cwr-lightbox-review .cwr-verified-short { display: inline-flex; }

	.cwr-rating-row {
		gap: 4px;
		font-size: 12px;
	}

	.cwr-rating-row .cwr-stars {
		gap: 2px;
		font-size: 13px;
	}

	.cwr-rating-row time {
		padding-right: 2px;
		font-size: 10.5px;
	}

	.cwr-product-mini img {
		width: 42px;
		min-width: 42px;
		max-width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.cwr-pagination { gap: 5px; }

	.cwr-page {
		min-width: 36px;
		height: 36px;
		padding: 0 8px;
	}

	.cwr-page-prev { order: 1; }
	.cwr-page-number { order: 2; }
	.cwr-page-next { order: 3; }

	.cwr-page-mobile-break {
		display: block;
		flex: 0 0 100%;
		width: 100%;
		height: 0;
		order: 4;
	}

	.cwr-page-jump-prev { order: 5; }
	.cwr-page-jump-next { order: 6; }

	.cwr-page-jump { min-width: 78px; }

	.cwr-modal-panel { margin: 2vh auto; }

	.cwr-modal-close { top: calc(2vh + 10px); }

	.cwr-modal-gallery .cwr-modal-close { right: calc(2vw + 10px); }

	.cwr-modal-image-viewer .cwr-image-viewer-icon-close {
		top: calc(2vh + 10px);
		top: calc(2dvh + 10px);
		right: calc(3vw + 10px);
	}

	.cwr-image-viewer-panel {
		width: 94vw;
		height: 94vh;
		height: 94dvh;
		margin: 3vh auto;
		margin: 3dvh auto;
		border-radius: 18px;
	}

	.cwr-image-viewer-stage {
		padding: 56px 10px 82px;
	}

	.cwr-modal-gallery .cwr-modal-panel {
		height: 96vh;
		height: 96dvh;
		max-height: 96vh;
		max-height: 96dvh;
		overflow: hidden;
	}

	.cwr-gallery-panel {
		grid-template-areas:
			"prev stage next"
			"info info info"
			"thumbs thumbs thumbs";
		grid-template-rows: auto auto auto;
		align-content: start;
		height: 96vh;
		height: 96dvh;
		max-height: 96vh;
		max-height: 96dvh;
		padding: 8px;
		row-gap: 6px;
		overflow: hidden;
	}

	.cwr-gallery-stage {
		aspect-ratio: 1 / 1;
		min-height: 0;
		width: 88%;
		max-width: min(88vw, 460px, 42vh);
		max-width: min(88vw, 460px, 42dvh);
		height: auto;
		justify-self: center;
		align-self: start;
	}

	.cwr-gallery-stage img,
	.cwr-gallery-stage video,
	.cwr-gallery-image-zoom {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: cover;
	}

	.cwr-modal-gallery.is-open .cwr-gallery-arrow {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		z-index: 4;
		align-self: end;
		justify-self: center;
		margin-bottom: 0;
		transform: none;
	}

	.cwr-modal-gallery.is-open .cwr-gallery-prev,
	.cwr-modal-gallery.is-open .cwr-gallery-next {
		left: auto;
		right: auto;
	}

	.cwr-gallery-info {
		width: 100%;
		min-height: 0;
		overflow: hidden;
		align-self: start;
		padding: 6px 2px 2px;
		display: flex;
		flex-direction: column;
	}

	.cwr-lightbox-review {
		height: auto;
		min-height: 0;
		gap: 6px;
	}


	.cwr-lightbox-content {
		--cwr-mobile-review-content-height: calc(1.55em * 6);
		--cwr-mobile-review-content-height: clamp(calc(1.55em * 4), 18vh, calc(1.55em * 6));
		--cwr-mobile-review-content-height: clamp(calc(1.55em * 4), 18dvh, calc(1.55em * 6));
		height: var(--cwr-mobile-review-content-height);
		min-height: var(--cwr-mobile-review-content-height);
		max-height: var(--cwr-mobile-review-content-height);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
		scrollbar-gutter: stable;
		flex: 0 0 var(--cwr-mobile-review-content-height);
	}

	.cwr-gallery-thumbs {
		width: 100%;
		padding: 4px 4px 2px;
		margin-top: 2px;
	}

	.cwr-gallery-thumbs button {
		width: 63px;
		height: 63px;
		flex-basis: 63px;
	}

	.cwr-modal-form .cwr-modal-panel {
		max-height: 96vh;
		max-height: 96dvh;
	}

	.cwr-form-panel {
		padding: 14px;
		width: 94vw;
	}

	.cwr-form-panel h3 {
		margin: 0 44px 8px 0;
		line-height: 1.2;
	}

	.cwr-review-form {
		gap: 7px;
	}

	.cwr-form-grid {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.cwr-form-product {
		margin: -2px 0 7px;
	}

	.cwr-field label {
		margin-bottom: 3px;
	}

	.cwr-field-rating {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 7px;
		min-width: 0;
		flex-wrap: nowrap;
	}

	.cwr-field-rating > label {
		flex: 0 1 auto;
		max-width: calc(100% - 164px);
		min-width: 0;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cwr-field-rating .cwr-rating-input {
		flex: 0 0 auto;
		justify-content: flex-end;
		gap: 3px;
		margin-left: 0;
	}

	.cwr-field-rating .cwr-rating-input label .cwr-star {
		font-size: clamp(25px, 7.5vw, 30px);
	}

	.cwr-field textarea {
		min-height: 82px;
	}

	.cwr-field-media > label {
		display: none;
	}

	.cwr-dropzone {
		min-height: 50px;
		border-style: solid;
		border-radius: 12px;
		background: #fff;
		padding: 10px 14px;
	}
 
	.cwr-modal-form.is-verified-link .cwr-dropzone {
		min-height: 58px;
		border-width: 2px;
	}

	.cwr-file-list {
		margin-top: 4px;
		font-size: 12px;
		line-height: 1.25;
	}

	.cwr-dropzone-desktop { display: none; }
	.cwr-dropzone-mobile { display: inline; }

	.cwr-form-message {
		margin: 0;
		line-height: 1.25;
	}

	.cwr-form-actions {
		flex-direction: column-reverse;
		gap: 7px;
		margin-top: 2px;
	}

	.cwr-form-actions .cwr-button {
		width: 100%;
		min-height: 42px;
	}

	.cwr-gallery-info .cwr-product-mini {
		flex: 0 0 auto;
		margin-top: 0;
		padding-top: 6px;
	}

	.cwr-gallery-info .cwr-product-mini a {
		align-items: center;
		min-width: 0;
	}

	.cwr-gallery-info .cwr-product-mini span,
	.cwr-gallery-info .cwr-product-mini-title {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.cwr-gallery-info .cwr-product-mini img {
		width: 72px;
		min-width: 72px;
		max-width: 72px;
		height: 72px;
		flex-basis: 72px;
	}
}

@media (max-width: 380px) {
	.cwr-filter-wrap { min-width: 144px; }
	.cwr-filter { width: 144px; }
	.cwr-tab { padding: 9px 12px; }
	.cwr-strip-view-all strong { font-size: 11px; }
	.cwr-field-rating > label { max-width: calc(100% - 150px); }
	.cwr-field-rating .cwr-rating-input label .cwr-star { font-size: clamp(23px, 7vw, 27px); }
	.cwr-rating-row .cwr-stars { font-size: 12.5px; }
	.cwr-rating-row time { font-size: 10px; }
	.cwr-page {
		min-width: 34px;
		height: 34px;
		padding: 0 7px;
	}
}

.cwr-card.cwr-highlight-review {
	animation: cwr-review-highlight 2.8s ease;
	outline: 2px solid var(--cwr-main);
	outline-offset: 4px;
}

@keyframes cwr-review-highlight {
	0% {
		box-shadow: 0 0 0 0 rgba(35, 154, 221, .35);
	}
	45% {
		box-shadow: 0 0 0 8px rgba(35, 154, 221, .12);
	}
	100% {
		box-shadow: none;
	}
}

.cwr-static-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.cwr-static-page-link,
.cwr-page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.cwr-static-page-link {
	border: 1px solid #d9e6f3;
	background: #fff;
	color: var(--cwr-second);
}

.cwr-static-page-link.is-active {
	background: var(--cwr-second);
	border-color: var(--cwr-second);
	color: #fff;
}

@media (max-width: 640px) {
	.cwr-static-pagination {
		gap: 6px;
	}

	.cwr-static-page-link,
	.cwr-page-ellipsis {
		min-width: 34px;
		min-height: 34px;
		font-size: 13px;
	}
}

.cwr-all-reviews-hero {
	margin-bottom: 18px;
}

.cwr-all-reviews-hero .cwr-summary {
	margin-top: 0;
}

.cwr-photo-slider-viewport.is-dragging a,
.cwr-photo-slider-viewport.is-dragging button {
	pointer-events: none;
}
