/* FS Variation 1 - Start */
.first-screen-v1 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.first-screen-v1 .main-slider-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide {
	display: flex;
	min-height: 40vw;
	border-radius: 0px;
	background-size: cover !important;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 730px;
	margin: 0 auto;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-upper-text {
	font-family: var(--font-family-1);
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
	text-align: center;
	margin-bottom: 20px;
	background: rgb(0 0 0 / 40%);
	backdrop-filter: blur(2px);
	box-shadow: 0 0 10px #0000004a;
	padding: 10px 10px 15px 10px;
	border-radius: 10px;
	color: #fff;
	margin-top: auto;
	display: none;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .btn {
	margin-top: 20px;
	margin-bottom: 100px;
	display: none;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination.swiper-pagination-bullets {
	width: fit-content;
	top: initial;
	left: initial;
	right: 30px;
	bottom: 30px;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primary);
	opacity: 1;
}
.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

@media (min-width: 769px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: calc(100vh - var(--header-height) - var(--container-indent) - var(--btn-height));
	}
	.btn-catalog-banner {
		width: fit-content;
		padding: 0 70px!important;
		margin: 0 auto;
		margin-top: 30px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
		margin-bottom: 6vw;
	}
}
@media (max-width: 768px) {
	.first-screen-v1 {
		padding-top: 0px;
		padding-bottom: 20px;
		background: #f1f3f6;
	}

	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: calc(100dvh - var(--header-height));
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html {
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: 55px;
		max-width: calc(100% - var(--container-indent));
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .btn {
		display: none;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-pagination.swiper-pagination-bullets {
		right: auto;
		left: auto;
		bottom: 15px;
		width: 100%;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.btn-catalog-banner {
		margin-top: 20px;
	}
}
/* FS Variation 1 - End */

/* Types - Start */
section.types {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #f0f0f3;
	border-radius: 10px;
}
.types .h2 {
	margin-bottom: 30px;
}
@media (min-width: 769px) {
	.types .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: var(--blocks-indent);
		height: initial !important;
	}
	.types .swiper-wrapper .swiper-slide {
		display: flex;
		gap: 10px;
		background: var(--white);
		border-radius: 10px;
		padding: 25px;
		height: initial !important;
	}
	.types .swiper-wrapper .swiper-slide.type-1,
	.types .swiper-wrapper .swiper-slide.type-3 {
		width: 29vw;
	}
	.types .swiper-wrapper .swiper-slide.type-2 {
		width: calc(100vw - var(--container-indent) - var(--scroll-bar) - 58vw - var(--blocks-indent) * 2);
	}
	.types .swiper-wrapper .swiper-slide.type-4,
	.types .swiper-wrapper .swiper-slide.type-6 {
		width: 33.5vw;
	}
	.types .swiper-wrapper .swiper-slide.type-5 {
		width: calc(100vw - var(--container-indent) - var(--scroll-bar) - 67vw - var(--blocks-indent) * 2);
	}
	.types .swiper-slide .type-content {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 260px;
	}
	.types .swiper-slide .type-content .type-text {
		color: #6b7d90;
		max-width: 260px;
	}
	.types .swiper-slide .type-content .btn {
		margin-top: auto;
	}
	.types .swiper-slide .type-image {
		display: flex;
		width: calc(100% - 260px - 10px);
		max-height: 13vw;
	}
	.types .swiper-slide .type-image img {
		width: 100%;
		object-fit: contain;
	}
}
@media (min-width: 769px) and (max-width: 1480px) {
	.types .swiper-slide .type-content {
		width: 205px;
	}
	.types .swiper-slide .type-content .type-title {
		font-size: 20px;
		line-height: 24px;
	}
	.types .swiper-slide .type-content .type-text {
		max-width: 205px;
		font-size: 14px;
		line-height: 21px;
	}
	.types .swiper-slide .type-image {
		width: calc(100% - 205px - 10px);
		max-height: 11vw;
	}
}

@media (max-width: 768px) {
	.types .swiper-buttons.mob {
		position: absolute;
		top: 5px;
		right: 0;
		display: flex;
		gap: 10px;
	}
	.types .type-slider {
		width: 100%;
	}
	.types .type-slider .swiper-slide {
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 25px;
		background: var(--white);
		border-radius: 10px;
	}
	.types .swiper-slide .type-content {
		display: flex;
		flex-direction: column;
		gap: 15px;
		width: 240px;
	}
	.types .swiper-slide .type-content .type-text {
		color: #6b7d90;
		max-width: 240px;
	}
	.types .swiper-slide .type-content .btn {
		margin-top: 15px;
	}
	.types .swiper-slide .type-image {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		height: 200px;
	}
	.types .swiper-slide .type-image img {
		width: 100%;
		object-fit: contain;
	}
}

/* Types - End */

/* Why We - Start */
section.why-we {
	padding-top: 50px;
	padding-bottom: 50px;
	background: var(--gray);
}
.why-cards {
	margin-top: 20px;
	justify-content: center;
}
.why-card {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
}
.why-card .h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.why-card p {
	font-size: 14px;
	line-height: 22px;
	color: #6e6e6e;
}
@media (max-width: 1480px) {
	.why-card {
		padding: 15px;
	}
}
/* Why We - End */

/* Bestsellers - Start */
.bestsellers {
	padding-top: 50px;
}
.bestsellers .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.bestsellers .container .btn {
	margin: 0 auto;
}
@media (max-width: 1279px) {
	.bestsellers {
		padding-top: 30px;
	}
}

/* Bestsellers - End */

/* Banner - Start */
section.banner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner-box {
	background: url(/wp-content/themes/shop/img/main/banner-full-3.webp) no-repeat center center;
	background-size: cover;
	padding: 40px;
	min-height: 35vw;
	background-position: 0% 0%;
	color: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 14px 0px rgba(43, 43, 42, 0.1);
}
.banner-box .h1 {
	margin-top: 70px;
	margin-bottom: 15px;
	max-width: 580px;
}
@media (max-width: 1279px) {
	section.banner {
		padding: 50px 0px;
	}
	.banner-box .h1 {
		margin-top: 50px;
		max-width: 330px;
	}
}
@media (max-width: 768px) {
	.banner-box {
		min-height: 50vw;
		padding: 20px;
	}
	.banner-box .h1 {
		margin-top: 120px;
		margin-bottom: 15px;
		max-width: 100%;
	}
}
/* Banner - End */

/* Banners Group 1 - Start */
section.banners-group-1 {
	padding-top: 60px;
}
.banners-group-1 .col-50 {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	background: #fafaf9cc;
	border-radius: 10px;
	overflow: hidden;
}
.banners-group-1 .col-50:before {
	content: "";
	display: flex;
	position: absolute;
	bottom: calc(-510px + 272px);
	right: calc(-510px + 345px);
	width: 510px;
	height: 510px;
	background: #dee1cb;
	border-radius: 100%;
}
.banners-group-1 .col-50 * {
	z-index: 2;
}
.banners-group-1 .col-50 img {
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 480px;
}
.banners-group-1 .banner-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	color: #fff;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 5px;
}
.banners-group-1 .col-50 p {
	color: #8b8b8b;
	max-width: 500px;
	margin-bottom: 15px;
}
.banners-group-1 .banner-price {
	display: flex;
	align-items: flex-end;
	gap: 25px;
	font-family: var(--font-family-1);
	font-weight: 500;
}
.banners-group-1 .banner-price del {
	font-size: 20px;
	line-height: 31px;
}
.banners-group-1 .col-50 .btn {
	margin-bottom: 105px;
}
@media (max-width: 1480px) {
	.banners-group-1 .col-50:before {
		bottom: calc(-510px + 262px);
		right: calc(-510px + 325px);
	}
	.banners-group-1 .col-50 img {
		bottom: 20px;
		right: 20px;
		max-width: 450px;
	}
	.banners-group-1 .col-50 p {
		max-width: 510px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.banners-group-1 .col-50 .btn {
		margin-bottom: 85px;
	}
}
@media (max-width: 1366px) {
	.banners-group-1 .col-50:before {
		bottom: calc(-510px + 222px);
		right: calc(-510px + 295px);
	}
	.banners-group-1 .col-50 img {
		max-width: 400px;
	}
}
@media (max-width: 1279px) {
	.banners-group-1 .col-50:before {
		bottom: calc(-510px + 192px);
		right: calc(-510px + 295px);
	}
	.banners-group-1 .col-50 img {
		max-width: 300px;
	}
	.banners-group-1 .col-50 .btn {
		margin-bottom: 55px;
	}
	.banners-group-1 .col-50 {
		width: calc(50% - var(--blocks-indent) / 2);
	}
}
@media (max-width: 768px) {
	.banners-group-1 .col-50 {
		width: 100%;
		padding: 20px;
	}
	.banners-group-1 .col-50:before {
		bottom: -56vw;
		right: -45vw;
		width: 120vw;
		height: 120vw;
	}
	.banners-group-1 .banner-badge {
		display: none;
	}
	.banners-group-1 .col-50 .h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.banners-group-1 .col-50 img {
		position: relative;
		max-width: 100%;
		bottom: 0;
		right: 0;
	}
	.banners-group-1 .col-50 .btn {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.banners-group-1 .col-50 p {
		margin-bottom: 5px;
	}
}
/* Banners Group 1 - End */

/* Sale Products - Start */
section.sale {
	padding-bottom: 50px;
}
.sale .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.sale .container .btn {
	margin: 0 auto;
}
/* Sale Products - End */

/* Articles Section - Start */
section.articles {
	padding-top: 100px;
	padding-bottom: 50px;
}

section.articles .container-articles-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

section.articles .container-articles-header .swiper-buttons {
	position: static;
	gap: 10px;
}

section.articles .container-articles-content {
	position: relative;
}

section.articles .articles-slider {
	margin-bottom: 50px;
}

section.articles .articles-slider .swiper-wrapper {
	align-items: stretch;
}

section.articles .articles-slider .swiper-slide {
	height: auto;
}

section.articles .swiper-buttons.inside {
	width: calc(100% + 120px);
	left: -60px;
}

section.articles .swiper-buttons.inside .custom-swiper-button-prev,
section.articles .swiper-buttons.inside .custom-swiper-button-next {
	background: var(--white);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

section.articles .swiper-buttons.inside .custom-swiper-button-prev:hover,
section.articles .swiper-buttons.inside .custom-swiper-button-next:hover {
	background: var(--primary);
}

section.articles .swiper-buttons.inside .custom-swiper-button-prev:hover img,
section.articles .swiper-buttons.inside .custom-swiper-button-next:hover img {
	filter: var(--primary-filter-match);
}

section.articles .btn-all-articles {
	margin: 0 auto;
}

@media (max-width: 1480px) {
	section.articles {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	section.articles .container-articles-header {
		margin-bottom: 40px;
	}
}

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

	section.articles .container-articles-header {
		margin-bottom: 30px;
	}

	section.articles .container-articles-header .h2 {
		margin-right: auto;
	}

	section.articles .articles-slider {
		margin-bottom: 30px;
	}

	section.articles .swiper-buttons.inside {
		display: none;
	}
}
/* Articles Section - End */

/* Brand Slider - Start */
section.brands {
	padding-bottom: 50px;
}
.brand-slider {
	width: 100%;
}
.brands .h2 {
	margin-bottom: 30px;
}
@media (min-width: 1280px) {
	.brand-slider .swiper-wrapper {
		display: flex;
	}
	.brand-slider .swiper-slide {
		display: flex !important;
		justify-content: center !important;
	}
}
@media (max-width: 1279px) {
	section.brands {
		padding-bottom: 25px;
	}
	.brands .h2 {
		margin-bottom: 20px;
	}
}
/* Brand Slider - End */

/* About Shop - Start */

section.about-shop {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.about-shop img {
	border-radius: 15px;
}
@media (max-width: 1279px) {
	section.about-shop {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.col-50 {
		width: calc(100% - 0px);
	}
}
/* About Shop - End */

/* Секція #9 - Відгуки v2 - Start */
.home-reviews-v2 {
	padding-top: 50px;
	overflow: visible;
}
.home-reviews-v2 .h2 {
	margin-bottom: 20px;
}
.home-reviews-v2 .reviews-slider-home-v2 {
	margin-top: 30px;
	margin-bottom: 35px;
}
/* Секція #9 - Відгуки v2 - End */

/* FAQ - Start */
section.faq {
	padding-bottom: 100px;
}
section.faq .h2 {
	margin-bottom: 20px;
}
@media (max-width: 1279px) {
	section.faq {
		padding-top: 25px;
		padding-bottom: 50px;
	}
}
/* FAQ - End */

section.banner,
section.brands,
section.articles {
    display: none;
}


