/**
 * Best Seller Badge Styles
 */
.badge {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 18px;
    max-height: 30px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}

.badge.bestseller {
    background-color: #fbd1d1;
    color: #a92d2d;
}

.badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-image-container {
    position: relative;
}

.gallery-placeholder {
    position: relative;
}

.product-item .product-item-info .product-item-details .price .old-price {
    display: none;
}

.product-item .product-item-info .product-item-details .price-item-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
