.product-section {
	background-color: var(--grey-section) !important;
	border-top: 1px solid var(--line-color);
}

.product-section-img {
	width: 90%;
}

.product-section-logo {
	width: 70%;
	position: absolute;
}

.excelence-cta h1 {
	width: 50%;
}

.features-icons img {
	width: clamp(55px, 5vw, 77px);
	height: auto;
}

.most_popular-section .grid {
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
}

.most_popular-section h5 {
	font-size: 28px;
}

.view-more-btn {
	display: none;
	font-size: 14px;
}


.mill-item {
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid var(--line-color);
	transition: border-color .2s ease;
}

.mill-item:hover {
	border-color: var(--primary);
}

.mill-item:hover .view-more-btn {
	display: block;
}

.mill-item:hover .mill-img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.mill-item:hover .product-quantity {
	display: none;
}

.mills-btn {
	height: 48px;
}

.mill-img {
	margin-right: -20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	 transition: filter .2s ease, -webkit-filter .2s ease;
}

.mill-item h5 {
	font-size: 24px;
}

.mill-item p {
	font-size: 18px;
}

.upload-container {
	padding: 20px;
	border: 1px dashed var(--line-color);
	max-width: 100%;
	min-width: 300px;
}

.upload-container.dragover {
	background-color: var(--primary-light);
}

.upload-container label {
	transition: color .2s ease;
}

.upload-container label:hover {
	color: var(--primary) !important;
}

.categories-section .button-primary {
	padding-inline: 24px;
	height: 100%;
}

#product-line-contact button {
	width: 100%;
}

@media (min-width: 768px) {
	#product-line-contact button {
		width: auto;
	}
}

@media only screen and (max-width: 1400px) {
	.most_popular-section .grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.mill-item h5 {
		font-size: 20px;
	}

	.mill-item p {
		font-size: 16px;
	}

	.mill-item .vstack {
		gap: 16px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.mill-img {
		-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
		 filter: grayscale(0%);
	}

	.mill-item .view-more-btn {
		display: block;
	}

	.mill-item .product-quantity {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	
	.most_popular-section h5 {
		font-size: 20px;
	}
	
	.most_popular-section {
		overflow-x: scroll;
	}
	
	.most_popular-section .grid {
		grid-template-columns: repeat(4, 1fr) !important;
		margin-top: 32px;
	}

	/* Hide scrollbar for Chrome, Safari and Opera */
	.most_popular-section::-webkit-scrollbar {
		display: none;
 	}
 
	/* Hide scrollbar for IE, Edge and Firefox */
	.most_popular-section {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
}

@media only screen and (max-width: 768px) {
	.product-line-image {
		max-width: 725px;
		max-height: 430px;
	}

	.product-section-img {
		width: 70%;
		max-width: 725px;
		max-height: 430px;
	}
	
	.product-section-logo {
		width: 50%;
		position: absolute;
	}
	
	.most_popular-section h5 {
		font-size: 16px;
	}

	.most_popular-section .grid {
		margin-top: 16px;
	}
	
	.video-img {
		width: 80%;
		margin-inline: auto;
	}

	.excelence-cta h1 {
		width: 90%;
	}

	.mill-item h5 {
		font-size: 18px;
	}

	.mill-item p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 540px) {
	.product-section-img {
		width: 100%;
	}
	
	.product-section-logo {
		width: 70%;
		position: absolute;
	}

}