/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#ProductArea,
	#ArrivalArea {
		.product-card {
			width: 100%;
		}
	}
	#OfferArea {
		.box-bg {
			min-height: 420px;
		}
		img {
			aspect-ratio: auto;
		}
	}
	#SocialArea {
		.scroller {
			img {
				max-width: 120px;
			}
		}
	}
	#WhyUsArea {
		.sign {
			font: normal 48px/52px Bastliga, "Sans-serif";
		}
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 992px) {
	#ProductArea,
	#ArrivalArea {
		.product-card {
			width: calc(50% - 15px);
		}
	}
	#OfferArea {
		img {
			aspect-ratio: 16/9;
		}
	}
	#SocialArea {
		.scroller {
			img {
				max-width: 160px;
			}
		}
	}
	#WhyUsArea {
		.sign {
			font: normal 52px/60px Bastliga, "Sans-serif";
		}
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 600px) and (max-width: 992px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Extra large devices (large desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {}