/**
 * Homepage Premium — Apple-inspired glassmorphism
 * Scoped to body.homepage-premium (front page only).
 */

.homepage-premium {
	--hp-bg: #f5f5f7;
	--hp-surface: #ffffff;
	--hp-surface-solid: #ffffff;
	--hp-border: rgba(255, 255, 255, 0.72);
	--hp-border-subtle: rgba(0, 0, 0, 0.06);
	--hp-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
	--hp-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.02), 0 12px 32px rgba(0, 0, 0, 0.06);
	--hp-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.04), 0 24px 48px rgba(1, 99, 210, 0.08);
	--hp-radius: 22px;
	--hp-radius-sm: 18px;
	--hp-radius-xs: 14px;
	--hp-text: #1d1d1f;
	--hp-text-secondary: #6e6e73;
	--hp-text-tertiary: #86868b;
	--hp-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
	--hp-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
	--hp-duration: 0.4s;
}

/* ── Page canvas ── */
.homepage-premium {
	background: var(--hp-bg);
}

.homepage-premium .ratio_asos,
.homepage-premium .ratio2_1,
.homepage-premium .tab-section,
.homepage-premium .service-section,
.homepage-premium .section,
.homepage-premium .homepage-text-section {
	padding-block: clamp(2rem, 5vw, 4rem);
}

.homepage-premium .container-fluid-lg,
.homepage-premium .container {
	padding-inline: clamp(1rem, 3vw, 1.5rem);
}

/* ── Section headers ── */
.homepage-premium .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	margin-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
}

.homepage-premium .title h2 {
	font-size: clamp(1.375rem, 2.8vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	color: var(--hp-text);
	margin: 0;
	line-height: 1.15;
	position: relative;
	padding-inline-start: 1.125rem;
}

.homepage-premium .title h2::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 0.15em;
	bottom: 0.15em;
	width: 3px;
	border-radius: 3px;
	background: var(--theme-color);
	opacity: 0.9;
}

.homepage-premium .title h5 {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--theme-color);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 0.5rem;
	opacity: 0.9;
}

.homepage-premium .tab-section .title {
	flex-direction: column;
	align-items: flex-start;
}

.homepage-premium .view-all-link {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--theme-color);
	text-decoration: none;
	padding: 0.5625rem 1.125rem;
	border-radius: 980px;
	background: var(--hp-surface);
	border: 1px solid var(--hp-border-subtle);
	box-shadow: var(--hp-shadow-sm);
	transition: background var(--hp-duration) var(--hp-ease),
		color var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease),
		transform var(--hp-duration) var(--hp-ease);
	white-space: nowrap;
}

.homepage-premium .view-all-link::after {
	content: "←";
	font-size: 0.875em;
	opacity: 0.8;
	transition: transform var(--hp-duration) var(--hp-ease);
}

[dir="rtl"] .homepage-premium .view-all-link::after {
	content: "→";
}

.homepage-premium .view-all-link:hover {
	color: #fff;
	background: var(--theme-color);
	border-color: transparent;
	box-shadow: 0 4px 16px rgba(1, 99, 210, 0.28);
	transform: scale(1.02);
}

.homepage-premium .view-all-link:hover::after {
	transform: translateX(-3px);
	opacity: 1;
}

[dir="rtl"] .homepage-premium .view-all-link:hover::after {
	transform: translateX(3px);
}

/* ── Product cards (global) ── */
.homepage-premium .hp-product-card,
.homepage-premium .product-box {
	background: var(--hp-surface);
	border: 1px solid var(--hp-border-subtle);
	border-radius: var(--hp-radius);
	box-shadow: var(--hp-shadow-sm);
	padding: 0.75rem;
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease),
		border-color var(--hp-duration) var(--hp-ease);
}

.homepage-premium .product-style-1 .product-box {
	background: var(--hp-surface);
	padding: 0.75rem;
}

.homepage-premium .hp-product-card:hover,
.homepage-premium .product-box:hover {
	transform: translateY(-4px);
	box-shadow: var(--hp-shadow-lg);
	border-color: rgba(1, 99, 210, 0.12);
}

.homepage-premium .product-box .img-wrapper {
	position: relative;
	border-radius: var(--hp-radius-sm);
	overflow: hidden;
	background: #f0f3f8;
	margin-bottom: 0.5rem;
}

/* ratio_asos adds :before 100% padding on .bg-size — disable inside product cards */
.homepage-premium .ratio_asos .product-box .img-wrapper .bg-size:before,
.homepage-premium .ratio_asos .product-box .img-wrapper a.bg-size:before {
	display: none !important;
	content: none !important;
	padding: 0 !important;
	height: 0 !important;
}

/* Show real <img> — override theme script.js bg-img → background hack */
.homepage-premium .product-box .img-wrapper a.bg-size,
.homepage-premium .product-box .img-wrapper a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 7.25rem;
	padding: 0.5rem;
	background: transparent !important;
	background-image: none !important;
}

.homepage-premium .product-box .img-wrapper img.bg-img,
.homepage-premium .product-box .img-wrapper img.hp-product-img,
.homepage-premium .product-box .img-wrapper img.lazyload,
.homepage-premium .product-box .img-wrapper img.lazyloaded {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 11.25rem;
	margin: 0 auto;
	object-fit: contain;
	transition: transform 0.4s var(--hp-ease), filter 400ms;
}

