.hot-page {
	background: #fff;
	color: #252525;
}

.hot-page *,
.hot-page *::before,
.hot-page *::after {
	box-sizing: border-box;
}

.hot-page__inner {
	width: min(100%, 1605px);
	margin: 0 auto;
}

.hot-page__banner {
	margin-top: 84px;
}

.hot-page__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.hot-page__content {
	padding: 96px 8vw 120px;
}

.hot-page__main-tabs,
.hot-page__subtabs {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.hot-page__main-tab,
.hot-page__subtab {
	position: relative;
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: #939393;
	font-family: inherit;
	cursor: pointer;
}

.hot-page__main-tab {
	margin: 0 clamp(24px, 2.5vw, 48px);
	padding: 0;
	font-size: clamp(18px, 1.1vw, 22px);
	font-weight: 700;
	line-height: 28px;
}

.hot-page__main-tab.is-active,
.hot-page__main-tab:hover,
.hot-page__subtab.is-active,
.hot-page__subtab:hover {
	color: #009c73;
}

.hot-page__subtabs {
	width: fit-content;
	max-width: 100%;
	gap: 0;
	margin: 38.4px auto 0;
	padding: 19.2px 0;
	border-top: 1px solid rgba(97, 97, 97, .1);
	border-bottom: 1px solid rgba(97, 97, 97, .1);
}

.hot-page__subtab {
	padding: 0 clamp(19px, 2vw, 38px);
	font-size: clamp(15px, .9vw, 18px);
	line-height: 23px;
}

.hot-page__gallery {
	width: 100%;
	margin-top: 51.6px;
}

.hot-page__gallery[hidden],
.hot-page__main-panel[hidden] {
	display: none !important;
}

.hot-page__card {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #f4f4f4;
}

.hot-page__image-wrap,
.hot-page__image-wrap img {
	display: block;
	width: 100%;
}

.hot-page__image-wrap {
	overflow: hidden;
}

.hot-page__image-wrap img {
	height: 100%;
	object-fit: cover;
	transition: transform .6s cubic-bezier(.2, .65, .25, 1);
}

.hot-page__card:hover img {
	transform: scale(1.045);
}

.hot-page__gallery--products {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.4%;
	row-gap: 2.4vw;
}

.hot-page__gallery--products .hot-page__card {
	flex: 0 0 22.73%;
}

.hot-page__gallery--products .hot-page__image-wrap {
	aspect-ratio: 365 / 346;
}

.hot-page__card-title {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	margin: 0;
	padding: 58px 10px 38px;
	background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(155, 155, 155, 0) 87%);
	color: #fff;
	font-size: clamp(15px, .9vw, 18px);
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.hot-page__gallery--masonry {
	display: grid;
	grid-template-columns: repeat(1000, minmax(0, 1fr));
	column-gap: 0;
	row-gap: 10px;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(1),
.hot-page__gallery--masonry .hot-page__card:nth-child(4) {
	grid-column: span 343;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(2) {
	grid-column: span 657;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(3) {
	grid-column: span 681;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(4) {
	grid-column: span 319;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(5) {
	grid-column: span 376;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(6) {
	grid-column: span 271;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(7) {
	grid-column: span 353;
}

.hot-page__gallery--masonry .hot-page__card {
	align-self: start;
	padding: 0 .8vw .9vw;
	background: transparent;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(1) .hot-page__image-wrap {
	aspect-ratio: 1.1265608609;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(2) .hot-page__image-wrap {
	aspect-ratio: 2.2159656188;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(3) .hot-page__image-wrap {
	aspect-ratio: 2.4780784943;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(4) .hot-page__image-wrap {
	aspect-ratio: 1.1247446746;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(5) .hot-page__image-wrap {
	aspect-ratio: 1.5914650013;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(6) .hot-page__image-wrap {
	aspect-ratio: 1.1199583659;
}

.hot-page__gallery--masonry .hot-page__card:nth-child(7) .hot-page__image-wrap {
	aspect-ratio: 1.4870327001;
}

.hot-page__gallery--collaboration {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.4%;
	row-gap: 2.4vw;
}

.hot-page__gallery--collaboration .hot-page__card {
	flex: 0 0 22.73%;
}

.hot-page__gallery--collaboration .hot-page__image-wrap {
	aspect-ratio: 365 / 499;
}

.hot-page__reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .55s ease, transform .55s ease;
}

.hot-page__reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 1024px) {
	.hot-page__content {
		padding-right: 5vw;
		padding-left: 5vw;
	}

	.hot-page__gallery--products,
	.hot-page__gallery--collaboration {
		column-gap: 2.4%;
	}
}

@media screen and (max-width: 767px) {
	.hot-page__banner {
		margin-top: 64px;
	}

	.hot-page__content {
		padding: 10vw 5vw 16vw;
	}

	.hot-page__main-tabs,
	.hot-page__subtabs {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 1px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.hot-page__main-tabs::-webkit-scrollbar,
	.hot-page__subtabs::-webkit-scrollbar {
		display: none;
	}

	.hot-page__main-tabs {
		gap: 0;
	}

	.hot-page__main-tab {
		margin: 0 7vw 0 0;
		padding: 0;
		font-size: 19px;
		line-height: 1.25;
	}

	.hot-page__subtabs {
		width: 100%;
		max-width: none;
		gap: 0;
		margin-top: 8vw;
		padding: 0 0 1px;
		border: 0;
	}

	.hot-page__subtab {
		padding: 0 5vw 0 0;
		font-size: 14px;
		line-height: 1.3;
		white-space: nowrap;
	}

	.hot-page__gallery {
		margin-top: 9vw;
	}

	.hot-page__gallery--products,
	.hot-page__gallery--collaboration {
		column-gap: 3vw;
		row-gap: 3vw;
	}

	.hot-page__gallery--products .hot-page__card,
	.hot-page__gallery--collaboration .hot-page__card {
		flex-basis: calc(50% - 1.5vw);
	}

	.hot-page__card-title {
		bottom: -2vw;
		padding: 14vw 2vw 4vw;
		font-size: 13px;
	}

	.hot-page__gallery--masonry {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3vw;
	}

	.hot-page__gallery--masonry .hot-page__card {
		grid-column: span 1;
	}

	.hot-page__gallery--masonry .hot-page__card:nth-child(n) {
		grid-column: span 1;
	}

	.hot-page__gallery--masonry .hot-page__image-wrap {
		aspect-ratio: 1 / 1;
	}

	.hot-page__gallery--masonry .hot-page__card:nth-child(n) .hot-page__image-wrap {
		aspect-ratio: 1 / 1;
	}
}
