/* heading-section */
.heading-section {
	padding: 2.6rem 0;
}
@media (min-width: 1200px) {
	.heading-section {
		font-size: 1.8rem;
	}
}
@media (max-width: 767.98px) {
	.heading-section {
		padding: 1.2rem 0;
		font-size: 1.6rem;
	}
}
.heading-section .search-form {
	width: 100%;
}
@media (max-width: 991.98px) {
	.heading-section .search-form {
		margin: 3rem 0 0;
	}
}
@media (max-width: 767.98px) {
	.heading-section .search-form {
		margin-top: 1.3rem;
	}
	.heading-section .search-form .input-holder .form-control {
		height: 5rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
.heading-section p {
	margin: 0;
}
.heading-section h1 {
	margin: 0;
	letter-spacing: -0.17rem;
}
@media (min-width: 1200px) {
	.heading-section h1 {
		font-size: 4.8rem;
	}
}
@media (max-width: 767.98px) {
	.heading-section h1 {
		font-size: 3.2rem;
		letter-spacing: -0.6px;
	}
}
.heading-section + .product-section {
	padding-top: 1.4rem;
}
@media (max-width: 767.98px) {
	.heading-section + .product-section {
		padding-top: 1rem;
	}
}
@media (min-width: 768px) {
	.heading-section.type2 {
		padding-top: 3rem;
	}
}
@media (max-width: 767.98px) {
	.heading-section.type2 {
		font-size: 1.4rem;
	}
}
.heading-section.type2 h1, .heading-section.type2 .h1 {
	font-size: 3.2rem;
	letter-spacing: -0.02em;
}
@media (max-width: 767.98px) {
	.heading-section.type2 h1, .heading-section.type2 .h1 {
		font-size: 1.8rem;
		padding-top: 0.2rem;
	}
}
@media (max-width: 767.98px) {
	.heading-section.type2 .search-form {
		margin-top: 0.8rem;
	}
}
.heading-section.type2 .search-form .input-holder .form-control {
	border-color: #333;
}
@media (min-width: 768px) {
	.heading-section.type2.style2 {
		padding-top: 3.8rem;
	}
}
.heading-section.type2.style2 h1, .heading-section.type2.style2 .h1 {
	font-size: 4rem;
}
@media (max-width: 767.98px) {
	.heading-section.type2.style2 h1, .heading-section.type2.style2 .h1 {
		font-size: 2.4rem;
	}
}
.heading-section.type2.style2 .search-form {
	top: -1.7rem;
	position: relative;
}
@media (max-width: 991.98px) {
	.heading-section.type2.style2 .search-form {
		top: -1rem;
	}
}
@media (max-width: 767.98px) {
	.heading-section.type2.style2 .search-form {
		top: 0;
		margin-top: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.heading-section.type2.style2 .search-form .input-holder .form-control {
		height: 4rem;
		border-color: #dedede;
	}
}

/* product-section */
.product-section {
	padding: 2rem 0;
}
@media (max-width: 767.98px) {
	.product-section {
		overflow: hidden;
		padding-bottom: 3rem;
	}
}
.product-section h2 {
	margin: 0 0 3rem;
}
@media (min-width: 768px) {
	.product-section h2 {
		font-size: 3.2rem;
	}
}
@media (max-width: 767.98px) {
	.product-section h2 {
		font-size: 1.8rem;
		margin: 0 0 1.2rem;
	}
}
.product-section .title-row {
	display: flex;
	align-items: center;
	margin: 0 0 3rem;
}
@media (max-width: 767.98px) {
	.product-section .title-row {
		margin: 0 0 1.2rem;
	}
}
.product-section .title-row h2 {
	margin: 0;
}

.product-item-card {
	margin: 0 0 3rem;
	text-decoration: none !important;
	flex-shrink: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767.98px) {
	.product-item-card {
		margin-bottom: 2rem;
	}
}
.product-item-card figure {
	margin: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-item-card .img {
	position: relative;
	aspect-ratio: 350/220;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.product-item-card .img {
		aspect-ratio: 210/164;
	}
}
.product-item-card .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product-item-card figcaption {
	border-radius: 0 0 1rem 1rem;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 1.5rem 2rem;
	flex-grow: 1;
}
@media (max-width: 767.98px) {
	.product-item-card figcaption {
		font-size: 1.2rem;
		padding: 1rem;
	}
}
.product-item-card figcaption .fa-arrow-right {
	transition: all 0.3s ease-out;
	flex-shrink: 0;
	margin: 0 0 0 1.2rem;
	font-size: 1.8rem;
	line-height: 1;
}
@media (max-width: 767.98px) {
	.product-item-card figcaption .fa-arrow-right {
		font-size: 1.4rem;
	}
}
.product-item-card:hover figcaption .fa-arrow-right {
	transform: translateX(0.5rem);
}

@media (min-width: 768px) {
	.product-slider:not(.type2) .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		height: auto;
		transform: none !important;
		margin: 0 -1.5rem;
	}
	.product-slider:not(.type2) .swiper-wrapper .swiper-slide {
		width: 33.3333%;
		height: auto;
		flex-shrink: 0;
		padding: 0 1.5rem;
		display: flex;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.product-slider:not(.type2) .swiper-wrapper .swiper-slide {
		width: 50%;
	}
}
@media (max-width: 767.98px) {
	.product-slider .swiper-slide {
		padding: 0 0.8rem;
		display: flex;
		height: auto;
	}
	.product-slider .swiper-wrapper {
		max-width: 22.5rem;
		margin: 0 -0.8rem;
	}
}
.product-slider .swiper-pagination {
	display: flex;
	position: static;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 0 0 3rem;
}
@media (max-width: 767.98px) {
	.product-slider .swiper-pagination {
		display: none;
	}
}
.product-slider .swiper-pagination .swiper-pagination-bullet {
	flex-shrink: 0;
	width: 0.9rem;
	height: 0.9rem;
	border: 1px solid;
	background: none;
	margin: 0 0.4rem;
	opacity: 1;
}
.product-slider .swiper-pagination .swiper-pagination-bullet-active {
	background: currentColor;
}
@media (min-width: 768px) {
	.product-slider.type2 {
		overflow: hidden;
		margin: -1.5rem -1.5rem 0;
		position: relative;
	}
	.product-slider.type2 .swiper-wrapper {
		margin: 0 -1.5rem -1.5rem;
		padding: 1.5rem;
	}
	.product-slider.type2 .swiper-slide {
		width: 38rem;
		height: auto;
		flex-shrink: 0;
		padding: 0 1.5rem;
		display: flex;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.product-slider.type2 .swiper-slide {
		width: 35rem;
	}
}

.swiper-arrow-controls {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: auto;
	padding: 0 1rem 0 0;
}
@media (max-width: 767.98px) {
	.swiper-arrow-controls {
		display: none;
	}
}
.swiper-arrow-controls .swiper-next,
.swiper-arrow-controls .swiper-prev {
	flex-shrink: 0;
	width: 4.4rem;
	height: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 0 0 1rem;
}
.swiper-arrow-controls .swiper-next.swiper-button-disabled,
.swiper-arrow-controls .swiper-prev.swiper-button-disabled {
	opacity: 0.7;
	pointer-events: none;
}
/*# sourceMappingURL=homepage-v2.css.map */
