/* Герой-баннер з текстильними виробами - Start */
section.section-hero {
	padding-top: 0;
	padding-bottom: 0;
}

section.section-hero .container-hero-1 {
	display: flex;
	flex-direction: row;
	height: calc(100vh - var(--header-height));
}

section.section-hero .container-hero-1 .col-image {
	position: relative;
}

section.section-hero .container-hero-1 .col-image picture {
	height: 100%;
}
section.section-hero .container-hero-1 .col-image picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.section-hero .container-hero-1 .col-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 50px;
}

section.section-hero .hero-content {
	display: flex;
	justify-content: space-between;
}

section.section-hero .hero-subtitle {
	max-width: 400px;
	margin-top: 50px;
}

section.section-hero .btn-round {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(15deg);
}
section.section-hero .btn-round:hover {
	transform: translate(-50%, -50%) rotate(0deg);
}

section.section-hero .h1 {
	font-size: 102px;
	line-height: 102px;
}
section.section-hero .h1 span {
	position: relative;
	display: inline-flex;
	font-size: 120px;
	line-height: 120px;
	transform: translateY(-20px);
}
section.section-hero .container-hero-2 {
	display: flex;
	flex-direction: row;
	background: var(--primary);
	color: var(--white);
}

section.section-hero .container-hero-2 .col-content {
	padding: 120px 0px;
	align-items: center;
	text-align: center;
}

section.section-hero .hero-info {
	display: flex;
	flex-direction: column;
	gap: 80px;
	max-width: 460px;
}

section.section-hero .hero-info-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

section.section-hero .hero-info-item span {
	display: flex;
	position: relative;
}
section.section-hero .hero-info-item span:before {
	content: "";
	background: url(/wp-content/themes/shop/img/icons/bracket-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: flex;
	width: 18px;
	height: 20px;
	transform: translateY(-3px);
}
section.section-hero .hero-info-item span:after {
	content: "";
	background: url(/wp-content/themes/shop/img/icons/bracket-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display: flex;
	width: 23px;
	height: 20px;
	transform: translateY(-3px);
}
section.section-hero .hero-info-item .bold {
	margin-top: 15px;
}
section.section-hero .container-hero-2 .col-image {
	position: relative;
}
section.section-hero .container-hero-2 .col-image picture {
	height: 100%;
}
section.section-hero .container-hero-2 .col-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1600px) {
	section.section-hero .container-hero-1 .col-content {
		padding-left: 35px;
	}
	section.section-hero .hero-subtitle {
		margin-top: 35px;
	}
	picture.image.image-info {
		max-width: 260px;
	}
	section.section-hero .h1 {
		font-size: 70px;
		line-height: 60px;
	}
	section.section-hero .h1 span {
		font-size: 90px;
		line-height: 100px;
	}
	section.section-hero .container-hero-2 .col-content {
		padding: 80px 0px;
	}
	section.section-hero .hero-info {
		gap: 60px;
		max-width: 430px;
	}
}

@media (max-width: 1279px) {
	section.section-hero .container-hero-1 {
		flex-direction: column-reverse;
		height: auto;
	}
	section.section-hero .container-hero-1 .col-content {
		padding-left: 10px;
	}
	section.section-hero .hero-subtitle {
		margin-top: 10px;
	}
	picture.image.image-info {
		min-width: 33vw;
		margin-left: 20px;
	}
	section.section-hero .h1 {
		font-size: 40px;
		line-height: 30px;
	}
	section.section-hero .h1 span {
		font-size: 50px;
		line-height: 60px;
		width: 30px;
		transform: translateY(-10px) translateX(15px);
	}
	section.section-hero .container-hero-1 .col-image,
	section.section-hero .container-hero-1 .col-content {
		width: 100%;
	}

	section.section-hero .container-hero-1 .col-image {
		height: 300px;
	}

	section.section-hero .btn-round {
		position: absolute;
		top: initial;
		left: initial;
		right: 20px;
		bottom: 160px;
		transform: rotate(-10deg);
	}

	section.section-hero .h1 {
		margin-bottom: 0;
		margin-top: 40px;
	}

	section.section-hero .container-hero-2 {
		flex-direction: column;
	}

	section.section-hero .container-hero-2 .col-content,
	section.section-hero .container-hero-2 .col-image {
		width: 100%;
	}

	section.section-hero .container-hero-2 .col-content {
		padding: 40px 20px;
	}
	section.section-hero .hero-info-item .bold {
		margin-top: 0;
	}
	section.section-hero .hero-info {
		gap: 30px;
	}

	section.section-hero .container-hero-2 .col-image {
		height: 90vw;
	}
}
/* Герой-баннер з текстильними виробами - End */

/* Каталог категорій - Start */
section.section-catalog {
	padding-top: 120px;
	padding-bottom: 120px;
	background: var(--white);
}

section.section-catalog .container-catalog-title {
	margin-bottom: 60px;
}
section.section-catalog .category-card {
	display: flex;
	flex-direction: row;
}

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%;
}

