
/* ───────── Hero ───────── */
.seasonal-hero {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
;]
}
.seasonal-hero-corner { position: absolute; z-index: 1; pointer-events: none; user-select: none; }
.seasonal-hero-corner-1 { top: 0; left: 0 }
.seasonal-hero-corner-2 { top: 0; right: 0; }
.seasonal-hero-corner-3 { bottom: 0; left: 0; }
.seasonal-hero-corner-4 { bottom: 0; right: 0; }
.seasonal-hero-inner {
	position: relative;
	z-index: 2;
}
.seasonal-hero-banner {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 69px 90px;
}
.seasonal-hero-banner-img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 1570px;
	max-height: 250px;
}
.seasonal-hero-text {
	position: relative;
	z-index: 2;
	max-width: 540px;
}
.seasonal-hero-title {
	font-weight: 700;
	font-size: 35px;
	line-height: 1;
	margin: 0 0 20px;
	color: #fff;
	text-transform: uppercase;
}
.seasonal-hero-description {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
	color: #fff;
}

@media (max-width: 991px) {
	.seasonal-hero {
		padding-bottom: 40px;
	}
	.seasonal-hero-corner-1,
	.seasonal-hero-corner-3{
		display: none;
	}
	.seasonal-hero-corner-2{
		width: 33%;
		height: auto;
	}
	.seasonal-hero-corner-4{
		width: 25%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.seasonal-hero-banner {
		padding: 30px 15px;
	}
	.seasonal-hero-text{
		max-width: 100%;
		width: 100%;
	}
	.seasonal-hero-title {
		font-size: 22px;
		margin: 0 0 15px;
		text-align: center;
	}
	.seasonal-hero-description {
		font-size: 16px;
		line-height: 1.4;
		text-align: center;
	}
}
/* ───────── Tile grid ───────── */
.seasonal-tiles {
	margin-top: 40px;
}

.seasonal-tiles-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
}

.seasonal-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #f3f7fb;
	border-radius: 10px;
	padding: 20px;
	text-decoration: none;
	color: #292A30;
	font-weight: 500;
	min-height: 140px;
	transition: box-shadow 0.3s;
}
.seasonal-tile:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	color: #292A30;
	text-decoration: none;
}
.seasonal-tile:nth-child(12n + 1){background-color: #FCFFD5;}
.seasonal-tile:nth-child(12n + 2){background-color: #D0DDFF;}
.seasonal-tile:nth-child(12n + 3){background-color: #FFECD0;}
.seasonal-tile:nth-child(12n + 4){background-color: #D3FFD0;}
.seasonal-tile:nth-child(12n + 5){background-color: #EAD0FF;}
.seasonal-tile:nth-child(12n + 6){background-color: #D0FFDC;}
.seasonal-tile:nth-child(12n + 7){background-color: #CEF3F8;}
.seasonal-tile:nth-child(12n + 8){background-color: #FDCCC5;}
.seasonal-tile:nth-child(12n + 9){background-color: #C7C5FD;}
.seasonal-tile:nth-child(12n + 10){background-color: #FFECD0;}
.seasonal-tile:nth-child(12n + 11){background-color: #FCFFD5;}
.seasonal-tile:nth-child(12n + 12){background-color: #D0DDFF;}
.seasonal-tile-title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 21px;
	min-height: 2lh;
}
.seasonal-tile-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	text-align: center;
}

.seasonal-tile-img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.seasonal-tile-hidden { display: none; }

.seasonal-tiles-more {
	text-align: center;

}
.seasonal-show-more {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.seasonal-tiles {
		margin-top: 20px;
	}
	.seasonal-tile {
		border-radius: 5px;
		padding: 10px;
	}
	.seasonal-tile-title-wrap {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 1199px) {
	.seasonal-tiles-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
	.seasonal-tiles-grid { grid-template-columns: repeat(3, 1fr); gap: 5px;}
}
@media (max-width: 567px) {
	.seasonal-tiles-grid { grid-template-columns: repeat(2, 1fr); }
}
.module-catalog:nth-of-type(even)::before{
	content: none;
}
.module-catalog:nth-of-type(odd)::before{
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #ECF8FF;
	z-index: -5;
	transform: translateX(-50%);
}
.module-catalog:nth-of-type(even){
	margin: 80px 0;
	padding: 0;
}
.module-catalog:nth-of-type(odd){
	position: relative;
	margin: 0;
	padding: 80px 0;
}
@media (max-width: 991px) {
	.module-catalog:nth-of-type(even){
		margin: 40px 0;
	}
	.module-catalog:nth-of-type(odd){
		padding: 40px 0;
	}
}
/* Product slider sections inherit visual styling from global .module-catalog-slider */
