.home-page-product-card{flex-direction:column;width:100%}.home-page-product-card .home-page-product-card-img{width:100%;height:12.5rem}.home-page-product-card .home-page-product-card-img .no-image{background-color:var(--light-grey);display:flex;justify-content:center;align-items:center;width:100%;height:12.5rem;color:var(--dark-grey)!important}.home-page-product-card .home-page-product-card-img.badge-product-new:after{content:"Novo";padding:.5rem 1rem;background:var(--light-grey);position:absolute;top:.5rem;right:.5rem;font-size:.8rem;z-index:2}.home-page-product-card .home-page-product-card-img.badge-product-used:after{content:"Usado";padding:.5rem 1rem;background:var(--light-green);position:absolute;top:.5rem;right:.5rem;font-size:.8rem;z-index:2}.home-page-product-card .home-page-product-card-img a{width:100%;height:100%}.home-page-product-card .home-page-product-card-img a img{width:100%;height:100%;object-fit:cover}.home-page-product-card .home-page-product-card-img a:after{background-color:#ffffff80;bottom:0;content:"";height:0;left:0;margin:auto;pointer-events:none;position:absolute;right:0;top:0;transition:all .3s ease-in 0s;width:0;z-index:1}.home-page-product-card .home-page-product-card-meta{flex-direction:column;align-items:flex-start;flex-grow:1;border-color:navy var(--light-grey) var(--light-grey);border-image:none;border-style:none solid solid;border-width:medium 1px 1px;padding:1.5rem 2rem;overflow:hidden}.home-page-product-card .home-page-product-card-meta .product-description{display:block;max-height:15rem}.home-page-product-card .home-page-product-card-meta .link-button-div{align-self:start;margin-top:auto}.home-page-product-card .home-page-product-card-meta h3 a{display:block;color:inherit;font-weight:500;text-transform:capitalize;text-decoration:none;margin-bottom:.7rem;transition:color .3s ease;font-size:1.375rem}.home-page-product-card .home-page-product-card-meta .product-description,.home-page-product-card .home-page-product-card-meta p{margin-bottom:20px;color:var(--medium-grey-2);font-size:.875rem;font-weight:400;line-height:1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;text-overflow:ellipsis;text-align:left}.home-page-product-card:hover .home-page-product-card-img a:after{width:100%;height:100%}.home-page-product-card:hover .home-page-product-card-meta .title{color:var(--medium-grey)}@media(orientation:portrait){.home-page-product-card .home-page-product-card-img{height:60vh}.home-page-product-card .home-page-product-card-img .no-image{height:100%}}