.homepage-premium .product-box .img-wrapper img.blur-up:not(.lazyloaded) {
	filter: blur(5px);
	-webkit-filter: blur(5px);
}

.homepage-premium .product-box .img-wrapper img.blur-up.lazyloaded {
	filter: none;
	-webkit-filter: none;
}

.homepage-premium .product-style-1 .product-box .img-wrapper img {
	max-height: 11.25rem;
	max-width: 11.25rem;
}

.homepage-premium .product-box:hover .img-wrapper img {
	transform: scale(1.05);
}

/* Badges */
.homepage-premium .product-box .label-block {
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	padding: 0.625rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	pointer-events: none;
	z-index: 2;
}

.homepage-premium .product-box .label {
	display: inline-flex;
	align-items: center;
	font-size: 0.625rem;
	font-weight: 600;
	padding: 0.3125rem 0.625rem;
	border-radius: 980px;
	letter-spacing: 0.03em;
	line-height: 1.2;
	border: 0.5px solid rgba(255, 255, 255, 0.35);
}

.homepage-premium .product-box .label-discount {
	background: rgba(1, 99, 210, 0.92);
	color: #fff;
	box-shadow: 0 2px 8px rgba(1, 99, 210, 0.35);
}

.homepage-premium .product-box .label-out-of-stock {
	background: rgba(255, 59, 48, 0.92);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.25);
	box-shadow: 0 2px 8px rgba(255, 59, 48, 0.3);
}

/* Price block */
.homepage-premium .product-box .product-details {
	padding-top: 0.125rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex: 1;
}

.homepage-premium .product-box .product-details .price-block {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.125rem;
	line-height: 1.3;
	word-break: break-word;
}

.homepage-premium .product-box .product-details .price-regular {
	font-size: 0.75rem;
	font-weight: 400;
	color: var(--hp-text-tertiary);
	text-decoration: line-through;
	order: 1;
}

.homepage-premium .product-box .product-details .price-sale,
.homepage-premium .product-box .product-details .price-current {
	font-size: clamp(0.9375rem, 1.9vw, 1.0625rem);
	font-weight: 600;
	color: var(--hp-text);
	letter-spacing: -0.02em;
	order: 2;
}

.homepage-premium .product-box .product-details .price-sale {
	color: var(--theme-color);
}

.homepage-premium .product-box .product-details .price-currency {
	font-size: 0.75em;
	font-weight: 500;
	opacity: 0.85;
}

.homepage-premium .product-box .product-details .variation-product-loop-price {
	font-size: clamp(0.875rem, 1.8vw, 1rem);
	font-weight: 600;
}

.homepage-premium .price-partner-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background: rgba(110, 110, 115, 0.12);
	border: 0.5px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--hp-radius-xs);
	padding: 0.375rem 0.5rem;
}

.homepage-premium .price-partner-badge p {
	color: var(--hp-text-secondary);
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 0.6875rem;
	letter-spacing: 0.01em;
}

.homepage-premium .product-box .product-details h5 {
	font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
	font-weight: 500;
	color: var(--hp-text-secondary);
	margin: 0;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color var(--hp-duration) var(--hp-ease);
	letter-spacing: -0.01em;
}

.homepage-premium .product-box .product-details a.font-default {
	text-decoration: none;
}

.homepage-premium .product-box .product-details a.font-default:hover h5 {
	color: var(--theme-color);
}

/* ── Product slider ── */
.homepage-premium .slider-nav-wrap {
	position: relative;
	width: 100%;
	padding-inline: 3rem;
}

.homepage-premium .slider-nav-wrap .product-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.homepage-premium .homepage-product-section .col-sm-12 {
	width: 100%;
	max-width: 100%;
	padding-inline: 0;
}

.homepage-premium .homepage-product-section .row {
	margin-inline: 0;
}

/* Slick spacing — align with theme slide-6 */
.homepage-premium .product-wrapper.slide-6.slick-slider,
.homepage-premium .product-wrapper.slide-7.slick-slider {
	direction: ltr;
}

.homepage-premium .product-wrapper.slide-6.slick-slider .slick-slide,
.homepage-premium .product-wrapper.slide-7.slick-slider .slick-slide {
	float: left;
}

.homepage-premium .product-wrapper.slide-6.slick-slider .slick-list,
.homepage-premium .product-wrapper.slide-7.slick-slider .slick-list {
	margin: 0 !important;
	padding-bottom: 2.25rem;
	overflow: hidden;
}

.homepage-premium .product-wrapper.slide-6.slick-slider .slick-slide,
.homepage-premium .product-wrapper.slide-7.slick-slider .slick-slide {
	height: auto;
}

.homepage-premium .product-wrapper.slide-6.slick-slider .slick-slide > div,
.homepage-premium .product-wrapper.slide-7.slick-slider .slick-slide > div {
	margin: 0 0.5rem;
	height: 100%;
}

.homepage-premium .product-wrapper .slick-slide .hp-product-card,
.homepage-premium .product-wrapper .slick-slide .product-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper {
	flex: 0 0 auto;
	margin-bottom: 0.5rem;
	min-height: 7.25rem;
}

.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper img.bg-img,
.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper img.hp-product-img {
	display: block !important;
	visibility: visible !important;
	max-height: 11.25rem;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}

