/**
 * بخش محصولات هانل — گلس تخت + تب‌ها + دکور کافه
 */

.hanel-products {
	--hanel-prod-navy: #151923;
	--hanel-prod-ink: #282f42;
	--hanel-prod-muted: #737887;
	--hanel-prod-gold: #c9a24a;
	--hanel-prod-gold-soft: #e8d39a;
	--hanel-prod-line: rgba(21, 25, 35, 0.08);
	--hanel-prod-glass: rgba(255, 255, 255, 0.72);

	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(3.5rem, 7vw, 5.75rem);
	background: #ffffff;
	color: var(--hanel-prod-ink);
}

/* —— دکور —— */
.hanel-products__decor {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.hanel-products__dot-field {
	position: absolute;
	top: 8%;
	left: 6%;
	width: 7rem;
	height: 5rem;
	opacity: 0.22;
	background-image: radial-gradient(circle, rgba(21, 25, 35, 0.35) 1px, transparent 1.2px);
	background-size: 12px 12px;
}

.hanel-products__float {
	position: absolute;
	display: grid;
	place-items: center;
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 1rem;
	color: rgba(21, 25, 35, 0.35);
	background: #f6f6f4;
	border: 1px solid rgba(21, 25, 35, 0.07);
	box-shadow: 0 4px 14px rgba(21, 25, 35, 0.04);
	animation: hanel-products-float 7s ease-in-out infinite;
}

.hanel-products__float .hanel-icon {
	width: 1.2rem;
	height: 1.2rem;
}

.hanel-products__float--coffee {
	top: 16%;
	right: 5%;
	color: rgba(201, 162, 74, 0.75);
	animation-delay: 0s;
}

.hanel-products__float--croissant {
	top: 28%;
	left: 4%;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	animation-delay: -1.4s;
}

.hanel-products__float--cookie {
	bottom: 22%;
	right: 8%;
	width: 2.5rem;
	height: 2.5rem;
	animation-delay: -2.2s;
}

.hanel-products__float--soda {
	bottom: 14%;
	left: 7%;
	color: rgba(201, 162, 74, 0.65);
	animation-delay: -0.8s;
}

.hanel-products__float--cake {
	top: 58%;
	right: 3%;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.85rem;
	opacity: 0.85;
	animation-delay: -3s;
}

.hanel-products__float--leaf {
	top: 48%;
	left: 3%;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	opacity: 0.75;
	animation-delay: -1.8s;
}

@keyframes hanel-products-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

.hanel-products__inner {
	position: relative;
	z-index: 1;
}

/* —— هد —— */
.hanel-products__head {
	max-width: 38rem;
	margin-inline: auto;
	margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
	text-align: center;
}

.hanel-products__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--hanel-prod-gold);
}

.hanel-products__eyebrow-line {
	width: 1.6rem;
	height: 1px;
	transform-origin: center;
	background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.hanel-products__title {
	margin: 0;
	font-size: clamp(1.85rem, 3.5vw, 2.55rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--hanel-prod-navy);
}

.hanel-products__title-mark {
	position: relative;
	display: inline-block;
}

.hanel-products__title-mark::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0.08em;
	z-index: -1;
	height: 0.28em;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(232, 211, 154, 0.95), rgba(201, 162, 74, 0.45));
	transform: skewX(-8deg) scaleX(0);
	transform-origin: center;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-products.is-mark-in .hanel-products__title-mark::after,
.hanel-products.is-ready .hanel-products__title-mark::after {
	transform: skewX(-8deg) scaleX(1);
}

.hanel-products__subtitle {
	margin: 0.7rem 0 0;
	font-size: 0.98rem;
	line-height: 1.75;
	color: var(--hanel-prod-muted);
}

/* —— تولبار تب —— */
.hanel-products__toolbar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: clamp(1.6rem, 3vw, 2.2rem);
}

