.tcr-reviews-section {
	--tcr-orange: #f9ad1d;
	--tcr-rose: #a9787f;
	--tcr-ink: #252120;
	--tcr-muted: #756c69;
	--tcr-line: #eadfda;
	--tcr-cream: #fffaf6;
	box-sizing: border-box;
	width: 100%;
	padding: clamp(38px, 5vw, 76px) 18px;
	background: linear-gradient(180deg, #fff 0%, var(--tcr-cream) 100%);
	color: var(--tcr-ink);
}

.tcr-reviews-section *,
.tcr-reviews-section *::before,
.tcr-reviews-section *::after {
	box-sizing: border-box;
}

.tcr-reviews-section[hidden],
.tcr-card[hidden],
.tcr-modal[hidden],
.tcr-read-more[hidden] {
	display: none !important;
}

.tcr-shell {
	width: min(1180px, 100%);
	margin-inline: auto;
}

.tcr-section-header {
	margin: 0 auto 24px;
	text-align: center;
}

.tcr-title-row {
	display: grid;
	grid-template-columns: minmax(25px, 1fr) auto minmax(25px, 1fr);
	align-items: center;
	gap: 12px;
	max-width: 720px;
	margin-inline: auto;
}

.tcr-title-row > span {
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--tcr-line));
}

.tcr-title-row > span:last-child {
	background: linear-gradient(90deg, var(--tcr-line), transparent);
}

.tcr-title-row h2 {
	margin: 0;
	color: var(--tcr-ink);
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 600;
	line-height: 1.25;
}

.tcr-title-heart {
	color: #e32636;
	font-weight: 700;
}

.tcr-section-header p {
	display: block;
	width: 100%;
	margin: 8px auto 0;
	color: var(--tcr-muted);
	font-size: clamp(13px, 1.4vw, 16px);
	text-align: center !important;
}

.tcr-trust-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: 820px;
	margin: 0 auto 23px;
}

.tcr-trust-stat {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	align-items: center;
	justify-content: center;
	column-gap: 9px;
	min-width: 0;
	padding: 10px 6px;
	border-radius: 12px;
	color: inherit;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tcr-trust-stat:hover,
.tcr-trust-stat:focus-visible {
	background: #fff;
	box-shadow: 0 7px 20px rgba(64, 43, 41, .09);
	transform: translateY(-2px);
	outline: none;
}

.tcr-stat-icon {
	display: grid;
	grid-row: 1;
	width: 28px;
	height: 28px;
	place-items: center;
	color: var(--tcr-rose);
	font-size: 24px;
	line-height: 1;
}

.tcr-stat-icon svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tcr-trust-stat strong {
	grid-row: 1;
	color: var(--tcr-ink);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}

.tcr-trust-stat small {
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: 5px;
	color: var(--tcr-muted);
	font-size: 12px;
	line-height: 1.35;
}

.tcr-filters {
	display: flex;
	gap: 9px;
	justify-content: center;
	overflow-x: auto;
	margin: 0 auto 28px;
	padding: 3px 2px 7px;
	scrollbar-width: none;
}

.tcr-filters::-webkit-scrollbar {
	display: none;
}

.tcr-filter {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 8px 18px;
	border: 1px solid var(--tcr-line);
	border-radius: 999px;
	background: #fff;
	color: var(--tcr-ink);
	font: inherit;
	font-size: 14px;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tcr-filter:hover,
.tcr-filter:focus-visible {
	border-color: var(--tcr-rose);
	transform: translateY(-1px);
}

.tcr-filter.is-active {
	border-color: var(--tcr-rose);
	background: var(--tcr-rose);
	color: #fff;
}

.tcr-masonry {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.tcr-masonry-column {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 18px;
}

.tcr-masonry-column .tcr-card {
	display: block;
	margin: 0;
}

.tcr-card {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 18px;
	overflow: hidden;
	break-inside: avoid;
	border: 1px solid rgba(169, 120, 127, .18);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(64, 43, 41, .08);
	vertical-align: top;
}

.tcr-card.is-featured::after {
	content: "◆";
	position: absolute;
	top: 12px;
	inset-inline-end: 12px;
	z-index: 2;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: var(--tcr-orange);
	font-size: 12px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}

.tcr-media {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #f4efec;
	cursor: pointer;
}

.tcr-natural-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}

.tcr-video-media {
	height: 285px;
}

.tcr-video-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tcr-video-expand {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--tcr-rose);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

[dir="rtl"] .tcr-video-expand {
	right: auto;
	left: 12px;
}

.tcr-video-expand:hover,
.tcr-video-expand:focus-visible {
	background: var(--tcr-rose);
	color: #fff;
}

.tcr-media-count {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(31, 27, 26, .72);
	color: #fff;
	font-size: 12px;
}

[dir="rtl"] .tcr-media-count {
	right: auto;
	left: 12px;
}

.tcr-card-body {
	padding: 17px 18px 19px;
	text-align: center;
}

.tcr-stars {
	margin: 8px 0 10px;
	color: var(--tcr-rose);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}

[dir="rtl"] .tcr-stars {
	direction: ltr;
	text-align: center;
}

.tcr-review-text {
	max-height: 8.7em;
	overflow: hidden;
	color: #2d2928;
	font-size: 15px;
	line-height: 1.72;
}

.tcr-review-text.is-expanded {
	max-height: none;
}

.tcr-review-text p {
	margin: 0 0 8px;
}

.tcr-review-text p:last-child {
	margin-bottom: 0;
}

.tcr-read-more {
	margin: 6px 0 2px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--tcr-orange);
	font: inherit;
	font-size: 12px;
	cursor: pointer;
}

.tcr-customer {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 0;
	font-size: 14px;
	justify-content: center;
	unicode-bidi: isolate;
}

.tcr-customer[dir="ltr"] {
	direction: ltr;
}

.tcr-customer[dir="rtl"] {
	direction: rtl;
}

.tcr-verified {
	display: inline-grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: var(--tcr-rose);
	color: #fff;
	font-size: 11px;
}

.tcr-country,
.tcr-product,
.tcr-colors,
.tcr-date {
	display: block;
	margin-top: 5px;
	color: var(--tcr-muted);
	font-size: 12px;
	line-height: 1.45;
}

.tcr-colors b {
	font-weight: 500;
}

.tcr-view-all-wrap {
	margin-top: 22px;
	text-align: center;
}

.tcr-view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 9px 22px;
	border: 1px solid var(--tcr-rose);
	border-radius: 9px;
	color: var(--tcr-rose);
	font-weight: 600;
	text-decoration: none;
}

