/* Add custom CSS styles below */ 
.hidden-product{
opacity:0;
transform:translateY(50px);
transition:all .8s ease;
}

.show-product{
opacity:1;
transform:none;
}
.btn,
button{
background:#000 !important;
border:none !important;
border-radius:0 !important;
letter-spacing:1px;
font-weight:600;
transition:.3s;
}

.btn:hover,
button:hover{
background:#D4AF37 !important;
color:#000 !important;