/* Каталог - Start */
.woocommerce-breadcrumb {
	justify-content: center!important;
}
/* Контейнер 1: Текстовий блок - Start */
section.section-catalog .container-intro {
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 60px;
}
section.section-catalog .container-intro .h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
section.section-catalog .container-intro p {
	font-size: 84px;
	line-height: 80px;
}
/* Контейнер 1: Текстовий блок - End */

/* Контейнер 2: Категорії - Start */
section.section-catalog .category-card {
	display: flex;
	flex-direction: row;
	height: 30vw;
}
section.section-catalog .category-card:nth-child(4n+3),
section.section-catalog .category-card:nth-child(4n+4) {
	flex-direction: row-reverse;
}
section.section-catalog .category-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 20px;
}
section.section-catalog .category-image {
	width: 50%;
	height: 100%;
}
section.section-catalog .category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.section-catalog .category-info .h3 {
	margin-bottom: 20px;
	color: var(--accent-match);
	text-align: center;
}
section.section-catalog .category-info p {
	max-width: 260px;
	margin-bottom: 20px;
	text-align: center;
}
section.section-catalog .category-info .btn-text span {
	color: var(--accent-match);
}
/* Контейнер 2: Категорії - End */

/* Контейнер 3: Новинки - Start */
section.section-catalog .container-new-products {
	background: var(--accent);
	align-items: center;
}
section.section-catalog .new-products-image {
	height: 30vw;
}
section.section-catalog .new-products-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.section-catalog .new-products-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
section.section-catalog .new-products-content .h2 {
	margin-bottom: 0;
}
/* Контейнер 3: Новинки - End */

@media (max-width: 1480px) {
	section.section-catalog .container-intro {
		margin-bottom: 40px;
	}
	section.section-catalog .container-intro p {
		font-size: 64px;
		line-height: 60px;
	}
	section.section-catalog .category-card {
		height: 30vw;
		max-height: 500px;
	}
}
@media (max-width: 1279px) {
	section.section-catalog .container-intro {
		margin-bottom: 30px;
	}
	section.section-catalog .container-intro p {
		font-size: 40px;
		line-height: 40px;
	}
	section.section-catalog .category-info .h3 {
		text-align: center;
		margin-bottom: 10px;
	}
	section.section-catalog .category-info p {
		display: none;
	}
	section.section-catalog .category-card:nth-child(4n+3), 
	section.section-catalog .category-card:nth-child(4n+4) {
		flex-direction: initial;
	}
	section.section-catalog .category-card:nth-child(even) {
		flex-direction: row-reverse;
	}
	section.section-catalog .category-card {
		height: 64vw;
	}
	section.section-catalog .category-image {
		height: 64vw;
	}
	section.section-catalog .category-info {
		padding: 0 20px;
	}

	section.section-catalog .new-products-image {
		height: 64vw;
		width: calc(50% - var(--blocks-indent-cols) / 2);
	}
	section.section-catalog .new-products-content {
		height: 64vw;
		gap: 10px;
		padding: 0px 20px;
		width: calc(50% - var(--blocks-indent-cols) / 2);
	}
}
/* Каталог - End */