.aap-card{
    display:block;
    border:1px solid #e5e5e5;
    padding:15px;
    border-radius:14px;
    margin:15px 0;
    background:#fff;
    align-items:center;
    transition:0.2s;
}
.aap-img a{
    padding: 2px;
    background: none !important;
}

.aap-card:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.aap-img img{
    width:100%;
    /* height:340px; */
    object-fit:contain;
}

.aap-content h3 ,.aap-content h3.aap-title{
    font-size:16px !important;
    margin-bottom:0px;
    line-height: 1.4em;
    text-align: center;
}

.aap-price{
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
    color:#111;
    text-align: center;
}

.aap-button , .aap-btn{
    display:inline-block;
    background:#1b1b1b;
    color:#fff;
    padding:10px 14px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    text-align: center;
    margin: auto !important;
}

.aap-badge.aap-stock-unknown {
    display: none;
}

.aap-badges {
    position: absolute;
    background: #f2bf24;
    padding: 2px 6px;
    color: #212121;
    border-radius: 6px;
    font-weight: 600;
}