.tcr-view-all:hover {
	background: var(--tcr-rose);
	color: #fff;
}

.tcr-empty {
	text-align: center;
	color: var(--tcr-muted);
}

.tcr-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: grid;
	place-items: center;
	padding: 18px;
}

.tcr-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 16, 15, .86);
	backdrop-filter: blur(4px);
}

.tcr-modal-dialog {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1040px, 100%);
	max-height: calc(100vh - 36px);
	place-items: center;
}

.tcr-modal-content {
	width: 100%;
	text-align: center;
}

.tcr-modal-content img,
.tcr-modal-content video {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 54px);
	margin: auto;
	border-radius: 13px;
	background: #111;
	object-fit: contain;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
}

.tcr-modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #222;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

html.tcr-modal-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.tcr-masonry { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	.tcr-reviews-section {
		padding: 34px 10px 42px;
	}

	.tcr-title-row {
		gap: 7px;
	}

	.tcr-title-row h2 {
		font-size: 24px;
	}

	.tcr-section-header {
		margin-bottom: 18px;
	}

	.tcr-filters {
		justify-content: flex-start;
		margin-inline: -2px;
		margin-bottom: 18px;
	}

	[dir="rtl"] .tcr-filters {
		justify-content: flex-start;
	}

	.tcr-filter {
		min-height: 36px;
		padding: 6px 13px;
		font-size: 12px;
	}

	.tcr-trust-stats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 3px;
		margin-bottom: 18px;
	}

	.tcr-trust-stat {
		column-gap: 3px;
		padding: 7px 1px;
	}

	.tcr-stat-icon {
		width: 20px;
		height: 20px;
		font-size: 18px;
	}

	.tcr-stat-icon svg {
		width: 19px;
		height: 19px;
	}

	.tcr-trust-stat strong {
		font-size: 15px;
	}

	.tcr-trust-stat small {
		font-size: 9px;
		line-height: 1.25;
	}

	.tcr-masonry {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		column-count: auto;
		align-items: start;
	}

	.tcr-masonry-column {
		gap: 10px;
	}

	.tcr-card {
		display: block;
		margin: 0;
		border-radius: 13px;
		box-shadow: 0 5px 16px rgba(64, 43, 41, .075);
	}

	.tcr-card-body {
		padding: 12px 11px 14px;
	}

	.tcr-video-media {
		height: 220px;
		min-height: 220px;
		background: #111;
	}

	.tcr-video-media video {
		visibility: visible !important;
		opacity: 1 !important;
	}

	.tcr-natural-image {
		max-height: 430px;
	}

	.tcr-stars {
		margin-bottom: 7px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	.tcr-review-text {
		max-height: 8.4em;
		font-size: 13px;
		line-height: 1.6;
	}

	.tcr-customer {
		gap: 5px;
		margin-top: 0;
		font-size: 12px;
	}

	.tcr-country,
	.tcr-product,
	.tcr-colors,
	.tcr-date {
		font-size: 10.5px;
	}

	.tcr-video-expand {
		width: 34px;
		height: 34px;
		font-size: 17px;
	}
}

@media (max-width: 370px) {
	.tcr-masonry {
		gap: 7px;
	}

	.tcr-masonry-column {
		gap: 7px;
	}

	.tcr-card-body {
		padding-inline: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tcr-filter,
	.tcr-view-all {
		transition: none;
	}
}
