/* Produtos em Destaque */

.products-title {
    margin-bottom: 64px;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color:#000;
}

.products-wrapper .products-row {
    padding: 0;
    list-style: none;
}

.products-wrapper .products-col {
    border: none;
    margin-top: 27px;
}

.products-wrapper .products-col .product-card {
    border: none;
    border-radius: 0;
    height: 478px;
    border: 1px solid #DDDDDD;
}

.card-body.product-card-body{
    padding: 32px 40px;
}

.product-card-body .product-card-category,
.product-card-body .product-card-brand {
    font-size: 12px;
    color: #666666;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.product-card-body .product-card-name {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.product-card-body .product-card-description {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 24.5px;
}

.product-card-body .product-card-link {
    font-size: 16px;
    color: #3C7C00;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
}

.product-card-body .product-card-link span {
    font-size: 18px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
