.stillwest-collection-page {
	background: #f4f3ef;
	box-sizing: border-box;
	color: #1e1e1e;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	margin: 0 auto;
	padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 120px);
	width: min(92vw, 1600px);
}

.stillwest-collection-page__header {
	margin: 0 auto clamp(48px, 6vw, 88px);
	max-width: 720px;
	text-align: center;
}

.stillwest-collection-page__title {
	color: #1e1e1e;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
}

.stillwest-collection-page__description {
	color: #2f2f2f;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	line-height: 1.7;
	margin: 22px auto 0;
	max-width: 620px;
}

.stillwest-collection-page__description > :first-child {
	margin-top: 0;
}

.stillwest-collection-page__description > :last-child {
	margin-bottom: 0;
}

.stillwest-collection-page__gallery {
	margin: 0 auto;
	width: 100%;
}

.stillwest-collection-page .stillwest-gallery__image {
	box-shadow: none;
}

.stillwest-more-collections {
	background: #f4f3ef;
	box-sizing: border-box;
	color: #1e1e1e;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	left: 50%;
	margin: clamp(56px, 7vw, 104px) 0 0;
	max-width: 1480px;
	position: relative;
	transform: translateX(-50%);
	width: min(92vw, 1600px);
}

.stillwest-more-collections__inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 56px) 0 clamp(40px, 6vw, 80px);
	width: 100%;
}

.stillwest-more-collections__heading {
	color: #1e1e1e;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(1.1rem, 1.3vw, 1.35rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 clamp(28px, 3vw, 44px);
	text-align: center;
}

.stillwest-more-collections__grid {
	display: grid;
	gap: clamp(34px, 4vw, 56px) clamp(22px, 2.6vw, 36px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stillwest-more-collections__item {
	margin: 0;
	min-width: 0;
}

.stillwest-more-collections__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.stillwest-more-collections__image-frame {
	display: block;
	line-height: 0;
	overflow: hidden;
}

.stillwest-more-collections__image {
	border: 0;
	box-shadow: none;
	display: block;
	height: auto;
	max-width: 100%;
	transform: scale(1);
	transition: transform 220ms ease;
	width: 100%;
}

.stillwest-more-collections__link:hover .stillwest-more-collections__image,
.stillwest-more-collections__link:focus-visible .stillwest-more-collections__image {
	transform: scale(1.025);
}

.stillwest-more-collections__link:focus-visible {
	outline: 2px solid #6f8090;
	outline-offset: 5px;
}

.stillwest-more-collections__name {
	color: #1e1e1e;
	display: block;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: clamp(0.98rem, 1vw, 1.1rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 14px 0 0;
	text-align: center;
}

@media (max-width: 1024px) {
	.stillwest-more-collections__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.stillwest-collection-page {
		padding-top: 40px;
		width: min(88vw, 520px);
	}

	.stillwest-collection-page__header {
		margin-bottom: 44px;
	}

	.stillwest-more-collections {
		margin-top: 48px;
		width: min(88vw, 520px);
	}

	.stillwest-more-collections__inner {
		padding-bottom: 56px;
		padding-top: 28px;
	}

	.stillwest-more-collections__grid {
		gap: 38px;
		grid-template-columns: 1fr;
	}
}
