.anvy-summer-campaign,
.anvy-summer-campaign * {
	box-sizing: border-box;
}

.anvy-summer-campaign {
	width: min(1440px, calc(100% - 28px));
	margin: 18px auto 30px;
	font-family: inherit;
}

.anvy-summer-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	min-height: 430px;
	overflow: hidden;
	border-radius: 24px;
	background:
		radial-gradient(circle at 83% 20%, rgba(255,255,255,.85) 0 11%, transparent 12%),
		linear-gradient(118deg, #fff7cf 0%, #ffdc77 38%, #ff9c4a 100%);
	box-shadow: 0 18px 55px rgba(135, 72, 22, .18);
}

.anvy-summer-hero::before,
.anvy-summer-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.anvy-summer-hero::before {
	width: 250px;
	height: 250px;
	left: -90px;
	bottom: -130px;
	background: rgba(255,255,255,.28);
}

.anvy-summer-hero::after {
	width: 360px;
	height: 360px;
	right: -140px;
	top: -190px;
	border: 46px solid rgba(255,255,255,.24);
}

.anvy-summer-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 5vw, 72px);
}

.anvy-summer-hero__badge {
	align-self: flex-start;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(255,255,255,.78);
	color: #8f3c00;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}

.anvy-summer-hero h1 {
	max-width: 700px;
	margin: 18px 0 14px;
	color: #172033;
	font-size: clamp(34px, 4.2vw, 64px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.035em;
}

.anvy-summer-hero p {
	max-width: 660px;
	margin: 0;
	color: #5b4027;
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.6;
}

.anvy-summer-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 20px;
	margin-top: 28px;
}

.anvy-summer-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 12px;
	background: #0b78f6;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 10px 25px rgba(11,120,246,.24);
	transition: transform .18s ease, box-shadow .18s ease;
}

.anvy-summer-hero__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(11,120,246,.32);
}

.anvy-summer-hero__trust {
	color: #5c3c1e;
	font-size: 14px;
	font-weight: 700;
}

.anvy-summer-hero__visual {
	position: relative;
	min-height: 430px;
}

.anvy-summer-hero__sun {
	position: absolute;
	width: 210px;
	height: 210px;
	right: 46px;
	top: 38px;
	border-radius: 50%;
	background: rgba(255,255,255,.52);
	box-shadow: 0 0 0 28px rgba(255,255,255,.15);
}

.anvy-summer-hero__frame {
	position: absolute;
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 22px 38px rgba(82,44,13,.24);
}

.anvy-summer-hero__frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anvy-summer-hero__frame--1 {
	z-index: 3;
	width: 245px;
	height: 300px;
	right: 17%;
	top: 70px;
	transform: rotate(2deg);
}

.anvy-summer-hero__frame--2 {
	z-index: 2;
	width: 190px;
	height: 235px;
	left: 4%;
	top: 132px;
	transform: rotate(-7deg);
}

.anvy-summer-hero__frame--3 {
	z-index: 1;
	width: 170px;
	height: 205px;
	right: 2%;
	top: 155px;
	transform: rotate(8deg);
}

.anvy-flash-sale {
	margin-top: 20px;
	overflow: hidden;
	border: 3px solid #ff9c00;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff9ee 0, #fff 150px);
	box-shadow: 0 12px 34px rgba(151,80,0,.12);
}

.anvy-flash-sale__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 24px 18px;
}

.anvy-flash-sale__eyebrow {
	color: #f04438;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
}

.anvy-flash-sale h2 {
	margin: 4px 0 3px;
	color: #182230;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.1;
}

.anvy-flash-sale__header p {
	margin: 0;
	color: #687386;
	font-size: 14px;
}

.anvy-flash-countdown {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(17,24,39,.08);
}

.anvy-flash-countdown__label {
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.anvy-flash-countdown__digits {
	display: flex;
	align-items: center;
	gap: 5px;
}

.anvy-flash-countdown strong {
	display: grid;
	place-items: center;
	min-width: 34px;
	height: 34px;
	padding: 0 5px;
	border-radius: 8px;
	background: #172033;
	color: #fff;
	font-size: 15px;
	font-variant-numeric: tabular-nums;
}

.anvy-flash-countdown em {
	color: #f04438;
	font-style: normal;
	font-weight: 900;
}

.anvy-flash-sale__viewport {
	position: relative;
	padding: 0 12px 14px;
}

.anvy-flash-sale__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(205px, 1fr);
	grid-template-rows: 1fr;
	gap: 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 2px;
}

.anvy-flash-sale__track::-webkit-scrollbar {
	display: none;
}

.anvy-flash-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e8ebef;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(15,23,42,.06);
	scroll-snap-align: start;
}

.anvy-flash-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1 / .92;
	overflow: hidden;
	background: #f7f7f7;
}

