/* CSS File: qntm-activities-product-slider.css */

.qntm-product-slider-product-slide{
	background: hsla(0, 0%, 100%, 1);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 95%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#F1F1F1", GradientType=1 );
	border-radius: 25px;
	padding: 15px;
}
.qntm-product-slide-img img{
	width:100%;
	height:230px;
	object-fit:cover;
	border-radius: 25px;
}
.qntm-product-title {
	font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #e03c31;
    margin: 16px 0px 12px 0px;
    padding: 0px 16px;
}
.qntm-product-description{
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #000;
    position: relative;
    padding: 0px 16px;
    margin: 0px;
}
.qntm-product-feature__item{
	display: flex;
	align-items: flex-start;
	align-items: center;
}
.qntm-product-feature__item__info{
margin-left: 12px;
}
.qntm-product-feature__item__info__name {
    font-size: 14px!important;
    font-weight: 500!important;
    font-stretch: normal!important;
    font-style: normal!important;
    line-height: 1.5!important;
    letter-spacing: normal!important;
    color: var(--link-color, #123a32)!important;
    margin-left: 10px!important;
}
.qntm-product-feature__item__info__value {
    font-size: 14px!important;
    font-weight: normal!important;
    font-stretch: normal!important;
    font-style: normal!important;
    line-height: 1.5!important;
    letter-spacing: 0.16px!important;
    color: #889c98!important;
    margin-bottom: 0px!important;
}

.qntm-product-feature{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 33px;
}
.qntm-product-feature__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.qntm-product-feature__item__icon{
    display: flex;
    flex-direction: row;
}
.qntm-product-feature, .qntm-product-foot{
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;

    position: relative;
    padding: 0px 16px;

	padding: 10px 0;

}
.qntm-product-feature__item__icon img{
	width:20px!important;
	filter: brightness(0) saturate(100%) invert(19%) sepia(89%) saturate(2352%) hue-rotate(349deg) brightness(108%) contrast(96%);
}
.qntm-product-feature__item__icon_large img{
	width:30px!important;

}

/* Swiper navigation custom styles (optional, can be customized further) */
.swiper-button-next,
.swiper-button-prev {
  color: #e03c31 !important; /* Example: Change arrow color */
}


/* single item */

.qntm-single-product-card {
	max-width: 1200px;
	height:auto;
	margin: 2rem auto;
	padding: 1rem;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	background-color: #f7f7f7;
	border-radius: 12px;
	overflow: hidden;
}

.qntm-single-product-card-grid {
	display: flex;
	flex-wrap: wrap;
}

.qntm-single-product-card-image {
	flex: 1 1 50%;
	background-color: #eee;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.qntm-single-product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 0 0 12px;
}

.qntm-single-product-card-content {
	flex: 1 1 50%;
	padding: 2rem;
	background-color: #fff;
	border-radius: 0 12px 12px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.qntm-single-product-card-title {
	font-size: 3rem;
	margin-bottom: 1rem;
	color: #222;
}

.qntm-single-product-card-description {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 0px;
	margin-bottom: 1.5rem;
	color: #555;
}

.qntm-single-product-card-features {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem;
    display: flex;
    justify-content: space-between;
}

.qntm-single-product-card-features .qntm-single-product-feature {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.qntm-single-product-card-features .qntm-single-product-icon {
	margin-right: 1rem;
	margin-top:5px;
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.qntm-single-product-card-features .qntm-single-product-label {
	font-weight: bold;
	display: block;
	color: #333;
}

.qntm-product-card-features .qntm-product-card-value {
	display: block;
	color: #666;
	font-size: 0.95rem;
}

.qntm-single-product-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.qntm-single-product-card-footer .qntm-single-product-price {
	font-size: 2rem;
	font-weight:bold;
	color:#ed4636;
}

.qntm-single-product-card-footer .qntm-single-product-per {
	font-size: 1.8rem;
	color: #666;
	margin-left: 4px;
}



/* Responsive */
@media (max-width: 768px) {
	.qntm-single-product-card-grid {
		flex-direction: column;
	}

	.qntm-single-product-card-image img {
		border-radius: 12px 12px 0 0;
	}

	.qntm-single-product-card-content {
		border-radius: 0 0 12px 12px;
	}
}
