<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_products_big
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:240px;
		height:370px !important;
		margin:20px;
		padding:0px;
		background:#ffffff;
		border-radius:0px;
		border:0px #000000 solid;
		box-shadow:0px 0px 0px rgba(0,0,0,0.1);
		text-align:center;
		
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_big:hover
	{
		border:0px #000000 solid;
		box-shadow:0px 3px 20px rgba(0,0,0,0.2);
	}
	.store_box_products_big .store_box_products_big.child_1
	{
		margin-left:0;
	}
	.store_box_products_big .store_box_products_big.child_4
	{
		margin-right:0;
	}
	.store_box_products_big .store_box_content
	{
		display:inline-block;
		width:calc(100% - 20px);
		height:auto;		
		border:0px #ff0000 solid;
	}
	.store_box_products_big .store_box_product_image
	{
		width:100%;
		height:200px;		
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:5px;
		border:0px solid;
	}		
	.store_box_products_big .store_box_content_designation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin:10px 0px 2px 0px;
		padding:0;
		font-family:regular;
		font-weight:normal;
		font-size:18px;
		color:#000000;
		letter-spacing:0px;
		line-height:22px;
		letter-spacing:-1px;
		border:0px #ff0000 solid;
	}
	.store_box_products_big .store_box_product_price_button
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		border:0px #ff0000 solid;
	}
	.store_box_products_big .store_box_products_full_price
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 10px);
		margin-right:0px;
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		text-decoration:line-through;
		color:#000000 !important;
		border:1px #ff0000 solid;
		text-align:right;		
	}	
	.store_box_products_big .store_box_products_price_discount
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 0px);
		font-family:regular;
		font-weight:normal;
		font-size:25px;
		color:#000000;
		border:0px #ff0000 solid;
	}
	.store_box_products_big .store_novelty_bar
	{
		position:absolute;	
		height:20px;
		top:0;
		right:0px;
		background:#A8CF34;
		margin-top:20px;
		padding:5px;
		text-align:center;
		z-index:0;
	}
	.store_box_products_big .store_novelty_bar h2
	{
		font-family:bold;
		font-weight:normal;
		font-size:15px;
		color:#ffffff;
		letter-spacing:0px;
		line-height:28px;
		margin:0px;
		padding:0px;
	}	
	.store_box_products_big .store_discount_ball
	{
		background-color:#A8CF34;
	}
	.store_box_products_big .store_discount_ball h2
	{
		font-size:20px;
		line-height:40px;
		margin-top:5px;
		letter-spacing:-1px;
	}	
	.store_box_products_big .store_box_content_reference
	{
		display:none;
	}	
	.store_box_products_big .store_box_content_brand
	{
		display:none;
	}	
	.store_box_products_big .store_box_content_description
	{
		display:none;
	}	
	.store_box_products_big .store_box_product_buttons
	{
		display:none;
	}	
	.store_box_products_big .store_box_product_buttons_wishlist_view
	{
		display:none;
	}
	.store_box_products_big .store_wishlist_button
	{
		display:none;
	}
	.store_box_products_big .store_view_grey
	{
		display:none;
	}	
	.store_box_products_big .store_add_button
	{
		display:none;
	}
	.store_box_products_big .store_add_button img
	{
		display:none;
	}	



	.store_box_products_small
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:280px !important;
		margin:10px;
		background:#ffffff;
		border:1px solid #ffffff;
		text-align:center;

		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_small:hover
	{
		border:1px solid #aaa;
	}
	.store_box_products_small.child_1
	{
		margin-left: 0;
	}
	.store_box_products_small.child_6
	{
		margin-right: 0;
	}
	.store_box_products_small .store_box_product_image
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		height:160px;
		margin-bottom:0px;
		background-size:cover !important;
		background-position:center !important;
		border:0px #ff0000 solid;
		z-index:1;
	}
	.store_box_products_small .store_box_content_designation
	{
		margin:10px;
		padding:0;
		font-family:bold;
		font-weight:normal;
		font-size:16px;
		color:#5f6670;
		letter-spacing:0px;
		line-height:18px;
		text-align:center;
	}
	.store_box_products_small .store_box_product_price_button
	{
		position:absolute;
		width:100%;
		left:0px;
		bottom:0px;
		border:0px #ff0000 solid;
	}	
	.store_box_products_small .store_box_products_full_price
	{
		position:relative;
		display:inline-block;
		margin-right:10px;
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		text-decoration:line-through;
		color:#f5a705 !important;
		text-align:center;				
	}
	.store_box_products_small .store_box_products_price_discount
	{
		font-size:24px;
		font-family:bold;
		text-align:center;
	}
	.store_box_products_small .store_box_products_price
	{
		font-size:28px;
		margin-bottom:5px;
	}
	.store_box_products_small .store_discount_ball
	{
		width:50px;
		height:50px;
		margin-left:5px;
		margin-top:12px;
		background:#f5a705;
	}
	.store_box_products_small .store_discount_ball h2
	{
		font-size:20px;
		line-height:20px;
		margin-top:15px;
		letter-spacing:-1px;
	}
	.store_box_products_small .store_discount_ball small
	{
		font-size:20px;
		color:#fff;
		font-weight:bold;
	}
	.store_box_products_small .store_novelty_bar
	{
		position:absolute;
		background:#f5a705;
		padding:5px 10px;
		text-align:center;
		right:0px;
		top:0px;
		z-index:0;	
	}
	.store_box_products_small .store_novelty_bar h2
	{
		color:#ffffff;
		letter-spacing:0;
		font-size:15px;
		line-height:19px;
		font-weight:bold;
		position:relative;
		top:0px;
		margin-top:0px;
	}	
	.store_box_products_small .store_with_add
	{
		display:none;
	}	
	.store_box_products_small .store_box_content_reference
	{
		display:none;
	}		
	.store_box_products_small .store_box_product_buttons
	{
		display:none;
	}
	.store_box_products_small .store_add_button
	{
		display:none;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view
	{
		display:none;
	}


	
	table#store_products_list_table
	{
		width:100% !important;
		border:0px solid;
	}
	.store_header
	{
		width:100% !important;
		border:0px solid;
	}
	.store_filters_mobile
	{
		width:100% !important;
		border:0px solid;
	}
	.menu_categorias_item_active
	{
		background-color:#A8CF34 !important;
	}
	
	
	
	
}	</pre></body></html>