/* FS Variation 1 - Start */
.first-screen-v1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.first-screen-v1 .main-slider-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}
.first-screen-v1 .main-slider-wrapper .swiper.main-slider-v1 {
	width: 100%;
	overflow: visible !important;
}
.first-screen-v1 .main-slider-wrapper .swiper-slide {
	display: flex;
	min-height: 550px;
	min-height: calc(100dvh - var(--header-height) - 30px - 30px);
	border-radius: 10px;
	background-size: cover !important;
	background-position: 0% 0% !important;
	border: 0px solid #e7e7e7;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
}
.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: 650px;
		background-position: 0% 40% !important;
	}
	.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-slide .content-html .btn {
		margin-top: 20px;
	}
	.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;
	}
}
@media (max-width: 375px) {
	.first-screen-v1 .main-slider-wrapper .swiper-slide {
		min-height: 650px;
		background-position: 0% 20% !important;
	}
}
/* 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: 1480px) {
	.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: 60px;
	padding-bottom: 60px;
	background: #f0f0f3;
	border-radius: 0px;
}
section.types .hover-link {
	background: rgb(0 0 0 / 0%);
	border-radius: 10px;
	z-index: 3;
}
@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 * 1.2 - var(--container-indent)) / 3 - var(--blocks-indent) * 2 / 3) !important;
		background-size: cover !important;
	}
	.hover-link {
		background: rgb(0 0 0 / 0%);
	}
	.types .swiper-slide .type-content {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		z-index: 2;
	}
	.types .swiper-slide .type-content .h2 {
		color: #fff;
		margin-top: auto;
		width: 100%;
		background: var(--primary);
		padding: 10px 20px;
		border-radius: 10px;
		text-align: center;
	}
	.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: 1481px) and (max-width: 1680px) {
	.types .swiper-slide .type-content .h2 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (min-width: 769px) and (max-width: 1480px) {
	.types .swiper-slide .type-content {
		width: 205px;
		width: 100%;
	}
	.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) {
	section.types {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.types .swiper-buttons.mob {
		position: absolute;
		bottom: -45px;
		right: 0;
		left: 0;
		display: flex;
		gap: 10px;
		justify-content: center;
	}
	.types .swiper-buttons.mob .custom-swiper-button-prev {
		transform: rotate(180deg);
	}
	.types .type-slider {
		width: 100%;
	}
	.types .type-slider .swiper-slide {
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 15px;
		background: var(--white);
		border-radius: 10px;
	}
	.hover-link {
		background: rgb(0 0 0 / 25%);
	}
	.types .swiper-wrapper .swiper-slide {
		width: calc(100vw - var(--container-indent));
		height: calc(100vw * 1.5 - 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;
		width: 100%;
		background: var(--primary);
		padding: 10px 10px;
		border-radius: 10px;
		text-align: center;
		font-size: 16px;
		line-height: 22px;
	}
	.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: 1480px) {
	.why-card {
		padding: 15px;
	}
}
@media (max-width: 1279px) {
	.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: url(../img/main/banner-full-1.webp) no-repeat center center;
	background-size: cover;
	padding: 40px;
	color: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 14px 0px rgba(43, 43, 42, 0.1);
	height: 600px;
}
.banner-box .h1 {
	margin-top: auto;
	margin-bottom: 15px;
	width: 700px;
}
@media (max-width: 1279px) {
	section.banner {
		padding: 50px 15px;
	}
	.banner-box .h1 {
		margin-top: 50px;
		max-width: 330px;
	}
}
@media (max-width: 768px) {
	.banner-box {
		padding: 20px;
		background-position: 60% 0%;
		height: 300px;
	}
	.banner-box .h1 {
		margin-top: auto;
		margin-bottom: 15px;
		max-width: 100%;
		font-size: 18px;
		line-height: 24px;
	}
}
/* 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 */

/* 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);
	width: fit-content;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 3px;
	font-size: 13px;
	display: none;
}
.image-box img {
	border-radius: 5px;
	min-height: 410px;
}
.post-date {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #afafaf;
}
.all-articles {
	margin: 14px auto 0 auto;
}
@media (max-width: 1480px) {
	.post-date {
		margin-bottom: 5px;
	}
}
@media (max-width: 1279px) {
	.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);
	}
	.image-box img {
		border-radius: 5px;
		min-height: 200px;
	}
}
/* 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: 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;
}
.about-shop p {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #6e6e6e;
}
.about-shop img {
	border-radius: 10px;
}
@media (max-width: 1279px) {
	section.about-shop {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.col-50 {
		width: calc(100% - 0px);
	}
}
/* About Shop - End */

/* FAQ - Start */
section.faq {
	padding-top: 50px;
	padding-bottom: 100px;
}
section.faq .h2 {
	margin-bottom: 20px;
}
.faq-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 7px 7px 7px 15px;
	background: #f8f9fb;
	border-radius: 3px;
}
.question span {
	font-weight: 600;
	margin-top: 2px;
	border-radius: 3px;
}
.question .switcher {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background: var(--primary);
	border-radius: 3px;
}
.question .switcher img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: url(#primary-color-match);
	transform: rotate(90deg);
	transition: all 0.5s ease;
}
.question.active .switcher img {
	transform: rotate(270deg);
}
.answer {
	display: none;
	padding: 7px 7px 7px 15px;
	margin-top: 10px;
}
.answer-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.answer.open {
	visibility: visible;
	max-height: 1000px;
	opacity: 1;
}
@media (max-width: 1279px) {
	section.faq {
		padding-top: 25px;
		padding-bottom: 50px;
	}
}
/* FAQ - End */
