/* FS Variation 1 - Start */
.first-screen-v1 {
	padding-top: 30px;
}
.first-screen-v1 .main-slider-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}
.first-screen-v1 .main-slider-v1 {
	width: 100%;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide {
	display: flex;
	min-height: 530px;
	border-radius: 10px;
	padding: 60px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 90% 50% !important;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html {
	display: flex;
	flex-direction: column;
	width: fit-content;
	max-width: 830px;
	margin-left: 0%;
}
.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 {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 64px;
	font-weight: 700;
	color: var(--white);
}
.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-text {
	color: var(--white);
	max-width: 370px;
}
.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: 1480px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 450px;
		padding: 50px;
		background-position: 90% 50% !important;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
		font-size: 46px;
		line-height: 54px;
	}
}
@media (max-width: 1366px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 450px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
		font-size: 40px;
		line-height: 50px;
		max-width: 540px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title br {
		display: none;
	}
}
@media (max-width: 1024px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 385px;
		padding: 30px;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
		font-size: 34px;
		line-height: 42px;
		max-width: 490px;
	}
}
@media (max-width: 768px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 640px;
		padding: 20px 25px;
		background-position: 50% 0% !important;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 79vw;
		max-width: 100%;
	}
	.first-screen-v1 .main-slider-wrapper .swiper-slide .content-html .main-slider-1-title {
		font-size: 28px;
		line-height: 32px;
		max-width: 490px;
	}
	.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: 80px;
	padding-bottom: 40px;
}
.types .h2 {
	margin-bottom: 35px;
}
.type-slider {
	width: 100%;
}
.type-slider .swiper-slide {
	height: calc((100vw - var(--container-indent)) / 5 * 0.61);
	background-size: cover !important;
	background-position: 100% 100% !important;
	background-repeat: no-repeat !important;
	padding: 20px;
	border-radius: 15px;
}
.type-slider .type-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.type-slider .type-title {
	max-width: 80%;
}
.type-slider .category-2018 .type-title {
	max-width: 57%;
}
.type-slider .category-2039 .type-title {
	max-width: 70%;
}
.type-slider .type-content .btn-45 {
	width: 37px;
	height: 37px;
	margin-top: auto;
	background: #ffffff;
	border-radius: 100%;
	transition: all 0.5s ease;
}
.type-slider .type-content .btn-45 img {
	transition: all 0.5s ease;
}
/* .type-slider .hover-link:hover + .type-content .btn-45 {
background: var(--primary);
} */
.type-slider .hover-link:hover + .type-content .btn-45 img {
	/* filter: brightness(0) invert(1); */
	transform: rotate(45deg);
}
.swiper-buttons {
	display: flex;
	justify-content: space-between;
	height: 0;
	width: calc(100% + var(--container-indent) - 5px * 2);
	position: absolute;
	left: calc(var(--container-indent) / -2 + 5px);
	bottom: calc((100vw - var(--container-indent)) / 5 * 0.61 / 2 + 23px);
	z-index: 10;
}
.swiper-buttons > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	min-width: 46px;
	height: 46px;
	background: #f7f7f8;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}
