<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store_box_content_designation
{
	margin:10px;
	height:88px;
	overflow:hidden;
}
.store_box_products_big
{
	height:390px;
}
.store_box_products_big .store_novelty_bar h2
{
	color:#ffffff !important;
	top:0px;
}

.store_box_featured_product_image
{
	vertical-align:top;
	margin:0px !important;
	padding:0px !important;
	border:0px solid;
}
.store_box_product_image
{
	vertical-align:top;
	height:230px !important;
	margin:0px !important;
	padding:0px !important;
	border:0px solid;
}
.store_box_content
{
	color:#5f6670 !important;
	padding:0px;
}
.store_box_content h2
{
	margin-top:10px;
	font-size:20px;
	color:#5f6670 !important;
}
.store_box_products .store_box_content h3,
.store_box_featured_products .store_box_content h3 {
	color:#aaa !important;
	font-family: 'hind-light';
}
.store_product_detail_image
{
	height:600px !important;
	background-size:cover !important;
	background-position:top center !important;
	border:0px solid;
}

.store_box_products_price {
	font-family: 'hind' !important;
}
.menu_categorias_item_active,
.menu_categorias_item_active h3 {
	color:#fff !important;
}


/* FORCED COLOR */
.store_novelty_bar,
.store_discount_ball,
.menu_categorias_item_active {
	
}
.store_box_products_price_discount,
#product_final_price {
	
}

.store_box_products,
.store_box_featured_products {
	border:1px solid #ffffff;
}

.store_box_products .store_box_product_image,
.store_box_featured_products .store_box_featured_product_image,
.store_box_novelty_products .store_box_featured_product_image {
	border: 1px solid #eeeeee;
	margin-left:-1px !important;
	margin-top:-1px !important;
	
	animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.store_box_products:hover .store_box_product_image,
.store_box_featured_products:hover .store_box_featured_product_image,
.store_box_novelty_products:hover .store_box_featured_product_image,
.store_box_products .store_box_product_image:hover,
.store_box_featured_products .store_box_product_image:hover,
.store_box_novelty_products .store_box_featured_product_image:hover {
	border: 1px solid #aaaaaa;
	margin-left:-1px !important;
	margin-top:-1px !important;
	
	animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.store_box_content_brand,
.store_box_content_description {
	display:none;
}
.store_box_products h2, .store_box_categories h2,
.store_box_featured_products h2,
.store_box_novelty_products .store_box_product_designation {
	font-size:16px;
	font-weight:bold;
}

.store_box_products .button_grey,
.store_box_featured_products .button_grey,
.store_box_novelty_products .store_button_grey {
	text-indent: -9999px;
	width:35px !important;
	height:35px;
	border-radius:100%;
	background-image:url(/_images/icon-view.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:13px !important;
}



@media screen and (min-width: 1001px)
{
	.store_box_featured_products.store_hide_prices
	{
		height:345px !important;
	}
	.store_box_products.store_hide_prices
	{
		height:340px !important;
	}
	.store_box_products .store_box_product_image,
	.store_box_featured_products .store_box_featured_product_image {
		height:250px !important;
	}
	
	.store_box_novelty_products.store_hide_prices {
		height:265px;
	}
	.store_box_novelty_products .store_box_featured_product_image {
		height:175px !important;
	}

	.store_box_categories {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 350px;
		height: 250px;
		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: 350px;
		height: 250px;
		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: 28px;
		font-weight: bold;
		color: #00274E;
		line-height: 75px;
		text-transform: uppercase;
		margin-top: 10px;
	}
}</pre></body></html>