.anvy-flash-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.anvy-flash-card:hover .anvy-flash-card__image img {
	transform: scale(1.035);
}

.anvy-flash-card__discount {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
	padding: 5px 8px;
	border-radius: 7px;
	background: #f04438;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.anvy-flash-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 12px;
}

.anvy-flash-card__sku {
	align-self: flex-end;
	max-width: 100%;
	margin-top: -2px;
	padding: 3px 6px;
	border-radius: 5px;
	background: #f3f4f6;
	color: #344054;
	font-size: 10px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.anvy-flash-card__title {
	display: -webkit-box;
	min-height: 42px;
	margin-top: 7px;
	overflow: hidden;
	color: #252b37 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.anvy-flash-card__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px 8px;
	margin-top: 10px;
}

.anvy-flash-card__prices del {
	color: #8992a3;
	font-size: 12px;
}

.anvy-flash-card__prices strong {
	width: 100%;
	color: #e62e2e;
	font-size: 19px;
	font-weight: 900;
}

.anvy-flash-card__stock {
	margin: 8px 0 12px;
	color: #12b76a;
	font-size: 12px;
	font-weight: 700;
}

.anvy-flash-card__button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: auto !important;
	padding: 8px 10px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: linear-gradient(90deg, #ff7a00, #ef233c) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
}

.anvy-flash-sale__arrow {
	position: absolute;
	z-index: 5;
	top: 42%;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #e2e6ec;
	border-radius: 50%;
	background: rgba(255,255,255,.96);
	color: #172033;
	font-size: 32px;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(15,23,42,.15);
	cursor: pointer;
}

.anvy-flash-sale__arrow--prev { left: -8px; }
.anvy-flash-sale__arrow--next { right: -8px; }

.anvy-flash-empty {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 20px;
	padding: 18px 20px;
	border: 2px dashed #f79009;
	border-radius: 12px;
	background: #fffaeb;
	color: #7a2e0e;
}

.anvy-old-banner-hidden {
	display: none !important;
}

@media (min-width: 1280px) {
	.anvy-flash-sale__track {
		grid-auto-columns: calc((100% - 50px) / 6);
	}
}

@media (max-width: 980px) {
	.anvy-summer-hero {
		grid-template-columns: 1fr .8fr;
		min-height: 380px;
	}
	.anvy-summer-hero__visual { min-height: 380px; }
	.anvy-summer-hero__frame--1 { width: 205px; height: 250px; right: 11%; }
	.anvy-summer-hero__frame--2 { width: 150px; height: 190px; }
	.anvy-summer-hero__frame--3 { width: 135px; height: 170px; }
	.anvy-flash-sale__track { grid-auto-columns: minmax(200px, 31%); }
}

@media (max-width: 767px) {
	.anvy-summer-campaign {
		width: 100%;
		margin: 12px auto 22px;
		padding: 0 12px;
	}
	.anvy-summer-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 18px;
	}
	.anvy-summer-hero__copy {
		padding: 28px 22px 20px;
	}
	.anvy-summer-hero h1 {
		margin-top: 13px;
		font-size: clamp(31px, 10vw, 45px);
	}
	.anvy-summer-hero p {
		font-size: 15px;
	}
	.anvy-summer-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 20px;
	}
	.anvy-summer-hero__button {
		width: 100%;
	}
	.anvy-summer-hero__visual {
		min-height: 250px;
	}
	.anvy-summer-hero__sun {
		width: 140px;
		height: 140px;
		right: 35px;
		top: 24px;
	}
	.anvy-summer-hero__frame {
		border-width: 7px;
	}
	.anvy-summer-hero__frame--1 {
		width: 160px;
		height: 195px;
		right: calc(50% - 80px);
		top: 20px;
	}
	.anvy-summer-hero__frame--2 {
		width: 115px;
		height: 145px;
		left: 5%;
		top: 70px;
	}
	.anvy-summer-hero__frame--3 {
		width: 105px;
		height: 132px;
		right: 4%;
		top: 82px;
	}
	.anvy-flash-sale {
		border-width: 2px;
		border-radius: 15px;
	}
	.anvy-flash-sale__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding: 18px 14px 14px;
	}
	.anvy-flash-sale h2 {
		font-size: 27px;
	}
	.anvy-flash-countdown {
		width: 100%;
		justify-content: space-between;
	}
	.anvy-flash-sale__viewport {
		padding: 0 8px 10px;
	}
	.anvy-flash-sale__track {
		grid-auto-columns: minmax(180px, 74vw);
		gap: 8px;
	}
	.anvy-flash-sale__arrow {
		display: none;
	}
}

@media (max-width: 390px) {
	.anvy-flash-countdown__label { display: none; }
	.anvy-flash-countdown { justify-content: center; }
	.anvy-flash-sale__track { grid-auto-columns: minmax(170px, 78vw); }
}
