<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1000px)
{
	.store_box_featured_products.store_hide_prices
	{
		height:295px !important;
	}
	.store_box_products.store_hide_prices
	{
		height:325px !important;
	}
	.store_box_novelty_products.store_hide_prices {
		height:260px;
	}
	.store_box_novelty_products .store_box_featured_product_image {
		height:150px !important;
	}
	.store_box_novelty_products .store_box_content h2 {
		font-size:16px !important;
	}
	.store_box_categories {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 235px;
		height: 235px;
		border: 0px #000000 solid;
		padding: 0px;
		margin-top: 50px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 40px;
		text-align: center;
		cursor: pointer;
		overflow: hidden;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.store_box_categories.child_1,
	.store_box_categories.child_5 {
		margin-left:15px;
		margin-right:15px;
	}
	.store_box_category_image {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 235px;
		height: 235px;
		margin-bottom: 20px;
		overflow: hidden;
		border: 0px solid;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		-webkit-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	.store_box_category_image:hover {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.store_box_categories .store_box_content_designation {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 80px;
		background-color: rgba(255,228,1,0.9);
		border: 0px #000000 solid;
		
		font-size: 15px;
		font-weight: bold;
		color: #00274E;
		line-height: 75px;
		text-transform: uppercase;
		margin-top: 10px;
	}
}</pre></body></html>