.homepage-premium .product-wrapper .slick-cloned .product-box .img-wrapper img {
	display: block !important;
	visibility: visible !important;
}

.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper a,
.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper a.bg-size {
	min-height: 7.25rem;
	padding: 0.375rem;
}

.homepage-premium .product-wrapper .slick-slide .product-box .product-details {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.25rem;
	padding-top: 0;
	width: 100%;
}

/* Pre-init fallback before Slick loads */
.homepage-premium .hp-slick-lazy.slide-6:not(.slick-initialized),
.homepage-premium .hp-slick-lazy.slide-7:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem;
}

@media (max-width: 1199px) {
	.homepage-premium .hp-slick-lazy.slide-6:not(.slick-initialized),
	.homepage-premium .hp-slick-lazy.slide-7:not(.slick-initialized) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.homepage-premium .hp-slick-lazy.slide-6:not(.slick-initialized),
	.homepage-premium .hp-slick-lazy.slide-7:not(.slick-initialized) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.homepage-premium .hp-slick-lazy.slide-6:not(.slick-initialized),
	.homepage-premium .hp-slick-lazy.slide-7:not(.slick-initialized) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}
}

/* Slider arrows — outside track, inside nav wrap */
.homepage-premium .slider-nav-wrap > .hp-slider-arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 3;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: 50%;
	background: var(--hp-surface);
	box-shadow: var(--hp-shadow-md);
	color: var(--hp-text);
	cursor: pointer;
	transition: background var(--hp-duration) var(--hp-ease),
		color var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease),
		transform var(--hp-duration) var(--hp-ease);
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.homepage-premium .slider-nav-wrap > .hp-slider-arrow svg {
	width: 1rem;
	height: 1rem;
	fill: currentColor;
	opacity: 0.85;
}

.homepage-premium .slider-nav-wrap > .hp-slider-arrow:hover {
	background: var(--hp-surface-solid);
	color: var(--theme-color);
	box-shadow: var(--hp-shadow-lg);
	transform: translateY(-50%) scale(1.05);
}

.homepage-premium .slider-nav-wrap > .hp-slider-arrow:active {
	transform: translateY(-50%) scale(0.96);
}

.homepage-premium .slider-nav-wrap > .hp-slider-prev {
	inset-inline-start: 0;
}

.homepage-premium .slider-nav-wrap > .hp-slider-next {
	inset-inline-end: 0;
}

.homepage-premium .slider-nav-wrap > .hp-slider-arrow.slick-disabled {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none;
}

/* Fallback if arrows remain inside slider */
.homepage-premium .product-wrapper .hp-slider-arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 3;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: 50%;
	background: var(--hp-surface);
	box-shadow: var(--hp-shadow-md);
	color: var(--hp-text);
	cursor: pointer;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.homepage-premium .product-wrapper .hp-slider-prev {
	inset-inline-start: -2.25rem;
}

.homepage-premium .product-wrapper .hp-slider-next {
	inset-inline-end: -2.25rem;
}

/* Slider dots */
.homepage-premium .product-wrapper .slick-dots {
	position: absolute !important;
	bottom: 0.5rem;
	left: 0;
	right: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 0.375rem;
	padding: 0;
	margin: 0 !important;
	list-style: none;
	z-index: 2;
}

.homepage-premium .product-wrapper.slick-slider.slick-dotted {
	margin-bottom: 0 !important;
}

.homepage-premium .product-wrapper .slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
	line-height: 0;
}

.homepage-premium .product-wrapper .slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 980px;
	background: rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 0;
	transition: width var(--hp-duration) var(--hp-ease),
		background var(--hp-duration) var(--hp-ease);
}

.homepage-premium .product-wrapper .slick-dots li button::before {
	display: none;
}

.homepage-premium .product-wrapper .slick-dots li.slick-active button {
	width: 20px;
	background: var(--theme-color);
}

/* ── Main hero slider (home-section / banner-slider) ── */
.homepage-premium .home-section {
	padding: clamp(0.75rem, 1.5vw, 1.25rem) clamp(1rem, 3vw, 1.5rem)
		clamp(1rem, 2.5vw, 2rem);
	overflow: visible;
}

.homepage-premium .home-section .home-slider,
.homepage-premium .banner-slider {
	position: relative;
	width: 100%;
	height: auto !important;
	aspect-ratio: 21 / 9;
	max-height: clamp(220px, 38vw, 480px);
	border-radius: var(--hp-radius);
	overflow: hidden;
	box-shadow: var(--hp-shadow-md);
	background: var(--hp-bg);
	isolation: isolate;
}

.homepage-premium .home-section .home-slider.slick-initialized,
.homepage-premium .banner-slider.slick-initialized {
	display: block;
}

.homepage-premium .home-section .home-slider .slick-list,
.homepage-premium .home-section .home-slider .slick-track,
.homepage-premium .banner-slider .slick-list,
.homepage-premium .banner-slider .slick-track {
	height: 100%;
	min-height: inherit;
}

.homepage-premium .home-section .home-slider .slick-slide,
.homepage-premium .banner-slider .slick-slide {
	height: 100%;
}

.homepage-premium .home-section .home-slider .slick-slide > div,
.homepage-premium .banner-slider .slick-slide > div {
	height: 100%;
}

