 	#product-list .product-list-item .product-info .product-cash-price, 
#product-list-sidebar .product-list-item .product-info .product-cash-price {
	display: none;
}



/*REMOVER SOMBRA DAS FOTOS DA VITRINE*/

#product-list .product-list-item, #product-list-sidebar .product-list-item {   
 -webkit-box-shadow: none;   
 -moz-box-shadow: none;   
  box-shadow: none;
}


/*FOTOS MAIORES*/

#product-list .product-list-item .product-image a:not(.label-unavailable),
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) {
    padding-top: 150%;
}

/*IMAGEM NO CABEÇALHO*/
 #header-main {
    background: url('https://i.imgur.com/yQKHoKY.png') no-repeat center center; /* Adiciona a imagem de fundo */
    background-size: cover; /* Cobrir todo o espaço disponível */
    color: #fff; /* Cor do texto */
    text-transform: uppercase; /* Transforma o texto para maiúsculas */
}


/*AUMENTO LOGO*/
.logo img {height: 200px}

p.product-price.product-old-price {
    display: none;
}

#product-list-sidebar .product-list-item .product-info p.product-old-price + p.product-price, #product-list .product-list-item .product-info p.product-old-price + p.product-price {
    margin-top: 20px;
}