@media screen and (max-width: 1000px) {
	body {
		font-size: 14px;
	}

	.h4,
	h4 {
		font-size: 1.2rem;
	}

	#awa_filter_options>* {
		width: 25%;
		padding: 5px 10px;
	}

	.awa_filter_option_panel_group {
		width: calc(25% - 10px);
	}

	.awa_product_card {
		width: calc(25% - 12px);
		height: 228px;
	}

	.awa_product_card_image {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.awa_txt {
		font-size: 0.75em;
	}

	.awa_details {
		font-size: 14px;
	}

	#awa_header {
		font-size: 14px;
	}
}

@media screen and (max-width: 1000px) and (min-resolution: 3dppx) {
	.fixed-top {
		position: relative;
	}

	#awa_container {
		margin-top: 0;
	}

	.awa_group_card_label {
		font-size: 1rem;
	}

	.awa_filter_option_panel_container {
		max-height: 230px;
	}

	.awa_product_card_image {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 700px) and (min-resolution: 3dppx) {
	#awa_filter_options>* {
		width: 50%;
		padding: 5px 10px;
	}
	.awa_filter_option_panel_group {
		width: calc(50% - 10px);
	}
	.awa_filter_option_panel_container > * {
		min-width: 25%;
	}
	.awa_product_card {
		width: calc(50% - 12px);
		height: 228px;
	}

	.awa_product_card_image {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}