.homepage-premium .home-section .home-slider .slick-slide img,
.homepage-premium .banner-slider .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.homepage-premium .home-section .home-slider,
.homepage-premium .home-section .home-slider .bg-size,
.homepage-premium .banner-slider .bg-size {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-color: var(--hp-bg);
}

.homepage-premium .home-section .home-slider.bg-size::before,
.homepage-premium .banner-slider .bg-size::before,
.homepage-premium .home-section .home-slider .bg-size::before,
.homepage-premium .banner-slider .bg-size::before {
	content: none !important;
	display: none !important;
	padding: 0 !important;
}

.homepage-premium .home-section .home-wrap {
	padding: clamp(1.25rem, 3vw, 2.5rem);
	height: auto;
	min-height: 100%;
	align-items: center;
}

.homepage-premium .home-section .home-wrap .home-content h1 {
	font-size: clamp(1.5rem, 3.5vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin-bottom: 0.5rem;
}

.homepage-premium .home-section .home-wrap .home-content h2 {
	font-size: clamp(1.25rem, 2.8vw, 1.75rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.homepage-premium .home-section .home-wrap .home-content h3 {
	font-size: clamp(1.125rem, 2.4vw, 1.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.homepage-premium .home-section .home-wrap p {
	font-size: clamp(0.875rem, 1.6vw, 1rem);
	color: var(--hp-text-secondary);
	line-height: 1.6;
	max-width: 42ch;
}

.homepage-premium .home-section .home-wrap .offer-wrap h6 {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--theme-color);
}

.homepage-premium .home-section .group-btn {
	position: absolute;
	bottom: clamp(1rem, 2.5vw, 1.75rem);
	inset-inline-start: clamp(1.25rem, 3vw, 2.5rem);
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.homepage-premium .home-section .group-btn .btn {
	border-radius: 980px;
	padding: 0.75rem 1.625rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	border: none;
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 4px 14px rgba(1, 99, 210, 0.35);
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease),
		background var(--hp-duration) var(--hp-ease);
}

.homepage-premium .home-section .group-btn .btn:hover {
	transform: scale(1.03);
	box-shadow: 0 6px 20px rgba(1, 99, 210, 0.4);
	background: #0156b8;
	color: #fff;
}

.homepage-premium .home-section .group-btn .btn-outline,
.homepage-premium .home-section .group-btn .btn-solid-default {
	background: rgba(255, 255, 255, 0.92);
	color: var(--hp-text);
	border: 0.5px solid var(--hp-border-subtle);
	box-shadow: var(--hp-shadow-sm);
}

.homepage-premium .home-section .group-btn .btn-outline:hover,
.homepage-premium .home-section .group-btn .btn-solid-default:hover {
	background: #fff;
	color: var(--theme-color);
}

.homepage-premium .home-section .hp-slider-arrow,
.homepage-premium .banner-slider .hp-slider-arrow,
.homepage-premium .home-section .slick-arrow,
.homepage-premium .banner-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--hp-shadow-md);
	color: var(--hp-text);
	cursor: pointer;
	padding: 0;
	font-size: 0;
	line-height: 0;
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease),
		background var(--hp-duration) var(--hp-ease);
}

.homepage-premium .home-section .hp-slider-arrow svg,
.homepage-premium .banner-slider .hp-slider-arrow svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: currentColor;
}

.homepage-premium .home-section .hp-slider-arrow:hover,
.homepage-premium .banner-slider .hp-slider-arrow:hover,
.homepage-premium .home-section .slick-arrow:hover,
.homepage-premium .banner-slider .slick-arrow:hover {
	transform: translateY(-50%) scale(1.06);
	box-shadow: var(--hp-shadow-lg);
	background: #fff;
}

.homepage-premium .home-section .hp-slider-prev,
.homepage-premium .banner-slider .hp-slider-prev,
.homepage-premium .home-section .slick-prev,
.homepage-premium .banner-slider .slick-prev {
	inset-inline-start: clamp(0.75rem, 2vw, 1.25rem);
}

.homepage-premium .home-section .hp-slider-next,
.homepage-premium .banner-slider .hp-slider-next,
.homepage-premium .home-section .slick-next,
.homepage-premium .banner-slider .slick-next {
	inset-inline-end: clamp(0.75rem, 2vw, 1.25rem);
}

.homepage-premium .home-section .slick-arrow.slick-disabled,
.homepage-premium .banner-slider .slick-arrow.slick-disabled {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none;
}

.homepage-premium .home-section .slick-dots,
.homepage-premium .banner-slider .slick-dots {
	position: absolute;
	bottom: clamp(0.75rem, 2vw, 1.25rem);
	left: 0;
	right: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 0.375rem;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

.homepage-premium .home-section .slick-dots li,
.homepage-premium .banner-slider .slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
	line-height: 0;
}

.homepage-premium .home-section .slick-dots li button,
.homepage-premium .banner-slider .slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 980px;
	background: rgba(255, 255, 255, 0.55);
	border: none;
	font-size: 0;
	transition: width var(--hp-duration) var(--hp-ease),
		background var(--hp-duration) var(--hp-ease);
}

.homepage-premium .home-section .slick-dots li button::before,
.homepage-premium .banner-slider .slick-dots li button::before {
	display: none;
}

.homepage-premium .home-section .slick-dots li.slick-active button,
.homepage-premium .banner-slider .slick-dots li.slick-active button {
	width: 22px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.homepage-premium .home-section .blur-up.lazyloading,
.homepage-premium .banner-slider .blur-up.lazyloading,
.homepage-premium .home-section .bg-size.lazyload,
.homepage-premium .home-section .bg-size.lazyloading,
.homepage-premium .banner-slider .bg-size.lazyload,
.homepage-premium .banner-slider .bg-size.lazyloading {
	background-color: var(--hp-bg);
}

.homepage-premium .home-section .blur-up.lazyloaded,
.homepage-premium .banner-slider .blur-up.lazyloaded {
	filter: none;
}

@media (max-width: 991px) {
	.homepage-premium .home-section .home-slider,
	.homepage-premium .banner-slider {
		aspect-ratio: 16 / 9;
		max-height: clamp(200px, 44vw, 380px);
	}

	.homepage-premium .home-section .home-wrap {
		padding: clamp(1rem, 2.5vw, 1.5rem);
	}

	.homepage-premium .home-section .home-social {
		display: none;
	}
}

@media (max-width: 767px) {
	.homepage-premium .home-section {
		padding-inline: clamp(0.625rem, 3vw, 1rem);
	}

	.homepage-premium .home-section .home-slider,
	.homepage-premium .banner-slider {
		aspect-ratio: 16 / 10;
		max-height: none;
		border-radius: var(--hp-radius-sm);
		box-shadow: var(--hp-shadow-md);
	}

	.homepage-premium .home-section .hp-slider-arrow,
	.homepage-premium .banner-slider .hp-slider-arrow,
	.homepage-premium .home-section .slick-arrow,
	.homepage-premium .banner-slider .slick-arrow {
		display: none !important;
	}

	.homepage-premium .home-section .slick-dots,
	.homepage-premium .banner-slider .slick-dots {
		bottom: 0.625rem;
		padding: 0.3125rem 0.625rem;
		width: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		background: rgba(255, 255, 255, 0.72);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
		border-radius: 980px;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
		border: 0.5px solid rgba(255, 255, 255, 0.6);
	}

	.homepage-premium .home-section .slick-dots li button,
	.homepage-premium .banner-slider .slick-dots li button {
		width: 5px;
		height: 5px;
		background: rgba(0, 0, 0, 0.2);
	}

	.homepage-premium .home-section .slick-dots li.slick-active button,
	.homepage-premium .banner-slider .slick-dots li.slick-active button {
		width: 18px;
		background: var(--theme-color);
		box-shadow: none;
	}
}

@media (max-width: 575px) {
	.homepage-premium .home-section .home-slider,
	.homepage-premium .banner-slider {
		aspect-ratio: 4 / 3;
		max-height: 320px;
		border-radius: var(--hp-radius-sm);
	}

	.homepage-premium .home-section .group-btn {
		position: relative;
		inset: auto;
		margin-top: 1rem;
		justify-content: center;
	}
}

/* ── Hero banners (three column) ── */
.homepage-premium .homepage-banner-section {
	padding-block: clamp(1rem, 2.5vw, 2rem);
	padding-top: clamp(0.75rem, 1.5vw, 1.25rem);
}

.homepage-premium .homepage-banner-section.ratio2_1 .bg-size::before {
	content: none !important;
	display: none !important;
	padding: 0 !important;
}

.homepage-premium .homepage-banner-section .collection-banner {
	border-radius: var(--hp-radius);
	overflow: hidden;
	box-shadow: var(--hp-shadow-md);
	position: relative;
	isolation: isolate;
}

.homepage-premium .collection-banner .banner-img {
	display: block;
	border-radius: var(--hp-radius);
	overflow: hidden;
	position: relative;
	aspect-ratio: 2 / 1;
	background-color: var(--hp-bg);
	min-height: 0;
}

.homepage-premium .collection-banner .banner-img.bg-size {
	background-color: var(--hp-bg);
}

.homepage-premium .collection-banner .banner-img.lazyload,
.homepage-premium .collection-banner .banner-img.lazyloading {
	background-color: var(--hp-bg);
}

.homepage-premium .collection-banner .banner-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.35) 0%,
		rgba(0, 0, 0, 0.05) 40%,
		transparent 70%
	);
	border-radius: inherit;
	pointer-events: none;
	opacity: 0.85;
	transition: opacity var(--hp-duration) var(--hp-ease);
}

.homepage-premium .collection-banner:hover .banner-img::after {
	opacity: 1;
}

.homepage-premium .collection-banner .banner-img .bg-size,
.homepage-premium .collection-banner .banner-img img {
	border-radius: var(--hp-radius);
	transition: transform 0.7s var(--hp-ease);
}

.homepage-premium .collection-banner:hover .banner-img .bg-size,
.homepage-premium .collection-banner:hover .banner-img img {
	transform: scale(1.03);
}

.homepage-premium .collection-banner .contain-banner .banner-content.with-bg {
	background: var(--hp-surface);
	border: 0.5px solid var(--hp-border);
	border-radius: var(--hp-radius-sm);
	padding: clamp(1rem, 2.5vw, 1.375rem) clamp(1.125rem, 3vw, 1.625rem);
	box-shadow: var(--hp-shadow-md);
	text-align: center;
}

