/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 08:20:44 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#wishlist_header h2 span{
    font-family: "Ivy Presto Display", Sans-serif;
}
.todos-os-produtos_section .product-card.product-card_text_box{
	max-height: 520px;
}
.product-card .img-wrap img {
  
    height: 490px !important;
}
.product-card.wide .img-wrap img {
  
    height: 520px !important;
}
.img-wrap img {
	object-fit: cover;
    height: 520px !important;
}
.todos-os-produtos_section .product-card.product-card_text_box {
    background-color: #BFCEC2;
    position: relative;
}
.todos-os-produtos_section .product-card_text_box .product-card_text {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
	gap: 15px;
}
.todos-os-produtos_section .product-card h4 {
    color: #ffffff;
    font-family: "Ivy Epic", Sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%; text-transform: lowercase;
    letter-spacing: 0%;
    margin: 0;
}
.todos-os-produtos_section .product-card p {
    color: #ffffff;
    font-family: "Ivy Epic", Sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
}
.todos-os-produtos_section .product-card button {
    color: #ffffff;
    font-family: "Ivy Epic", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 140px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.todos-os-produtos_section .product-card button:hover {
    color: #000000;
    background-color: #ffffff;
}

