.actorshop-reviews-carousel {
	--actorshop-reviews-gap: var(--actorshop-gutter, 16px);
	--actorshop-reviews-border: var(--actorshop-color-border, var(--actorshop-line, #d8d8d8));
	--actorshop-reviews-text: var(--actorshop-color-primary, var(--actorshop-text, #111111));
	--actorshop-reviews-muted: var(--actorshop-muted, #5c5c5c);
	--actorshop-reviews-surface: var(--actorshop-color-base-2, var(--actorshop-surface, #ffffff));
	--actorshop-reviews-alt: var(--actorshop-surface-alt, #f4f4f4);
	box-sizing: border-box;
	display: grid;
	gap: 26px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin-block: 58px;
	color: var(--actorshop-reviews-text);
}

.actorshop-reviews-carousel--spacing-gutter {
	margin-block: var(--actorshop-reviews-gap);
}

.actorshop-reviews-carousel--spacing-compact {
	margin-block: 24px 34px;
}

.actorshop-reviews-carousel--spacing-standard {
	margin-block: 58px 80px;
}

.actorshop-reviews-carousel--spacing-none {
	margin-block: 0;
}

.actorshop-reviews-carousel--full-height {
	min-height: calc(100svh - var(--actorshop-header-height, 0px));
	align-content: center;
	padding-block: 44px;
}

body.actorshop-generated-content-customer_reviews .actorshop-reviews-carousel--full-height {
	min-height: auto;
	align-content: start;
	padding-block: 0;
}

body.actorshop-generated-content-customer_reviews .page-shell > .entry-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.actorshop-generated-content-customer_reviews .entry-content {
	width: 100%;
	padding-top: 0;
}

body.actorshop-generated-content-customer_reviews .entry-content > .actorshop-reviews-carousel.actorshop-section--full,
body.actorshop-generated-content-customer_reviews .entry-content > .actorshop-assurance-strip.actorshop-section--full {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

body.actorshop-generated-content-customer_reviews .actorshop-reviews-carousel.actorshop-content--full .actorshop-reviews-carousel__header,
body.actorshop-generated-content-customer_reviews .actorshop-reviews-carousel.actorshop-content--full .actorshop-reviews-carousel__shell,
body.actorshop-generated-content-customer_reviews .actorshop-reviews-carousel.actorshop-content--full .actorshop-reviews-carousel__empty {
	width: 100%;
	max-width: var(--actorshop-container, 1180px);
}

body.actorshop-generated-content-customer_reviews .actorshop-assurance-strip.actorshop-content--full,
body.actorshop-generated-content-customer_reviews .actorshop-assurance-strip.actorshop-section--full {
	width: min(100% - calc(var(--actorshop-gutter, 16px) * 2), var(--actorshop-container, 1180px));
	max-width: var(--actorshop-container, 1180px);
	margin-inline: auto;
	padding-inline: 0;
}

.actorshop-reviews-carousel__header,
.actorshop-reviews-carousel__shell,
.actorshop-reviews-carousel__empty {
	width: 100%;
	max-width: var(--actorshop-container, 1180px);
	margin-inline: auto;
}

.actorshop-content--wide:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__header,
.actorshop-content--wide:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__shell,
.actorshop-content--wide:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__empty {
	max-width: var(--actorshop-container-wide, 1440px);
}

.actorshop-content--full:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__header,
.actorshop-content--full:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__shell,
.actorshop-content--full:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__empty {
	max-width: var(--actorshop-container, 1180px);
}

.actorshop-content--full:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__shell {
	width: 100%;
}

.actorshop-content--full:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__control--prev {
	left: auto;
}

.actorshop-content--full:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__control--next {
	right: 0;
}

.actorshop-content--bleed:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__header,
.actorshop-content--bleed:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__shell,
.actorshop-content--bleed:is(.actorshop-reviews-carousel) .actorshop-reviews-carousel__empty {
	width: 100%;
	max-width: none;
}

.actorshop-reviews-carousel__header {
	display: grid;
	gap: 14px;
	max-width: var(--actorshop-container, 1180px);
}

.actorshop-reviews-carousel__header > * {
	margin: 0;
}

.actorshop-reviews-carousel__header .actorshop-section-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	width: fit-content;
	min-height: 28px;
	margin: 0;
	padding: 0 12px;
	background: var(--actorshop-reviews-text);
	color: var(--actorshop-on-ink, #ffffff) !important;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-reviews-carousel__header .actorshop-section-eyebrow * {
	color: inherit !important;
}

.actorshop-reviews-carousel__verified-heading {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	gap: 8px;
	margin: -2px 0 0;
	color: var(--actorshop-reviews-text);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.actorshop-reviews-carousel__verified-heading-icon {
	color: #16a34a;
	font-size: 1.05em;
}

.actorshop-reviews-carousel__header h2 {
	max-width: 12em;
	color: var(--actorshop-reviews-text);
	font-size: var(--actorshop-section-title-size, var(--actorshop-h2-size, 42px));
	font-weight: var(--actorshop-section-title-weight, var(--actorshop-h2-weight, 950));
	line-height: var(--actorshop-section-title-line, var(--actorshop-h2-line, 1.04));
	letter-spacing: 0;
}

.actorshop-reviews-carousel__header p:not(.actorshop-section-eyebrow) {
	max-width: 720px;
	color: var(--actorshop-reviews-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.actorshop-reviews-carousel__shell {
	position: relative;
	min-width: 0;
}

.actorshop-reviews-carousel__viewport {
	width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.actorshop-reviews-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.actorshop-reviews-carousel__track {
	display: flex;
	width: 100%;
	min-width: 0;
}

.actorshop-reviews-carousel__slide {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(190px, 230px);
	gap: 22px;
	flex: 0 0 100%;
	min-width: 0;
	min-height: 310px;
	padding: 20px;
	border: 1px solid var(--actorshop-reviews-border);
	background: var(--actorshop-reviews-surface);
	scroll-snap-align: start;
}

.actorshop-reviews-carousel__quote {
	display: grid;
	align-content: start;
	gap: 20px;
	min-width: 0;
}

.actorshop-reviews-carousel__review-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	min-width: 0;
}

.actorshop-reviews-carousel__review-head > div {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.actorshop-reviews-carousel__avatar {
	display: inline-grid;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	place-items: center;
	background: var(--actorshop-reviews-text);
	color: var(--actorshop-on-ink, #ffffff);
	font-size: 0.82rem;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-reviews-carousel__review-head p {
	display: grid;
	gap: 4px;
	min-width: 0;
	margin: 0;
}

.actorshop-reviews-carousel__review-head strong {
	overflow-wrap: anywhere;
	color: var(--actorshop-reviews-text);
	font-family: var(--actorshop-font-ui, inherit);
	font-size: 0.9rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.actorshop-reviews-carousel__review-head small {
	color: var(--actorshop-reviews-muted);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.2;
}

.actorshop-reviews-carousel__verified {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid var(--actorshop-reviews-border);
	color: var(--actorshop-reviews-text);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.actorshop-reviews-carousel__verified svg {
	width: 13px;
	height: 13px;
}

.actorshop-reviews-carousel__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--actorshop-reviews-text);
	font-size: 0.9rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
}

.actorshop-reviews-carousel__stars {
	display: inline-flex;
	gap: 2px;
	color: var(--actorshop-review-star-color, var(--actorshop-reviews-text));
	font-family: var(--actorshop-review-star-font-family, Arial, Helvetica, sans-serif);
	font-size: 1.08rem;
	letter-spacing: 0;
	line-height: 1;
}

.actorshop-reviews-carousel__stars .is-muted {
	color: rgba(17, 17, 17, 0.22);
}

.actorshop-reviews-carousel__content {
	min-width: 0;
	max-width: 760px;
	margin-block: 2px 0;
}

.actorshop-reviews-carousel__content,
.actorshop-reviews-carousel__content p {
	color: var(--actorshop-reviews-text);
	font-family: var(--actorshop-font-body, var(--actorshop-font-heading, inherit));
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.45;
}

.actorshop-reviews-carousel__content p {
	margin: 0;
}

.actorshop-reviews-carousel__criteria {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 760px;
	margin-top: 2px;
}

.actorshop-reviews-carousel__criteria span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 0 11px;
	background: var(--actorshop-reviews-alt);
	color: var(--actorshop-reviews-muted);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.actorshop-reviews-carousel__criteria strong {
	color: var(--actorshop-reviews-text);
	font-weight: 950;
}

.actorshop-reviews-carousel__helpful {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	min-height: 32px;
	margin: -2px 0 0;
	padding: 0;
	background: transparent;
	color: var(--actorshop-reviews-muted);
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-reviews-carousel__helpful-icon,
.actorshop-reviews-carousel__helpful svg {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	color: var(--actorshop-reviews-text);
	font-size: 13px;
	line-height: 1;
}

.actorshop-reviews-carousel__reply {
	display: grid;
	gap: 8px;
	max-width: 680px;
	margin: 0;
	padding: 16px;
	border-left: 3px solid var(--actorshop-reviews-text);
	background: var(--actorshop-reviews-alt);
}

.actorshop-reviews-carousel__reply strong {
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-reviews-carousel__reply p {
	margin: 0;
	color: var(--actorshop-reviews-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.actorshop-reviews-carousel__product-card {
	--actorshop-product-card-max: 230px;
	--actorshop-product-card-body-min-height: 82px;
	--actorshop-product-card-padding: 10px;
	--actorshop-product-card-gap: 12px;
	display: block;
	list-style: none;
	min-width: 0;
	width: 100%;
	max-width: 230px;
	margin: 0;
	padding: 0;
}

.actorshop-reviews-carousel__product-card.products {
	display: block;
	margin: 0;
	padding: 0;
}

.actorshop-reviews-carousel__product-card.products > li.product {
	float: none !important;
	width: 100% !important;
	max-width: var(--actorshop-product-card-max, 230px);
	margin: 0 !important;
	padding: 0 !important;
}

.actorshop-reviews-carousel__product-card .product-card {
	width: 100%;
	max-width: var(--actorshop-product-card-max, 230px);
	margin: 0;
}

.actorshop-reviews-carousel__product-card .product-card__media {
	min-height: 0;
}

.actorshop-reviews-carousel__product-card .product-card__image-link img,
.actorshop-reviews-carousel__product-card .product-card__image-stack img {
	object-fit: contain;
}

.actorshop-reviews-carousel__control {
	position: absolute;
	top: -58px;
	z-index: 4;
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid var(--actorshop-reviews-border);
	border-radius: 0;
	background: var(--actorshop-reviews-surface);
	color: var(--actorshop-reviews-text);
	cursor: pointer;
	transform: none;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.actorshop-reviews-carousel__control:hover,
.actorshop-reviews-carousel__control:focus-visible {
	border-color: var(--actorshop-reviews-text);
	background: var(--actorshop-reviews-text);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-reviews-carousel__control:disabled {
	cursor: default;
	opacity: 0.38;
	pointer-events: none;
}

.actorshop-reviews-carousel__control svg {
	width: 18px;
	height: 18px;
}

.actorshop-reviews-carousel__control--prev {
	right: 56px;
	left: auto;
}

.actorshop-reviews-carousel__control--next {
	right: 0;
}

.actorshop-reviews-carousel__empty {
	display: grid;
	gap: 12px;
	padding: 40px;
	border: 1px solid var(--actorshop-reviews-border);
	background: var(--actorshop-reviews-surface);
}

.actorshop-reviews-carousel__empty > * {
	margin: 0;
}

.actorshop-reviews-carousel__empty h2 {
	font-size: 2rem;
	line-height: 1.08;
}

.actorshop-reviews-carousel__empty p:not(.actorshop-section-eyebrow) {
	max-width: 620px;
	color: var(--actorshop-reviews-muted);
	line-height: 1.6;
}

@media (min-width: 1280px) {
	.actorshop-reviews-carousel__slide {
		grid-template-columns: minmax(0, 1fr) minmax(200px, 240px);
		min-height: 320px;
		padding: 20px;
	}

	.actorshop-reviews-carousel__product-card {
		--actorshop-product-card-max: 240px;
		max-width: 240px;
	}

	.actorshop-reviews-carousel__content,
	.actorshop-reviews-carousel__content p {
		font-size: 1.08rem;
	}
}

@media (max-width: 1024px) {
	.actorshop-reviews-carousel__slide {
		grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
		min-height: 360px;
		padding: 24px;
	}

	.actorshop-reviews-carousel__content,
	.actorshop-reviews-carousel__content p {
		font-size: 1.12rem;
	}
}

@media (max-width: 820px) {
	.actorshop-reviews-carousel--full-height {
		min-height: auto;
		padding-block: 26px;
	}

	.actorshop-reviews-carousel__shell {
		padding-top: 52px;
	}

	.actorshop-reviews-carousel__slide {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 22px;
		padding: 20px;
	}

	.actorshop-reviews-carousel__content,
	.actorshop-reviews-carousel__content p {
		font-size: 1.05rem;
		line-height: 1.45;
	}

	.actorshop-reviews-carousel__product-card .product-card__media {
		min-height: 0;
	}

	.actorshop-reviews-carousel__product-card {
		--actorshop-product-card-max: min(100%, 360px);
		max-width: min(100%, 360px);
	}

	.actorshop-reviews-carousel__control {
		top: 0;
		bottom: auto;
		z-index: 4;
		width: 42px;
		height: 42px;
		transform: none;
	}

	.actorshop-reviews-carousel__control--prev {
		right: 48px;
		left: auto;
	}

	.actorshop-reviews-carousel__control--next {
		right: 0;
	}
}

@media (max-width: 540px) {
	.actorshop-reviews-carousel {
		gap: 18px;
	}

	.actorshop-reviews-carousel__header,
	.actorshop-reviews-carousel__shell,
	.actorshop-reviews-carousel__empty {
		width: calc(100% - 24px);
	}

	.actorshop-reviews-carousel__header h2 {
		font-size: 2rem;
	}

	.actorshop-reviews-carousel__header p:not(.actorshop-section-eyebrow) {
		font-size: 0.95rem;
	}

	.actorshop-reviews-carousel__review-head {
		display: grid;
	}

	.actorshop-reviews-carousel__verified {
		width: fit-content;
	}

	.actorshop-reviews-carousel__content,
	.actorshop-reviews-carousel__content p {
		font-size: 1rem;
	}

	.actorshop-reviews-carousel__product-card {
		--actorshop-product-card-max: 100%;
		--actorshop-product-card-body-min-height: 84px;
		max-width: 100%;
	}

	.actorshop-reviews-carousel__product-card .product-card__media {
		min-height: 0;
	}
}