.homepage-premium .collection-banner .contain-banner .banner-content.with-bg h2 {
	font-size: clamp(1.0625rem, 2.2vw, 1.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--hp-text);
	margin-bottom: 0.25rem;
	line-height: 1.2;
}

.homepage-premium .collection-banner .contain-banner .banner-content.with-bg span {
	font-size: 0.8125rem;
	color: var(--hp-text-secondary);
	font-weight: 400;
	line-height: 1.5;
}

.homepage-premium .collection-center {
	background: var(--hp-surface);
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: var(--hp-radius);
	box-shadow: var(--hp-shadow-md);
	padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.homepage-premium .collection-center h6 {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-bottom: 0.75rem;
}

.homepage-premium .collection-center h2 {
	font-size: clamp(1.375rem, 3vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	color: var(--hp-text);
	margin: 0 0 0.75rem;
	line-height: 1.15;
}

.homepage-premium .collection-center p {
	color: var(--hp-text-secondary);
	line-height: 1.6;
	font-size: 0.9375rem;
	max-width: 32ch;
	margin: 0;
}

.homepage-premium .collection-center .btn-solid-default {
	margin-top: 1.5rem;
	padding: 0.8125rem 2rem;
	border-radius: 980px;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: -0.01em;
	border: none;
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 4px 14px rgba(1, 99, 210, 0.35);
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease),
		background var(--hp-duration) var(--hp-ease);
	cursor: pointer;
}

.homepage-premium .collection-center .btn-solid-default:hover {
	transform: scale(1.03);
	box-shadow: 0 6px 20px rgba(1, 99, 210, 0.4);
	background: #0156b8;
}

/* ── Hero banners (two column) ── */
.homepage-premium .banner-home-img {
	padding: 0;
	border-radius: var(--hp-radius);
	overflow: hidden;
	box-shadow: var(--hp-shadow-md);
	position: relative;
	aspect-ratio: 2 / 1;
	background-color: var(--hp-bg);
	min-height: 0;
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease);
}

.homepage-premium .banner-home-img.bg-size::before {
	content: none !important;
	display: none !important;
	padding: 0 !important;
}

.homepage-premium .banner-home-img.lazyload,
.homepage-premium .banner-home-img.lazyloading {
	background-color: var(--hp-bg);
}

.homepage-premium .banner-home-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(1, 99, 210, 0.08) 0%, transparent 50%);
	opacity: 0;
	transition: opacity var(--hp-duration) var(--hp-ease);
	z-index: 1;
	pointer-events: none;
	border-radius: inherit;
}

.homepage-premium .banner-home-img:hover {
	transform: translateY(-3px);
	box-shadow: var(--hp-shadow-lg);
}

.homepage-premium .banner-home-img:hover::before {
	opacity: 1;
}

.homepage-premium .banner-home-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: var(--hp-radius);
	max-width: none;
	display: block;
	transition: transform 0.65s var(--hp-ease);
}

.homepage-premium .banner-home-img:hover img {
	transform: scale(1.025);
}

/* ── Tab / grid section ── */
.homepage-premium .tab-section .offer-wrap .product-list .product-box {
	margin-bottom: 0;
}

.homepage-premium .tab-section .product-banner .product-box .img-wrapper {
	aspect-ratio: 3 / 4;
	min-height: 280px;
}

.homepage-premium .tab-section .product-list .product-box {
	flex-direction: row;
	text-align: start;
	align-items: center;
	gap: 1rem;
}

.homepage-premium .tab-section .product-list .product-box .img-wrapper {
	min-width: 90px;
	margin-bottom: 0;
	min-height: auto;
	aspect-ratio: 1 / 1;
}

.homepage-premium .tab-section .product-list .product-box .product-details {
	text-align: start;
	align-items: flex-start;
}

/* ── Service section ── */
.homepage-premium .homepage-service-section {
	padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.homepage-premium .service-section .service-wrap {
	background: var(--hp-surface);
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: var(--hp-radius);
	padding: clamp(1.25rem, 2.8vw, 1.75rem);
	box-shadow: var(--hp-shadow-sm);
	height: 100%;
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease);
}

.homepage-premium .service-section .service-wrap:hover {
	transform: translateY(-2px);
	box-shadow: var(--hp-shadow-md);
}

.homepage-premium .service-section .service-wrap .service-icon svg {
	width: 48px;
	height: 48px;
	padding: 0.625rem;
	fill: var(--theme-color);
	background: rgba(1, 99, 210, 0.08);
	border-radius: var(--hp-radius-xs);
	box-sizing: content-box;
	transition: transform var(--hp-duration) var(--hp-ease-spring),
		background var(--hp-duration) var(--hp-ease);
}

.homepage-premium .service-section .service-wrap:hover .service-icon svg {
	transform: scale(1.08);
	background: rgba(1, 99, 210, 0.12);
}

.homepage-premium .service-section .service-wrap .service-content h3 {
	font-size: clamp(0.9375rem, 1.7vw, 1.0625rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--hp-text);
	margin-bottom: 0.375rem;
}

.homepage-premium .service-section .service-wrap .service-content span {
	color: var(--hp-text-secondary);
	font-size: 0.8125rem;
	line-height: 1.55;
	font-weight: 400;
}

