.school_trends {
	padding-top: 20px;
	padding-bottom: 60px;
}

.school_trends .container {
	max-width: 1440px;
}

.school_trends img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.st-block + .st-block {
	margin-top: 150px;
}

.st-hero {
	display: flex;
	width: 100%;
}

.st-hero__item {
	flex: 1 1 50%;
	width: 50%;
	overflow: hidden;
	line-height: 0;
}

.st-hero__item img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.st-meta {
	border: 5px solid #000;
	background: #fff;
}

.st-meta__desktop {
	display: none;
}

.st-meta__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	font-family: "CPBL", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000;
}

.st-meta__row--title {
	border-bottom: 5px solid #000;
	justify-content: flex-start;
}

.st-meta__row--info {
	justify-content: space-between;
}

.st-products {
	position: relative;
	background: #fff;
}

.st-products .swiper-viewport {
	overflow: hidden;
}

.st-products .swiper-container {
	overflow: hidden;
	background: #fff;
}

.st-products:not(.st-products--grid) .swiper-wrapper {
	align-items: stretch;
	background: #fff;
}

.st-products:not(.st-products--grid) .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.st-product {
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.school_trends a.st-product__link,
.school_trends a.st-product__link:link,
.school_trends a.st-product__link:visited,
.school_trends a.st-product__link:hover,
.school_trends a.st-product__link:focus,
.school_trends a.st-product__link:active {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 100%;
	text-decoration: none;
	color: #000;
	transition: none;
}

.st-product__image {
	position: relative;
	background: #f3f3f3;
	line-height: 0;
	flex: 0 0 auto;
	border-bottom: 2px solid #000;
}

.st-product__image::after {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 2px;
	height: 100%;
	background: #000;
	z-index: 1;
	pointer-events: none;
}

.st-products .swiper-slide:first-child .st-product__image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #000;
	z-index: 1;
	pointer-events: none;
}

.st-products .swiper-slide:last-child .st-product__image::after {
	right: 0;
}

.st-product__image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.st-product__info {
	padding: 14px 12px 18px 3px;
	text-align: left;
	flex: 1 1 auto;
	background: #fff;
}

.st-product__name,
.st-product__price {
	color: #000;
}

.st-product__name {
	font-family: "CPBL", sans-serif;
	font-size: 13px;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
}

.st-product__price {
	font-family: "CPR", sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

.st-products .swiper-button-prev,
.st-products .swiper-button-next {
	width: 46px;
	height: 46px;
	margin: 0;
	background: rgb(255 255 255 / 66%);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 38%;
	transform: translateY(-50%);
	background-image: none;
	outline: 0;
	z-index: 2;
}

.st-products .swiper-button-next {
	right: 8px;
}

.st-products .swiper-button-prev {
	left: 8px;
}

.st-products .swiper-button-next img {
	transform: rotate(-90deg);
	width: auto;
}

.st-products .swiper-button-prev img {
	transform: rotate(90deg);
	width: auto;
}

.st-products .swiper-button-prev::after,
.st-products .swiper-button-next::after {
	display: none;
}

.st-products--grid .swiper-wrapper {
	display: flex;
	transform: none !important;
	gap: 0;
	background: transparent;
}

.st-products--grid .swiper-slide {
	width: 25% !important;
	margin: 0 !important;
	flex-shrink: 0;
	position: relative;
}

.st-products--grid .st-products__prev,
.st-products--grid .st-products__next {
	display: none !important;
}

@media (min-width: 768px) {
	.st-meta__row {
		display: none;
	}

	.st-meta__desktop {
		display: grid;
		grid-template-columns: calc(25% - 5px) 1fr;
		align-items: stretch;
		padding: 0;
		font-family: "CPBL", sans-serif;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #000;
	}

	.st-meta__desktop .st-meta__title {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 16px 20px;
	}

	.st-meta__desktop .st-meta__side {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 20px;
		border-left: 5px solid #000;
	}

	.st-product__name {
		font-size: 16px;
	}

	.st-product__price {
		font-size: 14px;
	}

	.st-product__info {
		padding: 16px 16px 20px 3px;
	}
}

.st-collection {
	margin-top: 60px;
	margin-bottom: 20px;
}

.st-collection__title {
	text-align: center;
	font-family: "CPR", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 24px;
}

.st-collection__buttons {
	display: flex;
	border: 5px solid #000;
	background: #fff;
}

.school_trends a.st-collection__btn,
.school_trends a.st-collection__btn:link,
.school_trends a.st-collection__btn:visited,
.school_trends a.st-collection__btn:hover,
.school_trends a.st-collection__btn:focus,
.school_trends a.st-collection__btn:active {
	flex: 1 1 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 16px;
	font-family: "CPBL", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000;
	background: #fff;
	transition: none;
}

.school_trends a.st-collection__btn + .st-collection__btn {
	border-left: 5px solid #000;
}

@media (min-width: 768px) {
	.st-collection {
		margin-top: 80px;
	}

	.st-collection__title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.school_trends a.st-collection__btn,
	.school_trends a.st-collection__btn:link,
	.school_trends a.st-collection__btn:visited,
	.school_trends a.st-collection__btn:hover,
	.school_trends a.st-collection__btn:focus,
	.school_trends a.st-collection__btn:active {
		padding: 24px 20px;
		font-size: 24px;
	}
}

@media (min-width: 1240px) {
	.school_trends {
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.st-product__name {
		font-size: 18px;
	}

	.st-product__price {
		font-size: 18px;
	}

	.st-collection {
		margin-top: 150px;
	}
}

@media (max-width: 767px) {
	.st-hero {
		flex-direction: column;
	}

	.st-hero__item {
		flex: 0 0 auto;
		width: 100%;
	}

	.st-block + .st-block {
		margin-top: 70px;
	}

	.st-products .swiper-button-prev,
	.st-products .swiper-button-next {
		width: 36px;
		height: 36px;
		top: 34%;
	}

	.st-products .swiper-button-next {
		right: 4px;
	}

	.st-products .swiper-button-prev {
		left: 4px;
	}

	.st-collection {
		margin-top: 50px;
	}

	.st-collection__title {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.st-collection__buttons {
		flex-direction: column;
	}

	.school_trends a.st-collection__btn,
	.school_trends a.st-collection__btn:link,
	.school_trends a.st-collection__btn:visited,
	.school_trends a.st-collection__btn:hover,
	.school_trends a.st-collection__btn:focus,
	.school_trends a.st-collection__btn:active {
        flex: 1 1 auto;
        width: 100%;
        padding: 16px 14px;
        font-size: 16px;
	}

	.school_trends a.st-collection__btn + .st-collection__btn {
		border-left: none;
		border-top: 5px solid #000;
	}
}
