.loja-apcn-title {
    background: #073344;
    color: #fff;
    padding: 18px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}

.produto-card-apcn {
    position: relative;
    overflow: hidden;
    background: #073344;
}

.produto-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.produto-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(7, 51, 68, 0.95);
    padding: 16px;
}

.produto-card-info h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.btn-produto-apcn {
    background: #20a83a;
    color: #fff;
    padding: 10px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-produto-apcn:hover {
    color: #fff;
    text-decoration: none;
}