/* ── Brand slider ── */
.homepage-premium .homepage-brand-section {
	padding-block: clamp(1.5rem, 4vw, 3rem);
}

.homepage-premium .brand-slider .slick-slide {
	padding: 0.4375rem;
}

.homepage-premium .brand-slider .brand-image {
	background: var(--hp-surface);
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: var(--hp-radius-sm);
	padding: clamp(0.875rem, 2vw, 1.25rem);
	box-shadow: var(--hp-shadow-sm);
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}

.homepage-premium .brand-slider .brand-image:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: var(--hp-shadow-md);
}

.homepage-premium .brand-slider .brand-image img {
	border-radius: var(--hp-radius-xs);
	max-height: 48px;
	width: auto;
	object-fit: contain;
	margin: 0 auto;
	display: block;
	transition: opacity var(--hp-duration) var(--hp-ease);
}

.homepage-premium .brand-slider .brand-image:hover img {
	opacity: 0.85;
}

/* ── Text section ── */
.homepage-premium .hp-text-content {
	background: var(--hp-surface);
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: var(--hp-radius);
	padding: clamp(1.5rem, 4vw, 2.5rem) !important;
	box-shadow: var(--hp-shadow-sm);
	color: var(--hp-text-secondary);
	font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
	line-height: 1.75;
	letter-spacing: -0.011em;
}

