.home-hero {
	position: relative;
	padding-top: var(--desktop-menu-height);
	background-color: var(--bg-3);
	overflow: hidden;
}

.carousel-content {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 8rem 0;
}

.carousel-content .box {
	/*width: 100%;*/
}

.carousel-content .title-1 {
	color: var(--white-1);
}

.carousel-content .title-1 span {
	display: block;
	margin-left: 12rem;
}

.carousel-content .text {
	color: var(--white-2);
	margin: 4rem 0;
}

.carousel-content .flex {
	display: flex;
	gap: 8rem;
	align-items: start;
}

.carousel-content .flex img {
	height: 9.6rem;
	width: auto;
	object-fit: contain;
}

.swiper-slide {
	height: auto; 
	display: flex;
}

.swiper-slide > .container {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.swiper-slide > .container > .row {
	flex: 1;
}

.carousel-image {
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	padding-top: 8rem;
}

.carousel-image img {
	height: auto;
	width: 100%;
	object-fit: contain;
}

.home-hero .swiper-pagination {
	bottom: 2.4rem;
}

.home-hero .swiper-pagination-bullet {
	background-color: var(--white-1);
	border-radius: 0;
	height: 0.4rem;
	width: 4rem;
}

.home-hero .swiper-pagination-bullet-active {
	background-color: var(--color-2);
}

@media (max-width: 1200px) {
	.carousel-content {
		justify-content: center;
	}
	
	.carousel-content {
		padding: 4rem 0;
	}
	
	.carousel-image {
		padding-top: 0;
	}
	
	.carousel-image img {
		width: 60%;
	}
}

@media (max-width: 992px) {
	
	.carousel-image img {
		width: 70%;
	}
	
	.carousel-content .title-1 span {
		margin-left: 8rem;
	}
}

@media (max-width: 768px) {
	
	.carousel-image img {
		width: 75%;
	}
	
	.carousel-content .title-1 span {
		margin-left: 6.4rem;
	}
}

@media (max-width: 576px) {
	
	.carousel-image img {
		width: 80%;
	}
	
	.carousel-content .flex img {
		height: 8rem;
	}
}

.home-shop {
	position: relative;
}

.home-shop .swiper {
	padding-bottom: 4rem;
}

.home-shop.woo-main .woo-main__content ul.products {
	flex-wrap: nowrap;
}

.home-shop .swiper-pagination {
	bottom: 0rem;
}

.home-shop .swiper-pagination-bullet {
	background-color: var(--font-color-1);
	border-radius: 0;
	height: 0.3rem;
	width: 1.8rem;
}

.home-shop .swiper-pagination-bullet-active {
	background-color: var(--color-2);
}

.home-shop__title {
	text-align: center;
}

.home-shop__title .box {
	position: relative;
	display: inline-block;
	margin-bottom: 4rem;
}

.home-shop__title .box .title-2 {
	position: relative;
	z-index: 1;
}

.home-shop__title .box img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .04;
	height: 10.4rem;
	width: auto;
	object-fit: contain;
}

.home-shop.v2 {
	overflow: hidden;
	background-color: var(--bg-1);
}

.home-shop.v2 .row {
	justify-content: end;
	align-items: center;
	transform: translatex(8.333%);
}

.home-shop.v2 .home-shop__title {
	text-align: start;
}

.home-shop.v2 .home-shop__title .text {
	margin: 3.2rem 0;
}

.home-shop.v2 .swiper {
	overflow: unset;
	width: 100%;
	overflow: visible !important; 
	clip-path: inset(-100px -100vw -100px 0);
}

.woo-main.home-shop.v2 .woo-main__content ul.products li.product {
	padding-top: 2.4rem;
}

.woo-main.home-shop.v2 .woo-main__content ul.products li.product:before {
	position: absolute;
    content: "";
    left: 1rem;
    right: 1rem;
    top: 0%;
    height: 100%;
    background-color: var(--white-1);
    z-index: -1;
}

.woo-main.home-shop.v2 .woo-main__content ul.products li.product .product-hover-buttons {
	top: 1rem;
}

.home-shop.v2 .swiper-pagination {
	text-align: start;
}

@media (max-width: 1400px) {
	
	.home-shop.v2 .row {
		transform: unset;
	}
}

@media (max-width: 1200px) {
	
	.home-shop.v2 .swiper {
		overflow: hidden !important;
	}
	
	.home-shop.v2 .swiper-pagination {
		text-align: center;
	}
}

@media (min-width: 992px) {
    .woo-main.home-shop.v2 .woo-main__content ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .woo-main.home-shop.v2 .woo-main__content ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.home-why {
	background-color: var(--font-color-1);
}

.home-why__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	height: 100%;
}

.home-why__title .title-1 {
	color: var(--white-1);
	margin-bottom: 8rem;
}

.home-why__title img {
	height: auto;
	width: 80%;
	object-fit: contain;
}

.home-why__content .title-4 {
	color: var(--white-1);
	margin-bottom: 1.6rem;
}

.home-why__content .title-4.space {
	margin-top: 4rem;
}

.home-why__content .text {
	color: var(--white-3);
	margin-top: 1.6rem;
}

@media (max-width: 1200px) {
	.home-why .row {
		flex-direction: column-reverse;
	}
}

@media (max-width: 576px) {
	.home-why__title img {
		width: 100%;
	}
}

.faq-item {
    border-bottom: 1px solid var(--bg-2);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-trigger {
    display: flex;
    align-items: start;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-mark {
    color: var(--font-color-1);
    font-weight: bold;
    margin-right: 1.5rem;
    font-size: 2.2rem;
	line-height: 1.4;
}

.faq-question {
    color: var(--font-color-1);
    flex-grow: 1;
    margin: 0;
    padding-right: 1rem;
}

.faq-icon {
    color: var(--font-color-1);
    font-weight: 300;
    font-size: 1.4em;
    min-width: 2rem;
    text-align: center;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer-inner {
    color: var(--font-color-2);
    padding-bottom: 2rem;
    padding-left: 2.5rem; 
    line-height: 1.5;
    font-size: 0.9em; 
}

@media (max-width: 992px) {
	.home-faq .row {
		flex-direction: column-reverse;
	}
}
.home-cta__content {
	text-align: center;
}

.home-cta__content h1 {
	letter-spacing: 1.5rem;
}

.home-cta__content .btn {
	margin-top: 5.6rem;
	padding: 2rem 4rem;
	font-size: 2.4rem;
}

@media (max-width: 768px) {
	.home-cta__content h1 {
		letter-spacing: .5rem;
	}
}