#smink-product-description-wrapper .smink-product-descripton-product-overview-container h3.smink-product-description-title {
	font-family: 'Open Sans';
	font-size: clamp( 16px, 1.03vw, 20px);
	margin-bottom: 1em;
}

#smink-product-description-wrapper .smink-product-descripton-product-overview-container .smink-product-description-content {
	font-family: 'Open Sans';
	font-size: clamp( 16px, 1.03vw, 20px);
	line-height: 1.8;
	font-weight: 300;
}

#smink-product-description-wrapper .smink-product-descripton-product-overview-container .smink-product-description-content p:last-of-type {
	margin: 0;
}




/* ---- SINGLE PRODUCT ---- */
#smink-product-description-wrapper .smink-product-descripton-single-product-container {
	margin-top: 70px;
}

#smink-product-description-wrapper .smink-product-descripton-single-product-container h1 {
	margin-top: 0;
}

#smink-product-description-wrapper .smink-product-descripton-single-product-container .smink-product-discription-content-container {
	position: relative;
	font-size: clamp( 16px, 1.03vw, 20px);
	line-height: 1.8;
	padding-right: 8%;
}

#smink-product-description-wrapper .smink-product-descripton-single-product-container .smink-product-discription-content-container::after {
	position: absolute;
	content: '';
	right: -18px;
	top: -100px;
	height: 170px;
	width: 2px;
	background-color: #EBBE96;
}

#smink-product-description-wrapper .smink-product-descripton-single-product-container .smink-product-description-image {
	padding: 0 8%;
}

#smink-product-description-wrapper .smink-product-descripton-single-product-container .smink-product-description-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}


@media (max-width: 767px ) {
	#smink-product-description-wrapper {
		margin-top: 0!important;
	}

	#smink-product-description-wrapper .smink-product-descripton-single-product-container {
		margin-top: 35px;
	}

	#smink-product-description-wrapper .smink-product-descripton-single-product-container h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 35px;
	}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1180px) 
	and (orientation: portrait) {
		#smink-product-description-wrapper {
			margin-top: 0!important;
		}

		#smink-product-description-wrapper .smink-product-descripton-single-product-container {
			margin-top: 35px;
		}

		#smink-product-description-wrapper .smink-product-descripton-single-product-container h1 {
			font-size: 30px;
       		line-height: 36px;
			margin-bottom: 70px;
		}

		#smink-product-description-wrapper .smink-product-descripton-single-product-container .smink-product-discription-content-container::after {
			right: -15px;
			top: -100px;
			height: 140px;
		}
	}