.swiper-buttons > div img {
	transition: all 0.3s ease;
}
.swiper-buttons > div.custom-swiper-button-prev {
	transform: rotate(180deg);
}
.swiper-buttons > div:hover {
	background: var(--primary);
}
.swiper-buttons > div:hover img {
	filter: brightness(0) invert(1);
}
@media (max-width: 1279px) {
	section.types {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.type-slider .swiper-slide {
		height: calc((100vw - var(--container-indent)) / 3 * 0.61);
		padding: 15px;
	}
	.swiper-buttons {
		bottom: calc((100vw - var(--container-indent)) / 3 * 0.61 / 2 + 23px);
	}
}
@media (max-width: 768px) {
	section.types {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.type-slider .swiper-slide {
		height: calc((100vw - var(--container-indent)) / 1 * 0.61);
		padding: 20px;
	}
	.swiper-buttons {
		position: relative;
		width: fit-content;
		height: fit-content;
		top: 20px;
		left: 0;
		bottom: initial;
		gap: 10px;
	}
	.swiper-buttons > div {
		width: 46px;
		min-width: 46px;
		height: 46px;
	}
}
/* Types - End */

/* Bestsellers - Start */
.main-procut-list {
	padding-top: 40px;
	padding-bottom: 40px;
}
.main-gray {
	background: #f7f7fb;
}

.main-procut-list .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.main-procut-list .container .btn {
	margin: 0 auto;
}
.product-card img {
	filter: contrast(0.95);
}
/* Bestsellers - End */

/* Banner - Start */
section.banner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.banner-box {
	background-size: cover !important;
	background-position: 50% 100% !important;
	background-repeat: no-repeat !important;
	padding: 35px;
	border-radius: 15px;
}
.banner-box .banner-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(255 255 255 / 60%);
	width: fit-content;
	padding: 11px 24px;
	border-radius: 100px;
	font-weight: 600;
}
.banner-box .h1 {
	margin-top: 70px;
	margin-bottom: 20px;
	max-width: 600px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}
.banner-box p {
	margin-bottom: 30px;
	max-width: 430px;
}
.banner-box .btn {
	margin-bottom: 6vw;
}
@media (max-width: 1440px) {
	.banner-box {
		padding: 25px;
		border-radius: 15px;
	}
	.banner-box .h1 {
		margin-top: 60px;
	}
	.banner-box .btn {
		margin-bottom: 4vw;
	}
}
@media (max-width: 1279px) {
	.banner-box {
		background-size: cover !important;
		background-position: 43% 100% !important;
		background-repeat: no-repeat !important;
		padding: 35px;
		border-radius: 15px;
	}
	.banner-box .h1 {
		max-width: 500px;
	}
}
@media (max-width: 1024px) {
	.banner-box {
		background-size: cover !important;
		background-position: 55% 100% !important;
		background-repeat: no-repeat !important;
		padding: 20px;
		border-radius: 15px;
	}
	.banner-box .h1 {
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 35px;
		line-height: 35px;
		max-width: 350px;
	}
	.banner-box p {
		margin-bottom: 30px;
		max-width: 350px;
	}
}
@media (max-width: 768px) {
	.banner-box {
		background-size: cover !important;
		background-position: 55% 100% !important;
		background-repeat: no-repeat !important;
		padding: 20px;
		border-radius: 15px;
	}
	.banner-box .h1 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 28px;
		line-height: 32px;
		max-width: 350px;
	}
	.banner-box p {
		margin-bottom: 30px;
		max-width: 350px;
	}
	.banner-box .btn {
		margin-bottom: 106vw;
	}
}

/* Banner - End */

/* Banners Group 1 - Start */
section.banners-group-1 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.banners-group-1 .col-50 {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 36px;
	border-radius: 20px;
	overflow: hidden;
	background-position: 0% 50% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.banners-group-1 .col-50 .h3 {
	max-width: 370px;
	margin-top: 12vw;
}
.banners-group-1 .col-50 p {
	max-width: 400px;
}
.banners-group-1 .col-50 .btn {
	margin-top: 15px;
}
@media (max-width: 1680px) {
	.banners-group-1 .col-50 .h3 {
		margin-top: 10vw;
	}
}
@media (max-width: 1440px) {
	.banners-group-1 .col-50 {
		padding: 25px;
	}
	.banners-group-1 .col-50 .h3 {
		margin-top: 9vw;
	}
}
@media (max-width: 1279px) {
	section.banners-group-1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banners-group-1 .col-50 {
		background-position: 0% 0% !important;
	}
}
@media (max-width: 768px) {
	section.banners-group-1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.banners-group-1 .col-50 {
		padding: 20px;
		background-position: 0% 100% !important;
	}
	.banners-group-1 .col-50 .h3 {
		max-width: 250px;
		margin-top: 0vw;
	}
	.banners-group-1 .col-50 p {
		max-width: 100%;
	}
	.banners-group-1 .col-50 .btn {
		margin-bottom: 50vw;
	}
}
/* 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 */

/* About Shop - Start */
section.about-shop {
	padding-top: 40px;
	padding-bottom: 80px;
}
.about-shop .h2 {
	max-width: 1100px;
}
.about-shop p {
	margin-top: 20px;
	color: #787878;
}
.about-shop ul,
.about-shop li {
	color: #787878;
}
.about-shop li:before {
	background: #787878!important;
}
/* About Shop - End */

@media (max-width: 1440px) {
	.product-list .product-card:nth-child(n + 6) {
		display: none;
	}
}
@media (max-width: 1279px) {
	.product-list .product-card:nth-child(n + 5) {
		display: none;
	}
}
@media (max-width: 1024px) {
	.product-list .product-card:nth-child(n + 6) {
		display: flex;
	}
	.product-list .product-card:nth-child(n + 5) {
		display: flex;
	}
}
