/* Start custom CSS for shortcode, class: .elementor-element-6521e42 */.best-sellers-list{
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.best-seller-product{
    display: flex;
    flex-direction: row;
    gap: 24px;
    
}

.best-seller-image{
    min-width: 94px;
    width: 94px;
    height: 72px !important;
    border-radius: 8px !important;
}

.best-seller-info{
    display: flex;
    flex-direction: column;
    font-family: 'SF Pro Display', sans-serif;
}

.best-seller-sales-count{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.product-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.buyer-count{
    color: #CC0001;
}/* End custom CSS */