section.section-catalog .category-image {
	width: 50%;
	height: 30vw;
}

section.section-catalog .category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.section-catalog .category-info .h3 {
	margin-bottom: 20px;
	text-align: center;
}

section.section-catalog .category-info p {
	max-width: 260px;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 1600px) {
	section.section-catalog {
		padding-top: 100px;
		padding-bottom: 100px;
	}

}

@media (max-width: 1279px) {
	section.section-catalog {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	section.section-catalog .container-catalog-title {
		margin-bottom: 40px;
	}

	section.section-catalog .category-card {
		flex-direction: row;
	}
	section.section-catalog .category-info {
		padding: 0 20px;
	}
	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-info .h3 {
		text-align: center;
	}
	section.section-catalog .category-info p {
		display: none;
	}

	section.section-catalog .category-image {
		height: 65vw;
	}
}
/* Каталог категорій - End */

/* Блок продуктів - Start */
section.section-products {
	padding-top: 60px;
	padding-bottom: 120px;
}

section.section-products .col-products-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

section.section-products .col-products-info .h2 {
	display: flex;
	flex-direction: column;
	text-align: right;
	font-size: 3vw;
	line-height: 3vw;
	padding-right: 3.2vw;
	margin-bottom: auto;
}
section.section-products .col-products-info .h2 .ff3 {
	text-align: left;
	transform: translateY(15px);
}

section.section-products .col-products-info p {
	max-width: 360px;
}

/* Product cards в секції products - 4 картки в ряд */
section.section-products .product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

section.section-products .product-card {
	width: calc(25% - 15px);
}


@media (max-width: 1600px) {
	section.section-products {
		padding-top: 40px;
		padding-bottom: 100px;
	}
	section.section-products .col-products-info .h2 .ff3 {
		text-align: left;
		transform: translateY(10px);
	}
	section.section-products .col-products-info .h2 br {
		display: none;
	}
}

@media (max-width: 1279px) {
	section.section-products {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section.section-products .col-products-info,
	section.section-products .col-products-list {
		width: 100%;
	}
	section.section-products .container.container-products {
		max-width: calc(100% - 0px);
		width: calc(100% - 0px);
		margin: 0 0;
	}

	/* На мобільних — 2 картки в ряд, 3-та та 4-та приховані */
	section.section-products .product-card {
		width: calc(50% - 10px);
	}
	section.section-products .col-products-list .product-card:nth-child(n+5) {
		display: none;
	}

	section.section-products .col-products-info .h2 {
		font-size: 24px;
		line-height: 16px;
		padding-right: 0;
		margin-bottom: auto;
		margin-right: auto;
		max-width: 250px;
	}
	.product-card {
		--container-indent: 0px;
	}
	section.section-products .col-products-info p {
		max-width: 290px;
	}
	section.section-products .col-products-info .h2 .ff3 {
		transform: translateY(5px);
	}
	.col-products-info .btn-text {
		position: absolute;
		top: 0;
		right: 10px;
	}
	section.section-products .col-products-info {
		margin-bottom: 30px;
		padding: 0 10px;
	}
}
/* Блок продуктів - End */

/* Промо-блок "Кожен день" - Start */
section.section-promo {
	padding-top: 100px;
	background: var(--accent);
}

section.section-promo .container-promo-text {
	text-align: center;
	margin-bottom: 100px;
}

section.section-promo .container-promo-text .h2 {
	margin-bottom: 100px;
}
section.section-promo .promo-text-wrapper {
	max-width: 660px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

section.section-promo .col-promo-image img {
	width: 100%;
	height: 35vw;
	object-fit: cover;
	border-top: 1px solid var(--border);
}

@media (max-width: 1600px) {
	section.section-promo {
		padding-top: 75px;
	}
	section.section-promo .container-promo-text .h2 {
		margin-bottom: 80px;
	}
	section.section-promo .container-promo-text {
		margin-bottom: 60px;
	}
}

@media (max-width: 1279px) {
	section.section-promo {
		padding-top: 60px;
	}

	section.section-promo .container-promo-text {
		margin-bottom: 40px;
	}

	section.section-promo .col-promo-image {
		width: 100%;
	}
	section.section-promo .container-promo-text .h2 {
		margin-bottom: 60px;
	}
	section.section-promo .col-promo-image {
		width: calc(33.33% - var(--blocks-indent-cols) * 2 / 3);
	}
	section.section-promo .col-promo-image img {
		height: 38vw;
	}
	section.section-promo .promo-text-wrapper {
		max-width: 300px;
	}
}
/* Промо-блок "Кожен день" - End */

/* Колекція для ванної - Start */
section.section-bath {
	padding-top: 120px;
	padding-bottom: 120px;
}
.col-50.col-bath-title .h2 {
	line-height: 35px;
}
section.section-bath .container-bath-header {
	margin-bottom: 40px;
}

section.section-bath .col-bath-text p {
	max-width: 470px;
	margin-left: auto;
}


section.section-bath .container-bath-products {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media (max-width: 1600px) {
	section.section-bath {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	section.section-bath .col-bath-text p {
		max-width: 300px;
	}
}

@media (max-width: 1279px) {
	section.section-bath {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.section-bath .btn-text {
		position: absolute;
		top: 0;
		right: 10px;
	}
	section.section-bath .col-bath-text p {
		max-width: 100%;
		margin-left: 0;
	}
	section.section-bath .container-bath-header {
		margin-bottom: 40px;
	}

	section.section-bath .col-bath-title,
	section.section-bath .col-bath-text {
		width: 100%;
	}

	section.section-bath .col-bath-title {
		margin-bottom: 20px;
	}
}
/* Колекція для ванної - End */

/* Текст з фото - Start */
section.section-about {
	padding-top: 120px;
	background: var(--primary);
}

section.section-about .container-about-title {
	margin-bottom: 120px;
}

section.section-about .container-about-image {
	position: relative;
}

section.section-about .container-about-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

section.section-about .btn-about {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translate(50%, 50%) rotate(-15deg);
	background: var(--white);
	z-index: 2;
}
section.section-about .btn-about:hover {
	transform: translate(50%, 50%) rotate(0deg);
	background: var(--accent);
}
section.section-about .btn-about:hover span {
	color: var(--primary);
}

section.section-about .container-about-text .col-about-text {
	padding-top: 150px;
	padding-bottom: 120px;
}

section.section-about .container-about-text:after {
	content: "";
	display: flex;
	width: 1px;
	height: 100%;
	background: #3b4951;
	position: absolute;
	left: 50%;
}

section.section-about .col-about-text p {
	max-width: 83%;
}


@media (max-width: 1600px) {
	section.section-about {
		padding-top: 100px;
	}
	section.section-about .container-about-title {
		margin-bottom: 100px;
	}
	section.section-about .container-about-text .col-about-text {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	section.section-about .col-about-text p {
		max-width: 86%;
	}
}

@media (max-width: 1279px) {
	section.section-about {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.section-about .container-about-text {
		max-width: calc(100% - 0px);
		width: calc(100% - 0px);
		margin: 0 0;
	}
	section.section-about .container-about-title {
		margin-bottom: 40px;
	}

	section.section-about .container-about-image {
		margin-bottom: 40px;
	}

	section.section-about .container-about-image img {
		height: 40vw;
	}
	section.section-about .container-about-text .col-about-text:first-child {
		padding-top: 80px;
		padding-bottom: 40px;
		border-bottom: 1px solid #3b4951;
	}
	section.section-about .container-about-text .col-about-text:nth-child(2) {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	section.section-about .container-about-text:after {
		display: none;
	}
}
/* Текст з фото - End */

/* FAQ блок - Start */
section.section-faq {
	padding-top: 120px;
	padding-bottom: 120px;
}
.col-faq-title .h2 {
	display: flex;
	flex-direction: column;
	max-width: 420px;
	text-align: left;
	line-height: 40px;
}
.col-faq-title .h2 .ff3 {
	text-align: right;
}
section.section-faq .container-faq {
	align-items: flex-start;
}

@media (max-width: 1600px) {
	section.section-faq {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.col-faq-title .h2 {
		max-width: 340px;
		line-height: 20px;
	}
}

@media (max-width: 1279px) {
	section.section-faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	section.section-faq .col-faq-title,
	section.section-faq .col-faq-content {
		width: 100%;
	}

	section.section-faq .col-faq-title {
		margin-bottom: 30px;
		max-width: 210px;
	}

	section.section-faq .faq-question {
		padding: 20px 0;
	}

	section.section-faq .faq-question span {
		font-size: 16px;
		line-height: 20px;
		padding-right: 20px;
	}

	section.section-faq .faq-answer {
		padding-bottom: 20px;
	}
}
/* FAQ блок - End */

/* Блог - Start */
section.section-blog {
	padding-top: 100px;
	background: var(--accent);
}

section.section-blog .container-blog-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 80px;
}

section.section-blog .blog-card {
	display: flex;
	width: 50%;
}

section.section-blog .blog-card-image {
	width: 50%;
	height: 400px;
	height: 30vw;
}

section.section-blog .blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.section-blog .blog-card-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
section.section-blog .blog-card-content .post-head {
	max-width: 80%;
}


@media (max-width: 1600px) {
	section.section-blog {
		padding-top: 80px;
	}
	section.section-blog .container-blog-header {
		margin-bottom: 60px;
	}
}

@media (max-width: 1279px) {
	section.section-blog {
		padding-top: 60px;
	}
	section.section-blog .container-blog-header {
		margin-bottom: 40px;
		max-width: 95%;
	}
	section.section-blog .blog-card {
		display: flex;
		width: 100%
	}
	section.section-blog .blog-card:nth-child(even) {
		flex-direction: row-reverse;
	}
	section.section-blog .blog-card-image {
		height: 64vw;
	}
	section.section-blog .blog-card-content {
		gap: 10px;
	}
	section.section-blog .blog-card-content .post-head {
		max-width: 90%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
	}
}
/* Блог - End */

/* Соціальні мережі та партнери - Start */
section.section-social {
	padding-top: 0px;
	padding-bottom: 0px;
}
section.section-social .col-50 {
	padding: 120px 0;
	align-items: center;
	justify-content: center;
}
section.section-social .col-social-title .h2 {
	text-align: center;
	line-height: 40px;
}

section.section-social .col-social-content p {
	text-align: center;
}

section.section-social .container-social:after {
    content: "";
    display: flex;
    width: 1px;
    height: 100%;
    background: var(--border);
    position: absolute;
    left: 50%;
}
section.section-social .social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 1600px) {
	section.section-social .col-50 {
		padding: 100px 0;
	}
}

@media (max-width: 1279px) {
	section.section-social .col-50 {
		padding: 60px 0;
	}
	section.section-social.container-social {
		max-width: calc(100% - 0px);
		width: calc(100% - 0px);
		margin: 0 0;
	}
	section.section-social .container-social:after {
		display: none;
	}
    section.section-social .col-social-title {
        padding-bottom: 50px;
        border-bottom: 1px solid var(--border);
    }
	section.section-social .col-social-title,
	section.section-social .col-social-content {
		width: 100%;
	}

}
/* Соціальні мережі та партнери - End */

/* Галерея інтер'єрів - Start */
section.section-gallery {
	padding-top: 0;
	padding-bottom: 0;
}

section.section-gallery .container-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

section.section-gallery .gallery-item {
	width: calc(100% / 6);
	height: 300px;
	cursor: pointer;
	object-fit: cover;
}

@media (max-width: 1279px) {
	section.section-gallery .gallery-item {
		width: calc(100% / 2);
		height: 55vw;
	}
}
/* Галерея інтер'єрів - End */