component-product-card-aa .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 230px;
    transition: all 0.3s;
}
component-product-card-aa a:hover .img {
    transform: scale(1.1);
}
component-product-card-aa ._bl_items_info1 {
    text-align: center;
}
component-product-card-aa ._bl_items_info1 {
    text-align: center;
    padding: 20px 20px;
    height: auto;
}
component-product-card-aa ._bl_items_info1 .h3_text {
    color: #191919;
    text-align: center;
    line-height: 1.8;
    font-size: 17px;
    word-break: break-word;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
}
component-product-card-aa ._bl_items_info1 a:hover .h3_text {
    color: unset;
}
component-product-card-aa ._bl_items_info1 .p_text {
    text-align: center;
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #333;
    line-height: 26px;
    max-height: 53px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-product-card-aa .badge_ {
    font-size: 11px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
}
component-product-card-aa .-price-cover {
    padding: 5px 0;
}
component-product-card-aa .-price-cover .-compare-price {
    height: 21px;
    color: darkgrey;
}
component-product-card-aa .-price-cover .-compare-price .-compare-price-pricefull {
    line-height: 1 !important;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}
component-product-card-aa .-price-cover .-compare-price .currency {
    font-size: 10px;
    font-weight: normal;
}
component-product-card-aa .-price-cover .-price {
    height: 32px;
    color: black;
}
component-product-card-aa .-price-cover .-price .-price-calculate {
    line-height: 1 !important;
    font-size: 24px!important;
    font-weight: bold;
}
component-product-card-aa .-price-cover .-price .currency {
    font-size: 18px!important;
    font-weight: bold;
}