/* FS Variation 1 - Start */
.first-screen-v1 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.first-screen-v1 .main-slider-v1 {
	width: 100%;
}
.first-screen-v1 .main-slider-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide {
	display: flex;
	min-height: 41vw;
	height: calc(100vh - var(--header-height));
	border-radius: 0;
	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: 700px;
	margin-left: 50%;
}
.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-top: 10px;
	margin-bottom: 20px;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .btn {
	margin-top: 40px;
}
.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 (max-width: 768px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 150vw;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		margin-bottom: auto;
		max-width: calc(100% - var(--container-indent));
	}
	.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;
	}
}
/* FS Variation 1 - End */

/* FS Variation 2 - Start */
.first-screen-v2 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.first-screen-v2 .main-slider-1-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 45px 0 0 45px;
	width: 27%;
	min-height: 500px;
	background: #f0f0f3;
	border-radius: 10px;
	overflow: hidden;
}
.first-screen-v2 .main-slider-1-wrapper .slider-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 10px 17px;
	background: #1a2b4c;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
}
.first-screen-v2 .main-slider-1-wrapper img {
	position: absolute;
	right: -45px;
	bottom: -45px;
	width: 390px;
}
.first-screen-v2 .main-slider-2-wrapper {
	display: flex;
	width: calc(73% - var(--blocks-indent));
}
.first-screen-v2 .main-slider-2-wrapper .main-slider {
	width: 100%;
}
.first-screen-v2 .main-slider-2-wrapper .swiper-slide {
	background-size: cover !important;
	background-position: 100% 50% !important;
	border-radius: 10px;
	padding: 25px;
}
.first-screen-v2 .main-slider-2-wrapper .swiper-pagination-bullet {
	background: #fff;
}
.first-screen-v2 .main-slider-2-wrapper .swiper-pagination-bullet-active {
	background: var(--primary);
}
.first-screen-v2 .main-slider-2-wrapper .left-part {
	display: flex;
	flex-direction: column;
	max-width: 450px;
	color: #fff;
}
.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-text {
	margin-top: 5px;
	margin-bottom: 20px;
}
.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-price {
	display: flex;
	gap: 30px;
	font-family: var(--font-family-1);
	font-size: 28px;
	line-height: 33px;
}
.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-price .old-price {
	opacity: 0.6;
	text-decoration: line-through;
}
.first-screen-v2 .main-slider-2-wrapper .left-part .btn {
	margin-top: 20px;
	font-size: 18px;
}
.first-screen-v2 .main-slider-2-wrapper .left-part .btn span {
	height: 17px;
}
@media (max-width: 1440px) {
	.first-screen-v2 {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.first-screen-v2 .main-slider-1-wrapper {
		gap: 20px;
		padding: 25px 0 0 25px;
		width: 27%;
		min-height: 400px;
	}
	.first-screen-v2 .main-slider-1-wrapper img {
		position: absolute;
		right: -33px;
		bottom: -50px;
		width: 300px;
	}
	.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-text {
		font-size: 14px;
		line-height: 21px;
	}
}
@media (max-width: 768px) {
	.first-screen-v2 {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.first-screen-v2 > .container {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}
	.first-screen-v2 .main-slider-1-wrapper {
		width: 100%;
		min-height: 115vw;
	}
	.first-screen-v2 .main-slider-1-wrapper .btn {
		margin-top: 10px;
	}
	.first-screen-v2 .main-slider-2-wrapper {
		width: 100%;
		min-height: 145vw;
	}
	.first-screen-v2 .main-slider-2-wrapper .swiper-slide {
		background-position: 50% 100% !important;
	}
	.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-title {
		font-size: 24px;
		line-height: 28px;
	}
	.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-text {
		font-size: 16px;
		line-height: 24px;
		max-width: 230px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.first-screen-v2 .main-slider-2-wrapper .left-part .main-slider-2-price {
		gap: 25px;
		font-size: 24px;
		line-height: 28px;
	}
	.first-screen-v2 .swiper-horizontal > .swiper-pagination-bullets,
	.first-screen-v2 .swiper-pagination-bullets.swiper-pagination-horizontal {
		right: 15px !important;
		left: initial !important;
		text-align: right;
	}
}
/* FS Variation 2 - End */

/* Types - Start */
section.types {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #f0f0f3;
	border-radius: 0px;
}
.types .h2:not(.type-title) {
	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 {
		width: calc((100vw - var(--container-indent) - 6px) / 3 - var(--blocks-indent) * 2 / 3);
		height: calc((100vw * 0.6 - var(--container-indent)) / 3 - var(--blocks-indent) * 2 / 3) !important;
		background-size: cover !important;
	}
	.types .swiper-slide .type-content {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.types .swiper-slide .type-content .h2 {
		color: #fff;
		margin-top: auto;
	}
	.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: 1440px) {
	.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-wrapper .swiper-slide {
		width: calc(100vw - var(--container-indent));
		height: calc(100vw * 0.6 - var(--container-indent))!important;
		background-size: cover !important;
	}
	.types .swiper-slide .type-content {
		display: flex;
		flex-direction: column;
		gap: 15px;
		width: 100%;
		margin-top: auto;
		z-index: 2;
	}
	.types .swiper-slide .type-content .h2 {
		color: #fff;
		margin-top: auto;
	}
	.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;
	width: calc(33.33% - 11px);
	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: 1440px) {
	.why-card {
		padding: 15px;
	}
}
@media (max-width: 1024px) {
	.why-card {
		width: calc(50% - 8px);
	}
}
@media (max-width: 667px) {
	.why-card {
		width: calc(100% - 0px);
	}
}
/* Why We - End */

/* Bestsellers - Start */
.bestsellers {
	padding-top: 50px;
}
.bestsellers .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.bestsellers .container .btn {
	margin: 0 auto;
}

/* Bestsellers - End */

/* Banner - Start */
section.banner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner-box {
	background-image: var(--banner-bg, url(../img/main/banner-full-1.webp));
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
	height: 40vw;
	padding: 40px;
	color: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 14px 0px rgba(43, 43, 42, 0.1);
}
.banner-box .btn {
	position: relative;
	z-index: 2;
}
.banner-box .h1 {
	margin-top: 250px;
	margin-bottom: 15px;
	max-width: 580px;
}
@media (max-width: 1279px) {
	.banner-box .h1 {
		margin-top: 250px;
		max-width: 330px;
	}
}
@media (max-width: 768px) {
	.banner-box {
		background-image: var(--banner-bg-mob, var(--banner-bg, url(../img/main/banner-full-1.webp)));
		background-position: 50% 50%;
		padding: 20px;
		height: 150vw;
	}
	.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: 1440px) {
	.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 */

/* Blog on main - Start */
section.blog-on-main {
	padding-bottom: 50px;
}
section.blog-on-main .h2 {
	margin-bottom: 20px;
}
.post-card {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - var(--blocks-indent));
}
.image-box {
	position: relative;
}
.image-box .post-tags {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px 2px 6px;
	background: var(--primary);
	color: #fff;
	width: fit-content;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 3px;
	font-size: 13px;
}
.image-box img {
	border-radius: 5px;
}
.post-date {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #afafaf;
}
.all-articles {
	margin: 14px auto 0 auto;
}
@media (max-width: 1440px) {
	.post-date {
		margin-bottom: 5px;
	}
}
@media (max-width: 1024px) {
	.post-card {
		width: calc(50% - 8px);
	}
	.image-box .post-tags {
		top: 15px;
		left: 15px;
	}
}
@media (max-width: 667px) {
	.blog-category-wrapper {
		padding: 30px 0 50px 0;
	}
	.blog-category-wrapper .h2 {
		margin-bottom: 15px;
	}
	.post-card {
		width: calc(100% - 0px);
	}
}
/* Blog on main - 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: 1024px) {
	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;
}
.about-shop p {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #6e6e6e;
}
@media (max-width: 1024px) {
	section.about-shop {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.col-50 {
		width: calc(100% - 0px);
	}
}
/* About Shop - End */