.homepage-premium .hp-text-content h1,
.homepage-premium .hp-text-content h2,
.homepage-premium .hp-text-content h3,
.homepage-premium .hp-text-content h4 {
	color: var(--hp-text);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.25;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.homepage-premium .hp-text-content h1:first-child,
.homepage-premium .hp-text-content h2:first-child,
.homepage-premium .hp-text-content h3:first-child {
	margin-top: 0;
}

.homepage-premium .hp-text-content h1 { font-size: clamp(1.5rem, 3vw, 2rem); }
.homepage-premium .hp-text-content h2 { font-size: clamp(1.25rem, 2.5vw, 1.625rem); }
.homepage-premium .hp-text-content h3 { font-size: clamp(1.0625rem, 2vw, 1.375rem); }
.homepage-premium .hp-text-content p {
	margin-bottom: 1em;
}

.homepage-premium .hp-text-content p:last-child {
	margin-bottom: 0;
}

.homepage-premium .hp-text-content a {
	color: var(--theme-color);
	text-decoration: none;
	border-bottom: 1px solid rgba(1, 99, 210, 0.25);
	transition: border-color var(--hp-duration) var(--hp-ease);
}

.homepage-premium .hp-text-content a:hover {
	border-color: var(--theme-color);
}

/* ── Special offers ── */
.homepage-premium .specials-product-swiper-container {
	border-radius: var(--hp-radius);
	overflow: hidden;
}

.homepage-premium .specials-product-swiper-item {
	background: var(--hp-surface);
	border: 0.5px solid var(--hp-border-subtle);
	border-radius: var(--hp-radius-sm);
	box-shadow: var(--hp-shadow-sm);
	transition: transform var(--hp-duration) var(--hp-ease),
		box-shadow var(--hp-duration) var(--hp-ease);
}

.homepage-premium .specials-product-swiper-item:hover {
	box-shadow: var(--hp-shadow-md);
	transform: translateY(-2px);
}

.homepage-premium .ratio2_1,
.homepage-premium .tab-section,
.homepage-premium .homepage-brand-section,
.homepage-premium .homepage-service-section,
.homepage-premium .homepage-text-section {
	content-visibility: auto;
	contain-intrinsic-size: auto 420px;
}

/* Keep product sliders fully measurable for Slick + IO */
.homepage-premium .ratio_asos,
.homepage-premium .homepage-product-section {
	content-visibility: visible;
}

/* ── Tablet ── */
@media (min-width: 768px) and (max-width: 1199px) {
	.homepage-premium .slider-nav-wrap {
		padding-inline: 2.75rem;
	}

	.homepage-premium .product-wrapper.slide-6.slick-slider .slick-slide > div,
	.homepage-premium .product-wrapper.slide-7.slick-slider .slick-slide > div {
		margin: 0 0.375rem;
	}

	.homepage-premium .product-box .img-wrapper a,
	.homepage-premium .product-box .img-wrapper a.bg-size {
		min-height: 6.5rem;
	}

	.homepage-premium .product-style-1 .product-box .img-wrapper img {
		max-height: 9.5rem;
		max-width: 100%;
	}

	.homepage-premium .collection-banner .contain-banner .banner-content.with-bg {
		padding: 1rem 1.25rem;
	}
}

/* ── Mobile ── */
@media (max-width: 767px) {
	.homepage-premium .ratio_asos,
	.homepage-premium .ratio2_1,
	.homepage-premium .tab-section,
	.homepage-premium .service-section,
	.homepage-premium .section {
		padding-block: clamp(1.5rem, 6vw, 2.5rem);
	}

	.homepage-premium .title {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.875rem;
		padding-inline: 0.25rem;
	}

	.homepage-premium .view-all-link {
		align-self: flex-start;
	}

	/* Product slider — swipe-first mobile carousel */
	.homepage-premium .homepage-product-section .container-fluid-lg {
		padding-inline: clamp(0.75rem, 3vw, 1rem);
	}

	.homepage-premium .slider-nav-wrap {
		padding-inline: 0;
		overflow: visible;
	}

	.homepage-premium .slider-nav-wrap > .hp-slider-arrow,
	.homepage-premium .product-wrapper .hp-slider-arrow {
		display: none !important;
	}

	.homepage-premium .product-wrapper.slide-6.slick-slider,
	.homepage-premium .product-wrapper.slide-7.slick-slider {
		overflow: visible;
		touch-action: pan-y pinch-zoom;
	}

	.homepage-premium .product-wrapper.slide-6.slick-slider .slick-list,
	.homepage-premium .product-wrapper.slide-7.slick-slider .slick-list {
		margin: 0 !important;
		padding-bottom: 3.25rem;
		overflow: hidden;
	}

	.homepage-premium .product-wrapper.slick-slider .slick-list .slick-slide > div {
		margin: 0 0.3125rem !important;
	}

	.homepage-premium .product-wrapper.slide-6.slick-slider .slick-slide > div,
	.homepage-premium .product-wrapper.slide-7.slick-slider .slick-slide > div {
		margin: 0 0.3125rem;
	}

	.homepage-premium .hp-product-card,
	.homepage-premium .product-box {
		padding: 0.6875rem;
	}

	.homepage-premium .product-box .img-wrapper a,
	.homepage-premium .product-box .img-wrapper a.bg-size {
		min-height: 5.75rem;
		padding: 0.375rem;
	}

	.homepage-premium .product-style-1 .product-box .img-wrapper img,
	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper img.bg-img,
	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper img.hp-product-img {
		max-height: 8.75rem;
		max-width: 100%;
	}

	.homepage-premium .product-box .product-details h5 {
		font-size: 0.8125rem;
		line-height: 1.45;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.homepage-premium .product-box .product-details .price-regular,
	.homepage-premium .product-box .product-details .price-sale,
	.homepage-premium .product-box .product-details .price-current {
		font-size: 0.875rem;
	}

	/* Frosted pill dots */
	.homepage-premium .product-wrapper .slick-dots {
		bottom: 0.375rem;
		left: 50%;
		right: auto;
		width: auto;
		transform: translateX(-50%);
		padding: 0.375rem 0.75rem;
		background: rgba(255, 255, 255, 0.78);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
		border-radius: 980px;
		box-shadow: var(--hp-shadow-sm);
		border: 0.5px solid var(--hp-border-subtle);
		gap: 0.3125rem;
	}

	.homepage-premium .product-wrapper .slick-dots li button {
		width: 5px;
		height: 5px;
		background: rgba(0, 0, 0, 0.18);
	}

	.homepage-premium .product-wrapper .slick-dots li.slick-active button {
		width: 18px;
		background: var(--theme-color);
	}

	.homepage-premium .service-section .row {
		gap: 0.75rem;
	}
}

@media (max-width: 575px) {
	.homepage-premium .hp-slick-lazy.slide-6:not(.slick-initialized),
	.homepage-premium .hp-slick-lazy.slide-7:not(.slick-initialized) {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0.625rem;
	}

	.homepage-premium .product-wrapper.slick-slider .slick-list {
		margin: 0 !important;
		padding-inline-end: 0.5rem;
	}

	.homepage-premium .product-wrapper.slide-6.slick-slider .slick-slide > div,
	.homepage-premium .product-wrapper.slide-7.slick-slider .slick-slide > div,
	.homepage-premium .product-wrapper.slick-slider .slick-list .slick-slide > div {
		margin: 0 0.375rem !important;
	}

	.homepage-premium .hp-product-card,
	.homepage-premium .product-wrapper .slick-slide .product-box {
		padding: 0.75rem;
		border-radius: var(--hp-radius-sm);
	}

	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper {
		min-height: 6.25rem;
		margin-bottom: 0.625rem;
	}

	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper a,
	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper a.bg-size {
		min-height: 6.25rem;
	}

	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper img.bg-img,
	.homepage-premium .product-wrapper .slick-slide .product-box .img-wrapper img.hp-product-img {
		max-height: 9.5rem;
	}

	.homepage-premium .product-wrapper .slick-slide .product-box .product-details {
		gap: 0.375rem;
	}

	.homepage-premium .collection-center {
		padding: 1.5rem 1.25rem;
	}
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
	.homepage-premium .hp-product-card,
	.homepage-premium .product-box,
	.homepage-premium .product-box .img-wrapper img,
	.homepage-premium .product-box .img-wrapper .bg-size,
	.homepage-premium .view-all-link,
	.homepage-premium .banner-home-img,
	.homepage-premium .banner-home-img img,
	.homepage-premium .service-section .service-wrap,
	.homepage-premium .service-section .service-wrap .service-icon svg,
	.homepage-premium .hp-slider-arrow,
	.homepage-premium .brand-slider .brand-image,
	.homepage-premium .collection-banner .banner-img .bg-size,
	.homepage-premium .collection-banner .banner-img img,
	.homepage-premium .home-section .home-slider,
	.homepage-premium .banner-slider,
	.homepage-premium .home-section .group-btn .btn {
		transition: none;
	}

	.homepage-premium .hp-product-card:hover,
	.homepage-premium .product-box:hover,
	.homepage-premium .banner-home-img:hover,
	.homepage-premium .service-section .service-wrap:hover,
	.homepage-premium .brand-slider .brand-image:hover {
		transform: none;
	}
}
