<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slick-slider
{
	opacity: 0;
}

.banner_lateral
{
	margin: 40px 0 0;
}

.banner-saphirus .texto
{
	margin-right: -30px;
}

.banner-saphirus .text-sec
{
	padding: 30px 0 0 5%;
}

.banner-saphirus h2
{
	font-size: 36px;
    margin: -4px 0px 0px;
    color: #333;
}

.banner-saphirus h2 span
{
	color: var(--main-color);
}

.banner-saphirus h3
{
	color: #777;
    font-size: 25px;
    font-weight: 500;
}

.banner-saphirus .imagen
{
	margin-bottom: -15px;
}

.banner-squishy
{
	margin-top: 30px;
	background: url(../../images/squishy.jpg) no-repeat;
}

.box2 .box-heading
{
	margin-bottom: 25px !important;
}

.producto-semana .box-heading
{
	margin-bottom: 20px !important;
}

.banner-mobile
{
	margin-bottom: 20px;
}

.recomendados-mobile
{
	display: none;
}

.boton-ver-todos
{
	border-bottom: solid 1px #f2f2f2;
	margin-bottom: 20px;
	padding: 20px 0 40px;
	text-align: center;
}

.boton-ver-todos a
{
	margin: 0 auto;
	padding: 10px 70px;
}

.gratis_condiciones
{
	text-decoration: underline;
	cursor: pointer;
}

#modalert i
{
	font-size: 50px;
	margin: -20px 0 -20px 0;
	display: block;
	color: var(--color-iconos);
}

.beneficios .envios h1
{
	margin-top: 13px;
}

.beneficios .seguridad h1
{
	margin-top: 7px;
}

.product-grid .row
{
	display: flex;
	flex-wrap: wrap;
}

.product-grid .row &gt; div
{
	display: flex;
}

@media (max-width:767px)
{
	.recomendados-mobile
	{
		display: block;
	}

	.footer-newsletter
	{
		padding: 30px 0 20px;
	}
	
	.footer-newsletter h4
	{
		margin: 0 0 20px !important;
		font-size: 24px;
	}

	.footer-newsletter h4 span
	{
		display: block;
	    border: none;
	    margin: 5px 0 0 0;
	    padding: 0;
	    font-weight: 400;
	}

	.footer-newsletter h4 strong
	{
		font-weight: 500;
	}

	.footer-newsletter .email
	{
		height: 40px;
	    font-size: 13px;
	    padding: 0 15px;
	}

	.footer-newsletter .subscribe
	{
		height: 40px;
	    line-height: 40px;
	    padding: 0 12px;
	    font-weight: 500;
	    font-size: 14px;
	}

	.beneficios .col-sm-4
	{
		padding-top: 17px !important;
	}

	.beneficios .col-sm-4+.col-sm-4:before
	{
		width: 0;
	}

	.beneficios h1
	{
		font-size: 19px;
    	margin-top: 12px;
	}

	.beneficios p
	{
		font-size: 14px;
	}

	.pattern .container
	{
		padding-bottom: 20px !important;
	}
}

@media (max-width: 500px)
{
	.responsive .product-grid &gt; .row &gt; div
	{
		width: 50%;
		float: left;
	}

	.mas_buscados
	{
		margin-top: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.responsive .shipping-info li
	{
		width: 33%;
		padding: 0 0 5px !important;
		border: none !important;
	}

	.responsive .shipping-info li:last-child
	{
		display: none;
	}

	.boton-ver-todos
	{
		padding-top: 0;
		margin-top: -20px;
	}
}

@media (max-width: 750px)
{
	.banner_secundario
	{
		margin: 35px 0;
	}
}</pre></body></html>