.hanel-products__tabs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.3rem;
	padding: 0.35rem;
	width: fit-content;
	max-width: 100%;
	border-radius: 999px;
	background: rgba(247, 247, 245, 0.9);
	border: 1px solid rgba(21, 25, 35, 0.06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 18px rgba(21, 25, 35, 0.03);
}

.hanel-products__tab-pill {
	position: absolute;
	top: 0.35rem;
	left: 0;
	z-index: 0;
	height: calc(100% - 0.7rem);
	border-radius: 999px;
	background: var(--hanel-prod-navy);
	box-shadow: 0 6px 16px rgba(21, 25, 35, 0.12);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
	will-change: transform, width;
}

.hanel-products__tab {
	position: relative;
	z-index: 1;
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0.62rem 1rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--hanel-prod-muted);
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: color 0.22s ease;
}

.hanel-products__tab-icon {
	display: grid;
	place-items: center;
	opacity: 0.8;
}

.hanel-products__tab-count {
	display: inline-grid;
	place-items: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding-inline: 0.3rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	color: var(--hanel-prod-muted);
	background: rgba(21, 25, 35, 0.06);
	transition:
		background 0.22s ease,
		color 0.22s ease;
}

.hanel-products__tab:hover,
.hanel-products__tab:focus-visible {
	outline: none;
	color: var(--hanel-prod-navy);
}

.hanel-products__tab.is-active {
	color: #fff;
}

.hanel-products__tab.is-active .hanel-products__tab-count {
	color: var(--hanel-prod-navy);
	background: rgba(255, 255, 255, 0.92);
}

.hanel-products__hint {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--hanel-prod-muted);
	letter-spacing: 0.01em;
}

/* —— گرید —— */
.hanel-products__panel.is-active .hanel-products__item {
	animation: hanel-products-card-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: calc(var(--hanel-stagger, 0) * 45ms);
}

html.hanel-gsap .hanel-products__panel.is-active .hanel-products__item {
	animation: none;
}

.hanel-products--await .hanel-products__eyebrow,
.hanel-products--await .hanel-products__title,
.hanel-products--await .hanel-products__subtitle,
.hanel-products--await .hanel-products__toolbar,
.hanel-products--await .hanel-products__item,
.hanel-products--await .hanel-products__cta,
.hanel-products--await .hanel-products__float {
	opacity: 0;
}

.hanel-products.is-ready .hanel-products__eyebrow,
.hanel-products.is-ready .hanel-products__title,
.hanel-products.is-ready .hanel-products__subtitle,
.hanel-products.is-ready .hanel-products__toolbar,
.hanel-products.is-ready .hanel-products__item,
.hanel-products.is-ready .hanel-products__cta,
.hanel-products.is-ready .hanel-products__float {
	opacity: 1;
}

.hanel-products__panel[hidden] {
	display: none;
}

@keyframes hanel-products-card-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hanel-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.15rem, 2.4vw, 1.75rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

/* —— کارت سفید نرم (رفرنس) —— */
.hanel-product-card {
	--hanel-card-price: #b58e58;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 19rem;
	padding: 1.05rem 1.05rem 1.2rem;
	border-radius: 2.15rem;
	background: #ffffff;
	border: none;
	box-shadow: 0 14px 40px rgba(21, 25, 35, 0.06);
	transition:
		box-shadow 0.28s ease,
		transform 0.28s ease;
}

.hanel-product-card:hover {
	box-shadow: 0 18px 48px rgba(21, 25, 35, 0.09);
	transform: translateY(-3px);
}

.hanel-product-card__media-wrap {
	position: relative;
	flex: 0 0 auto;
}

.hanel-product-card__media {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 1.5rem;
	background: #f6f2ec;
	text-decoration: none;
	color: inherit;
}

.hanel-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-product-card:hover .hanel-product-card__media img {
	transform: scale(1.04);
}

.hanel-product-card__media-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: rgba(21, 25, 35, 0.18);
	background:
		radial-gradient(circle at 35% 30%, rgba(181, 142, 88, 0.16), transparent 55%),
		#f6f2ec;
}

.hanel-product-card__badge {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	z-index: 1;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #6b635a;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 3px 12px rgba(21, 25, 35, 0.07);
}

.hanel-product-card__foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.85rem;
	margin-top: auto;
	padding-top: 1.05rem;
}

.hanel-product-card__meta {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	min-width: 0;
	text-align: right;
}

.hanel-product-card__title {
	margin: 0;
	width: 100%;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.hanel-product-card__title a {
	color: #2a241c;
	text-decoration: none;
	transition: color 0.2s ease;
}

.hanel-product-card__title a:hover,
.hanel-product-card__title a:focus-visible {
	color: var(--hanel-card-price);
	outline: none;
}

.hanel-product-card__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 0.35rem 0.55rem;
	width: 100%;
}

.hanel-product-card__price {
	font-size: 0.98rem;
	font-weight: 800;
	color: var(--hanel-card-price);
}

.hanel-product-card__price .woocommerce-Price-amount,
.hanel-product-card__price .amount,
.hanel-product-card__price .woocommerce-Price-currencySymbol {
	color: inherit;
}

.hanel-product-card__price--was {
	font-size: 0.78rem;
	font-weight: 600;
	color: #a39b92;
	text-decoration: line-through;
}

.hanel-product-card__cart {
	position: relative;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 50%;
	color: var(--hanel-card-price);
	text-decoration: none;
	background: #ffffff;
	border: 1px solid rgba(21, 25, 35, 0.07);
	box-shadow: 0 6px 18px rgba(21, 25, 35, 0.07);
	transition:
		color 0.22s ease,
		background 0.22s ease,
		border-color 0.22s ease,
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

.hanel-product-card__cart .hanel-icon {
	width: 1.15rem;
	height: 1.15rem;
	transition:
		opacity 0.2s ease,
		transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hanel-product-card__cart:hover,
.hanel-product-card__cart:focus-visible {
	outline: none;
	color: #fff;
	background: var(--hanel-card-price);
	border-color: var(--hanel-card-price);
	transform: scale(1.05);
	box-shadow: 0 10px 22px rgba(181, 142, 88, 0.28);
}

/* —— حالت «در حال افزودن» —— */
.hanel-product-card__cart.is-loading,
.hanel-product-card__cart.loading {
	pointer-events: none;
	color: var(--hanel-card-price);
}

.hanel-product-card__cart.is-loading .hanel-icon,
.hanel-product-card__cart.loading .hanel-icon {
	opacity: 0;
	transform: scale(0.6);
}

.hanel-product-card__cart::before {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	border: 2px solid currentColor;
	border-top-color: transparent;
	opacity: 0;
	transition: opacity 0.18s ease;
}

.hanel-product-card__cart.is-loading::before,
.hanel-product-card__cart.loading::before {
	opacity: 1;
	animation: hanel-card-cart-spin 0.7s linear infinite;
}

/* —— حالت «افزوده شد» —— */
.hanel-product-card__cart.is-added {
	color: #fff;
	background: #1f8a52;
	border-color: #1f8a52;
	box-shadow: 0 10px 24px rgba(31, 138, 82, 0.32);
	animation: hanel-card-cart-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hanel-product-card__cart.is-added .hanel-icon {
	opacity: 0;
	transform: scale(0.5) rotate(-12deg);
}

.hanel-product-card__cart::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1.15rem;
	height: 1.15rem;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0;
	transform: scale(0.4);
	transition:
		opacity 0.2s ease,
		transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hanel-product-card__cart.is-added::after {
	opacity: 1;
	transform: scale(1);
}

@keyframes hanel-card-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes hanel-card-cart-pop {
	0% {
		transform: scale(1);
	}

	45% {
		transform: scale(1.14);
	}

	100% {
		transform: scale(1);
	}
}

/* —— CTA —— */
.hanel-products__cta {
	display: flex;
	justify-content: center;
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.hanel-products__more {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.85rem 1.55rem;
	border-radius: 999px;
	border: 1px solid rgba(21, 25, 35, 0.1);
	background: rgba(255, 255, 255, 0.8);
	color: var(--hanel-prod-navy);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 6px 18px rgba(21, 25, 35, 0.04);
	transition:
		background 0.22s ease,
		color 0.22s ease,
		border-color 0.22s ease;
}

.hanel-products__more:hover,
.hanel-products__more:focus-visible {
	outline: none;
	background: var(--hanel-prod-navy);
	border-color: var(--hanel-prod-navy);
	color: #fff;
}

@media (max-width: 1100px) {
	.hanel-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hanel-products__float--cake,
	.hanel-products__float--leaf {
		display: none;
	}
}

@media (max-width: 820px) {
	.hanel-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hanel-products__float--cookie,
	.hanel-products__float--soda {
		opacity: 0.55;
	}
}

@media (max-width: 767px) {
	.hanel-products__toolbar {
		width: 100%;
		padding-inline: clamp(0.15rem, 1.5vw, 0.35rem);
	}

	.hanel-products__tabs {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 0.25rem;
		width: fit-content;
		max-width: 100%;
		margin-inline: auto;
		padding: 0.35rem 0.5rem;
		overflow-x: auto;
		overflow-y: hidden;
		border-radius: 1.15rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		overscroll-behavior-x: contain;
		scroll-padding-inline: 0.5rem;
	}

	.hanel-products__tabs::-webkit-scrollbar {
		display: none;
	}

	.hanel-products__tab {
		flex: 0 0 auto;
		justify-content: center;
		min-height: 2.55rem;
		padding: 0.55rem 0.85rem;
		font-size: 0.8rem;
		gap: 0.35rem;
		white-space: nowrap;
	}

	.hanel-products__tab-label {
		display: inline;
		max-width: 8.5rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hanel-products__tab-icon .hanel-icon {
		width: 0.95rem;
		height: 0.95rem;
	}

	.hanel-products__tab-count {
		min-width: 1.2rem;
		height: 1.2rem;
		font-size: 0.65rem;
	}
}

@media (max-width: 520px) {
	.hanel-products__float {
		display: none;
	}

	.hanel-products__tabs {
		padding: 0.3rem 0.45rem;
		border-radius: 1rem;
	}

	.hanel-products__tab {
		padding: 0.5rem 0.7rem;
		font-size: 0.76rem;
		min-height: 2.45rem;
	}

	.hanel-products__tab-label {
		max-width: 6.75rem;
	}

	.hanel-products__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.85rem;
	}

	.hanel-product-card {
		min-height: 16.5rem;
		padding: 0.8rem 0.8rem 0.95rem;
		border-radius: 1.65rem;
	}

	.hanel-product-card__media {
		border-radius: 1.15rem;
	}

	.hanel-product-card__title {
		font-size: 0.86rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.hanel-product-card__foot {
		gap: 0.5rem;
		padding-top: 0.75rem;
	}

	.hanel-product-card__price {
		font-size: 0.78rem;
	}

	.hanel-product-card__cart {
		width: 2.45rem;
		height: 2.45rem;
	}
}

/* موبایل خیلی کوچک (۳۲۰ تا ۳۸۰ پیکسل): کارت دوتایی فشرده بدون سرریز */
@media (max-width: 380px) {
	.hanel-products {
		padding-block: 2.15rem 2.4rem;
		overflow-x: clip;
	}

	.hanel-products__head {
		margin-bottom: 1rem;
	}

	.hanel-products__eyebrow {
		gap: 0.4rem;
		margin-bottom: 0.45rem;
		font-size: 0.62rem;
		letter-spacing: 0.12em;
	}

	.hanel-products__eyebrow-line {
		width: 0.95rem;
	}

	.hanel-products__title {
		font-size: 1.32rem;
		line-height: 1.35;
	}

	.hanel-products__subtitle {
		margin-top: 0.4rem;
		font-size: 0.78rem;
		line-height: 1.65;
	}

	.hanel-products__toolbar {
		gap: 0.45rem;
		margin-bottom: 1rem;
		padding-inline: 0;
	}

	.hanel-products__hint {
		display: none;
	}

	.hanel-products__tabs {
		display: flex;
		flex-wrap: nowrap;
		justify-content: stretch;
		width: 100%;
		max-width: 100%;
		gap: 0.12rem;
		padding: 0.22rem;
		overflow: hidden;
		border-radius: 999px;
	}

	.hanel-products__tab-pill {
		top: 0.22rem;
		height: calc(100% - 0.44rem);
	}

	.hanel-products__tab {
		flex: 1 1 0;
		min-width: 0;
		justify-content: center;
		min-height: 2.15rem;
		padding: 0.38rem 0.28rem;
		font-size: 0.68rem;
		gap: 0;
		white-space: nowrap;
	}

	.hanel-products__tab-icon,
	.hanel-products__tab-count {
		display: none;
	}

	.hanel-products__tab-label {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hanel-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.hanel-product-card {
		min-height: 0;
		padding: 0.48rem 0.48rem 0.58rem;
		border-radius: 1.1rem;
		box-shadow: 0 8px 22px rgba(21, 25, 35, 0.055);
	}

	.hanel-product-card:hover {
		transform: none;
		box-shadow: 0 8px 22px rgba(21, 25, 35, 0.055);
	}

	.hanel-product-card__media {
		border-radius: 0.8rem;
	}

	.hanel-product-card__badge {
		top: 0.35rem;
		right: 0.35rem;
		padding: 0.16rem 0.42rem;
		font-size: 0.56rem;
	}

	.hanel-product-card__foot {
		align-items: center;
		gap: 0.3rem;
		padding-top: 0.5rem;
	}

	.hanel-product-card__meta {
		gap: 0.18rem;
	}

	.hanel-product-card__title {
		font-size: 0.72rem;
		line-height: 1.45;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.hanel-product-card__prices {
		gap: 0.12rem;
	}

	.hanel-product-card__price {
		max-width: 100%;
		overflow: hidden;
		font-size: 0.68rem;
		line-height: 1.35;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.hanel-product-card__price--was {
		display: none;
	}

	.hanel-product-card__cart {
		width: 1.9rem;
		height: 1.9rem;
		box-shadow: none;
	}

	.hanel-product-card__cart::before,
	.hanel-product-card__cart::after {
		width: 0.88rem;
		height: 0.88rem;
	}

	.hanel-product-card__cart .hanel-icon {
		width: 0.88rem;
		height: 0.88rem;
	}

	.hanel-product-card__cart:hover,
	.hanel-product-card__cart:focus-visible {
		transform: none;
	}

	.hanel-products__cta {
		margin-top: 1.25rem;
	}

	.hanel-products__more {
		width: 100%;
		max-width: 18rem;
		justify-content: center;
		padding: 0.72rem 1rem;
		font-size: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hanel-products__float,
	.hanel-products__panel.is-active .hanel-products__item,
	.hanel-products__tab-pill,
	.hanel-product-card__media img,
	.hanel-product-card__cart,
	.hanel-product-card__cart::before,
	.hanel-product-card__cart::after,
	.hanel-product-card__cart .hanel-icon,
	.hanel-products__more,
	.hanel-products--await .hanel-products__eyebrow,
	.hanel-products--await .hanel-products__title,
	.hanel-products--await .hanel-products__subtitle,
	.hanel-products--await .hanel-products__toolbar,
	.hanel-products--await .hanel-products__item,
	.hanel-products--await .hanel-products__cta,
	.hanel-products--await .hanel-products__float {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.hanel-products--await .hanel-products__title-mark::after,
	.hanel-products.is-mark-in .hanel-products__title-mark::after {
		transform: skewX(-8deg) scaleX(1) !important;
	}
}
